Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b1cf5992efcdcb25540593e782c82dc6cf42b659 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-ssh1253589786386514115.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh4667455261919302354.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 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh15237849067962517683.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > 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-ssh16020007553398572615.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-ssh6947100805719334359.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Running on prd-ubuntu20.04-docker-8c-8g-3379 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/643 [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/643 # 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 > 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 Avoid second fetch Checking out Revision b1cf5992efcdcb25540593e782c82dc6cf42b659 (main) Commit message: "Merge pull request #4805 from edgexfoundry/dependabot/go_modules/github.com/spiffe/go-spiffe/v2-2.3.0" > git config core.sparsecheckout # timeout=10 > git checkout -f b1cf5992efcdcb25540593e782c82dc6cf42b659 # timeout=10 > git rev-list --no-walk 7e1f4d7ecdbfc280f30a0ce71a2143e2e6f5d074 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:32:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:32:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:32:43 ========================================================= 02:32:43 EdgeX Global Pipelines Version Info 02:32:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:32:43 ------------------- 02:32:43 stable info: 02:32:43 ------------------- 02:32:43 Commited By: Ginny Guan ginny@iotechsys.com 02:32:43 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 02:32:43 Message: update stable to v1.0.260 02:32:44 ------------------- 02:32:44 experimental info: 02:32:44 ------------------- 02:32:44 Commited By: Ginny Guan ginny@iotechsys.com 02:32:44 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 02:32:44 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:32:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 02:32:44 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 02:32:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:32:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:32:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:32:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 02:32:44 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:32:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 02:32:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 02:32:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 02:32:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:32:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:32:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:32:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:32:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:32:44 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:32:44 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:32:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:32:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:32:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 02:32:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:32:44 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:32:44 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 02:32:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 02:32:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 02:32:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 02:32:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] echo 02:32:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b1cf599 [Pipeline] echo 02:32:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:32:45 provisioning config files... 02:32:45 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/643@tmp/config17887119328764364203tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:32:45 ---> ****-login.sh 02:32:45 nexus3.edgexfoundry.org:10001 02:32:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:32:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:32:45 Configure a credential helper to remove this warning. See 02:32:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:32:45 02:32:45 Login Succeeded 02:32:45 nexus3.edgexfoundry.org:10002 02:32:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:32:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:32:45 Configure a credential helper to remove this warning. See 02:32:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:32:45 02:32:45 Login Succeeded 02:32:45 nexus3.edgexfoundry.org:10003 02:32:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:32:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:32:45 Configure a credential helper to remove this warning. See 02:32:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:32:45 02:32:45 Login Succeeded 02:32:45 nexus3.edgexfoundry.org:10004 02:32:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:32:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:32:46 Configure a credential helper to remove this warning. See 02:32:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:32:46 02:32:46 Login Succeeded 02:32:46 ****.io 02:32:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:32:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:32:46 Configure a credential helper to remove this warning. See 02:32:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:32:46 02:32:46 Login Succeeded 02:32:46 ---> ****-login.sh ends [Pipeline] } 02:32:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:32:46 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/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-notifications/Dockerfile cmd/support-scheduler/Dockerfile 02:32:46 + + cut -d/ -f2 02:32:46 dirname cmd/core-command/Dockerfile 02:32:46 + echo core-command,cmd/core-command/Dockerfile 02:32:46 + + dirname cmd/core-common-config-bootstrapper/Dockerfilecut 02:32:46 -d/ -f2 02:32:46 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 02:32:46 + dirname cmd/core-data/Dockerfile 02:32:46 + cut -d/ -f2 02:32:46 + echo core-data,cmd/core-data/Dockerfile 02:32:46 + dirname cmd/core-metadata/Dockerfile 02:32:46 + cut -d/ -f2 02:32:46 + echo core-metadata,cmd/core-metadata/Dockerfile 02:32:46 + dirname cmd/security-bootstrapper/Dockerfile 02:32:46 + cut -d/ -f2 02:32:46 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 02:32:46 + + cut -d/dirname -f2 cmd/security-proxy-auth/Dockerfile 02:32:46 02:32:46 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 02:32:46 + dirname cmd/security-proxy-setup/Dockerfile 02:32:46 + cut -d/ -f2 02:32:46 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 02:32:46 + dirname cmd/security-secretstore-setup/Dockerfile 02:32:46 + cut -d/ -f2 02:32:46 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 02:32:46 + dirname cmd/security-spiffe-token-provider/Dockerfile 02:32:46 + cut -d/ -f2 02:32:46 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 02:32:46 + + cutdirname -d/ cmd/security-spire-agent/Dockerfile -f2 02:32:46 02:32:46 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 02:32:46 + dirname cmd/security-spire-config/Dockerfile 02:32:46 + cut -d/ -f2 02:32:46 + echo security-spire-config,cmd/security-spire-config/Dockerfile 02:32:46 + dirname cmd/security-spire-server/Dockerfile 02:32:46 + cut -d/ -f2 02:32:46 + echo security-spire-server,cmd/security-spire-server/Dockerfile 02:32:46 + dirname cmd/support-notifications/Dockerfile 02:32:46 + cut -d/ -f2 02:32:46 + echo support-notifications,cmd/support-notifications/Dockerfile 02:32:46 + dirname cmd/support-scheduler/Dockerfile 02:32:46 + cut -d/ -f2 02:32:46 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 02:32:46 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-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-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 02:32:47 + git rev-list -1 --merges b1cf5992efcdcb25540593e782c82dc6cf42b659~1..b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] echo 02:32:47 -----------> git rev-list -1 --merges b1cf5992efcdcb25540593e782c82dc6cf42b659~1..b1cf5992efcdcb25540593e782c82dc6cf42b659 b1cf5992efcdcb25540593e782c82dc6cf42b659 02:32:47 b1cf5992efcdcb25540593e782c82dc6cf42b659 [false] [Pipeline] sh 02:32:47 + git log --format=format:%s -1 b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] echo 02:32:47 ========================================================= 02:32:47 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:32:47 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 02:32:48 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:32:48 + grep -v github /etc/ssh/ssh_known_hosts 02:32:48 + [ -e /tmp/ssh_known_hosts ] 02:32:48 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:32:48 + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 02:32:48 sudo tee -a /etc/ssh/ssh_known_hosts 02:32:48 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:32:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:32:48 02:32:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:32:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:32:48 0.1.4: Pulling from edgex-devops/py-git-semver 02:32:48 b85a868b505f: Pulling fs layer 02:32:48 e2be974225ed: Pulling fs layer 02:32:48 339a4e72a1f5: Pulling fs layer 02:32:48 988bab9f4d93: Pulling fs layer 02:32:48 1469e6f7b9e6: Pulling fs layer 02:32:48 eaf3925da568: Pulling fs layer 02:32:48 bab4dde63d76: Pulling fs layer 02:32:48 bde34c3a00c8: Pulling fs layer 02:32:48 b352a97aabf1: Pulling fs layer 02:32:48 4872d77fe225: Pulling fs layer 02:32:48 5851b861e8e6: Pulling fs layer 02:32:48 bab4dde63d76: Waiting 02:32:48 eaf3925da568: Waiting 02:32:48 988bab9f4d93: Waiting 02:32:48 bde34c3a00c8: Waiting 02:32:48 b352a97aabf1: Waiting 02:32:48 1469e6f7b9e6: Waiting 02:32:48 5851b861e8e6: Waiting 02:32:48 4872d77fe225: Waiting 02:32:48 e2be974225ed: Download complete 02:32:48 988bab9f4d93: Verifying Checksum 02:32:48 988bab9f4d93: Download complete 02:32:48 1469e6f7b9e6: Verifying Checksum 02:32:48 1469e6f7b9e6: Download complete 02:32:49 eaf3925da568: Verifying Checksum 02:32:49 eaf3925da568: Download complete 02:32:49 339a4e72a1f5: Verifying Checksum 02:32:49 339a4e72a1f5: Download complete 02:32:49 bde34c3a00c8: Download complete 02:32:49 b352a97aabf1: Verifying Checksum 02:32:49 b352a97aabf1: Download complete 02:32:49 4872d77fe225: Verifying Checksum 02:32:49 4872d77fe225: Download complete 02:32:49 5851b861e8e6: Download complete 02:32:49 b85a868b505f: Verifying Checksum 02:32:49 b85a868b505f: Download complete 02:32:49 bab4dde63d76: Verifying Checksum 02:32:49 bab4dde63d76: Download complete 02:32:50 b85a868b505f: Pull complete 02:32:50 e2be974225ed: Pull complete 02:32:50 339a4e72a1f5: Pull complete 02:32:50 988bab9f4d93: Pull complete 02:32:51 1469e6f7b9e6: Pull complete 02:32:51 eaf3925da568: Pull complete 02:32:52 bab4dde63d76: Pull complete 02:32:52 bde34c3a00c8: Pull complete 02:32:52 b352a97aabf1: Pull complete 02:32:52 4872d77fe225: Pull complete 02:32:52 5851b861e8e6: Pull complete 02:32:52 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 02:32:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:32:52 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:32:52 prd-ubuntu20.04-docker-8c-8g-3379 does not seem to be running inside a container 02:32:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/643 -v /w/workspace/edgex-go/643:/w/workspace/edgex-go/643:rw,z -v /w/workspace/edgex-go/643@tmp:/w/workspace/edgex-go/643@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:32:55 $ docker top b7446fd1faf07f8f6d3a36ad9861ac2c63816907ef8b162efe77cff977f6a062 -eo pid,comm 02:32:55 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:32:55 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:32:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:32:55 [ssh-agent] Looking for ssh-agent implementation... 02:32:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:32:55 $ docker exec b7446fd1faf07f8f6d3a36ad9861ac2c63816907ef8b162efe77cff977f6a062 ssh-agent 02:32:55 SSH_AUTH_SOCK=/tmp/ssh-c4mp748Sefdu/agent.32 02:32:55 SSH_AGENT_PID=39 02:32:55 Running ssh-add (command line suppressed) 02:32:55 Identity added: /w/workspace/edgex-go/643@tmp/private_key_16793966285532141738.key (/w/workspace/edgex-go/643@tmp/private_key_16793966285532141738.key) 02:32:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:32:56 + git tag --points-at HEAD [Pipeline] } 02:32:56 $ docker exec --env ******** --env ******** b7446fd1faf07f8f6d3a36ad9861ac2c63816907ef8b162efe77cff977f6a062 ssh-agent -k 02:32:56 unset SSH_AUTH_SOCK; 02:32:56 unset SSH_AGENT_PID; 02:32:56 echo Agent pid 39 killed; 02:32:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:32:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:32:56 [ssh-agent] Looking for ssh-agent implementation... 02:32:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:32:56 $ docker exec b7446fd1faf07f8f6d3a36ad9861ac2c63816907ef8b162efe77cff977f6a062 ssh-agent 02:32:56 SSH_AUTH_SOCK=/tmp/ssh-aHT1SlzNlopU/agent.72 02:32:56 SSH_AGENT_PID=78 02:32:56 Running ssh-add (command line suppressed) 02:32:56 Identity added: /w/workspace/edgex-go/643@tmp/private_key_14342993414196896370.key (/w/workspace/edgex-go/643@tmp/private_key_14342993414196896370.key) 02:32:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:32:56 + git semver init 02:32:57 2024-06-18 02:32:57,145 [run_init] DEBUG init version:0.0.0 force:False 02:32:57 2024-06-18 02:32:57,146 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/643/.semver 02:32:57 2024-06-18 02:32:57,147 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/643/.semver 02:32:57 2024-06-18 02:32:57,148 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/643/.semver'], cwd=/w/workspace/edgex-go/643, universal_newlines=False, shell=None, istream=None) 02:33:02 2024-06-18 02:33:02,092 [append_file] DEBUG append to file:/w/workspace/edgex-go/643/.git/info/exclude 02:33:02 2024-06-18 02:33:02,092 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/643/.semver/main with force:False 02:33:02 2024-06-18 02:33:02,092 [read_version] DEBUG read version from /w/workspace/edgex-go/643/.semver/main 02:33:02 2024-06-18 02:33:02,093 [read_version] DEBUG read version from /w/workspace/edgex-go/643/.semver/main 02:33:02 3.2.0-dev.25 [Pipeline] } 02:33:02 $ docker exec --env ******** --env ******** b7446fd1faf07f8f6d3a36ad9861ac2c63816907ef8b162efe77cff977f6a062 ssh-agent -k 02:33:02 unset SSH_AUTH_SOCK; 02:33:02 unset SSH_AGENT_PID; 02:33:02 echo Agent pid 78 killed; 02:33:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:33:02 + git semver [Pipeline] } 02:33:03 $ docker stop --time=1 b7446fd1faf07f8f6d3a36ad9861ac2c63816907ef8b162efe77cff977f6a062 02:33:04 $ docker rm -f --volumes b7446fd1faf07f8f6d3a36ad9861ac2c63816907ef8b162efe77cff977f6a062 [Pipeline] // withDockerContainer [Pipeline] sh 02:33:04 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:33:05 Stashed 1 file(s) [Pipeline] echo 02:33:05 [edgeXSemver]: initialized semver on version 3.2.0-dev.25 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:33:05 + git config --global --add safe.directory /w/workspace/edgex-go/643 [Pipeline] echo 02:33:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 02:33:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 02:33:05 ========================================================= 02:33:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 02:33:05 ========================================================= [Pipeline] fileExists [Pipeline] sh 02:33:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 02:33:05 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 02:33:05 619be1103602: Pulling fs layer 02:33:05 7862e08f4a3e: Pulling fs layer 02:33:05 5df492c9dc93: Pulling fs layer 02:33:05 7629e6793208: Pulling fs layer 02:33:05 4f4fb700ef54: Pulling fs layer 02:33:05 fb5054dd5b73: Pulling fs layer 02:33:05 eeca6798cff9: Pulling fs layer 02:33:05 aa269ceb94a6: Pulling fs layer 02:33:05 ada007ff1a6a: Pulling fs layer 02:33:05 7629e6793208: Waiting 02:33:05 4f4fb700ef54: Waiting 02:33:05 fb5054dd5b73: Waiting 02:33:05 eeca6798cff9: Waiting 02:33:05 aa269ceb94a6: Waiting 02:33:05 7862e08f4a3e: Download complete 02:33:05 7629e6793208: Verifying Checksum 02:33:05 7629e6793208: Download complete 02:33:05 4f4fb700ef54: Verifying Checksum 02:33:05 4f4fb700ef54: Download complete 02:33:05 fb5054dd5b73: Verifying Checksum 02:33:05 fb5054dd5b73: Download complete 02:33:05 619be1103602: Download complete 02:33:05 eeca6798cff9: Verifying Checksum 02:33:05 eeca6798cff9: Download complete 02:33:06 619be1103602: Pull complete 02:33:06 7862e08f4a3e: Pull complete 02:33:06 ada007ff1a6a: Verifying Checksum 02:33:06 ada007ff1a6a: Download complete 02:33:06 5df492c9dc93: Verifying Checksum 02:33:06 5df492c9dc93: Download complete 02:33:06 aa269ceb94a6: Verifying Checksum 02:33:06 aa269ceb94a6: Download complete 02:33:09 5df492c9dc93: Pull complete 02:33:09 7629e6793208: Pull complete 02:33:09 4f4fb700ef54: Pull complete 02:33:09 fb5054dd5b73: Pull complete 02:33:09 eeca6798cff9: Pull complete 02:33:11 aa269ceb94a6: Pull complete 02:33:12 ada007ff1a6a: Pull complete 02:33:12 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 02:33:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 02:33:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh 02:33:12 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 02:33:12 WORKDIR /edgex 02:33:12 COPY go.mod . 02:33:12 RUN go mod download 02:33:12 + docker build -t ci-base-image-x86_64 -f - . 02:33:13 Sending build context to Docker daemon 178.3MB 02:33:13 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 02:33:13 ---> f489d0715acc 02:33:13 Step 2/4 : WORKDIR /edgex 02:33:18 ---> Running in 91759798d3ce 02:33:18 Removing intermediate container 91759798d3ce 02:33:18 ---> ae3ad8fc085e 02:33:18 Step 3/4 : COPY go.mod . 02:33:18 ---> 8025c427b060 02:33:18 Step 4/4 : RUN go mod download 02:33:18 ---> Running in 844db06f5241 02:33:20 Still waiting to schedule task 02:33:20 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 02:33:45 Removing intermediate container 844db06f5241 02:33:45 ---> 190f0d59460a 02:33:45 Successfully built 190f0d59460a 02:33:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:33:45 + docker inspect -f . ci-base-image-x86_64 02:33:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:33:45 prd-ubuntu20.04-docker-8c-8g-3379 does not seem to be running inside a container 02:33:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/643 -v /w/workspace/edgex-go/643:/w/workspace/edgex-go/643:rw,z -v /w/workspace/edgex-go/643@tmp:/w/workspace/edgex-go/643@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:33:46 $ docker top 3ec0da2c39ce3355e54e8df61b9c6db405e978942fca62e3c20be59758cb1db8 -eo pid,comm [Pipeline] { [Pipeline] sh 02:33:46 + go version 02:33:46 go version go1.21.9 linux/amd64 [Pipeline] } 02:33:46 $ docker stop --time=1 3ec0da2c39ce3355e54e8df61b9c6db405e978942fca62e3c20be59758cb1db8 02:33:47 $ docker rm -f --volumes 3ec0da2c39ce3355e54e8df61b9c6db405e978942fca62e3c20be59758cb1db8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:33:48 + docker inspect -f . ci-base-image-x86_64 02:33:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:33:48 prd-ubuntu20.04-docker-8c-8g-3379 does not seem to be running inside a container 02:33:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/643 -v /w/workspace/edgex-go/643:/w/workspace/edgex-go/643:rw,z -v /w/workspace/edgex-go/643@tmp:/w/workspace/edgex-go/643@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:33:48 $ docker top 963238db60c143049dba68e10a34ef775233996deea4e8750d7252f24476a53f -eo pid,comm [Pipeline] { [Pipeline] echo 02:33:48 ========================================================= 02:33:48 [edgeXBuildGoParallel] Running Tests and Build... 02:33:48 ========================================================= [Pipeline] sh 02:33:48 + git config --global --add safe.directory /w/workspace/edgex-go/643 [Pipeline] fileExists [Pipeline] sh 02:33:49 + make test 02:33:49 go test -race -coverprofile=coverage.out ./... 02:33:57 ? github.com/edgexfoundry/edgex-go [no test files] 02:34:29 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:34:29 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 02:34:29 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:34:29 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:34:29 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:34:29 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 02:34:29 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:34:29 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 02:34:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:34:29 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 02:34:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:34:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:34:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 02:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:34:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.052s coverage: 28.7% of statements 02:34:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 02:34:32 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 02:34:32 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 02:34:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:34:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:34:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.053s coverage: 97.0% of statements 02:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 02:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 02:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 02:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 02:34:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:34:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 02:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 02:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 02:34:36 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:34:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 02:34:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:34:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:34:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:34:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:34:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:34:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.134s coverage: 69.2% of statements 02:34:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.066s coverage: 53.2% of statements 02:34:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 02:34:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 02:34:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.359s coverage: 93.4% of statements 02:34:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.067s coverage: 6.1% of statements 02:34:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.366s coverage: 97.6% of statements 02:34:38 ok github.com/edgexfoundry/edgex-go/internal/io 1.041s coverage: 72.2% of statements 02:34:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.055s coverage: 0.9% of statements 02:34:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.041s coverage: 32.2% of statements 02:34:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.048s coverage: 41.7% of statements 02:34:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.041s coverage: 82.9% of statements 02:34:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.029s coverage: 94.1% of statements 02:34:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.052s coverage: 96.3% of statements 02:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.045s coverage: 87.5% of statements 02:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 02:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 02:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 02:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 02:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 02:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 02:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 02:34:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 02:34:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 02:34:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 02:34:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 02:34:42 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:34:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:34:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:34:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 02:34:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 02:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 02:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 02:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 02:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 02:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 02:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 02:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 02:34:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 02:34:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 02:34:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:34:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:34:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.048s coverage: 94.4% of statements 02:34:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 02:34:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 02:34:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 02:34:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 02:34:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:34:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:34:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 02:34:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.276s coverage: 79.9% of statements 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.064s coverage: 92.9% of statements 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.016s coverage: 64.4% of statements 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.059s coverage: 62.3% of statements 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.060s coverage: 87.2% of statements 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.034s coverage: 20.0% of statements 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.036s coverage: 100.0% of statements 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.086s coverage: 81.8% of statements 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.082s coverage: 82.1% of statements 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.041s coverage: 86.0% of statements 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.155s coverage: 63.1% of statements 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.041s coverage: 100.0% of statements 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.027s coverage: 89.4% of statements 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.024s coverage: 100.0% of statements 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.029s coverage: 73.7% of statements 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.014s coverage: 100.0% of statements 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.166s coverage: 38.4% of statements 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.044s coverage: 89.5% of statements 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.039s coverage: 84.8% of statements 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.079s coverage: 19.9% of statements 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.112s coverage: 95.7% of statements 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.045s coverage: 61.8% of statements 02:35:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.083s coverage: 98.9% of statements 02:35:06 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 02:35:06 running golangci-lint 02:35:06 golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z 02:35:06 go version go1.21.9 linux/amd64 02:35:06 level=info msg="[config_reader] Used config file .golangci.yml" 02:35:06 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 02:35:28 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|name|types_sizes|files|imports) took 19.560757218s" 02:35:28 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 29.875031ms" 02:35:35 level=info msg="[linters_context/goanalysis] analyzers took 1m15.898509576s with top 10 stages: buildir: 43.556360377s, gosec: 6.578638519s, inspect: 1.670167277s, fact_deprecated: 1.65499366s, printf: 1.385109488s, ctrlflow: 1.277991227s, fact_purity: 1.11613203s, nilness: 947.7844ms, S1038: 709.711208ms, SA5012: 513.728003ms" 02:35:35 level=info msg="[runner] Issues before processing: 197, after processing: 0" 02:35:35 level=info msg="[runner] Processors filtering stat (out/in): skip_files: 197/197, autogenerated_exclude: 197/197, nolint: 0/21, path_prettifier: 197/197, exclude-rules: 21/197, skip_dirs: 197/197, cgo: 197/197, filename_unadjuster: 197/197, identifier_marker: 197/197, exclude: 197/197" 02:35:35 level=info msg="[runner] processing took 21.450722ms with stages: nolint: 9.324687ms, identifier_marker: 5.893611ms, exclude-rules: 2.515404ms, autogenerated_exclude: 1.52442ms, path_prettifier: 1.43406ms, skip_dirs: 711.14µs, cgo: 25.9µs, filename_unadjuster: 16.04µs, max_same_issues: 1.29µs, exclude: 750ns, uniq_by_line: 480ns, fixer: 460ns, skip_files: 430ns, diff: 340ns, sort_results: 330ns, severity-rules: 320ns, path_shortener: 270ns, source_code: 250ns, max_from_linter: 220ns, max_per_file_from_linter: 160ns, path_prefixer: 160ns" 02:35:35 level=info msg="[runner] linters took 9.515600375s with stages: goanalysis_metalinter: 9.494017001s" 02:35:35 level=info msg="File cache stats: 0 entries of total size 0B" 02:35:35 level=info msg="Memory: 292 samples, avg is 271.0MB, max is 1317.1MB" 02:35:35 level=info msg="Execution took 29.114766532s" 02:35:35 go vet ./... 02:35:40 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:35:40 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:35:40 ./bin/test-attribution-txt.sh 02:35:40 An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add 02:35:40 An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [Pipeline] echo 02:35:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 02:35:40 + ls -al . 02:35:40 total 816 02:35:40 drwxrwxr-x 11 1001 1001 4096 Jun 18 02:33 . 02:35:40 drwxr-xr-x 4 root root 4096 Jun 18 02:33 .. 02:35:40 drwxrwxr-x 2 1001 1001 4096 Jun 18 02:32 .blubracket 02:35:40 -rw-rw-r-- 1 1001 1001 10 Jun 18 02:32 .dockerignore 02:35:40 drwxrwxr-x 8 1001 1001 4096 Jun 18 02:35 .git 02:35:40 drwxrwxr-x 3 1001 1001 4096 Jun 18 02:32 .github 02:35:40 -rw-rw-r-- 1 1001 1001 1074 Jun 18 02:32 .gitignore 02:35:40 -rw-rw-r-- 1 1001 1001 42 Jun 18 02:32 .golangci.yml 02:35:40 -rw-rw-r-- 1 1001 1001 100 Jun 18 02:32 .hadolint.yml 02:35:40 drwxr-xr-x 3 1001 1001 4096 Jun 18 02:33 .semver 02:35:40 -rw-rw-r-- 1 1001 1001 155 Jun 18 02:32 .sonarcloud.properties 02:35:40 -rw-rw-r-- 1 1001 1001 1171 Jun 18 02:32 ADOPTERS.md 02:35:40 -rw-rw-r-- 1 1001 1001 20261 Jun 18 02:32 Attribution.txt 02:35:40 -rw-rw-r-- 1 1001 1001 100284 Jun 18 02:32 CHANGELOG.md 02:35:40 -rw-rw-r-- 1 1001 1001 3804 Jun 18 02:32 CONTRIBUTING.md 02:35:40 -rw-rw-r-- 1 1001 1001 677 Jun 18 02:32 GOVERNANCE.md 02:35:40 -rw-rw-r-- 1 1001 1001 861 Jun 18 02:32 Jenkinsfile 02:35:40 -rw-rw-r-- 1 1001 1001 10775 Jun 18 02:32 LICENSE 02:35:40 -rw-rw-r-- 1 1001 1001 15392 Jun 18 02:32 Makefile 02:35:40 -rw-rw-r-- 1 1001 1001 582 Jun 18 02:32 OWNERS.md 02:35:40 -rw-rw-r-- 1 1001 1001 9528 Jun 18 02:32 README.md 02:35:40 -rw-rw-r-- 1 1001 1001 789 Jun 18 02:32 SECURITY.md 02:35:40 -rw-rw-r-- 1 1001 1001 12 Jun 18 02:33 VERSION 02:35:40 drwxrwxr-x 2 1001 1001 4096 Jun 18 02:32 bin 02:35:40 drwxrwxr-x 18 1001 1001 4096 Jun 18 02:32 cmd 02:35:40 -rw-r--r-- 1 root root 455714 Jun 18 02:35 coverage.out 02:35:40 drwxrwxr-x 2 1001 1001 4096 Jun 18 02:32 fuzz_test 02:35:40 -rw-rw-r-- 1 1001 1001 6922 Jun 18 02:32 go.mod 02:35:40 -rw-rw-r-- 1 1001 1001 101455 Jun 18 02:32 go.sum 02:35:40 drwxrwxr-x 7 1001 1001 4096 Jun 18 02:32 internal 02:35:40 drwxrwxr-x 3 1001 1001 4096 Jun 18 02:32 openapi 02:35:40 -rw-rw-r-- 1 1001 1001 584 Jun 18 02:32 security.txt 02:35:40 -rw-rw-r-- 1 1001 1001 204 Jun 18 02:32 version.go [Pipeline] sh 02:35:40 + '[' -e coverage.out ] 02:35:40 + chown 1001:1001 coverage.out [Pipeline] stash 02:35:41 Stashed 1 file(s) [Pipeline] sh 02:35:41 + make build 02:35:41 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 02:36:03 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:36:03 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 02:36:05 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:36:05 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:36:09 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:36:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 02:36:13 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:36:13 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:36:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 02:36:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:36:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 02:36:16 $ docker stop --time=1 963238db60c143049dba68e10a34ef775233996deea4e8750d7252f24476a53f 02:36:24 $ docker rm -f --volumes 963238db60c143049dba68e10a34ef775233996deea4e8750d7252f24476a53f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:36:25 02:36:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:36:25 latest: Pulling from edgex-devops/edgex-compose 02:36:25 91d30c5bc195: Pulling fs layer 02:36:25 2e9b0aa3be6d: Pulling fs layer 02:36:25 9c61dcf015f6: Pulling fs layer 02:36:25 4698f68db338: Pulling fs layer 02:36:25 2a2f49069b9e: Pulling fs layer 02:36:25 e0025b399a48: Pulling fs layer 02:36:25 4698f68db338: Waiting 02:36:25 2a2f49069b9e: Waiting 02:36:25 e0025b399a48: Waiting 02:36:25 91d30c5bc195: Verifying Checksum 02:36:25 91d30c5bc195: Download complete 02:36:25 4698f68db338: Download complete 02:36:25 2e9b0aa3be6d: Verifying Checksum 02:36:25 2e9b0aa3be6d: Download complete 02:36:25 e0025b399a48: Verifying Checksum 02:36:25 e0025b399a48: Download complete 02:36:25 91d30c5bc195: Pull complete 02:36:25 2a2f49069b9e: Download complete 02:36:26 2e9b0aa3be6d: Pull complete 02:36:26 9c61dcf015f6: Download complete 02:36:28 9c61dcf015f6: Pull complete 02:36:28 4698f68db338: Pull complete 02:36:29 2a2f49069b9e: Pull complete 02:36:29 e0025b399a48: Pull complete 02:36:29 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 02:36:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:36:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:36:29 prd-ubuntu20.04-docker-8c-8g-3379 does not seem to be running inside a container 02:36:29 $ 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/643 -v /w/workspace/edgex-go/643:/w/workspace/edgex-go/643:rw,z -v /w/workspace/edgex-go/643@tmp:/w/workspace/edgex-go/643@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:36:31 $ docker top 1f73be5511fe091c71ddf030704fc9816bdc46e69c894417423b51e58ddd66e5 -eo pid,comm [Pipeline] { [Pipeline] sh 02:36:32 + docker compose -f ./docker-compose-build.yml build --parallel 02:36:33 #1 [security-proxy-auth internal] load build definition from Dockerfile 02:36:33 #1 transferring dockerfile: 2.15kB done 02:36:33 #1 DONE 0.0s 02:36:34 02:36:34 #2 [security-spire-agent internal] load build definition from Dockerfile 02:36:34 #2 transferring dockerfile: 1.81kB done 02:36:34 #2 DONE 0.0s 02:36:34 02:36:34 #3 [security-secretstore-setup internal] load build definition from Dockerfile 02:36:34 #3 transferring dockerfile: 2.49kB done 02:36:34 #3 DONE 0.0s 02:36:34 02:36:34 #4 [core-metadata internal] load build definition from Dockerfile 02:36:34 #4 transferring dockerfile: 2.06kB done 02:36:34 #4 DONE 0.0s 02:36:34 02:36:34 #5 [support-scheduler internal] load build definition from Dockerfile 02:36:34 #5 transferring dockerfile: 1.93kB done 02:36:34 #5 DONE 0.0s 02:36:34 02:36:34 #6 [security-bootstrapper internal] load build definition from Dockerfile 02:36:34 #6 transferring dockerfile: 2.93kB done 02:36:34 #6 DONE 0.0s 02:36:34 02:36:34 #7 [support-notifications internal] load build definition from Dockerfile 02:36:34 #7 transferring dockerfile: 1.95kB done 02:36:34 #7 DONE 0.0s 02:36:34 02:36:34 #8 [security-spiffe-token-provider internal] load build definition from Dockerfile 02:36:34 #8 transferring dockerfile: 1.89kB done 02:36:34 #8 DONE 0.0s 02:36:34 02:36:34 #9 [security-proxy-setup internal] load build definition from Dockerfile 02:36:34 #9 transferring dockerfile: 2.50kB done 02:36:34 #9 DONE 0.0s 02:36:34 02:36:34 #10 [core-command internal] load build definition from Dockerfile 02:36:34 #10 transferring dockerfile: 1.93kB done 02:36:34 #10 DONE 0.0s 02:36:34 02:36:34 #11 [core-data internal] load build definition from Dockerfile 02:36:34 #11 transferring dockerfile: 2.01kB done 02:36:34 #11 DONE 0.0s 02:36:34 02:36:34 #12 [security-proxy-auth internal] load .dockerignore 02:36:34 #12 transferring context: 50B done 02:36:34 #12 DONE 0.0s 02:36:34 02:36:34 #13 [security-spire-server internal] load build definition from Dockerfile 02:36:34 #13 transferring dockerfile: 1.70kB done 02:36:34 #13 DONE 0.0s 02:36:34 02:36:34 #14 [security-spire-config internal] load build definition from Dockerfile 02:36:34 #14 transferring dockerfile: 1.69kB done 02:36:34 #14 DONE 0.0s 02:36:34 02:36:34 #15 [core-common-config-bootstrapper internal] load build definition from Dockerfile 02:36:34 #15 transferring dockerfile: 2.23kB done 02:36:34 #15 DONE 0.0s 02:36:34 02:36:34 #16 [security-spire-agent internal] load .dockerignore 02:36:34 #16 transferring context: 50B done 02:36:34 #16 DONE 0.0s 02:36:34 02:36:34 #17 [security-secretstore-setup internal] load .dockerignore 02:36:34 #17 transferring context: 50B done 02:36:34 #17 DONE 0.0s 02:36:34 02:36:34 #18 [core-metadata internal] load .dockerignore 02:36:34 #18 transferring context: 50B done 02:36:34 #18 DONE 0.0s 02:36:34 02:36:34 #19 [support-scheduler internal] load .dockerignore 02:36:34 #19 transferring context: 50B done 02:36:34 #19 DONE 0.0s 02:36:34 02:36:34 #20 [security-bootstrapper internal] load .dockerignore 02:36:34 #20 transferring context: 50B done 02:36:34 #20 DONE 0.0s 02:36:34 02:36:34 #21 [support-notifications internal] load .dockerignore 02:36:34 #21 transferring context: 50B done 02:36:34 #21 DONE 0.0s 02:36:34 02:36:34 #22 [security-spiffe-token-provider internal] load .dockerignore 02:36:34 #22 transferring context: 50B done 02:36:34 #22 DONE 0.0s 02:36:34 02:36:34 #23 [security-proxy-setup internal] load .dockerignore 02:36:34 #23 transferring context: 50B done 02:36:34 #23 DONE 0.0s 02:36:34 02:36:34 #24 [core-command internal] load .dockerignore 02:36:34 #24 transferring context: 50B done 02:36:34 #24 DONE 0.0s 02:36:34 02:36:34 #25 [core-data internal] load .dockerignore 02:36:34 #25 transferring context: 50B done 02:36:34 #25 DONE 0.0s 02:36:34 02:36:34 #26 [security-spire-server internal] load .dockerignore 02:36:34 #26 transferring context: 50B done 02:36:34 #26 DONE 0.0s 02:36:34 02:36:34 #27 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:36:34 #27 DONE 0.0s 02:36:34 02:36:34 #28 [security-spire-config internal] load .dockerignore 02:36:34 #28 transferring context: 50B done 02:36:34 #28 DONE 0.0s 02:36:34 02:36:34 #29 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 02:36:34 #29 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 02:36:34 #29 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 02:36:34 #29 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done 02:36:34 #29 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done 02:36:34 #29 DONE 0.1s 02:36:34 02:36:34 #27 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:36:34 #27 DONE 0.0s 02:36:34 02:36:34 #30 [core-common-config-bootstrapper internal] load .dockerignore 02:36:34 #30 transferring context: 50B done 02:36:34 #30 DONE 0.1s 02:36:34 02:36:34 #31 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 02:36:34 #31 DONE 0.1s 02:36:34 02:36:34 #29 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 02:36:34 #29 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 02:36:34 #29 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 02:36:34 #29 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done 02:36:34 #29 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done 02:36:34 #29 DONE 0.1s 02:36:34 02:36:34 #32 [security-secretstore-setup internal] load build context 02:36:34 #32 ... 02:36:34 02:36:34 #27 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:36:34 #27 DONE 0.0s 02:36:34 02:36:34 #32 [security-secretstore-setup internal] load build context 02:36:35 #32 ... 02:36:35 02:36:35 #29 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 02:36:35 #29 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 02:36:35 #29 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 02:36:35 #29 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done 02:36:35 #29 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done 02:36:35 #29 DONE 0.1s 02:36:35 02:36:35 #31 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 02:36:35 #31 DONE 0.2s 02:36:35 02:36:35 #32 [security-secretstore-setup internal] load build context 02:36:35 #32 ... 02:36:35 02:36:35 #27 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:36:35 #27 DONE 0.0s 02:36:35 02:36:35 #32 [security-secretstore-setup internal] load build context 02:36:35 #32 ... 02:36:35 02:36:35 #29 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 02:36:35 #29 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 02:36:35 #29 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 02:36:35 #29 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done 02:36:35 #29 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done 02:36:35 #29 DONE 0.1s 02:36:35 02:36:35 #31 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 02:36:35 #31 DONE 0.4s 02:36:35 02:36:35 #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 02:36:35 #33 DONE 0.6s 02:36:35 02:36:35 #32 [security-secretstore-setup internal] load build context 02:36:35 #32 ... 02:36:35 02:36:35 #27 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:36:35 #27 DONE 0.0s 02:36:35 02:36:35 #29 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 02:36:35 #29 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 02:36:35 #29 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 02:36:35 #29 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done 02:36:35 #29 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done 02:36:35 #29 DONE 0.1s 02:36:35 02:36:35 #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 02:36:35 #34 DONE 0.8s 02:36:35 02:36:35 #35 [security-spire-agent internal] load build context 02:36:35 #35 ... 02:36:35 02:36:35 #27 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:36:35 #27 DONE 0.0s 02:36:35 02:36:35 #29 [core-data stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 02:36:35 #29 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 02:36:35 #29 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 02:36:35 #29 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done 02:36:35 #29 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done 02:36:35 #29 DONE 0.1s 02:36:35 02:36:35 #31 [core-data internal] load metadata for docker.io/library/alpine:3.18 02:36:35 #31 DONE 0.7s 02:36:35 02:36:35 #35 [security-spire-agent internal] load build context 02:36:35 #35 transferring context: 26.22kB 0.0s done 02:36:36 #35 ... 02:36:36 02:36:36 #29 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 02:36:36 #29 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 02:36:36 #29 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 02:36:36 #29 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done 02:36:36 #29 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done 02:36:36 #29 DONE 0.1s 02:36:36 02:36:36 #33 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 02:36:36 #33 DONE 1.1s 02:36:36 02:36:36 #35 [security-spire-agent internal] load build context 02:36:36 #35 DONE 0.6s 02:36:36 02:36:36 #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:36:36 #36 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.2s done 02:36:36 #36 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 02:36:36 #36 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done 02:36:36 #36 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done 02:36:36 #36 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0B / 302B 0.0s 02:36:36 #36 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.1s 02:36:36 #36 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0B / 120B 0.1s 02:36:36 #36 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s 02:36:36 #36 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0B / 123.55kB 0.2s 02:36:36 #36 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.3s done 02:36:36 #36 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.3s 02:36:37 #36 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.3s done 02:36:37 #36 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.3s done 02:36:37 #36 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done 02:36:41 #36 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 4.0s done 02:36:41 #36 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done 02:36:41 #36 ... 02:36:41 02:36:41 #37 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 02:36:41 #37 DONE 7.1s 02:36:41 02:36:41 #38 [core-metadata internal] load build context 02:36:41 #38 transferring context: 219.14MB 6.8s 02:36:42 #38 ... 02:36:42 02:36:42 #39 [security-proxy-auth internal] load build context 02:36:42 #39 ... 02:36:42 02:36:42 #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:36:42 #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0B / 25.84MB 6.5s 02:36:42 #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 8.39MB / 25.84MB 6.7s 02:36:42 #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 6.9s 02:36:44 #36 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done 02:36:44 #36 ... 02:36:44 02:36:44 #40 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:36:44 #0 0.924 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:44 #0 1.160 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:44 #0 1.488 (1/1) Installing dumb-init (1.2.5-r2) 02:36:44 #0 1.500 Executing busybox-1.36.1-r5.trigger 02:36:44 #0 1.502 OK: 7 MiB in 16 packages 02:36:44 #40 ... 02:36:44 02:36:44 #41 [support-scheduler internal] load build context 02:36:45 #41 ... 02:36:45 02:36:45 #42 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:36:45 #0 1.306 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:45 #0 1.364 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:45 #0 1.572 (1/4) Installing ca-certificates (20240226-r0) 02:36:45 #0 1.601 (2/4) Installing dumb-init (1.2.5-r2) 02:36:45 #0 1.608 (3/4) Installing su-exec (0.2-r3) 02:36:45 #0 1.626 (4/4) Installing yq (4.33.3-r5) 02:36:45 #0 1.690 Executing busybox-1.36.1-r5.trigger 02:36:45 #0 1.707 Executing ca-certificates-20240226-r0.trigger 02:36:45 #0 1.761 OK: 17 MiB in 19 packages 02:36:45 #42 ... 02:36:45 02:36:45 #43 [support-notifications internal] load build context 02:36:45 #43 transferring context: 409.60MB 9.1s done 02:36:45 #43 ... 02:36:45 02:36:45 #44 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 02:36:45 #0 1.055 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:45 #0 1.144 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:45 #0 1.405 (1/2) Installing ca-certificates (20240226-r0) 02:36:45 #0 1.425 (2/2) Installing dumb-init (1.2.5-r2) 02:36:45 #0 1.426 Executing busybox-1.36.1-r5.trigger 02:36:45 #0 1.433 Executing ca-certificates-20240226-r0.trigger 02:36:45 #0 1.469 OK: 8 MiB in 17 packages 02:36:45 #44 ... 02:36:45 02:36:45 #45 [security-spiffe-token-provider internal] load build context 02:36:45 #45 ... 02:36:45 02:36:45 #46 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:36:45 #46 ... 02:36:45 02:36:45 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 02:36:45 #47 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.2s done 02:36:45 #47 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done 02:36:45 #47 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done 02:36:45 #47 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done 02:36:45 #47 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.3s done 02:36:45 #47 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 4.0s done 02:36:45 #47 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done 02:36:45 #47 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 9.5s 02:36:45 #47 ... 02:36:45 02:36:45 #48 [security-proxy-setup internal] load build context 02:36:45 #48 transferring context: 409.60MB 9.5s done 02:36:45 #48 ... 02:36:45 02:36:45 #49 [security-bootstrapper internal] load build context 02:36:45 #49 transferring context: 409.60MB 8.3s done 02:36:46 #49 ... 02:36:46 02:36:46 #32 [security-secretstore-setup internal] load build context 02:36:46 #32 transferring context: 409.60MB 10.6s done 02:36:46 #32 ... 02:36:46 02:36:46 #50 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:36:46 #50 ... 02:36:46 02:36:46 #51 [core-common-config-bootstrapper internal] load build context 02:36:46 #51 transferring context: 409.60MB 9.3s done 02:36:46 #51 ... 02:36:46 02:36:46 #52 [core-command internal] load build context 02:36:46 #52 transferring context: 409.60MB 8.9s done 02:36:46 #52 ... 02:36:46 02:36:46 #53 [security-spire-server internal] load build context 02:36:46 #53 transferring context: 26.69kB 0.0s done 02:36:46 #53 ... 02:36:46 02:36:46 #54 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:36:46 #0 0.956 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:46 #0 1.056 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:46 #0 1.274 (1/2) Installing dumb-init (1.2.5-r2) 02:36:46 #0 1.283 (2/2) Installing su-exec (0.2-r3) 02:36:46 #0 1.288 Executing busybox-1.36.1-r5.trigger 02:36:46 #0 1.298 OK: 7 MiB in 17 packages 02:36:46 #54 ... 02:36:46 02:36:46 #55 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:36:46 #55 ... 02:36:46 02:36:46 #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:36:47 #56 ... 02:36:47 02:36:47 #57 [core-data internal] load build context 02:36:47 #57 transferring context: 409.60MB 9.8s done 02:36:47 #57 ... 02:36:47 02:36:47 #58 [security-spire-config internal] load build context 02:36:47 #58 transferring context: 24.94kB 0.0s done 02:36:47 #58 ... 02:36:47 02:36:47 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:36:47 #59 ... 02:36:47 02:36:47 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 02:36:47 #47 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 11.2s done 02:36:47 #47 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 11.4s 02:36:47 #47 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done 02:36:48 #47 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 12.3s done 02:36:49 #47 ... 02:36:49 02:36:49 #53 [security-spire-server internal] load build context 02:36:49 #53 DONE 13.1s 02:36:49 02:36:49 #58 [security-spire-config internal] load build context 02:36:49 #58 DONE 13.1s 02:36:49 02:36:49 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 02:36:49 #47 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 02:36:49 #47 ... 02:36:49 02:36:49 #49 [security-bootstrapper internal] load build context 02:36:49 #49 DONE 14.1s 02:36:49 02:36:49 #54 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:36:49 #54 DONE 13.9s 02:36:49 02:36:49 #44 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 02:36:49 #44 DONE 13.9s 02:36:49 02:36:49 #43 [support-notifications internal] load build context 02:36:49 #43 DONE 14.1s 02:36:49 02:36:49 #42 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:36:49 #42 DONE 14.4s 02:36:49 02:36:49 #52 [core-command internal] load build context 02:36:49 #52 DONE 13.9s 02:36:49 02:36:49 #48 [security-proxy-setup internal] load build context 02:36:49 #48 DONE 13.9s 02:36:49 02:36:49 #40 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:36:49 #40 DONE 14.6s 02:36:49 02:36:49 #39 [security-proxy-auth internal] load build context 02:36:49 #39 transferring context: 409.60MB 10.0s done 02:36:49 #39 DONE 14.6s 02:36:49 02:36:49 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 02:36:49 #47 ... 02:36:49 02:36:49 #51 [core-common-config-bootstrapper internal] load build context 02:36:49 #51 DONE 13.5s 02:36:49 02:36:49 #41 [support-scheduler internal] load build context 02:36:49 #41 transferring context: 409.60MB 10.5s done 02:36:49 #41 DONE 14.4s 02:36:49 02:36:49 #32 [security-secretstore-setup internal] load build context 02:36:49 #32 DONE 14.4s 02:36:49 02:36:49 #57 [core-data internal] load build context 02:36:49 #57 DONE 13.5s 02:36:49 02:36:49 #38 [core-metadata internal] load build context 02:36:49 #38 transferring context: 409.60MB 11.1s done 02:36:49 #38 DONE 14.5s 02:36:49 02:36:49 #45 [security-spiffe-token-provider internal] load build context 02:36:49 #45 transferring context: 409.60MB 11.0s done 02:36:49 #45 DONE 14.0s 02:36:49 02:36:49 #60 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 02:36:49 #60 DONE 1.5s 02:36:49 02:36:49 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 02:36:49 #47 ... 02:36:49 02:36:49 #36 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:36:49 #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 9.2s done 02:36:49 #36 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 1.0s done 02:36:49 #36 DONE 13.9s 02:36:49 02:36:49 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 02:36:49 #47 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 0.5s done 02:36:49 #47 DONE 14.2s 02:36:49 02:36:49 #61 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 02:36:50 #61 ... 02:36:50 02:36:50 #55 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:36:50 #55 13.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:50 #55 13.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:50 #55 14.31 (1/1) Installing dumb-init (1.2.5-r2) 02:36:50 #55 14.32 Executing busybox-1.36.1-r5.trigger 02:36:50 #55 14.34 OK: 7 MiB in 16 packages 02:36:50 #55 DONE 14.6s 02:36:50 02:36:50 #46 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:36:50 #46 14.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:50 #46 14.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:50 #46 14.80 (1/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 02:36:50 #46 14.86 (2/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 02:36:50 #46 14.87 (3/6) Installing dumb-init (1.2.5-r2) 02:36:50 #46 14.87 (4/6) Installing openssl (3.1.5-r0) 02:36:50 #46 14.89 (5/6) Installing su-exec (0.2-r3) 02:36:50 #46 14.89 (6/6) Installing yq (4.33.3-r5) 02:36:50 #46 15.02 Executing busybox-1.36.1-r5.trigger 02:36:50 #46 15.02 OK: 17 MiB in 19 packages 02:36:50 #46 DONE 15.2s 02:36:50 02:36:50 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:36:50 #59 13.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:50 #59 13.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:50 #59 14.18 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 02:36:50 #59 14.18 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 02:36:50 #59 14.18 OK: 20077 distinct packages available 02:36:50 #59 14.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:50 #59 14.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:50 #59 14.60 (1/4) Installing dumb-init (1.2.5-r2) 02:36:50 #59 14.60 (2/4) Installing musl-obstack (1.2.3-r2) 02:36:50 #59 14.61 (3/4) Installing libucontext (1.2-r2) 02:36:50 #59 14.62 (4/4) Installing gcompat (1.1.0-r1) 02:36:50 #59 14.62 Executing busybox-1.36.1-r5.trigger 02:36:50 #59 14.63 OK: 8 MiB in 19 packages 02:36:51 #59 DONE 14.9s 02:36:51 02:36:51 #50 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:36:51 #50 14.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:51 #50 14.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:51 #50 14.70 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 02:36:51 #50 14.70 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 02:36:51 #50 14.70 OK: 20077 distinct packages available 02:36:51 #50 14.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:51 #50 14.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:51 #50 15.10 (1/7) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 02:36:51 #50 15.13 (2/7) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 02:36:51 #50 15.14 (3/7) Installing dumb-init (1.2.5-r2) 02:36:51 #50 15.15 (4/7) Installing musl-obstack (1.2.3-r2) 02:36:51 #50 15.15 (5/7) Installing libucontext (1.2-r2) 02:36:51 #50 15.16 (6/7) Installing gcompat (1.1.0-r1) 02:36:51 #50 15.17 (7/7) Installing openssl (3.1.5-r0) 02:36:51 #50 15.19 Executing busybox-1.36.1-r5.trigger 02:36:51 #50 15.20 OK: 8 MiB in 20 packages 02:36:51 #50 DONE 15.4s 02:36:51 02:36:51 #62 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 02:36:51 #62 ... 02:36:51 02:36:51 #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:36:51 #56 14.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:51 #56 14.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:51 #56 14.92 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 02:36:51 #56 14.92 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 02:36:51 #56 14.92 OK: 20077 distinct packages available 02:36:51 #56 14.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:51 #56 15.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:51 #56 15.28 (1/11) Installing ca-certificates (20240226-r0) 02:36:51 #56 15.30 (2/11) Installing brotli-libs (1.0.9-r14) 02:36:51 #56 15.32 (3/11) Installing libunistring (1.1-r1) 02:36:51 #56 15.34 (4/11) Installing libidn2 (2.3.4-r1) 02:36:51 #56 15.34 (5/11) Installing nghttp2-libs (1.57.0-r0) 02:36:51 #56 15.35 (6/11) Installing libcurl (8.5.0-r0) 02:36:51 #56 15.36 (7/11) Installing curl (8.5.0-r0) 02:36:51 #56 15.37 (8/11) Installing dumb-init (1.2.5-r2) 02:36:51 #56 15.37 (9/11) Installing musl-obstack (1.2.3-r2) 02:36:51 #56 15.44 (10/11) Installing libucontext (1.2-r2) 02:36:51 #56 15.44 (11/11) Installing gcompat (1.1.0-r1) 02:36:51 #56 15.46 Executing busybox-1.36.1-r5.trigger 02:36:51 #56 15.51 Executing ca-certificates-20240226-r0.trigger 02:36:51 #56 15.57 OK: 12 MiB in 26 packages 02:36:51 #56 DONE 15.8s 02:36:51 02:36:51 #63 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:36:51 #0 1.306 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:51 #0 1.380 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:51 #0 1.612 Upgrading critical system libraries and apk-tools: 02:36:51 #0 1.612 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 02:36:51 #0 1.619 Executing busybox-1.36.1-r5.trigger 02:36:51 #0 1.670 Continuing the upgrade transaction with new apk-tools: 02:36:51 #0 1.674 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:51 #0 1.782 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:51 #0 1.970 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) 02:36:51 #0 1.985 Executing busybox-1.36.1-r7.post-upgrade 02:36:51 #0 2.056 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) 02:36:51 #0 2.058 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 02:36:51 #0 2.064 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 02:36:51 #0 2.094 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 02:36:51 #0 2.104 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) 02:36:51 #0 2.105 Executing busybox-1.36.1-r7.trigger 02:36:51 #0 2.113 OK: 7 MiB in 17 packages 02:36:51 #63 DONE 2.2s 02:36:51 02:36:51 #64 [core-command stage-1 3/9] RUN apk --no-cache upgrade 02:36:51 #0 1.369 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:51 #0 1.464 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:51 #0 1.686 Upgrading critical system libraries and apk-tools: 02:36:51 #0 1.686 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 02:36:51 #0 1.696 Executing busybox-1.36.1-r5.trigger 02:36:51 #0 1.746 Continuing the upgrade transaction with new apk-tools: 02:36:51 #0 1.748 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:51 #0 1.833 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:51 #0 2.096 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) 02:36:51 #0 2.110 Executing busybox-1.36.1-r7.post-upgrade 02:36:51 #0 2.122 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) 02:36:51 #0 2.128 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 02:36:51 #0 2.134 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 02:36:51 #0 2.166 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 02:36:51 #0 2.219 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) 02:36:51 #0 2.222 Executing busybox-1.36.1-r7.trigger 02:36:51 #0 2.235 OK: 7 MiB in 16 packages 02:36:51 #64 DONE 2.3s 02:36:51 02:36:51 #65 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:36:51 #0 1.722 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:51 #0 1.820 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:51 #0 2.053 OK: 264 MiB in 52 packages 02:36:51 #65 DONE 2.1s 02:36:51 02:36:51 #61 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 02:36:51 #61 2.033 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:51 #61 2.117 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:51 #61 ... 02:36:51 02:36:51 #66 [support-notifications builder 4/7] COPY go.mod vendor* ./ 02:36:51 #66 DONE 0.0s 02:36:51 02:36:51 #61 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 02:36:51 #61 2.324 OK: 264 MiB in 52 packages 02:36:51 #61 DONE 2.7s 02:36:51 02:36:51 #67 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 02:36:51 #67 DONE 0.1s 02:36:51 02:36:51 #68 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:36:51 #0 1.785 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:51 #0 1.876 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:51 #0 2.094 Upgrading critical system libraries and apk-tools: 02:36:51 #0 2.094 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 02:36:51 #0 2.101 Executing busybox-1.36.1-r5.trigger 02:36:51 #0 2.148 Continuing the upgrade transaction with new apk-tools: 02:36:51 #0 2.154 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:51 #0 2.241 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:51 #0 2.435 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) 02:36:51 #0 2.450 Executing busybox-1.36.1-r7.post-upgrade 02:36:51 #0 2.462 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) 02:36:51 #0 2.466 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 02:36:51 #0 2.476 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 02:36:51 #0 2.512 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 02:36:51 #0 2.524 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) 02:36:51 #0 2.526 Executing busybox-1.36.1-r7.trigger 02:36:51 #0 2.531 Executing ca-certificates-20240226-r0.trigger 02:36:51 #0 2.567 OK: 8 MiB in 17 packages 02:36:51 #68 DONE 2.7s 02:36:51 02:36:51 #69 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:36:52 #69 ... 02:36:52 02:36:52 #70 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:36:52 #0 1.884 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:52 #0 1.969 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:52 #0 2.197 Upgrading critical system libraries and apk-tools: 02:36:52 #0 2.197 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 02:36:52 #0 2.203 Executing busybox-1.36.1-r5.trigger 02:36:52 #0 2.258 Continuing the upgrade transaction with new apk-tools: 02:36:52 #0 2.263 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:52 #0 2.372 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:52 #0 2.572 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) 02:36:52 #0 2.623 Executing busybox-1.36.1-r7.post-upgrade 02:36:52 #0 2.643 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) 02:36:52 #0 2.647 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 02:36:52 #0 2.654 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 02:36:52 #0 2.691 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 02:36:52 #0 2.701 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) 02:36:52 #0 2.705 Executing busybox-1.36.1-r7.trigger 02:36:52 #0 2.710 Executing ca-certificates-20240226-r0.trigger 02:36:52 #0 2.757 OK: 17 MiB in 19 packages 02:36:52 #70 DONE 2.8s 02:36:52 02:36:52 #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 02:36:52 #0 2.464 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:52 #0 2.566 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:52 #0 2.757 OK: 264 MiB in 52 packages 02:36:52 #71 DONE 2.9s 02:36:52 02:36:52 #72 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 02:36:52 #72 DONE 0.0s 02:36:52 02:36:52 #73 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:36:52 #73 ... 02:36:52 02:36:52 #74 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:36:52 #0 2.523 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:52 #0 2.616 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:52 #0 2.814 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 02:36:52 #0 2.814 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 02:36:52 #0 2.814 OK: 20075 distinct packages available 02:36:52 #0 2.870 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:52 #0 2.969 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:52 #0 3.188 OK: 264 MiB in 52 packages 02:36:52 #74 DONE 3.3s 02:36:52 02:36:52 #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 02:36:52 #75 DONE 0.0s 02:36:52 02:36:52 #76 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:36:54 #76 ... 02:36:54 02:36:54 #77 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:36:54 #77 DONE 2.5s 02:36:54 02:36:54 #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:36:54 #0 2.278 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:54 #0 2.363 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:54 #0 2.592 Upgrading critical system libraries and apk-tools: 02:36:54 #0 2.592 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 02:36:54 #0 2.599 Executing busybox-1.36.1-r5.trigger 02:36:54 #0 2.669 Continuing the upgrade transaction with new apk-tools: 02:36:54 #0 2.671 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:54 #0 2.756 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:54 #0 2.943 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) 02:36:54 #0 2.955 Executing busybox-1.36.1-r7.post-upgrade 02:36:54 #0 2.972 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) 02:36:54 #0 2.977 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 02:36:54 #0 2.982 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 02:36:54 #0 3.013 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 02:36:54 #0 3.079 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) 02:36:54 #0 3.092 Executing busybox-1.36.1-r7.trigger 02:36:54 #0 3.096 OK: 7 MiB in 16 packages 02:36:54 #78 DONE 3.2s 02:36:54 02:36:54 #79 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 02:36:54 #79 DONE 0.1s 02:36:54 02:36:54 #62 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 02:36:54 #62 2.005 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:54 #62 2.092 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:54 #62 2.356 Upgrading critical system libraries and apk-tools: 02:36:54 #62 2.356 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 02:36:54 #62 2.365 Executing busybox-1.36.1-r5.trigger 02:36:54 #62 2.417 Continuing the upgrade transaction with new apk-tools: 02:36:54 #62 2.422 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:54 #62 2.503 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:54 #62 2.706 (1/4) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) 02:36:54 #62 2.720 Executing busybox-1.36.1-r7.post-upgrade 02:36:54 #62 2.733 (2/4) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) 02:36:54 #62 2.737 (3/4) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 02:36:54 #62 2.743 (4/4) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) 02:36:54 #62 2.747 Executing busybox-1.36.1-r7.trigger 02:36:54 #62 2.768 OK: 8 MiB in 20 packages 02:36:54 #62 DONE 2.9s 02:36:54 02:36:54 #80 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 02:36:54 #80 DONE 0.7s 02:36:54 02:36:54 #81 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:36:54 #0 2.500 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:54 #0 2.600 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:54 #0 2.847 Upgrading critical system libraries and apk-tools: 02:36:54 #0 2.847 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 02:36:54 #0 2.863 Executing busybox-1.36.1-r5.trigger 02:36:54 #0 2.900 Continuing the upgrade transaction with new apk-tools: 02:36:54 #0 2.903 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:54 #0 2.983 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:54 #0 3.204 (1/4) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) 02:36:54 #0 3.225 Executing busybox-1.36.1-r7.post-upgrade 02:36:54 #0 3.252 (2/4) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) 02:36:54 #0 3.254 (3/4) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 02:36:54 #0 3.264 (4/4) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) 02:36:54 #0 3.266 Executing busybox-1.36.1-r7.trigger 02:36:54 #0 3.271 OK: 17 MiB in 19 packages 02:36:54 #81 DONE 3.9s 02:36:54 02:36:54 #82 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:36:54 #0 2.164 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:54 #0 2.264 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:54 #0 2.497 Upgrading critical system libraries and apk-tools: 02:36:54 #0 2.497 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 02:36:54 #0 2.505 Executing busybox-1.36.1-r5.trigger 02:36:54 #0 2.545 Continuing the upgrade transaction with new apk-tools: 02:36:54 #0 2.548 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:54 #0 2.625 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:54 #0 2.859 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) 02:36:54 #0 2.872 Executing busybox-1.36.1-r7.post-upgrade 02:36:54 #0 2.913 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) 02:36:54 #0 2.915 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 02:36:54 #0 2.928 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 02:36:54 #0 2.964 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 02:36:54 #0 2.973 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) 02:36:54 #0 2.980 Executing busybox-1.36.1-r7.trigger 02:36:54 #0 3.308 OK: 8 MiB in 19 packages 02:36:54 #82 DONE 3.5s 02:36:54 02:36:54 #83 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:36:54 #83 ... 02:36:54 02:36:54 #84 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:36:54 #84 DONE 0.7s 02:36:54 02:36:54 #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:36:54 #0 2.408 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:54 #0 2.489 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:54 #0 2.788 Upgrading critical system libraries and apk-tools: 02:36:54 #0 2.788 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 02:36:54 #0 2.795 Executing busybox-1.36.1-r5.trigger 02:36:54 #0 2.849 Continuing the upgrade transaction with new apk-tools: 02:36:54 #0 2.853 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:36:54 #0 2.943 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:36:54 #0 3.135 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) 02:36:54 #0 3.148 Executing busybox-1.36.1-r7.post-upgrade 02:36:54 #0 3.162 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) 02:36:54 #0 3.165 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 02:36:54 #0 3.174 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 02:36:54 #0 3.209 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 02:36:54 #0 3.215 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) 02:36:54 #0 3.223 Executing busybox-1.36.1-r7.trigger 02:36:54 #0 3.225 Executing ca-certificates-20240226-r0.trigger 02:36:54 #0 3.274 OK: 12 MiB in 26 packages 02:36:54 #85 DONE 3.5s 02:36:54 02:36:54 #86 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 02:36:54 #86 DONE 0.2s 02:36:55 02:36:55 #87 [security-spire-server stage-2 5/9] COPY Attribution.txt / 02:36:55 #87 DONE 0.1s 02:36:55 02:36:55 #88 [security-spire-server stage-2 6/9] COPY security.txt / 02:36:55 #88 DONE 0.6s 02:36:55 02:36:55 #83 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:36:55 #83 DONE 0.7s 02:36:55 02:36:55 #89 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:36:55 #89 DONE 0.8s 02:36:55 02:36:55 #90 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 02:36:55 #90 DONE 0.1s 02:36:55 02:36:55 #91 [security-spire-config stage-2 5/10] COPY Attribution.txt / 02:36:55 #91 DONE 0.1s 02:36:55 02:36:55 #92 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 02:36:55 #92 DONE 0.1s 02:36:55 02:36:55 #93 [security-spire-agent stage-3 7/10] COPY security.txt / 02:36:55 #93 DONE 0.0s 02:36:55 02:36:55 #94 [security-spire-config stage-2 6/10] COPY security.txt / 02:36:55 #94 DONE 0.1s 02:36:55 02:36:55 #95 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:36:55 #95 DONE 0.1s 02:36:55 02:36:55 #96 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 02:36:55 #96 ... 02:36:55 02:36:55 #97 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 02:36:55 #97 DONE 0.1s 02:36:55 02:36:55 #98 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 02:36:55 #98 DONE 0.1s 02:36:55 02:36:55 #96 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 02:36:55 #96 DONE 0.1s 02:36:55 02:36:55 #99 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 02:36:55 #99 DONE 0.1s 02:36:55 02:36:55 #100 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 02:36:55 #100 DONE 0.1s 02:36:55 02:36:55 #101 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 02:36:55 #101 DONE 0.1s 02:36:55 02:36:55 #102 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 02:36:55 #102 DONE 0.1s 02:36:55 02:36:55 #103 [security-spire-config] exporting to image 02:36:55 #103 exporting layers 02:36:56 #103 exporting layers 0.5s done 02:36:56 #103 writing image sha256:ea14f7279a658492efb2accc2f60cd2975b3caed9d7887cf446b95d74f6eccdb done 02:36:56 #103 naming to docker.io/library/security-spire-server done 02:36:56 #103 writing image sha256:3a1750c638913bdbaea058df621e5cf44ca98e1726befe50e7edb0a523491989 done 02:36:56 #103 naming to docker.io/library/security-spire-agent done 02:36:56 #103 writing image sha256:9bc77de95b9eb87d5671eabfe11856a809dec60ce819dcf1836d24559ffba46d done 02:36:56 #103 naming to docker.io/library/security-spire-config done 02:36:56 #103 DONE 0.7s 02:36:56 02:36:56 #104 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:37:28 #104 DONE 32.3s 02:37:28 02:37:28 #73 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:37:28 #73 DONE 31.6s 02:37:28 02:37:28 #76 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:37:28 #76 DONE 31.2s 02:37:28 02:37:28 #69 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:37:28 #69 DONE 31.9s 02:37:28 02:37:28 #105 [support-notifications builder 6/7] COPY . . 02:37:28 #105 DONE 2.5s 02:37:28 02:37:28 #106 [core-common-config-bootstrapper builder 6/7] COPY . . 02:37:28 #106 CACHED 02:37:28 02:37:28 #107 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:37:28 #107 CACHED 02:37:28 02:37:28 #108 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:37:28 #108 CACHED 02:37:28 02:37:28 #109 [core-command builder 4/7] COPY go.mod vendor* ./ 02:37:28 #109 CACHED 02:37:28 02:37:28 #110 [core-command builder 6/7] COPY . . 02:37:28 #110 CACHED 02:37:28 02:37:28 #111 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:37:28 #111 CACHED 02:37:28 02:37:28 #112 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:37:28 #112 CACHED 02:37:28 02:37:28 #113 [support-scheduler builder 6/7] COPY . . 02:37:28 #113 CACHED 02:37:28 02:37:28 #114 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 02:37:28 #114 CACHED 02:37:28 02:37:28 #115 [core-data builder 6/7] COPY . . 02:37:28 #115 CACHED 02:37:28 02:37:28 #116 [core-data builder 4/7] COPY go.mod vendor* ./ 02:37:28 #116 CACHED 02:37:28 02:37:28 #117 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:37:28 #117 CACHED 02:37:28 02:37:28 #118 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:37:28 #118 CACHED 02:37:28 02:37:28 #119 [core-metadata builder 4/7] COPY go.mod vendor* ./ 02:37:28 #119 CACHED 02:37:28 02:37:28 #120 [core-metadata builder 6/7] COPY . . 02:37:28 #120 CACHED 02:37:28 02:37:28 #121 [security-bootstrapper builder 6/7] COPY . . 02:37:28 #121 CACHED 02:37:28 02:37:28 #122 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:37:28 #122 CACHED 02:37:28 02:37:28 #123 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:37:28 #123 CACHED 02:37:28 02:37:28 #124 [security-proxy-setup builder 6/7] COPY . . 02:37:28 #124 CACHED 02:37:28 02:37:28 #125 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:37:28 #125 CACHED 02:37:28 02:37:28 #126 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 02:37:28 #126 CACHED 02:37:28 02:37:28 #127 [security-spiffe-token-provider builder 6/7] COPY . . 02:37:28 #127 DONE 2.5s 02:37:28 02:37:28 #128 [security-secretstore-setup builder 6/7] COPY . . 02:37:28 #128 DONE 2.5s 02:37:28 02:37:28 #129 [security-proxy-auth builder 6/7] COPY . . 02:37:28 #129 DONE 2.5s 02:37:28 02:37:28 #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:37:28 #130 1.041 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 02:37:36 #130 ... 02:37:36 02:37:36 #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:37:36 #0 0.339 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:37:36 #131 ... 02:37:36 02:37:36 #132 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:37:36 #0 1.290 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:37:36 #132 ... 02:37:36 02:37:36 #133 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:37:36 #0 1.109 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 02:37:37 #133 ... 02:37:37 02:37:37 #134 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:37:37 #0 1.317 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:37:37 #134 ... 02:37:37 02:37:37 #135 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:37:37 #0 0.587 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:37:37 #135 ... 02:37:37 02:37:37 #136 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:37:37 #0 1.274 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 02:37:37 #136 ... 02:37:37 02:37:37 #137 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:37:37 #0 0.860 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:37:37 #137 ... 02:37:37 02:37:37 #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:37:37 #0 0.591 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 02:37:37 #138 ... 02:37:37 02:37:37 #139 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:37:37 #0 1.312 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:37:37 #139 ... 02:37:37 02:37:37 #140 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:37:37 #0 0.784 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 02:38:59 #140 ... 02:38:59 02:38:59 #134 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:38:59 #134 80.27 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:39:46 #134 ... 02:39:46 02:39:46 #132 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:39:46 #132 DONE 132.3s 02:39:46 02:39:46 #139 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:39:46 #139 DONE 132.3s 02:39:46 02:39:46 #140 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:39:46 #140 DONE 132.3s 02:39:46 02:39:46 #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:39:46 #130 DONE 132.3s 02:39:46 02:39:46 #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:39:46 #131 DONE 132.3s 02:39:46 02:39:46 #137 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:39:46 #137 DONE 132.3s 02:39:46 02:39:46 #133 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:39:46 #133 DONE 132.4s 02:39:46 02:39:46 #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:39:46 #138 DONE 132.4s 02:39:46 02:39:46 #141 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 02:39:46 #141 ... 02:39:46 02:39:46 #134 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:39:46 #134 DONE 132.5s 02:39:46 02:39:46 #135 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:39:46 #135 DONE 132.7s 02:39:46 02:39:46 #136 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:39:46 #136 DONE 132.7s 02:39:46 02:39:46 #142 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 02:39:46 #142 ... 02:39:46 02:39:46 #143 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 02:39:46 #143 DONE 0.7s 02:39:46 02:39:46 #144 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:39:46 #144 DONE 0.7s 02:39:46 02:39:46 #141 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 02:39:46 #141 DONE 0.6s 02:39:46 02:39:46 #145 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:39:46 #145 DONE 0.7s 02:39:46 02:39:46 #146 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:39:46 #146 DONE 0.8s 02:39:46 02:39:46 #142 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 02:39:46 #142 DONE 0.4s 02:39:46 02:39:46 #147 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:39:46 #147 DONE 0.7s 02:39:46 02:39:46 #148 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:39:46 #148 ... 02:39:46 02:39:46 #149 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 02:39:46 #149 DONE 0.2s 02:39:46 02:39:46 #150 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:39:46 #150 DONE 0.3s 02:39:46 02:39:46 #151 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:39:46 #151 CACHED 02:39:46 02:39:46 #152 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:39:46 #152 CACHED 02:39:46 02:39:46 #153 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 02:39:46 #153 CACHED 02:39:46 02:39:46 #154 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 02:39:46 #154 CACHED 02:39:46 02:39:46 #155 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:39:46 #155 CACHED 02:39:46 02:39:46 #156 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:39:46 #156 CACHED 02:39:46 02:39:46 #157 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:39:46 #157 DONE 0.3s 02:39:46 02:39:46 #158 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:39:46 #158 DONE 0.2s 02:39:46 02:39:46 #159 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 02:39:46 #159 DONE 0.2s 02:39:46 02:39:46 #148 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:39:46 #148 DONE 0.3s 02:39:46 02:39:46 #160 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:39:46 #160 CACHED 02:39:46 02:39:46 #161 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:39:46 #161 CACHED 02:39:46 02:39:46 #162 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:39:46 #162 ... 02:39:46 02:39:46 #163 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 02:39:46 #163 DONE 1.7s 02:39:46 02:39:46 #164 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 02:39:46 #164 ... 02:39:46 02:39:46 #165 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 02:39:46 #165 DONE 2.6s 02:39:46 02:39:46 #162 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:39:46 #162 DONE 2.6s 02:39:46 02:39:46 #166 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:39:46 #166 DONE 2.7s 02:39:46 02:39:46 #167 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:39:46 #167 DONE 2.7s 02:39:46 02:39:46 #168 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:39:46 #168 DONE 2.7s 02:39:46 02:39:46 #169 [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 02:39:46 #169 DONE 2.7s 02:39:46 02:39:46 #170 [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 02:39:46 #170 ... 02:39:46 02:39:46 #171 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:39:46 #171 DONE 2.8s 02:39:46 02:39:46 #172 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:39:46 #172 DONE 2.8s 02:39:46 02:39:46 #173 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 02:39:46 #173 DONE 0.2s 02:39:46 02:39:46 #174 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 02:39:46 #174 DONE 2.8s 02:39:46 02:39:46 #164 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 02:39:46 #164 DONE 1.3s 02:39:46 02:39:46 #175 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 02:39:46 #175 DONE 0.3s 02:39:46 02:39:46 #103 [support-notifications] exporting to image 02:39:46 #103 exporting layers 02:39:46 #103 ... 02:39:46 02:39:46 #176 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 02:39:46 #176 DONE 0.4s 02:39:46 02:39:46 #177 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 02:39:46 #177 DONE 0.4s 02:39:46 02:39:46 #178 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 02:39:46 #178 DONE 0.4s 02:39:46 02:39:46 #103 [core-command] exporting to image 02:39:46 #103 ... 02:39:46 02:39:46 #179 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 02:39:46 #179 DONE 3.5s 02:39:46 02:39:46 #180 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:39:46 #180 DONE 0.5s 02:39:46 02:39:46 #170 [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 02:39:46 #170 DONE 0.5s 02:39:46 02:39:46 #181 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 02:39:46 #181 DONE 0.5s 02:39:46 02:39:46 #182 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 02:39:46 #182 DONE 0.5s 02:39:46 02:39:46 #103 [security-spiffe-token-provider] exporting to image 02:39:46 #103 ... 02:39:46 02:39:46 #183 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 02:39:46 #183 DONE 0.4s 02:39:46 02:39:46 #184 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:39:46 #184 DONE 0.5s 02:39:46 02:39:46 #103 [security-spiffe-token-provider] exporting to image 02:39:46 #103 exporting layers 0.4s done 02:39:46 #103 ... 02:39:46 02:39:46 #185 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 02:39:46 #185 DONE 0.4s 02:39:46 02:39:46 #186 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 02:39:46 #186 DONE 0.3s 02:39:46 02:39:46 #187 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 02:39:46 #187 DONE 0.3s 02:39:46 02:39:46 #188 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 02:39:46 #188 DONE 0.2s 02:39:46 02:39:46 #103 [core-metadata] exporting to image 02:39:46 #103 exporting layers 0.5s done 02:39:46 #103 ... 02:39:46 02:39:46 #189 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 02:39:46 #189 DONE 0.4s 02:39:46 02:39:46 #103 [core-metadata] exporting to image 02:39:46 #103 exporting layers 0.6s done 02:39:46 #103 writing image sha256:d3fbb9501d2164f2f7afd098f789ba1f8d5df88bdebc963482694a75ffdeec65 02:39:46 #103 writing image sha256:dcca01772d8380bf60fc70cb5911d41a3eeddd39bf41fa9cb45e383ad2986fdf 02:39:46 #103 writing image sha256:fe0d1f8453cfe6c6a80d9f07930a9727fcd09a135bdcf5d676ccffce1fdd285f 02:39:46 #103 ... 02:39:46 02:39:46 #190 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 02:39:46 #190 DONE 0.4s 02:39:46 02:39:46 #191 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:39:46 #191 DONE 0.4s 02:39:46 02:39:46 #103 [core-data] exporting to image 02:39:46 #103 exporting layers 0.5s done 02:39:46 #103 writing image sha256:d3fbb9501d2164f2f7afd098f789ba1f8d5df88bdebc963482694a75ffdeec65 0.0s done 02:39:46 #103 writing image sha256:dcca01772d8380bf60fc70cb5911d41a3eeddd39bf41fa9cb45e383ad2986fdf 0.0s done 02:39:46 #103 writing image sha256:fe0d1f8453cfe6c6a80d9f07930a9727fcd09a135bdcf5d676ccffce1fdd285f 0.0s done 02:39:46 #103 naming to docker.io/library/core-command 0.0s done 02:39:46 #103 naming to docker.io/library/support-notifications done 02:39:46 #103 naming to docker.io/library/support-scheduler done 02:39:46 #103 writing image sha256:578aee6a5f7874f207fbbd4a91a00189e2bfabf1ed38768f8f35bc2698d4fef7 done 02:39:46 #103 writing image sha256:67ad464a8fa979ea26c824532d4bb22ed622b614f06276edd6867d436f88362b done 02:39:46 #103 naming to docker.io/library/core-data done 02:39:46 #103 naming to docker.io/library/security-spiffe-token-provider done 02:39:46 #103 ... 02:39:46 02:39:46 #192 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:39:46 #192 DONE 0.6s 02:39:46 02:39:46 #103 [core-common-config-bootstrapper] exporting to image 02:39:46 #103 writing image sha256:b542535dbcda4d40d183cb730386816999b734fe50dde4b99e0d3a103408666d 02:39:46 #103 ... 02:39:46 02:39:46 #193 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:39:46 #193 DONE 0.6s 02:39:46 02:39:46 #194 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:39:46 #194 DONE 0.6s 02:39:46 02:39:46 #195 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:39:46 #195 DONE 1.0s 02:39:46 02:39:46 #103 [core-common-config-bootstrapper] exporting to image 02:39:46 #103 exporting layers 0.5s done 02:39:46 #103 writing image sha256:b542535dbcda4d40d183cb730386816999b734fe50dde4b99e0d3a103408666d 0.3s done 02:39:46 #103 naming to docker.io/library/core-metadata done 02:39:46 #103 writing image sha256:eabec922730754259c39b4464525afce6b82251ff2bd032e117c7481e59159f4 done 02:39:46 #103 naming to docker.io/library/core-common-config-bootstrapper done 02:39:46 #103 ... 02:39:46 02:39:46 #196 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 02:39:46 #196 DONE 0.1s 02:39:46 02:39:46 #197 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:39:46 #197 DONE 0.1s 02:39:46 02:39:46 #198 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 02:39:46 #198 DONE 0.1s 02:39:46 02:39:46 #199 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 02:39:46 #199 DONE 0.1s 02:39:46 02:39:46 #200 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 02:39:46 #200 DONE 0.1s 02:39:46 02:39:46 #103 [security-proxy-auth] exporting to image 02:39:46 #103 exporting layers 0.2s done 02:39:46 #103 writing image sha256:00870363420b46d0b54e6ea4674f4644da78ea0b05a259f1d60661bba5973416 done 02:39:46 #103 naming to docker.io/library/security-proxy-auth done 02:39:46 #103 DONE 2.6s 02:39:46 02:39:46 #201 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:39:46 #201 DONE 0.4s 02:39:46 02:39:46 #202 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:39:46 #202 DONE 1.0s 02:39:46 02:39:46 #203 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:39:46 #203 DONE 0.0s 02:39:46 02:39:46 #103 [security-proxy-setup] exporting to image 02:39:46 #103 exporting layers 0.2s done 02:39:46 #103 exporting layers 0.2s done 02:39:46 #103 writing image sha256:b7b04491013785fa615af1aa1377611a40fd229f8ef16fd646c329b2932f4754 0.0s done 02:39:46 #103 naming to docker.io/library/security-proxy-setup done 02:39:46 #103 writing image sha256:49ed912ee3d411afa7a24d2ff5c3af95000b49ab7fe83b55ebcb7202d97ddbd6 done 02:39:46 #103 naming to docker.io/library/security-secretstore-setup done 02:39:46 #103 DONE 3.0s 02:39:46 02:39:46 #204 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 02:39:46 #204 DONE 0.5s 02:39:46 02:39:46 #103 [security-bootstrapper] exporting to image 02:39:46 #103 exporting layers 0.2s done 02:39:46 #103 writing image sha256:cdcc123601e15eca25652c1229e5d716e1d7522f266a01ea6f6472d4e918a9e1 0.0s done 02:39:46 #103 naming to docker.io/library/security-bootstrapper done 02:39:46 #103 DONE 3.3s 02:39:46 time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:39:46 time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:39:46 time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:39:46 time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:39:46 time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:39:46 time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:39:46 time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:39:46 time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:39:46 time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:39:46 time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:39:46 time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:39:46 time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:39:46 time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:39:46 time="2024-06-18T02:36:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 02:39:46 $ docker stop --time=1 1f73be5511fe091c71ddf030704fc9816bdc46e69c894417423b51e58ddd66e5 02:39:47 $ docker rm -f --volumes 1f73be5511fe091c71ddf030704fc9816bdc46e69c894417423b51e58ddd66e5 [Pipeline] // withDockerContainer [Pipeline] sh 02:39:47 + docker images 02:39:47 REPOSITORY TAG IMAGE ID CREATED SIZE 02:39:47 security-bootstrapper latest cdcc123601e1 3 seconds ago 25.2MB 02:39:47 security-secretstore-setup latest 49ed912ee3d4 3 seconds ago 43.1MB 02:39:47 security-proxy-auth latest 00870363420b 3 seconds ago 39.2MB 02:39:47 security-proxy-setup latest b7b044910137 3 seconds ago 32.5MB 02:39:47 core-common-config-bootstrapper latest eabec9227307 4 seconds ago 21.5MB 02:39:47 core-metadata latest b542535dbcda 4 seconds ago 42.1MB 02:39:47 support-notifications latest fe0d1f8453cf 5 seconds ago 44.8MB 02:39:47 core-command latest dcca01772d83 5 seconds ago 41.5MB 02:39:47 security-spiffe-token-provider latest 578aee6a5f78 5 seconds ago 35MB 02:39:47 support-scheduler latest d3fbb9501d21 5 seconds ago 44.2MB 02:39:47 core-data latest 67ad464a8fa9 5 seconds ago 41.9MB 02:39:47 security-spire-config latest 9bc77de95b9e 2 minutes ago 108MB 02:39:47 security-spire-server latest ea14f7279a65 2 minutes ago 109MB 02:39:47 security-spire-agent latest 3a1750c63891 2 minutes ago 167MB 02:39:47 ci-base-image-x86_64 latest 190f0d59460a 6 minutes ago 965MB 02:39:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 8 weeks ago 565MB 02:39:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 12 months ago 334MB 02:39:47 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 23 months ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:39:47 provisioning config files... 02:39:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/643@tmp/config8323194281357685608tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:39:48 ---> ****-login.sh 02:39:48 nexus3.edgexfoundry.org:10001 02:39:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:39:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:39:48 Configure a credential helper to remove this warning. See 02:39:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:39:48 02:39:48 Login Succeeded 02:39:48 nexus3.edgexfoundry.org:10002 02:39:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:39:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:39:48 Configure a credential helper to remove this warning. See 02:39:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:39:48 02:39:48 Login Succeeded 02:39:48 nexus3.edgexfoundry.org:10003 02:39:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:39:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:39:48 Configure a credential helper to remove this warning. See 02:39:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:39:48 02:39:48 Login Succeeded 02:39:48 nexus3.edgexfoundry.org:10004 02:39:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:39:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:39:48 Configure a credential helper to remove this warning. See 02:39:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:39:48 02:39:48 Login Succeeded 02:39:48 ****.io 02:39:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:39:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:39:48 Configure a credential helper to remove this warning. See 02:39:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:39:48 02:39:48 Login Succeeded 02:39:48 ---> ****-login.sh ends [Pipeline] } 02:39:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:39:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 02:39:48 [edgeXDocker.push] Tagging docker image core-command with the following tags: 02:39:48 b1cf5992efcdcb25540593e782c82dc6cf42b659 02:39:48 latest 02:39:48 3.2.0-dev.25 02:39:48 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:39:48 main 02:39:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:49 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:49 + docker push nexus3.edgexfoundry.org:10004/core-command:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:39:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:39:49 dbefc9c55c7f: Preparing 02:39:49 f3d33d5fc2a1: Preparing 02:39:49 66ad9a90e013: Preparing 02:39:49 bbef625ff199: Preparing 02:39:49 cd49490eb010: Preparing 02:39:49 52fc02226b56: Preparing 02:39:49 aedc3bda2944: Preparing 02:39:49 52fc02226b56: Waiting 02:39:49 aedc3bda2944: Waiting 02:39:49 66ad9a90e013: Pushed 02:39:49 bbef625ff199: Pushed 02:39:49 dbefc9c55c7f: Pushed 02:39:49 aedc3bda2944: Layer already exists 02:39:49 52fc02226b56: Pushed 02:39:50 cd49490eb010: Pushed 02:39:52 f3d33d5fc2a1: Pushed 02:39:52 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:7cb6cc92a8ab82ab3f312a5304b38a71379f3cf2117f4ee98024066e1b70441a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:52 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:52 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 02:39:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:39:52 dbefc9c55c7f: Preparing 02:39:52 f3d33d5fc2a1: Preparing 02:39:52 66ad9a90e013: Preparing 02:39:52 bbef625ff199: Preparing 02:39:52 cd49490eb010: Preparing 02:39:52 52fc02226b56: Preparing 02:39:52 aedc3bda2944: Preparing 02:39:52 52fc02226b56: Waiting 02:39:52 f3d33d5fc2a1: Layer already exists 02:39:52 cd49490eb010: Layer already exists 02:39:52 bbef625ff199: Layer already exists 02:39:52 dbefc9c55c7f: Layer already exists 02:39:52 66ad9a90e013: Layer already exists 02:39:52 aedc3bda2944: Layer already exists 02:39:52 52fc02226b56: Layer already exists 02:39:52 latest: digest: sha256:7cb6cc92a8ab82ab3f312a5304b38a71379f3cf2117f4ee98024066e1b70441a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:53 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:53 + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.25 02:39:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:39:53 dbefc9c55c7f: Preparing 02:39:53 f3d33d5fc2a1: Preparing 02:39:53 66ad9a90e013: Preparing 02:39:53 bbef625ff199: Preparing 02:39:53 cd49490eb010: Preparing 02:39:53 52fc02226b56: Preparing 02:39:53 aedc3bda2944: Preparing 02:39:53 52fc02226b56: Waiting 02:39:53 aedc3bda2944: Waiting 02:39:53 f3d33d5fc2a1: Layer already exists 02:39:53 dbefc9c55c7f: Layer already exists 02:39:53 66ad9a90e013: Layer already exists 02:39:53 cd49490eb010: Layer already exists 02:39:53 bbef625ff199: Layer already exists 02:39:53 aedc3bda2944: Layer already exists 02:39:53 52fc02226b56: Layer already exists 02:39:53 3.2.0-dev.25: digest: sha256:7cb6cc92a8ab82ab3f312a5304b38a71379f3cf2117f4ee98024066e1b70441a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:53 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:54 + docker push nexus3.edgexfoundry.org:10004/core-command:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:39:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:39:54 dbefc9c55c7f: Preparing 02:39:54 f3d33d5fc2a1: Preparing 02:39:54 66ad9a90e013: Preparing 02:39:54 bbef625ff199: Preparing 02:39:54 cd49490eb010: Preparing 02:39:54 52fc02226b56: Preparing 02:39:54 aedc3bda2944: Preparing 02:39:54 52fc02226b56: Waiting 02:39:54 aedc3bda2944: Waiting 02:39:54 cd49490eb010: Layer already exists 02:39:54 f3d33d5fc2a1: Layer already exists 02:39:54 66ad9a90e013: Layer already exists 02:39:54 bbef625ff199: Layer already exists 02:39:54 dbefc9c55c7f: Layer already exists 02:39:54 52fc02226b56: Layer already exists 02:39:54 aedc3bda2944: Layer already exists 02:39:54 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:7cb6cc92a8ab82ab3f312a5304b38a71379f3cf2117f4ee98024066e1b70441a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:54 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:54 + docker push nexus3.edgexfoundry.org:10004/core-command:main 02:39:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:39:54 dbefc9c55c7f: Preparing 02:39:54 f3d33d5fc2a1: Preparing 02:39:54 66ad9a90e013: Preparing 02:39:54 bbef625ff199: Preparing 02:39:54 cd49490eb010: Preparing 02:39:54 52fc02226b56: Preparing 02:39:54 aedc3bda2944: Preparing 02:39:54 52fc02226b56: Waiting 02:39:54 aedc3bda2944: Waiting 02:39:54 bbef625ff199: Layer already exists 02:39:54 66ad9a90e013: Layer already exists 02:39:54 dbefc9c55c7f: Layer already exists 02:39:54 f3d33d5fc2a1: Layer already exists 02:39:54 cd49490eb010: Layer already exists 02:39:54 52fc02226b56: Layer already exists 02:39:54 aedc3bda2944: Layer already exists 02:39:54 main: digest: sha256:7cb6cc92a8ab82ab3f312a5304b38a71379f3cf2117f4ee98024066e1b70441a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:39:54 ===================================================== [Pipeline] echo 02:39:55 taggedImages: 02:39:55 - nexus3.edgexfoundry.org:10004/core-command:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:39:55 - nexus3.edgexfoundry.org:10004/core-command:latest 02:39:55 - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.25 02:39:55 - nexus3.edgexfoundry.org:10004/core-command:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:39:55 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 02:39:55 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 02:39:55 b1cf5992efcdcb25540593e782c82dc6cf42b659 02:39:55 latest 02:39:55 3.2.0-dev.25 02:39:55 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:39:55 main 02:39:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:55 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:55 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:39:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:39:55 dc7823afbc27: Preparing 02:39:55 bb8f899b10f3: Preparing 02:39:55 55b399a14de2: Preparing 02:39:55 d449e68a6eb2: Preparing 02:39:55 66ad9a90e013: Preparing 02:39:55 bbef625ff199: Preparing 02:39:55 cd49490eb010: Preparing 02:39:55 52fc02226b56: Preparing 02:39:55 aedc3bda2944: Preparing 02:39:55 bbef625ff199: Waiting 02:39:55 52fc02226b56: Waiting 02:39:55 aedc3bda2944: Waiting 02:39:55 cd49490eb010: Waiting 02:39:55 66ad9a90e013: Layer already exists 02:39:55 bbef625ff199: Layer already exists 02:39:55 cd49490eb010: Layer already exists 02:39:55 52fc02226b56: Layer already exists 02:39:55 aedc3bda2944: Layer already exists 02:39:55 55b399a14de2: Pushed 02:39:55 bb8f899b10f3: Pushed 02:39:55 dc7823afbc27: Pushed 02:39:56 d449e68a6eb2: Pushed 02:39:56 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:1802c30137dcb57020f57c0173a754f755f78f56c14baff77fa2c70fb1435da8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:56 + 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 02:39:57 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:39:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:39:57 dc7823afbc27: Preparing 02:39:57 bb8f899b10f3: Preparing 02:39:57 55b399a14de2: Preparing 02:39:57 d449e68a6eb2: Preparing 02:39:57 66ad9a90e013: Preparing 02:39:57 bbef625ff199: Preparing 02:39:57 cd49490eb010: Preparing 02:39:57 52fc02226b56: Preparing 02:39:57 aedc3bda2944: Preparing 02:39:57 bbef625ff199: Waiting 02:39:57 cd49490eb010: Waiting 02:39:57 aedc3bda2944: Waiting 02:39:57 52fc02226b56: Waiting 02:39:57 55b399a14de2: Layer already exists 02:39:57 d449e68a6eb2: Layer already exists 02:39:57 dc7823afbc27: Layer already exists 02:39:57 66ad9a90e013: Layer already exists 02:39:57 bb8f899b10f3: Layer already exists 02:39:57 bbef625ff199: Layer already exists 02:39:57 52fc02226b56: Layer already exists 02:39:57 cd49490eb010: Layer already exists 02:39:57 aedc3bda2944: Layer already exists 02:39:57 latest: digest: sha256:1802c30137dcb57020f57c0173a754f755f78f56c14baff77fa2c70fb1435da8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:57 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:58 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.25 02:39:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:39:58 dc7823afbc27: Preparing 02:39:58 bb8f899b10f3: Preparing 02:39:58 55b399a14de2: Preparing 02:39:58 d449e68a6eb2: Preparing 02:39:58 66ad9a90e013: Preparing 02:39:58 bbef625ff199: Preparing 02:39:58 cd49490eb010: Preparing 02:39:58 52fc02226b56: Preparing 02:39:58 aedc3bda2944: Preparing 02:39:58 bbef625ff199: Waiting 02:39:58 cd49490eb010: Waiting 02:39:58 52fc02226b56: Waiting 02:39:58 aedc3bda2944: Waiting 02:39:58 66ad9a90e013: Layer already exists 02:39:58 d449e68a6eb2: Layer already exists 02:39:58 bb8f899b10f3: Layer already exists 02:39:58 dc7823afbc27: Layer already exists 02:39:58 cd49490eb010: Layer already exists 02:39:58 bbef625ff199: Layer already exists 02:39:58 aedc3bda2944: Layer already exists 02:39:58 55b399a14de2: Layer already exists 02:39:58 52fc02226b56: Layer already exists 02:39:58 3.2.0-dev.25: digest: sha256:1802c30137dcb57020f57c0173a754f755f78f56c14baff77fa2c70fb1435da8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:58 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:58 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:39:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:39:58 dc7823afbc27: Preparing 02:39:58 bb8f899b10f3: Preparing 02:39:58 55b399a14de2: Preparing 02:39:58 d449e68a6eb2: Preparing 02:39:58 66ad9a90e013: Preparing 02:39:58 bbef625ff199: Preparing 02:39:58 cd49490eb010: Preparing 02:39:58 52fc02226b56: Preparing 02:39:58 aedc3bda2944: Preparing 02:39:58 bbef625ff199: Waiting 02:39:58 cd49490eb010: Waiting 02:39:58 52fc02226b56: Waiting 02:39:58 aedc3bda2944: Waiting 02:39:58 dc7823afbc27: Layer already exists 02:39:58 55b399a14de2: Layer already exists 02:39:58 66ad9a90e013: Layer already exists 02:39:58 bb8f899b10f3: Layer already exists 02:39:58 d449e68a6eb2: Layer already exists 02:39:58 cd49490eb010: Layer already exists 02:39:58 aedc3bda2944: Layer already exists 02:39:58 bbef625ff199: Layer already exists 02:39:58 52fc02226b56: Layer already exists 02:39:58 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:1802c30137dcb57020f57c0173a754f755f78f56c14baff77fa2c70fb1435da8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:59 + 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 02:39:59 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:39:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:39:59 dc7823afbc27: Preparing 02:39:59 bb8f899b10f3: Preparing 02:39:59 55b399a14de2: Preparing 02:39:59 d449e68a6eb2: Preparing 02:39:59 66ad9a90e013: Preparing 02:39:59 bbef625ff199: Preparing 02:39:59 cd49490eb010: Preparing 02:39:59 52fc02226b56: Preparing 02:39:59 aedc3bda2944: Preparing 02:39:59 bbef625ff199: Waiting 02:39:59 cd49490eb010: Waiting 02:39:59 aedc3bda2944: Waiting 02:39:59 52fc02226b56: Waiting 02:39:59 66ad9a90e013: Layer already exists 02:39:59 bb8f899b10f3: Layer already exists 02:39:59 55b399a14de2: Layer already exists 02:39:59 dc7823afbc27: Layer already exists 02:39:59 d449e68a6eb2: Layer already exists 02:39:59 bbef625ff199: Layer already exists 02:39:59 52fc02226b56: Layer already exists 02:39:59 aedc3bda2944: Layer already exists 02:39:59 cd49490eb010: Layer already exists 02:39:59 main: digest: sha256:1802c30137dcb57020f57c0173a754f755f78f56c14baff77fa2c70fb1435da8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:39:59 ===================================================== [Pipeline] echo 02:39:59 taggedImages: 02:39:59 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:39:59 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:39:59 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.25 02:39:59 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:39:59 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 02:39:59 [edgeXDocker.push] Tagging docker image core-data with the following tags: 02:39:59 b1cf5992efcdcb25540593e782c82dc6cf42b659 02:39:59 latest 02:39:59 3.2.0-dev.25 02:39:59 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:39:59 main 02:39:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:59 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:00 + docker push nexus3.edgexfoundry.org:10004/core-data:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:40:00 d166b4db52f4: Preparing 02:40:00 1865c8d528d5: Preparing 02:40:00 66ad9a90e013: Preparing 02:40:00 bbef625ff199: Preparing 02:40:00 b7daeb90ee6e: Preparing 02:40:00 b5c1f20e7404: Preparing 02:40:00 aedc3bda2944: Preparing 02:40:00 b5c1f20e7404: Waiting 02:40:00 aedc3bda2944: Waiting 02:40:00 66ad9a90e013: Layer already exists 02:40:00 bbef625ff199: Layer already exists 02:40:00 aedc3bda2944: Layer already exists 02:40:00 d166b4db52f4: Pushed 02:40:00 b5c1f20e7404: Pushed 02:40:00 b7daeb90ee6e: Pushed 02:40:02 1865c8d528d5: Pushed 02:40:02 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:17e87da0c39de9f9e1d511d8ebc13247865d7b75bfafa4d2a96d6a0c7281a184 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:03 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:03 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 02:40:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:40:03 d166b4db52f4: Preparing 02:40:03 1865c8d528d5: Preparing 02:40:03 66ad9a90e013: Preparing 02:40:03 bbef625ff199: Preparing 02:40:03 b7daeb90ee6e: Preparing 02:40:03 b5c1f20e7404: Preparing 02:40:03 aedc3bda2944: Preparing 02:40:03 b5c1f20e7404: Waiting 02:40:03 aedc3bda2944: Waiting 02:40:03 b7daeb90ee6e: Layer already exists 02:40:03 d166b4db52f4: Layer already exists 02:40:03 1865c8d528d5: Layer already exists 02:40:03 66ad9a90e013: Layer already exists 02:40:03 bbef625ff199: Layer already exists 02:40:03 b5c1f20e7404: Layer already exists 02:40:03 aedc3bda2944: Layer already exists 02:40:03 latest: digest: sha256:17e87da0c39de9f9e1d511d8ebc13247865d7b75bfafa4d2a96d6a0c7281a184 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:03 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:04 + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.25 02:40:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:40:04 d166b4db52f4: Preparing 02:40:04 1865c8d528d5: Preparing 02:40:04 66ad9a90e013: Preparing 02:40:04 bbef625ff199: Preparing 02:40:04 b7daeb90ee6e: Preparing 02:40:04 b5c1f20e7404: Preparing 02:40:04 aedc3bda2944: Preparing 02:40:04 66ad9a90e013: Layer already exists 02:40:04 d166b4db52f4: Layer already exists 02:40:04 bbef625ff199: Layer already exists 02:40:04 1865c8d528d5: Layer already exists 02:40:04 b7daeb90ee6e: Layer already exists 02:40:04 b5c1f20e7404: Layer already exists 02:40:04 aedc3bda2944: Layer already exists 02:40:04 3.2.0-dev.25: digest: sha256:17e87da0c39de9f9e1d511d8ebc13247865d7b75bfafa4d2a96d6a0c7281a184 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:04 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:04 + docker push nexus3.edgexfoundry.org:10004/core-data:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:40:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:40:04 d166b4db52f4: Preparing 02:40:04 1865c8d528d5: Preparing 02:40:04 66ad9a90e013: Preparing 02:40:04 bbef625ff199: Preparing 02:40:04 b7daeb90ee6e: Preparing 02:40:04 b5c1f20e7404: Preparing 02:40:04 aedc3bda2944: Preparing 02:40:04 b5c1f20e7404: Waiting 02:40:04 aedc3bda2944: Waiting 02:40:04 d166b4db52f4: Layer already exists 02:40:04 b7daeb90ee6e: Layer already exists 02:40:04 1865c8d528d5: Layer already exists 02:40:04 66ad9a90e013: Layer already exists 02:40:04 bbef625ff199: Layer already exists 02:40:04 b5c1f20e7404: Layer already exists 02:40:04 aedc3bda2944: Layer already exists 02:40:04 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:17e87da0c39de9f9e1d511d8ebc13247865d7b75bfafa4d2a96d6a0c7281a184 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:05 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:05 + docker push nexus3.edgexfoundry.org:10004/core-data:main 02:40:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:40:05 d166b4db52f4: Preparing 02:40:05 1865c8d528d5: Preparing 02:40:05 66ad9a90e013: Preparing 02:40:05 bbef625ff199: Preparing 02:40:05 b7daeb90ee6e: Preparing 02:40:05 b5c1f20e7404: Preparing 02:40:05 aedc3bda2944: Preparing 02:40:05 b5c1f20e7404: Waiting 02:40:05 aedc3bda2944: Waiting 02:40:05 66ad9a90e013: Layer already exists 02:40:05 b7daeb90ee6e: Layer already exists 02:40:05 1865c8d528d5: Layer already exists 02:40:05 d166b4db52f4: Layer already exists 02:40:05 bbef625ff199: Layer already exists 02:40:05 b5c1f20e7404: Layer already exists 02:40:05 aedc3bda2944: Layer already exists 02:40:05 main: digest: sha256:17e87da0c39de9f9e1d511d8ebc13247865d7b75bfafa4d2a96d6a0c7281a184 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:40:05 ===================================================== [Pipeline] echo 02:40:05 taggedImages: 02:40:05 - nexus3.edgexfoundry.org:10004/core-data:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:05 - nexus3.edgexfoundry.org:10004/core-data:latest 02:40:05 - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.25 02:40:05 - nexus3.edgexfoundry.org:10004/core-data:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:40:05 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 02:40:05 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 02:40:05 b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:05 latest 02:40:05 3.2.0-dev.25 02:40:05 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:40:05 main 02:40:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:05 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:06 + docker push nexus3.edgexfoundry.org:10004/core-metadata:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:40:06 5d8cfa0aaa88: Preparing 02:40:06 ea8ea3fd725b: Preparing 02:40:06 3d3b1c7a2a9d: Preparing 02:40:06 66ad9a90e013: Preparing 02:40:06 bbef625ff199: Preparing 02:40:06 cd49490eb010: Preparing 02:40:06 52fc02226b56: Preparing 02:40:06 aedc3bda2944: Preparing 02:40:06 cd49490eb010: Waiting 02:40:06 52fc02226b56: Waiting 02:40:06 aedc3bda2944: Waiting 02:40:06 bbef625ff199: Layer already exists 02:40:06 66ad9a90e013: Layer already exists 02:40:06 cd49490eb010: Layer already exists 02:40:06 52fc02226b56: Layer already exists 02:40:06 aedc3bda2944: Layer already exists 02:40:06 ea8ea3fd725b: Pushed 02:40:06 5d8cfa0aaa88: Pushed 02:40:08 3d3b1c7a2a9d: Pushed 02:40:09 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:7350aaef9e42606f51ba4251c8e40922a16d46c1919c37c6231ffc7f2c7ba9a1 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:09 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:09 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 02:40:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:40:09 5d8cfa0aaa88: Preparing 02:40:09 ea8ea3fd725b: Preparing 02:40:09 3d3b1c7a2a9d: Preparing 02:40:09 66ad9a90e013: Preparing 02:40:09 bbef625ff199: Preparing 02:40:09 cd49490eb010: Preparing 02:40:09 52fc02226b56: Preparing 02:40:09 aedc3bda2944: Preparing 02:40:09 cd49490eb010: Waiting 02:40:09 52fc02226b56: Waiting 02:40:09 3d3b1c7a2a9d: Layer already exists 02:40:09 bbef625ff199: Layer already exists 02:40:09 66ad9a90e013: Layer already exists 02:40:09 5d8cfa0aaa88: Layer already exists 02:40:09 ea8ea3fd725b: Layer already exists 02:40:09 52fc02226b56: Layer already exists 02:40:09 cd49490eb010: Layer already exists 02:40:09 aedc3bda2944: Layer already exists 02:40:09 latest: digest: sha256:7350aaef9e42606f51ba4251c8e40922a16d46c1919c37c6231ffc7f2c7ba9a1 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:10 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.25 02:40:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:40:10 5d8cfa0aaa88: Preparing 02:40:10 ea8ea3fd725b: Preparing 02:40:10 3d3b1c7a2a9d: Preparing 02:40:10 66ad9a90e013: Preparing 02:40:10 bbef625ff199: Preparing 02:40:10 cd49490eb010: Preparing 02:40:10 52fc02226b56: Preparing 02:40:10 aedc3bda2944: Preparing 02:40:10 52fc02226b56: Waiting 02:40:10 aedc3bda2944: Waiting 02:40:10 3d3b1c7a2a9d: Layer already exists 02:40:10 ea8ea3fd725b: Layer already exists 02:40:10 5d8cfa0aaa88: Layer already exists 02:40:10 bbef625ff199: Layer already exists 02:40:10 66ad9a90e013: Layer already exists 02:40:10 cd49490eb010: Layer already exists 02:40:10 52fc02226b56: Layer already exists 02:40:10 aedc3bda2944: Layer already exists 02:40:10 3.2.0-dev.25: digest: sha256:7350aaef9e42606f51ba4251c8e40922a16d46c1919c37c6231ffc7f2c7ba9a1 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:10 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:11 + docker push nexus3.edgexfoundry.org:10004/core-metadata:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:40:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:40:11 5d8cfa0aaa88: Preparing 02:40:11 ea8ea3fd725b: Preparing 02:40:11 3d3b1c7a2a9d: Preparing 02:40:11 66ad9a90e013: Preparing 02:40:11 bbef625ff199: Preparing 02:40:11 cd49490eb010: Preparing 02:40:11 52fc02226b56: Preparing 02:40:11 aedc3bda2944: Preparing 02:40:11 52fc02226b56: Waiting 02:40:11 aedc3bda2944: Waiting 02:40:11 cd49490eb010: Waiting 02:40:11 5d8cfa0aaa88: Layer already exists 02:40:11 66ad9a90e013: Layer already exists 02:40:11 3d3b1c7a2a9d: Layer already exists 02:40:11 ea8ea3fd725b: Layer already exists 02:40:11 bbef625ff199: Layer already exists 02:40:11 aedc3bda2944: Layer already exists 02:40:11 52fc02226b56: Layer already exists 02:40:11 cd49490eb010: Layer already exists 02:40:11 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:7350aaef9e42606f51ba4251c8e40922a16d46c1919c37c6231ffc7f2c7ba9a1 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:11 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:11 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 02:40:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:40:11 5d8cfa0aaa88: Preparing 02:40:11 ea8ea3fd725b: Preparing 02:40:11 3d3b1c7a2a9d: Preparing 02:40:11 66ad9a90e013: Preparing 02:40:11 bbef625ff199: Preparing 02:40:11 cd49490eb010: Preparing 02:40:11 52fc02226b56: Preparing 02:40:11 aedc3bda2944: Preparing 02:40:11 52fc02226b56: Waiting 02:40:11 cd49490eb010: Waiting 02:40:11 aedc3bda2944: Waiting 02:40:11 ea8ea3fd725b: Layer already exists 02:40:11 3d3b1c7a2a9d: Layer already exists 02:40:11 5d8cfa0aaa88: Layer already exists 02:40:11 bbef625ff199: Layer already exists 02:40:11 66ad9a90e013: Layer already exists 02:40:11 52fc02226b56: Layer already exists 02:40:11 aedc3bda2944: Layer already exists 02:40:11 cd49490eb010: Layer already exists 02:40:11 main: digest: sha256:7350aaef9e42606f51ba4251c8e40922a16d46c1919c37c6231ffc7f2c7ba9a1 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:40:11 ===================================================== [Pipeline] echo 02:40:11 taggedImages: 02:40:11 - nexus3.edgexfoundry.org:10004/core-metadata:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:11 - nexus3.edgexfoundry.org:10004/core-metadata:latest 02:40:11 - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.25 02:40:11 - nexus3.edgexfoundry.org:10004/core-metadata:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:40:11 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 02:40:11 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 02:40:11 b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:11 latest 02:40:11 3.2.0-dev.25 02:40:11 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:40:11 main 02:40:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:12 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:12 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:40:12 58ebccf93ce0: Preparing 02:40:12 a9aa3e708c59: Preparing 02:40:12 ecbb63061782: Preparing 02:40:12 343795358f55: Preparing 02:40:12 c9376520c30b: Preparing 02:40:12 1328f3e31be3: Preparing 02:40:12 7362df4b9c12: Preparing 02:40:12 66ad9a90e013: Preparing 02:40:12 bbef625ff199: Preparing 02:40:12 c48f70cec64b: Preparing 02:40:12 b64fb44a5c67: Preparing 02:40:12 5f70bf18a086: Preparing 02:40:12 0c96c7aedba9: Preparing 02:40:12 a5a8d301b8d6: Preparing 02:40:12 e9696cf1a76b: Preparing 02:40:12 aedc3bda2944: Preparing 02:40:12 b64fb44a5c67: Waiting 02:40:12 5f70bf18a086: Waiting 02:40:12 0c96c7aedba9: Waiting 02:40:12 1328f3e31be3: Waiting 02:40:12 a5a8d301b8d6: Waiting 02:40:12 7362df4b9c12: Waiting 02:40:12 e9696cf1a76b: Waiting 02:40:12 aedc3bda2944: Waiting 02:40:12 c48f70cec64b: Waiting 02:40:12 c9376520c30b: Pushed 02:40:12 a9aa3e708c59: Pushed 02:40:12 58ebccf93ce0: Pushed 02:40:12 ecbb63061782: Pushed 02:40:12 343795358f55: Pushed 02:40:12 66ad9a90e013: Layer already exists 02:40:12 bbef625ff199: Layer already exists 02:40:12 5f70bf18a086: Layer already exists 02:40:12 1328f3e31be3: Pushed 02:40:12 b64fb44a5c67: Pushed 02:40:12 c48f70cec64b: Pushed 02:40:12 aedc3bda2944: Layer already exists 02:40:12 0c96c7aedba9: Pushed 02:40:12 e9696cf1a76b: Pushed 02:40:13 a5a8d301b8d6: Pushed 02:40:13 7362df4b9c12: Pushed 02:40:14 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:eda8d4de396a994dfd3627c90bb796eed8eefd51976b0945265ad660425f8ca6 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:14 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:14 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:40:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:40:14 58ebccf93ce0: Preparing 02:40:14 a9aa3e708c59: Preparing 02:40:14 ecbb63061782: Preparing 02:40:14 343795358f55: Preparing 02:40:14 c9376520c30b: Preparing 02:40:14 1328f3e31be3: Preparing 02:40:14 7362df4b9c12: Preparing 02:40:14 66ad9a90e013: Preparing 02:40:14 bbef625ff199: Preparing 02:40:14 c48f70cec64b: Preparing 02:40:14 b64fb44a5c67: Preparing 02:40:14 5f70bf18a086: Preparing 02:40:14 0c96c7aedba9: Preparing 02:40:14 a5a8d301b8d6: Preparing 02:40:14 e9696cf1a76b: Preparing 02:40:14 aedc3bda2944: Preparing 02:40:14 b64fb44a5c67: Waiting 02:40:14 1328f3e31be3: Waiting 02:40:14 7362df4b9c12: Waiting 02:40:14 66ad9a90e013: Waiting 02:40:14 5f70bf18a086: Waiting 02:40:14 0c96c7aedba9: Waiting 02:40:14 a5a8d301b8d6: Waiting 02:40:14 bbef625ff199: Waiting 02:40:14 c48f70cec64b: Waiting 02:40:14 e9696cf1a76b: Waiting 02:40:14 aedc3bda2944: Waiting 02:40:14 343795358f55: Layer already exists 02:40:14 ecbb63061782: Layer already exists 02:40:14 c9376520c30b: Layer already exists 02:40:14 58ebccf93ce0: Layer already exists 02:40:14 a9aa3e708c59: Layer already exists 02:40:14 bbef625ff199: Layer already exists 02:40:14 c48f70cec64b: Layer already exists 02:40:14 1328f3e31be3: Layer already exists 02:40:14 66ad9a90e013: Layer already exists 02:40:14 7362df4b9c12: Layer already exists 02:40:14 5f70bf18a086: Layer already exists 02:40:14 a5a8d301b8d6: Layer already exists 02:40:14 b64fb44a5c67: Layer already exists 02:40:14 0c96c7aedba9: Layer already exists 02:40:14 e9696cf1a76b: Layer already exists 02:40:14 aedc3bda2944: Layer already exists 02:40:14 latest: digest: sha256:eda8d4de396a994dfd3627c90bb796eed8eefd51976b0945265ad660425f8ca6 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:15 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:15 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.25 02:40:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:40:15 58ebccf93ce0: Preparing 02:40:15 a9aa3e708c59: Preparing 02:40:15 ecbb63061782: Preparing 02:40:15 343795358f55: Preparing 02:40:15 c9376520c30b: Preparing 02:40:15 1328f3e31be3: Preparing 02:40:15 7362df4b9c12: Preparing 02:40:15 66ad9a90e013: Preparing 02:40:15 bbef625ff199: Preparing 02:40:15 c48f70cec64b: Preparing 02:40:15 b64fb44a5c67: Preparing 02:40:15 5f70bf18a086: Preparing 02:40:15 0c96c7aedba9: Preparing 02:40:15 a5a8d301b8d6: Preparing 02:40:15 e9696cf1a76b: Preparing 02:40:15 aedc3bda2944: Preparing 02:40:15 7362df4b9c12: Waiting 02:40:15 66ad9a90e013: Waiting 02:40:15 bbef625ff199: Waiting 02:40:15 c48f70cec64b: Waiting 02:40:15 b64fb44a5c67: Waiting 02:40:15 5f70bf18a086: Waiting 02:40:15 0c96c7aedba9: Waiting 02:40:15 aedc3bda2944: Waiting 02:40:15 a5a8d301b8d6: Waiting 02:40:15 1328f3e31be3: Waiting 02:40:15 c9376520c30b: Layer already exists 02:40:15 ecbb63061782: Layer already exists 02:40:15 58ebccf93ce0: Layer already exists 02:40:15 a9aa3e708c59: Layer already exists 02:40:15 343795358f55: Layer already exists 02:40:15 66ad9a90e013: Layer already exists 02:40:15 1328f3e31be3: Layer already exists 02:40:15 c48f70cec64b: Layer already exists 02:40:15 7362df4b9c12: Layer already exists 02:40:15 bbef625ff199: Layer already exists 02:40:15 b64fb44a5c67: Layer already exists 02:40:15 5f70bf18a086: Layer already exists 02:40:15 a5a8d301b8d6: Layer already exists 02:40:15 e9696cf1a76b: Layer already exists 02:40:15 0c96c7aedba9: Layer already exists 02:40:15 aedc3bda2944: Layer already exists 02:40:15 3.2.0-dev.25: digest: sha256:eda8d4de396a994dfd3627c90bb796eed8eefd51976b0945265ad660425f8ca6 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:15 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:40:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:40:16 58ebccf93ce0: Preparing 02:40:16 a9aa3e708c59: Preparing 02:40:16 ecbb63061782: Preparing 02:40:16 343795358f55: Preparing 02:40:16 c9376520c30b: Preparing 02:40:16 1328f3e31be3: Preparing 02:40:16 7362df4b9c12: Preparing 02:40:16 66ad9a90e013: Preparing 02:40:16 bbef625ff199: Preparing 02:40:16 c48f70cec64b: Preparing 02:40:16 b64fb44a5c67: Preparing 02:40:16 5f70bf18a086: Preparing 02:40:16 0c96c7aedba9: Preparing 02:40:16 a5a8d301b8d6: Preparing 02:40:16 e9696cf1a76b: Preparing 02:40:16 aedc3bda2944: Preparing 02:40:16 c48f70cec64b: Waiting 02:40:16 0c96c7aedba9: Waiting 02:40:16 b64fb44a5c67: Waiting 02:40:16 5f70bf18a086: Waiting 02:40:16 aedc3bda2944: Waiting 02:40:16 a5a8d301b8d6: Waiting 02:40:16 e9696cf1a76b: Waiting 02:40:16 1328f3e31be3: Waiting 02:40:16 66ad9a90e013: Waiting 02:40:16 7362df4b9c12: Waiting 02:40:16 bbef625ff199: Waiting 02:40:16 58ebccf93ce0: Layer already exists 02:40:16 a9aa3e708c59: Layer already exists 02:40:16 343795358f55: Layer already exists 02:40:16 ecbb63061782: Layer already exists 02:40:16 c9376520c30b: Layer already exists 02:40:16 bbef625ff199: Layer already exists 02:40:16 66ad9a90e013: Layer already exists 02:40:16 1328f3e31be3: Layer already exists 02:40:16 c48f70cec64b: Layer already exists 02:40:16 7362df4b9c12: Layer already exists 02:40:16 b64fb44a5c67: Layer already exists 02:40:16 5f70bf18a086: Layer already exists 02:40:16 0c96c7aedba9: Layer already exists 02:40:16 a5a8d301b8d6: Layer already exists 02:40:16 e9696cf1a76b: Layer already exists 02:40:16 aedc3bda2944: Layer already exists 02:40:16 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:eda8d4de396a994dfd3627c90bb796eed8eefd51976b0945265ad660425f8ca6 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:16 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:40:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:40:16 58ebccf93ce0: Preparing 02:40:16 a9aa3e708c59: Preparing 02:40:16 ecbb63061782: Preparing 02:40:16 343795358f55: Preparing 02:40:16 c9376520c30b: Preparing 02:40:16 1328f3e31be3: Preparing 02:40:16 7362df4b9c12: Preparing 02:40:16 66ad9a90e013: Preparing 02:40:16 bbef625ff199: Preparing 02:40:16 c48f70cec64b: Preparing 02:40:16 b64fb44a5c67: Preparing 02:40:16 5f70bf18a086: Preparing 02:40:16 0c96c7aedba9: Preparing 02:40:16 a5a8d301b8d6: Preparing 02:40:16 e9696cf1a76b: Preparing 02:40:16 aedc3bda2944: Preparing 02:40:16 0c96c7aedba9: Waiting 02:40:16 c48f70cec64b: Waiting 02:40:16 a5a8d301b8d6: Waiting 02:40:16 e9696cf1a76b: Waiting 02:40:16 aedc3bda2944: Waiting 02:40:16 5f70bf18a086: Waiting 02:40:16 7362df4b9c12: Waiting 02:40:16 bbef625ff199: Waiting 02:40:16 1328f3e31be3: Waiting 02:40:16 66ad9a90e013: Waiting 02:40:16 b64fb44a5c67: Waiting 02:40:16 58ebccf93ce0: Layer already exists 02:40:16 ecbb63061782: Layer already exists 02:40:16 343795358f55: Layer already exists 02:40:16 a9aa3e708c59: Layer already exists 02:40:16 c9376520c30b: Layer already exists 02:40:16 66ad9a90e013: Layer already exists 02:40:16 1328f3e31be3: Layer already exists 02:40:16 bbef625ff199: Layer already exists 02:40:16 7362df4b9c12: Layer already exists 02:40:16 c48f70cec64b: Layer already exists 02:40:16 b64fb44a5c67: Layer already exists 02:40:16 5f70bf18a086: Layer already exists 02:40:16 e9696cf1a76b: Layer already exists 02:40:16 a5a8d301b8d6: Layer already exists 02:40:16 0c96c7aedba9: Layer already exists 02:40:16 aedc3bda2944: Layer already exists 02:40:16 main: digest: sha256:eda8d4de396a994dfd3627c90bb796eed8eefd51976b0945265ad660425f8ca6 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:40:16 ===================================================== [Pipeline] echo 02:40:16 taggedImages: 02:40:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:40:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.25 02:40:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:40:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 02:40:16 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 02:40:16 b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:16 latest 02:40:16 3.2.0-dev.25 02:40:16 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:40:16 main 02:40:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:17 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:40:17 dc7823afbc27: Preparing 02:40:17 bb8f899b10f3: Preparing 02:40:17 e17408135edc: Preparing 02:40:17 d93c6b447f6a: Preparing 02:40:17 66ad9a90e013: Preparing 02:40:17 bbef625ff199: Preparing 02:40:17 cd49490eb010: Preparing 02:40:17 52fc02226b56: Preparing 02:40:17 aedc3bda2944: Preparing 02:40:17 bbef625ff199: Waiting 02:40:17 cd49490eb010: Waiting 02:40:17 52fc02226b56: Waiting 02:40:17 aedc3bda2944: Waiting 02:40:17 dc7823afbc27: Layer already exists 02:40:17 66ad9a90e013: Layer already exists 02:40:17 bb8f899b10f3: Layer already exists 02:40:17 bbef625ff199: Layer already exists 02:40:17 cd49490eb010: Layer already exists 02:40:17 52fc02226b56: Layer already exists 02:40:17 aedc3bda2944: Layer already exists 02:40:17 e17408135edc: Pushed 02:40:20 d93c6b447f6a: Pushed 02:40:20 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:e91b78a248efd1c3c12220d33b40658ce6f2f431ed0a9d5b6f5a93e091f640e2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:20 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:40:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:40:20 dc7823afbc27: Preparing 02:40:20 bb8f899b10f3: Preparing 02:40:20 e17408135edc: Preparing 02:40:20 d93c6b447f6a: Preparing 02:40:20 66ad9a90e013: Preparing 02:40:20 bbef625ff199: Preparing 02:40:20 cd49490eb010: Preparing 02:40:20 52fc02226b56: Preparing 02:40:20 aedc3bda2944: Preparing 02:40:20 cd49490eb010: Waiting 02:40:20 bbef625ff199: Waiting 02:40:20 52fc02226b56: Waiting 02:40:20 aedc3bda2944: Waiting 02:40:20 d93c6b447f6a: Layer already exists 02:40:20 66ad9a90e013: Layer already exists 02:40:20 bb8f899b10f3: Layer already exists 02:40:20 dc7823afbc27: Layer already exists 02:40:20 e17408135edc: Layer already exists 02:40:20 aedc3bda2944: Layer already exists 02:40:20 cd49490eb010: Layer already exists 02:40:20 52fc02226b56: Layer already exists 02:40:20 bbef625ff199: Layer already exists 02:40:20 latest: digest: sha256:e91b78a248efd1c3c12220d33b40658ce6f2f431ed0a9d5b6f5a93e091f640e2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:21 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.25 02:40:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:40:21 dc7823afbc27: Preparing 02:40:21 bb8f899b10f3: Preparing 02:40:21 e17408135edc: Preparing 02:40:21 d93c6b447f6a: Preparing 02:40:21 66ad9a90e013: Preparing 02:40:21 bbef625ff199: Preparing 02:40:21 cd49490eb010: Preparing 02:40:21 52fc02226b56: Preparing 02:40:21 aedc3bda2944: Preparing 02:40:21 aedc3bda2944: Waiting 02:40:21 52fc02226b56: Waiting 02:40:21 bbef625ff199: Waiting 02:40:21 cd49490eb010: Waiting 02:40:21 e17408135edc: Layer already exists 02:40:21 d93c6b447f6a: Layer already exists 02:40:21 66ad9a90e013: Layer already exists 02:40:21 dc7823afbc27: Layer already exists 02:40:21 bb8f899b10f3: Layer already exists 02:40:21 cd49490eb010: Layer already exists 02:40:21 bbef625ff199: Layer already exists 02:40:21 52fc02226b56: Layer already exists 02:40:21 aedc3bda2944: Layer already exists 02:40:21 3.2.0-dev.25: digest: sha256:e91b78a248efd1c3c12220d33b40658ce6f2f431ed0a9d5b6f5a93e091f640e2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:21 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:40:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:40:22 dc7823afbc27: Preparing 02:40:22 bb8f899b10f3: Preparing 02:40:22 e17408135edc: Preparing 02:40:22 d93c6b447f6a: Preparing 02:40:22 66ad9a90e013: Preparing 02:40:22 bbef625ff199: Preparing 02:40:22 cd49490eb010: Preparing 02:40:22 52fc02226b56: Preparing 02:40:22 aedc3bda2944: Preparing 02:40:22 bbef625ff199: Waiting 02:40:22 cd49490eb010: Waiting 02:40:22 aedc3bda2944: Waiting 02:40:22 52fc02226b56: Waiting 02:40:22 d93c6b447f6a: Layer already exists 02:40:22 bb8f899b10f3: Layer already exists 02:40:22 66ad9a90e013: Layer already exists 02:40:22 e17408135edc: Layer already exists 02:40:22 dc7823afbc27: Layer already exists 02:40:22 bbef625ff199: Layer already exists 02:40:22 cd49490eb010: Layer already exists 02:40:22 52fc02226b56: Layer already exists 02:40:22 aedc3bda2944: Layer already exists 02:40:22 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:e91b78a248efd1c3c12220d33b40658ce6f2f431ed0a9d5b6f5a93e091f640e2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:22 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:40:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:40:22 dc7823afbc27: Preparing 02:40:22 bb8f899b10f3: Preparing 02:40:22 e17408135edc: Preparing 02:40:22 d93c6b447f6a: Preparing 02:40:22 66ad9a90e013: Preparing 02:40:22 bbef625ff199: Preparing 02:40:22 cd49490eb010: Preparing 02:40:22 bbef625ff199: Waiting 02:40:22 52fc02226b56: Preparing 02:40:22 aedc3bda2944: Preparing 02:40:22 cd49490eb010: Waiting 02:40:22 52fc02226b56: Waiting 02:40:22 e17408135edc: Layer already exists 02:40:22 bb8f899b10f3: Layer already exists 02:40:22 dc7823afbc27: Layer already exists 02:40:22 66ad9a90e013: Layer already exists 02:40:22 d93c6b447f6a: Layer already exists 02:40:22 aedc3bda2944: Layer already exists 02:40:22 bbef625ff199: Layer already exists 02:40:22 cd49490eb010: Layer already exists 02:40:22 52fc02226b56: Layer already exists 02:40:22 main: digest: sha256:e91b78a248efd1c3c12220d33b40658ce6f2f431ed0a9d5b6f5a93e091f640e2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:40:22 ===================================================== [Pipeline] echo 02:40:22 taggedImages: 02:40:22 - nexus3.edgexfoundry.org:10004/security-proxy-auth:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:22 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:40:22 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.25 02:40:22 - nexus3.edgexfoundry.org:10004/security-proxy-auth:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:40:22 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 02:40:22 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 02:40:22 b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:22 latest 02:40:22 3.2.0-dev.25 02:40:22 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:40:22 main 02:40:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:23 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:40:23 6bddd72c8029: Preparing 02:40:23 f8aa5a51fff4: Preparing 02:40:23 77e92a6695dc: Preparing 02:40:23 3e3d8f2b34df: Preparing 02:40:23 b5a516d67798: Preparing 02:40:23 66ad9a90e013: Preparing 02:40:23 bbef625ff199: Preparing 02:40:23 75b4100a2786: Preparing 02:40:23 49de7b526ed4: Preparing 02:40:23 5002c1ec20a3: Preparing 02:40:23 aedc3bda2944: Preparing 02:40:23 bbef625ff199: Waiting 02:40:23 75b4100a2786: Waiting 02:40:23 49de7b526ed4: Waiting 02:40:23 5002c1ec20a3: Waiting 02:40:23 66ad9a90e013: Waiting 02:40:23 b5a516d67798: Pushed 02:40:23 66ad9a90e013: Layer already exists 02:40:23 bbef625ff199: Layer already exists 02:40:23 6bddd72c8029: Pushed 02:40:23 3e3d8f2b34df: Pushed 02:40:23 f8aa5a51fff4: Pushed 02:40:23 aedc3bda2944: Layer already exists 02:40:23 75b4100a2786: Pushed 02:40:23 49de7b526ed4: Pushed 02:40:24 77e92a6695dc: Pushed 02:40:25 5002c1ec20a3: Pushed 02:40:25 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:4d965a0de2a3aa8940e2af567be0be2a617f67cf534c1644007ae20ec35b5ea2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:25 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:40:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:40:26 6bddd72c8029: Preparing 02:40:26 f8aa5a51fff4: Preparing 02:40:26 77e92a6695dc: Preparing 02:40:26 3e3d8f2b34df: Preparing 02:40:26 b5a516d67798: Preparing 02:40:26 66ad9a90e013: Preparing 02:40:26 bbef625ff199: Preparing 02:40:26 75b4100a2786: Preparing 02:40:26 49de7b526ed4: Preparing 02:40:26 5002c1ec20a3: Preparing 02:40:26 aedc3bda2944: Preparing 02:40:26 aedc3bda2944: Waiting 02:40:26 49de7b526ed4: Waiting 02:40:26 5002c1ec20a3: Waiting 02:40:26 66ad9a90e013: Waiting 02:40:26 bbef625ff199: Waiting 02:40:26 75b4100a2786: Waiting 02:40:26 f8aa5a51fff4: Layer already exists 02:40:26 b5a516d67798: Layer already exists 02:40:26 77e92a6695dc: Layer already exists 02:40:26 3e3d8f2b34df: Layer already exists 02:40:26 6bddd72c8029: Layer already exists 02:40:26 66ad9a90e013: Layer already exists 02:40:26 bbef625ff199: Layer already exists 02:40:26 49de7b526ed4: Layer already exists 02:40:26 5002c1ec20a3: Layer already exists 02:40:26 75b4100a2786: Layer already exists 02:40:26 aedc3bda2944: Layer already exists 02:40:26 latest: digest: sha256:4d965a0de2a3aa8940e2af567be0be2a617f67cf534c1644007ae20ec35b5ea2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:26 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.25 02:40:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:40:26 6bddd72c8029: Preparing 02:40:26 f8aa5a51fff4: Preparing 02:40:26 77e92a6695dc: Preparing 02:40:26 3e3d8f2b34df: Preparing 02:40:26 b5a516d67798: Preparing 02:40:26 66ad9a90e013: Preparing 02:40:26 bbef625ff199: Preparing 02:40:26 66ad9a90e013: Waiting 02:40:26 75b4100a2786: Preparing 02:40:26 49de7b526ed4: Preparing 02:40:26 5002c1ec20a3: Preparing 02:40:26 bbef625ff199: Waiting 02:40:26 75b4100a2786: Waiting 02:40:26 49de7b526ed4: Waiting 02:40:26 aedc3bda2944: Preparing 02:40:26 5002c1ec20a3: Waiting 02:40:26 6bddd72c8029: Layer already exists 02:40:26 b5a516d67798: Layer already exists 02:40:26 3e3d8f2b34df: Layer already exists 02:40:26 77e92a6695dc: Layer already exists 02:40:26 f8aa5a51fff4: Layer already exists 02:40:26 bbef625ff199: Layer already exists 02:40:26 49de7b526ed4: Layer already exists 02:40:26 66ad9a90e013: Layer already exists 02:40:26 75b4100a2786: Layer already exists 02:40:26 5002c1ec20a3: Layer already exists 02:40:26 aedc3bda2944: Layer already exists 02:40:26 3.2.0-dev.25: digest: sha256:4d965a0de2a3aa8940e2af567be0be2a617f67cf534c1644007ae20ec35b5ea2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:27 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:40:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:40:27 6bddd72c8029: Preparing 02:40:27 f8aa5a51fff4: Preparing 02:40:27 77e92a6695dc: Preparing 02:40:27 3e3d8f2b34df: Preparing 02:40:27 b5a516d67798: Preparing 02:40:27 66ad9a90e013: Preparing 02:40:27 bbef625ff199: Preparing 02:40:27 75b4100a2786: Preparing 02:40:27 49de7b526ed4: Preparing 02:40:27 5002c1ec20a3: Preparing 02:40:27 aedc3bda2944: Preparing 02:40:27 66ad9a90e013: Waiting 02:40:27 bbef625ff199: Waiting 02:40:27 5002c1ec20a3: Waiting 02:40:27 aedc3bda2944: Waiting 02:40:27 75b4100a2786: Waiting 02:40:27 49de7b526ed4: Waiting 02:40:27 3e3d8f2b34df: Layer already exists 02:40:27 77e92a6695dc: Layer already exists 02:40:27 6bddd72c8029: Layer already exists 02:40:27 f8aa5a51fff4: Layer already exists 02:40:27 b5a516d67798: Layer already exists 02:40:27 66ad9a90e013: Layer already exists 02:40:27 bbef625ff199: Layer already exists 02:40:27 49de7b526ed4: Layer already exists 02:40:27 5002c1ec20a3: Layer already exists 02:40:27 75b4100a2786: Layer already exists 02:40:27 aedc3bda2944: Layer already exists 02:40:27 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:4d965a0de2a3aa8940e2af567be0be2a617f67cf534c1644007ae20ec35b5ea2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:27 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:40:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:40:28 6bddd72c8029: Preparing 02:40:28 f8aa5a51fff4: Preparing 02:40:28 77e92a6695dc: Preparing 02:40:28 3e3d8f2b34df: Preparing 02:40:28 b5a516d67798: Preparing 02:40:28 66ad9a90e013: Preparing 02:40:28 bbef625ff199: Preparing 02:40:28 75b4100a2786: Preparing 02:40:28 49de7b526ed4: Preparing 02:40:28 5002c1ec20a3: Preparing 02:40:28 aedc3bda2944: Preparing 02:40:28 5002c1ec20a3: Waiting 02:40:28 75b4100a2786: Waiting 02:40:28 66ad9a90e013: Waiting 02:40:28 aedc3bda2944: Waiting 02:40:28 49de7b526ed4: Waiting 02:40:28 77e92a6695dc: Layer already exists 02:40:28 6bddd72c8029: Layer already exists 02:40:28 f8aa5a51fff4: Layer already exists 02:40:28 b5a516d67798: Layer already exists 02:40:28 3e3d8f2b34df: Layer already exists 02:40:28 66ad9a90e013: Layer already exists 02:40:28 75b4100a2786: Layer already exists 02:40:28 bbef625ff199: Layer already exists 02:40:28 49de7b526ed4: Layer already exists 02:40:28 5002c1ec20a3: Layer already exists 02:40:28 aedc3bda2944: Layer already exists 02:40:28 main: digest: sha256:4d965a0de2a3aa8940e2af567be0be2a617f67cf534c1644007ae20ec35b5ea2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:40:28 ===================================================== [Pipeline] echo 02:40:28 taggedImages: 02:40:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:40:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.25 02:40:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:40:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 02:40:28 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 02:40:28 b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:28 latest 02:40:28 3.2.0-dev.25 02:40:28 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:40:28 main 02:40:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:28 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:40:28 ca788a714cf5: Preparing 02:40:28 bbf03f9fa372: Preparing 02:40:28 09c5478dc912: Preparing 02:40:28 0a638ce80c60: Preparing 02:40:28 231af2b9483d: Preparing 02:40:28 6b09d38a3710: Preparing 02:40:28 c84577f3e25c: Preparing 02:40:28 66ad9a90e013: Preparing 02:40:28 bbef625ff199: Preparing 02:40:28 9ba5868e4be8: Preparing 02:40:28 cd8202267de8: Preparing 02:40:28 aedc3bda2944: Preparing 02:40:28 bbef625ff199: Waiting 02:40:28 9ba5868e4be8: Waiting 02:40:28 cd8202267de8: Waiting 02:40:28 aedc3bda2944: Waiting 02:40:28 6b09d38a3710: Waiting 02:40:28 66ad9a90e013: Waiting 02:40:28 c84577f3e25c: Waiting 02:40:28 231af2b9483d: Pushed 02:40:28 bbf03f9fa372: Pushed 02:40:28 ca788a714cf5: Pushed 02:40:28 66ad9a90e013: Layer already exists 02:40:28 bbef625ff199: Layer already exists 02:40:28 6b09d38a3710: Pushed 02:40:28 c84577f3e25c: Pushed 02:40:29 aedc3bda2944: Layer already exists 02:40:29 9ba5868e4be8: Pushed 02:40:29 0a638ce80c60: Pushed 02:40:29 09c5478dc912: Pushed 02:40:30 cd8202267de8: Pushed 02:40:30 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:eb5dda27a41e9528688b42b480d8d39237a4eb306decd42f400b34e40417b40d size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:30 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:30 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:40:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:40:30 ca788a714cf5: Preparing 02:40:30 bbf03f9fa372: Preparing 02:40:30 09c5478dc912: Preparing 02:40:30 0a638ce80c60: Preparing 02:40:30 231af2b9483d: Preparing 02:40:30 6b09d38a3710: Preparing 02:40:30 c84577f3e25c: Preparing 02:40:30 66ad9a90e013: Preparing 02:40:30 bbef625ff199: Preparing 02:40:30 9ba5868e4be8: Preparing 02:40:30 cd8202267de8: Preparing 02:40:30 aedc3bda2944: Preparing 02:40:30 bbef625ff199: Waiting 02:40:30 cd8202267de8: Waiting 02:40:30 c84577f3e25c: Waiting 02:40:30 aedc3bda2944: Waiting 02:40:30 66ad9a90e013: Waiting 02:40:30 6b09d38a3710: Waiting 02:40:30 bbf03f9fa372: Layer already exists 02:40:30 231af2b9483d: Layer already exists 02:40:30 0a638ce80c60: Layer already exists 02:40:30 09c5478dc912: Layer already exists 02:40:30 ca788a714cf5: Layer already exists 02:40:30 bbef625ff199: Layer already exists 02:40:30 66ad9a90e013: Layer already exists 02:40:30 c84577f3e25c: Layer already exists 02:40:30 6b09d38a3710: Layer already exists 02:40:30 9ba5868e4be8: Layer already exists 02:40:30 cd8202267de8: Layer already exists 02:40:30 aedc3bda2944: Layer already exists 02:40:30 latest: digest: sha256:eb5dda27a41e9528688b42b480d8d39237a4eb306decd42f400b34e40417b40d size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:31 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:31 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.25 02:40:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:40:31 ca788a714cf5: Preparing 02:40:31 bbf03f9fa372: Preparing 02:40:31 09c5478dc912: Preparing 02:40:31 0a638ce80c60: Preparing 02:40:31 231af2b9483d: Preparing 02:40:31 6b09d38a3710: Preparing 02:40:31 c84577f3e25c: Preparing 02:40:31 66ad9a90e013: Preparing 02:40:31 bbef625ff199: Preparing 02:40:31 6b09d38a3710: Waiting 02:40:31 c84577f3e25c: Waiting 02:40:31 66ad9a90e013: Waiting 02:40:31 bbef625ff199: Waiting 02:40:31 9ba5868e4be8: Preparing 02:40:31 cd8202267de8: Preparing 02:40:31 aedc3bda2944: Preparing 02:40:31 cd8202267de8: Waiting 02:40:31 aedc3bda2944: Waiting 02:40:31 ca788a714cf5: Layer already exists 02:40:31 231af2b9483d: Layer already exists 02:40:31 09c5478dc912: Layer already exists 02:40:31 bbf03f9fa372: Layer already exists 02:40:31 0a638ce80c60: Layer already exists 02:40:31 6b09d38a3710: Layer already exists 02:40:31 c84577f3e25c: Layer already exists 02:40:31 bbef625ff199: Layer already exists 02:40:31 9ba5868e4be8: Layer already exists 02:40:31 66ad9a90e013: Layer already exists 02:40:31 aedc3bda2944: Layer already exists 02:40:31 cd8202267de8: Layer already exists 02:40:31 3.2.0-dev.25: digest: sha256:eb5dda27a41e9528688b42b480d8d39237a4eb306decd42f400b34e40417b40d size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:31 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:32 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:40:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:40:32 ca788a714cf5: Preparing 02:40:32 bbf03f9fa372: Preparing 02:40:32 09c5478dc912: Preparing 02:40:32 0a638ce80c60: Preparing 02:40:32 231af2b9483d: Preparing 02:40:32 6b09d38a3710: Preparing 02:40:32 c84577f3e25c: Preparing 02:40:32 66ad9a90e013: Preparing 02:40:32 bbef625ff199: Preparing 02:40:32 9ba5868e4be8: Preparing 02:40:32 cd8202267de8: Preparing 02:40:32 aedc3bda2944: Preparing 02:40:32 c84577f3e25c: Waiting 02:40:32 66ad9a90e013: Waiting 02:40:32 bbef625ff199: Waiting 02:40:32 9ba5868e4be8: Waiting 02:40:32 cd8202267de8: Waiting 02:40:32 6b09d38a3710: Waiting 02:40:32 aedc3bda2944: Waiting 02:40:32 ca788a714cf5: Layer already exists 02:40:32 09c5478dc912: Layer already exists 02:40:32 231af2b9483d: Layer already exists 02:40:32 bbf03f9fa372: Layer already exists 02:40:32 0a638ce80c60: Layer already exists 02:40:32 66ad9a90e013: Layer already exists 02:40:32 6b09d38a3710: Layer already exists 02:40:32 c84577f3e25c: Layer already exists 02:40:32 bbef625ff199: Layer already exists 02:40:32 9ba5868e4be8: Layer already exists 02:40:32 cd8202267de8: Layer already exists 02:40:32 aedc3bda2944: Layer already exists 02:40:32 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:eb5dda27a41e9528688b42b480d8d39237a4eb306decd42f400b34e40417b40d size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:32 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:32 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:40:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:40:32 ca788a714cf5: Preparing 02:40:32 bbf03f9fa372: Preparing 02:40:32 09c5478dc912: Preparing 02:40:32 0a638ce80c60: Preparing 02:40:32 231af2b9483d: Preparing 02:40:32 6b09d38a3710: Preparing 02:40:32 c84577f3e25c: Preparing 02:40:32 66ad9a90e013: Preparing 02:40:32 bbef625ff199: Preparing 02:40:32 9ba5868e4be8: Preparing 02:40:32 cd8202267de8: Preparing 02:40:32 aedc3bda2944: Preparing 02:40:32 6b09d38a3710: Waiting 02:40:32 cd8202267de8: Waiting 02:40:32 9ba5868e4be8: Waiting 02:40:32 aedc3bda2944: Waiting 02:40:32 c84577f3e25c: Waiting 02:40:32 66ad9a90e013: Waiting 02:40:32 bbef625ff199: Waiting 02:40:32 ca788a714cf5: Layer already exists 02:40:32 0a638ce80c60: Layer already exists 02:40:32 231af2b9483d: Layer already exists 02:40:32 bbf03f9fa372: Layer already exists 02:40:32 09c5478dc912: Layer already exists 02:40:32 6b09d38a3710: Layer already exists 02:40:32 66ad9a90e013: Layer already exists 02:40:32 bbef625ff199: Layer already exists 02:40:32 9ba5868e4be8: Layer already exists 02:40:32 c84577f3e25c: Layer already exists 02:40:32 aedc3bda2944: Layer already exists 02:40:32 cd8202267de8: Layer already exists 02:40:32 main: digest: sha256:eb5dda27a41e9528688b42b480d8d39237a4eb306decd42f400b34e40417b40d size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:40:32 ===================================================== [Pipeline] echo 02:40:32 taggedImages: 02:40:32 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:32 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:40:32 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.25 02:40:32 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:40:32 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 02:40:32 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 02:40:32 b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:32 latest 02:40:32 3.2.0-dev.25 02:40:32 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:40:32 main 02:40:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:33 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:40:33 8b8c1c9469ff: Preparing 02:40:33 7c6936cd3a06: Preparing 02:40:33 66ad9a90e013: Preparing 02:40:33 bbef625ff199: Preparing 02:40:33 c02a9f9384b0: Preparing 02:40:33 b4e4fd619bd4: Preparing 02:40:33 aedc3bda2944: Preparing 02:40:33 b4e4fd619bd4: Waiting 02:40:33 aedc3bda2944: Waiting 02:40:33 66ad9a90e013: Layer already exists 02:40:33 bbef625ff199: Layer already exists 02:40:33 aedc3bda2944: Layer already exists 02:40:33 8b8c1c9469ff: Pushed 02:40:34 c02a9f9384b0: Pushed 02:40:34 b4e4fd619bd4: Pushed 02:40:35 7c6936cd3a06: Pushed 02:40:35 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:0b521285af3d4f4a4f3ebc35ef08a959c4bbb24dd700a52f2d969143fb6ad0a1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:35 + 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 02:40:35 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:40:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:40:35 8b8c1c9469ff: Preparing 02:40:35 7c6936cd3a06: Preparing 02:40:35 66ad9a90e013: Preparing 02:40:35 bbef625ff199: Preparing 02:40:35 c02a9f9384b0: Preparing 02:40:35 b4e4fd619bd4: Preparing 02:40:35 aedc3bda2944: Preparing 02:40:35 b4e4fd619bd4: Waiting 02:40:35 aedc3bda2944: Waiting 02:40:35 c02a9f9384b0: Layer already exists 02:40:35 7c6936cd3a06: Layer already exists 02:40:35 66ad9a90e013: Layer already exists 02:40:35 8b8c1c9469ff: Layer already exists 02:40:35 bbef625ff199: Layer already exists 02:40:35 aedc3bda2944: Layer already exists 02:40:35 b4e4fd619bd4: Layer already exists 02:40:35 latest: digest: sha256:0b521285af3d4f4a4f3ebc35ef08a959c4bbb24dd700a52f2d969143fb6ad0a1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:36 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:36 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.25 02:40:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:40:36 8b8c1c9469ff: Preparing 02:40:36 7c6936cd3a06: Preparing 02:40:36 66ad9a90e013: Preparing 02:40:36 bbef625ff199: Preparing 02:40:36 c02a9f9384b0: Preparing 02:40:36 b4e4fd619bd4: Preparing 02:40:36 aedc3bda2944: Preparing 02:40:36 b4e4fd619bd4: Waiting 02:40:36 aedc3bda2944: Waiting 02:40:36 66ad9a90e013: Layer already exists 02:40:36 8b8c1c9469ff: Layer already exists 02:40:36 c02a9f9384b0: Layer already exists 02:40:36 bbef625ff199: Layer already exists 02:40:36 7c6936cd3a06: Layer already exists 02:40:36 aedc3bda2944: Layer already exists 02:40:36 b4e4fd619bd4: Layer already exists 02:40:36 3.2.0-dev.25: digest: sha256:0b521285af3d4f4a4f3ebc35ef08a959c4bbb24dd700a52f2d969143fb6ad0a1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:36 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:37 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:40:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:40:37 8b8c1c9469ff: Preparing 02:40:37 7c6936cd3a06: Preparing 02:40:37 66ad9a90e013: Preparing 02:40:37 bbef625ff199: Preparing 02:40:37 c02a9f9384b0: Preparing 02:40:37 b4e4fd619bd4: Preparing 02:40:37 aedc3bda2944: Preparing 02:40:37 b4e4fd619bd4: Waiting 02:40:37 aedc3bda2944: Waiting 02:40:37 bbef625ff199: Layer already exists 02:40:37 8b8c1c9469ff: Layer already exists 02:40:37 66ad9a90e013: Layer already exists 02:40:37 c02a9f9384b0: Layer already exists 02:40:37 7c6936cd3a06: Layer already exists 02:40:37 b4e4fd619bd4: Layer already exists 02:40:37 aedc3bda2944: Layer already exists 02:40:37 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:0b521285af3d4f4a4f3ebc35ef08a959c4bbb24dd700a52f2d969143fb6ad0a1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:37 + 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 02:40:37 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:40:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:40:37 8b8c1c9469ff: Preparing 02:40:37 7c6936cd3a06: Preparing 02:40:37 66ad9a90e013: Preparing 02:40:37 bbef625ff199: Preparing 02:40:37 c02a9f9384b0: Preparing 02:40:37 b4e4fd619bd4: Preparing 02:40:37 aedc3bda2944: Preparing 02:40:37 b4e4fd619bd4: Waiting 02:40:37 aedc3bda2944: Waiting 02:40:37 7c6936cd3a06: Layer already exists 02:40:37 66ad9a90e013: Layer already exists 02:40:37 bbef625ff199: Layer already exists 02:40:37 8b8c1c9469ff: Layer already exists 02:40:37 c02a9f9384b0: Layer already exists 02:40:37 b4e4fd619bd4: Layer already exists 02:40:37 aedc3bda2944: Layer already exists 02:40:38 main: digest: sha256:0b521285af3d4f4a4f3ebc35ef08a959c4bbb24dd700a52f2d969143fb6ad0a1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:40:38 ===================================================== [Pipeline] echo 02:40:38 taggedImages: 02:40:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:40:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.25 02:40:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:40:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 02:40:38 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 02:40:38 b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:38 latest 02:40:38 3.2.0-dev.25 02:40:38 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:40:38 main 02:40:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:38 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:40:38 c36f84457197: Preparing 02:40:38 b3802bdc85ec: Preparing 02:40:38 0f97974d11f8: Preparing 02:40:38 66ad9a90e013: Preparing 02:40:38 bbef625ff199: Preparing 02:40:38 73123c4841a1: Preparing 02:40:38 6c792cafdb70: Preparing 02:40:38 4e1a85c26ac2: Preparing 02:40:38 67fb1fcb0c60: Preparing 02:40:38 aedc3bda2944: Preparing 02:40:38 6c792cafdb70: Waiting 02:40:38 4e1a85c26ac2: Waiting 02:40:38 67fb1fcb0c60: Waiting 02:40:38 aedc3bda2944: Waiting 02:40:38 73123c4841a1: Waiting 02:40:38 66ad9a90e013: Layer already exists 02:40:38 bbef625ff199: Layer already exists 02:40:38 0f97974d11f8: Pushed 02:40:39 b3802bdc85ec: Pushed 02:40:39 c36f84457197: Pushed 02:40:39 aedc3bda2944: Layer already exists 02:40:39 4e1a85c26ac2: Pushed 02:40:40 67fb1fcb0c60: Pushed 02:40:44 6c792cafdb70: Pushed 02:40:46 73123c4841a1: Pushed 02:40:46 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:24780e81d6a40f499ee9396eba95087bfeddf9378dd6adc09a1c2e85e81e5ce5 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:47 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:40:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:40:47 c36f84457197: Preparing 02:40:47 b3802bdc85ec: Preparing 02:40:47 0f97974d11f8: Preparing 02:40:47 66ad9a90e013: Preparing 02:40:47 bbef625ff199: Preparing 02:40:47 73123c4841a1: Preparing 02:40:47 6c792cafdb70: Preparing 02:40:47 4e1a85c26ac2: Preparing 02:40:47 67fb1fcb0c60: Preparing 02:40:47 aedc3bda2944: Preparing 02:40:47 73123c4841a1: Waiting 02:40:47 6c792cafdb70: Waiting 02:40:47 4e1a85c26ac2: Waiting 02:40:47 aedc3bda2944: Waiting 02:40:47 67fb1fcb0c60: Waiting 02:40:47 c36f84457197: Layer already exists 02:40:47 b3802bdc85ec: Layer already exists 02:40:47 bbef625ff199: Layer already exists 02:40:47 66ad9a90e013: Layer already exists 02:40:47 0f97974d11f8: Layer already exists 02:40:47 4e1a85c26ac2: Layer already exists 02:40:47 67fb1fcb0c60: Layer already exists 02:40:47 aedc3bda2944: Layer already exists 02:40:47 73123c4841a1: Layer already exists 02:40:47 6c792cafdb70: Layer already exists 02:40:47 latest: digest: sha256:24780e81d6a40f499ee9396eba95087bfeddf9378dd6adc09a1c2e85e81e5ce5 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:48 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.25 02:40:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:40:48 c36f84457197: Preparing 02:40:48 b3802bdc85ec: Preparing 02:40:48 0f97974d11f8: Preparing 02:40:48 66ad9a90e013: Preparing 02:40:48 bbef625ff199: Preparing 02:40:48 73123c4841a1: Preparing 02:40:48 6c792cafdb70: Preparing 02:40:48 4e1a85c26ac2: Preparing 02:40:48 73123c4841a1: Waiting 02:40:48 67fb1fcb0c60: Preparing 02:40:48 4e1a85c26ac2: Waiting 02:40:48 6c792cafdb70: Waiting 02:40:48 aedc3bda2944: Preparing 02:40:48 67fb1fcb0c60: Waiting 02:40:48 bbef625ff199: Layer already exists 02:40:48 0f97974d11f8: Layer already exists 02:40:48 c36f84457197: Layer already exists 02:40:48 b3802bdc85ec: Layer already exists 02:40:48 66ad9a90e013: Layer already exists 02:40:48 73123c4841a1: Layer already exists 02:40:48 6c792cafdb70: Layer already exists 02:40:48 4e1a85c26ac2: Layer already exists 02:40:48 67fb1fcb0c60: Layer already exists 02:40:48 aedc3bda2944: Layer already exists 02:40:48 3.2.0-dev.25: digest: sha256:24780e81d6a40f499ee9396eba95087bfeddf9378dd6adc09a1c2e85e81e5ce5 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:48 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:40:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:40:49 c36f84457197: Preparing 02:40:49 b3802bdc85ec: Preparing 02:40:49 0f97974d11f8: Preparing 02:40:49 66ad9a90e013: Preparing 02:40:49 bbef625ff199: Preparing 02:40:49 73123c4841a1: Preparing 02:40:49 6c792cafdb70: Preparing 02:40:49 4e1a85c26ac2: Preparing 02:40:49 73123c4841a1: Waiting 02:40:49 6c792cafdb70: Waiting 02:40:49 67fb1fcb0c60: Preparing 02:40:49 aedc3bda2944: Preparing 02:40:49 4e1a85c26ac2: Waiting 02:40:49 67fb1fcb0c60: Waiting 02:40:49 aedc3bda2944: Waiting 02:40:49 bbef625ff199: Layer already exists 02:40:49 0f97974d11f8: Layer already exists 02:40:49 c36f84457197: Layer already exists 02:40:49 73123c4841a1: Layer already exists 02:40:49 b3802bdc85ec: Layer already exists 02:40:49 66ad9a90e013: Layer already exists 02:40:49 6c792cafdb70: Layer already exists 02:40:49 4e1a85c26ac2: Layer already exists 02:40:49 aedc3bda2944: Layer already exists 02:40:49 67fb1fcb0c60: Layer already exists 02:40:49 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:24780e81d6a40f499ee9396eba95087bfeddf9378dd6adc09a1c2e85e81e5ce5 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:49 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:40:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:40:49 c36f84457197: Preparing 02:40:49 b3802bdc85ec: Preparing 02:40:49 0f97974d11f8: Preparing 02:40:49 66ad9a90e013: Preparing 02:40:49 bbef625ff199: Preparing 02:40:49 73123c4841a1: Preparing 02:40:49 6c792cafdb70: Preparing 02:40:49 4e1a85c26ac2: Preparing 02:40:49 67fb1fcb0c60: Preparing 02:40:49 aedc3bda2944: Preparing 02:40:49 6c792cafdb70: Waiting 02:40:49 4e1a85c26ac2: Waiting 02:40:49 73123c4841a1: Waiting 02:40:49 67fb1fcb0c60: Waiting 02:40:49 aedc3bda2944: Waiting 02:40:49 b3802bdc85ec: Layer already exists 02:40:49 0f97974d11f8: Layer already exists 02:40:49 bbef625ff199: Layer already exists 02:40:49 66ad9a90e013: Layer already exists 02:40:49 c36f84457197: Layer already exists 02:40:49 67fb1fcb0c60: Layer already exists 02:40:49 4e1a85c26ac2: Layer already exists 02:40:49 6c792cafdb70: Layer already exists 02:40:49 aedc3bda2944: Layer already exists 02:40:49 73123c4841a1: Layer already exists 02:40:49 main: digest: sha256:24780e81d6a40f499ee9396eba95087bfeddf9378dd6adc09a1c2e85e81e5ce5 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:40:49 ===================================================== [Pipeline] echo 02:40:49 taggedImages: 02:40:49 - nexus3.edgexfoundry.org:10004/security-spire-agent:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:49 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:40:49 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.25 02:40:49 - nexus3.edgexfoundry.org:10004/security-spire-agent:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:40:49 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 02:40:49 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 02:40:49 b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:49 latest 02:40:49 3.2.0-dev.25 02:40:49 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:40:49 main 02:40:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:50 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:40:50 1c59062686e2: Preparing 02:40:50 773a8ac818f3: Preparing 02:40:50 bc6282ef3f09: Preparing 02:40:50 66ad9a90e013: Preparing 02:40:50 bbef625ff199: Preparing 02:40:50 73123c4841a1: Preparing 02:40:50 46bb582c72dc: Preparing 02:40:50 4faef1fb4331: Preparing 02:40:50 aedc3bda2944: Preparing 02:40:50 73123c4841a1: Waiting 02:40:50 46bb582c72dc: Waiting 02:40:50 4faef1fb4331: Waiting 02:40:50 aedc3bda2944: Waiting 02:40:50 bbef625ff199: Layer already exists 02:40:50 66ad9a90e013: Layer already exists 02:40:50 73123c4841a1: Layer already exists 02:40:50 773a8ac818f3: Pushed 02:40:50 aedc3bda2944: Layer already exists 02:40:50 1c59062686e2: Pushed 02:40:51 bc6282ef3f09: Pushed 02:40:51 4faef1fb4331: Pushed 02:40:51 46bb582c72dc: Pushed 02:40:51 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:360496cebb34b2e0b4e25e0e68147c05525409e0cc6ecc2e670daf5078d959a4 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:52 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:40:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:40:52 1c59062686e2: Preparing 02:40:52 773a8ac818f3: Preparing 02:40:52 bc6282ef3f09: Preparing 02:40:52 66ad9a90e013: Preparing 02:40:52 bbef625ff199: Preparing 02:40:52 73123c4841a1: Preparing 02:40:52 46bb582c72dc: Preparing 02:40:52 4faef1fb4331: Preparing 02:40:52 aedc3bda2944: Preparing 02:40:52 73123c4841a1: Waiting 02:40:52 46bb582c72dc: Waiting 02:40:52 aedc3bda2944: Waiting 02:40:52 4faef1fb4331: Waiting 02:40:52 1c59062686e2: Layer already exists 02:40:52 66ad9a90e013: Layer already exists 02:40:52 773a8ac818f3: Layer already exists 02:40:52 bbef625ff199: Layer already exists 02:40:52 bc6282ef3f09: Layer already exists 02:40:52 4faef1fb4331: Layer already exists 02:40:52 46bb582c72dc: Layer already exists 02:40:52 aedc3bda2944: Layer already exists 02:40:52 73123c4841a1: Layer already exists 02:40:52 latest: digest: sha256:360496cebb34b2e0b4e25e0e68147c05525409e0cc6ecc2e670daf5078d959a4 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:52 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.25 02:40:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:40:53 1c59062686e2: Preparing 02:40:53 773a8ac818f3: Preparing 02:40:53 bc6282ef3f09: Preparing 02:40:53 66ad9a90e013: Preparing 02:40:53 bbef625ff199: Preparing 02:40:53 73123c4841a1: Preparing 02:40:53 46bb582c72dc: Preparing 02:40:53 4faef1fb4331: Preparing 02:40:53 aedc3bda2944: Preparing 02:40:53 73123c4841a1: Waiting 02:40:53 46bb582c72dc: Waiting 02:40:53 4faef1fb4331: Waiting 02:40:53 aedc3bda2944: Waiting 02:40:53 bc6282ef3f09: Layer already exists 02:40:53 1c59062686e2: Layer already exists 02:40:53 66ad9a90e013: Layer already exists 02:40:53 773a8ac818f3: Layer already exists 02:40:53 bbef625ff199: Layer already exists 02:40:53 73123c4841a1: Layer already exists 02:40:53 4faef1fb4331: Layer already exists 02:40:53 aedc3bda2944: Layer already exists 02:40:53 46bb582c72dc: Layer already exists 02:40:53 3.2.0-dev.25: digest: sha256:360496cebb34b2e0b4e25e0e68147c05525409e0cc6ecc2e670daf5078d959a4 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:53 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:40:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:40:53 1c59062686e2: Preparing 02:40:53 773a8ac818f3: Preparing 02:40:53 bc6282ef3f09: Preparing 02:40:53 66ad9a90e013: Preparing 02:40:53 bbef625ff199: Preparing 02:40:53 73123c4841a1: Preparing 02:40:53 46bb582c72dc: Preparing 02:40:53 4faef1fb4331: Preparing 02:40:53 aedc3bda2944: Preparing 02:40:53 73123c4841a1: Waiting 02:40:53 4faef1fb4331: Waiting 02:40:53 46bb582c72dc: Waiting 02:40:53 66ad9a90e013: Layer already exists 02:40:53 773a8ac818f3: Layer already exists 02:40:53 1c59062686e2: Layer already exists 02:40:53 bc6282ef3f09: Layer already exists 02:40:53 bbef625ff199: Layer already exists 02:40:53 73123c4841a1: Layer already exists 02:40:53 46bb582c72dc: Layer already exists 02:40:53 aedc3bda2944: Layer already exists 02:40:53 4faef1fb4331: Layer already exists 02:40:53 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:360496cebb34b2e0b4e25e0e68147c05525409e0cc6ecc2e670daf5078d959a4 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:54 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 02:40:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:40:54 1c59062686e2: Preparing 02:40:54 773a8ac818f3: Preparing 02:40:54 bc6282ef3f09: Preparing 02:40:54 66ad9a90e013: Preparing 02:40:54 bbef625ff199: Preparing 02:40:54 73123c4841a1: Preparing 02:40:54 46bb582c72dc: Preparing 02:40:54 4faef1fb4331: Preparing 02:40:54 aedc3bda2944: Preparing 02:40:54 73123c4841a1: Waiting 02:40:54 4faef1fb4331: Waiting 02:40:54 aedc3bda2944: Waiting 02:40:54 46bb582c72dc: Waiting 02:40:54 66ad9a90e013: Layer already exists 02:40:54 773a8ac818f3: Layer already exists 02:40:54 1c59062686e2: Layer already exists 02:40:54 bc6282ef3f09: Layer already exists 02:40:54 bbef625ff199: Layer already exists 02:40:54 73123c4841a1: Layer already exists 02:40:54 46bb582c72dc: Layer already exists 02:40:54 4faef1fb4331: Layer already exists 02:40:54 aedc3bda2944: Layer already exists 02:40:54 main: digest: sha256:360496cebb34b2e0b4e25e0e68147c05525409e0cc6ecc2e670daf5078d959a4 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:40:54 ===================================================== [Pipeline] echo 02:40:54 taggedImages: 02:40:54 - nexus3.edgexfoundry.org:10004/security-spire-config:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:54 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:40:54 - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.25 02:40:54 - nexus3.edgexfoundry.org:10004/security-spire-config:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:40:54 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 02:40:54 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 02:40:54 b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:54 latest 02:40:54 3.2.0-dev.25 02:40:54 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:40:54 main 02:40:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:55 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:40:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:40:55 c36f84457197: Preparing 02:40:55 8ad0b14d8bd2: Preparing 02:40:55 3c5af9588f5a: Preparing 02:40:55 66ad9a90e013: Preparing 02:40:55 bbef625ff199: Preparing 02:40:55 d25d9bc5ae9a: Preparing 02:40:55 4e1a85c26ac2: Preparing 02:40:55 67fb1fcb0c60: Preparing 02:40:55 aedc3bda2944: Preparing 02:40:55 d25d9bc5ae9a: Waiting 02:40:55 4e1a85c26ac2: Waiting 02:40:55 67fb1fcb0c60: Waiting 02:40:55 aedc3bda2944: Waiting 02:40:55 bbef625ff199: Layer already exists 02:40:55 c36f84457197: Layer already exists 02:40:55 66ad9a90e013: Layer already exists 02:40:55 4e1a85c26ac2: Layer already exists 02:40:55 67fb1fcb0c60: Layer already exists 02:40:55 aedc3bda2944: Layer already exists 02:40:55 3c5af9588f5a: Pushed 02:40:55 8ad0b14d8bd2: Pushed 02:41:03 d25d9bc5ae9a: Pushed 02:41:03 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:bb3b08b8aa7ab8f7de89f6240c047cb35f871d3739f52484d365ddd206b93272 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:04 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:41:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:41:04 c36f84457197: Preparing 02:41:04 8ad0b14d8bd2: Preparing 02:41:04 3c5af9588f5a: Preparing 02:41:04 66ad9a90e013: Preparing 02:41:04 bbef625ff199: Preparing 02:41:04 d25d9bc5ae9a: Preparing 02:41:04 4e1a85c26ac2: Preparing 02:41:04 67fb1fcb0c60: Preparing 02:41:04 aedc3bda2944: Preparing 02:41:04 d25d9bc5ae9a: Waiting 02:41:04 4e1a85c26ac2: Waiting 02:41:04 67fb1fcb0c60: Waiting 02:41:04 aedc3bda2944: Waiting 02:41:04 bbef625ff199: Layer already exists 02:41:04 c36f84457197: Layer already exists 02:41:04 8ad0b14d8bd2: Layer already exists 02:41:04 3c5af9588f5a: Layer already exists 02:41:04 66ad9a90e013: Layer already exists 02:41:04 d25d9bc5ae9a: Layer already exists 02:41:04 4e1a85c26ac2: Layer already exists 02:41:04 67fb1fcb0c60: Layer already exists 02:41:04 aedc3bda2944: Layer already exists 02:41:04 latest: digest: sha256:bb3b08b8aa7ab8f7de89f6240c047cb35f871d3739f52484d365ddd206b93272 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:04 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.25 02:41:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:41:05 c36f84457197: Preparing 02:41:05 8ad0b14d8bd2: Preparing 02:41:05 3c5af9588f5a: Preparing 02:41:05 66ad9a90e013: Preparing 02:41:05 bbef625ff199: Preparing 02:41:05 d25d9bc5ae9a: Preparing 02:41:05 4e1a85c26ac2: Preparing 02:41:05 67fb1fcb0c60: Preparing 02:41:05 aedc3bda2944: Preparing 02:41:05 aedc3bda2944: Waiting 02:41:05 67fb1fcb0c60: Waiting 02:41:05 4e1a85c26ac2: Waiting 02:41:05 d25d9bc5ae9a: Waiting 02:41:05 8ad0b14d8bd2: Layer already exists 02:41:05 c36f84457197: Layer already exists 02:41:05 bbef625ff199: Layer already exists 02:41:05 3c5af9588f5a: Layer already exists 02:41:05 66ad9a90e013: Layer already exists 02:41:05 d25d9bc5ae9a: Layer already exists 02:41:05 4e1a85c26ac2: Layer already exists 02:41:05 67fb1fcb0c60: Layer already exists 02:41:05 aedc3bda2944: Layer already exists 02:41:05 3.2.0-dev.25: digest: sha256:bb3b08b8aa7ab8f7de89f6240c047cb35f871d3739f52484d365ddd206b93272 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:05 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:41:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:41:05 c36f84457197: Preparing 02:41:05 8ad0b14d8bd2: Preparing 02:41:05 3c5af9588f5a: Preparing 02:41:05 66ad9a90e013: Preparing 02:41:05 bbef625ff199: Preparing 02:41:05 d25d9bc5ae9a: Preparing 02:41:05 4e1a85c26ac2: Preparing 02:41:05 67fb1fcb0c60: Preparing 02:41:05 aedc3bda2944: Preparing 02:41:05 4e1a85c26ac2: Waiting 02:41:05 67fb1fcb0c60: Waiting 02:41:05 aedc3bda2944: Waiting 02:41:05 d25d9bc5ae9a: Waiting 02:41:05 3c5af9588f5a: Layer already exists 02:41:05 8ad0b14d8bd2: Layer already exists 02:41:05 c36f84457197: Layer already exists 02:41:05 66ad9a90e013: Layer already exists 02:41:05 bbef625ff199: Layer already exists 02:41:05 4e1a85c26ac2: Layer already exists 02:41:05 d25d9bc5ae9a: Layer already exists 02:41:05 67fb1fcb0c60: Layer already exists 02:41:05 aedc3bda2944: Layer already exists 02:41:05 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:bb3b08b8aa7ab8f7de89f6240c047cb35f871d3739f52484d365ddd206b93272 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:06 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 02:41:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:41:06 c36f84457197: Preparing 02:41:06 8ad0b14d8bd2: Preparing 02:41:06 3c5af9588f5a: Preparing 02:41:06 66ad9a90e013: Preparing 02:41:06 bbef625ff199: Preparing 02:41:06 d25d9bc5ae9a: Preparing 02:41:06 4e1a85c26ac2: Preparing 02:41:06 67fb1fcb0c60: Preparing 02:41:06 aedc3bda2944: Preparing 02:41:06 4e1a85c26ac2: Waiting 02:41:06 aedc3bda2944: Waiting 02:41:06 67fb1fcb0c60: Waiting 02:41:06 d25d9bc5ae9a: Waiting 02:41:06 c36f84457197: Layer already exists 02:41:06 3c5af9588f5a: Layer already exists 02:41:06 bbef625ff199: Layer already exists 02:41:06 8ad0b14d8bd2: Layer already exists 02:41:06 66ad9a90e013: Layer already exists 02:41:06 4e1a85c26ac2: Layer already exists 02:41:06 aedc3bda2944: Layer already exists 02:41:06 67fb1fcb0c60: Layer already exists 02:41:06 d25d9bc5ae9a: Layer already exists 02:41:06 main: digest: sha256:bb3b08b8aa7ab8f7de89f6240c047cb35f871d3739f52484d365ddd206b93272 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:41:06 ===================================================== [Pipeline] echo 02:41:06 taggedImages: 02:41:06 - nexus3.edgexfoundry.org:10004/security-spire-server:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:41:06 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:41:06 - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.25 02:41:06 - nexus3.edgexfoundry.org:10004/security-spire-server:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:41:06 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 02:41:06 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 02:41:06 b1cf5992efcdcb25540593e782c82dc6cf42b659 02:41:06 latest 02:41:06 3.2.0-dev.25 02:41:06 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:41:06 main 02:41:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:06 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:07 + docker push nexus3.edgexfoundry.org:10004/support-notifications:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:41:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:41:07 756ec60ba1a1: Preparing 02:41:07 d03e2e67fd06: Preparing 02:41:07 66ad9a90e013: Preparing 02:41:07 bbef625ff199: Preparing 02:41:07 fc4dfc5b8879: Preparing 02:41:07 591d14bf86ff: Preparing 02:41:07 aedc3bda2944: Preparing 02:41:07 591d14bf86ff: Waiting 02:41:07 aedc3bda2944: Waiting 02:41:07 66ad9a90e013: Layer already exists 02:41:07 bbef625ff199: Layer already exists 02:41:07 aedc3bda2944: Layer already exists 02:41:07 756ec60ba1a1: Pushed 02:41:07 591d14bf86ff: Pushed 02:41:07 fc4dfc5b8879: Pushed 02:41:10 d03e2e67fd06: Pushed 02:41:10 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:831f940fb76ec1e2d9994f20c59cb8620c406d5f2cc753908e9718a69cdc6a10 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:10 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:10 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 02:41:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:41:10 756ec60ba1a1: Preparing 02:41:10 d03e2e67fd06: Preparing 02:41:10 66ad9a90e013: Preparing 02:41:10 bbef625ff199: Preparing 02:41:10 fc4dfc5b8879: Preparing 02:41:10 591d14bf86ff: Preparing 02:41:10 aedc3bda2944: Preparing 02:41:10 591d14bf86ff: Waiting 02:41:10 aedc3bda2944: Waiting 02:41:10 fc4dfc5b8879: Layer already exists 02:41:10 756ec60ba1a1: Layer already exists 02:41:10 66ad9a90e013: Layer already exists 02:41:10 bbef625ff199: Layer already exists 02:41:10 d03e2e67fd06: Layer already exists 02:41:10 591d14bf86ff: Layer already exists 02:41:10 aedc3bda2944: Layer already exists 02:41:10 latest: digest: sha256:831f940fb76ec1e2d9994f20c59cb8620c406d5f2cc753908e9718a69cdc6a10 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:11 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:11 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.25 02:41:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:41:11 756ec60ba1a1: Preparing 02:41:11 d03e2e67fd06: Preparing 02:41:11 66ad9a90e013: Preparing 02:41:11 bbef625ff199: Preparing 02:41:11 fc4dfc5b8879: Preparing 02:41:11 591d14bf86ff: Preparing 02:41:11 aedc3bda2944: Preparing 02:41:11 aedc3bda2944: Waiting 02:41:11 591d14bf86ff: Waiting 02:41:11 fc4dfc5b8879: Layer already exists 02:41:11 66ad9a90e013: Layer already exists 02:41:11 756ec60ba1a1: Layer already exists 02:41:11 bbef625ff199: Layer already exists 02:41:11 d03e2e67fd06: Layer already exists 02:41:11 591d14bf86ff: Layer already exists 02:41:11 aedc3bda2944: Layer already exists 02:41:11 3.2.0-dev.25: digest: sha256:831f940fb76ec1e2d9994f20c59cb8620c406d5f2cc753908e9718a69cdc6a10 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:11 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:12 + docker push nexus3.edgexfoundry.org:10004/support-notifications:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:41:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:41:12 756ec60ba1a1: Preparing 02:41:12 d03e2e67fd06: Preparing 02:41:12 66ad9a90e013: Preparing 02:41:12 bbef625ff199: Preparing 02:41:12 fc4dfc5b8879: Preparing 02:41:12 591d14bf86ff: Preparing 02:41:12 aedc3bda2944: Preparing 02:41:12 591d14bf86ff: Waiting 02:41:12 aedc3bda2944: Waiting 02:41:12 d03e2e67fd06: Layer already exists 02:41:12 fc4dfc5b8879: Layer already exists 02:41:12 bbef625ff199: Layer already exists 02:41:12 66ad9a90e013: Layer already exists 02:41:12 756ec60ba1a1: Layer already exists 02:41:12 aedc3bda2944: Layer already exists 02:41:12 591d14bf86ff: Layer already exists 02:41:12 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:831f940fb76ec1e2d9994f20c59cb8620c406d5f2cc753908e9718a69cdc6a10 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:12 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:12 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 02:41:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:41:12 756ec60ba1a1: Preparing 02:41:12 d03e2e67fd06: Preparing 02:41:12 66ad9a90e013: Preparing 02:41:12 bbef625ff199: Preparing 02:41:12 fc4dfc5b8879: Preparing 02:41:12 591d14bf86ff: Preparing 02:41:12 aedc3bda2944: Preparing 02:41:12 aedc3bda2944: Waiting 02:41:12 591d14bf86ff: Waiting 02:41:12 d03e2e67fd06: Layer already exists 02:41:12 fc4dfc5b8879: Layer already exists 02:41:12 756ec60ba1a1: Layer already exists 02:41:12 66ad9a90e013: Layer already exists 02:41:12 bbef625ff199: Layer already exists 02:41:12 591d14bf86ff: Layer already exists 02:41:12 aedc3bda2944: Layer already exists 02:41:12 main: digest: sha256:831f940fb76ec1e2d9994f20c59cb8620c406d5f2cc753908e9718a69cdc6a10 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:41:12 ===================================================== [Pipeline] echo 02:41:12 taggedImages: 02:41:12 - nexus3.edgexfoundry.org:10004/support-notifications:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:41:12 - nexus3.edgexfoundry.org:10004/support-notifications:latest 02:41:12 - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.25 02:41:12 - nexus3.edgexfoundry.org:10004/support-notifications:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:41:12 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 02:41:13 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 02:41:13 b1cf5992efcdcb25540593e782c82dc6cf42b659 02:41:13 latest 02:41:13 3.2.0-dev.25 02:41:13 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:41:13 main 02:41:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:13 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:13 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:41:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:41:13 207954502adb: Preparing 02:41:13 37277526f410: Preparing 02:41:13 66ad9a90e013: Preparing 02:41:13 bbef625ff199: Preparing 02:41:13 cd49490eb010: Preparing 02:41:13 52fc02226b56: Preparing 02:41:13 aedc3bda2944: Preparing 02:41:13 52fc02226b56: Waiting 02:41:13 cd49490eb010: Layer already exists 02:41:13 66ad9a90e013: Layer already exists 02:41:13 bbef625ff199: Layer already exists 02:41:13 52fc02226b56: Layer already exists 02:41:13 aedc3bda2944: Layer already exists 02:41:13 207954502adb: Pushed 02:41:16 37277526f410: Pushed 02:41:16 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:45571410ffaef00683c7a23d7f1caa8a7f805b3e4ee2d3fe2d264d4b35eec998 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:17 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:17 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:41:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:41:17 207954502adb: Preparing 02:41:17 37277526f410: Preparing 02:41:17 66ad9a90e013: Preparing 02:41:17 bbef625ff199: Preparing 02:41:17 cd49490eb010: Preparing 02:41:17 52fc02226b56: Preparing 02:41:17 aedc3bda2944: Preparing 02:41:17 52fc02226b56: Waiting 02:41:17 aedc3bda2944: Waiting 02:41:17 66ad9a90e013: Layer already exists 02:41:17 37277526f410: Layer already exists 02:41:17 cd49490eb010: Layer already exists 02:41:17 207954502adb: Layer already exists 02:41:17 bbef625ff199: Layer already exists 02:41:17 52fc02226b56: Layer already exists 02:41:17 aedc3bda2944: Layer already exists 02:41:17 latest: digest: sha256:45571410ffaef00683c7a23d7f1caa8a7f805b3e4ee2d3fe2d264d4b35eec998 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:17 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:18 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.25 02:41:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:41:18 207954502adb: Preparing 02:41:18 37277526f410: Preparing 02:41:18 66ad9a90e013: Preparing 02:41:18 bbef625ff199: Preparing 02:41:18 cd49490eb010: Preparing 02:41:18 52fc02226b56: Preparing 02:41:18 52fc02226b56: Waiting 02:41:18 aedc3bda2944: Preparing 02:41:18 aedc3bda2944: Waiting 02:41:18 37277526f410: Layer already exists 02:41:18 66ad9a90e013: Layer already exists 02:41:18 bbef625ff199: Layer already exists 02:41:18 207954502adb: Layer already exists 02:41:18 cd49490eb010: Layer already exists 02:41:18 52fc02226b56: Layer already exists 02:41:18 aedc3bda2944: Layer already exists 02:41:18 3.2.0-dev.25: digest: sha256:45571410ffaef00683c7a23d7f1caa8a7f805b3e4ee2d3fe2d264d4b35eec998 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:18 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:18 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:41:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:41:18 207954502adb: Preparing 02:41:18 37277526f410: Preparing 02:41:18 66ad9a90e013: Preparing 02:41:18 bbef625ff199: Preparing 02:41:18 cd49490eb010: Preparing 02:41:18 52fc02226b56: Preparing 02:41:18 aedc3bda2944: Preparing 02:41:18 52fc02226b56: Waiting 02:41:18 aedc3bda2944: Waiting 02:41:18 cd49490eb010: Layer already exists 02:41:18 207954502adb: Layer already exists 02:41:18 37277526f410: Layer already exists 02:41:18 66ad9a90e013: Layer already exists 02:41:18 bbef625ff199: Layer already exists 02:41:18 aedc3bda2944: Layer already exists 02:41:18 52fc02226b56: Layer already exists 02:41:18 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:45571410ffaef00683c7a23d7f1caa8a7f805b3e4ee2d3fe2d264d4b35eec998 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:19 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:19 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 02:41:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:41:19 207954502adb: Preparing 02:41:19 37277526f410: Preparing 02:41:19 66ad9a90e013: Preparing 02:41:19 bbef625ff199: Preparing 02:41:19 cd49490eb010: Preparing 02:41:19 52fc02226b56: Preparing 02:41:19 aedc3bda2944: Preparing 02:41:19 52fc02226b56: Waiting 02:41:19 aedc3bda2944: Waiting 02:41:19 66ad9a90e013: Layer already exists 02:41:19 cd49490eb010: Layer already exists 02:41:19 bbef625ff199: Layer already exists 02:41:19 207954502adb: Layer already exists 02:41:19 37277526f410: Layer already exists 02:41:19 aedc3bda2944: Layer already exists 02:41:19 52fc02226b56: Layer already exists 02:41:19 main: digest: sha256:45571410ffaef00683c7a23d7f1caa8a7f805b3e4ee2d3fe2d264d4b35eec998 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:41:19 ===================================================== [Pipeline] echo 02:41:19 taggedImages: 02:41:19 - nexus3.edgexfoundry.org:10004/support-scheduler:b1cf5992efcdcb25540593e782c82dc6cf42b659 02:41:19 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:41:19 - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.25 02:41:19 - nexus3.edgexfoundry.org:10004/support-scheduler:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 02:41:19 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:53:45 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3919 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 02:53:45 Running in /w/workspace/edgex-go/643 [Pipeline] { [Pipeline] checkout 02:53:48 The recommended git tool is: git 02:53:57 using credential edgex-jenkins-ssh 02:53:57 Cloning the remote Git repository 02:53:57 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:53:57 > git init /w/workspace/edgex-go/643 # timeout=10 02:53:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:53:57 > git --version # timeout=10 02:53:57 > git --version # 'git version 2.25.1' 02:53:57 using GIT_SSH to set credentials SSH Credentials for GitHub 02:53:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:54:18 Avoid second fetch 02:54:18 Checking out Revision b1cf5992efcdcb25540593e782c82dc6cf42b659 (main) 02:54:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:54:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:54:18 > git config core.sparsecheckout # timeout=10 02:54:18 Commit message: "Merge pull request #4805 from edgexfoundry/dependabot/go_modules/github.com/spiffe/go-spiffe/v2-2.3.0" 02:54:18 > git checkout -f b1cf5992efcdcb25540593e782c82dc6cf42b659 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:54:23 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:54:23 % Total % Received % Xferd Average Speed Time Time Time Current 02:54:23 Dload Upload Total Spent Left Speed 02:54:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 250k 0 --:--:-- --:--:-- --:--:-- 255k [Pipeline] sh 02:54:24 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:54:24 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 02:54:24 + sudo tee /etc/docker/daemon.new 02:54:24 { 02:54:24 "registry-mirrors": [ 02:54:24 "https://nexus3.edgexfoundry.org:10001" 02:54:24 ], 02:54:24 "bip": "10.250.0.254/24", 02:54:24 "hosts": [ 02:54:24 "tcp://0.0.0.0:5555", 02:54:24 "unix:///var/run/docker.sock" 02:54:24 ], 02:54:24 "mtu": 1458, 02:54:24 "selinux-enabled": true, 02:54:24 "seccomp-profile": "/etc/docker/seccomp.json" 02:54:24 } [Pipeline] sh 02:54:24 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:54:25 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:54:43 provisioning config files... 02:54:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/643@tmp/config9752047180691915631tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:54:43 ---> ****-login.sh 02:54:43 nexus3.edgexfoundry.org:10001 02:54:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:54:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:54:44 Configure a credential helper to remove this warning. See 02:54:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:54:44 02:54:44 Login Succeeded 02:54:44 nexus3.edgexfoundry.org:10002 02:54:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:54:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:54:44 Configure a credential helper to remove this warning. See 02:54:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:54:44 02:54:44 Login Succeeded 02:54:44 nexus3.edgexfoundry.org:10003 02:54:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:54:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:54:45 Configure a credential helper to remove this warning. See 02:54:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:54:45 02:54:45 Login Succeeded 02:54:45 nexus3.edgexfoundry.org:10004 02:54:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:54:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:54:45 Configure a credential helper to remove this warning. See 02:54:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:54:45 02:54:45 Login Succeeded 02:54:45 ****.io 02:54:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:54:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:54:46 Configure a credential helper to remove this warning. See 02:54:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:54:46 02:54:46 Login Succeeded 02:54:46 ---> ****-login.sh ends [Pipeline] } 02:54:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 02:54:46 + git config --global --add safe.directory /w/workspace/edgex-go/643 [Pipeline] echo 02:54:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 02:54:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 02:54:46 ========================================================= 02:54:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 02:54:46 ========================================================= [Pipeline] fileExists [Pipeline] sh 02:54:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 02:54:47 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:54:47 c6b39de5b339: Pulling fs layer 02:54:47 a69c41024577: Pulling fs layer 02:54:47 d6de4b400683: Pulling fs layer 02:54:47 35cb2a7552d0: Pulling fs layer 02:54:47 4f4fb700ef54: Pulling fs layer 02:54:47 464afbd9ba4c: Pulling fs layer 02:54:47 00f215d4a9da: Pulling fs layer 02:54:47 d496ad576159: Pulling fs layer 02:54:47 35cb2a7552d0: Waiting 02:54:47 464afbd9ba4c: Waiting 02:54:47 00f215d4a9da: Waiting 02:54:47 4f4fb700ef54: Waiting 02:54:47 d496ad576159: Waiting 02:54:47 a69c41024577: Verifying Checksum 02:54:47 a69c41024577: Download complete 02:54:47 35cb2a7552d0: Verifying Checksum 02:54:47 35cb2a7552d0: Download complete 02:54:47 4f4fb700ef54: Verifying Checksum 02:54:47 4f4fb700ef54: Download complete 02:54:47 c6b39de5b339: Download complete 02:54:47 464afbd9ba4c: Verifying Checksum 02:54:47 464afbd9ba4c: Download complete 02:54:48 d496ad576159: Verifying Checksum 02:54:48 d496ad576159: Download complete 02:54:48 c6b39de5b339: Pull complete 02:54:49 a69c41024577: Pull complete 02:54:49 d6de4b400683: Verifying Checksum 02:54:49 d6de4b400683: Download complete 02:54:51 00f215d4a9da: Verifying Checksum 02:54:51 00f215d4a9da: Download complete 02:55:03 d6de4b400683: Pull complete 02:55:03 35cb2a7552d0: Pull complete 02:55:03 4f4fb700ef54: Pull complete 02:55:03 464afbd9ba4c: Pull complete 02:55:12 00f215d4a9da: Pull complete 02:55:14 d496ad576159: Pull complete 02:55:14 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 02:55:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 02:55:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh 02:55:14 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 02:55:14 WORKDIR /edgex 02:55:14 COPY go.mod . 02:55:14 RUN go mod download 02:55:14 + docker build -t ci-base-image-arm64 -f - . 02:55:15 Sending build context to Docker daemon 3.004MB 02:55:15 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 02:55:15 ---> f246e2811388 02:55:15 Step 2/4 : WORKDIR /edgex 02:55:16 ---> Running in a8ad8142d331 02:55:17 Removing intermediate container a8ad8142d331 02:55:17 ---> 41fdac4e0547 02:55:17 Step 3/4 : COPY go.mod . 02:55:17 ---> af256d8cd01b 02:55:17 Step 4/4 : RUN go mod download 02:55:17 ---> Running in 4547842c61bc 02:56:25 Removing intermediate container 4547842c61bc 02:56:25 ---> 194e17ba91b8 02:56:25 Successfully built 194e17ba91b8 02:56:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:26 + docker inspect -f . ci-base-image-arm64 02:56:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:56:26 prd-ubuntu20.04-docker-arm64-4c-16g-3919 does not seem to be running inside a container 02:56:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/643 -v /w/workspace/edgex-go/643:/w/workspace/edgex-go/643:rw,z -v /w/workspace/edgex-go/643@tmp:/w/workspace/edgex-go/643@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 02:56:27 $ docker top 0ce7f6edea673e0b78ee147efeb0eff3e826dc427f9816371ecd76181b4f0f69 -eo pid,comm [Pipeline] { [Pipeline] sh 02:56:28 + go version 02:56:28 go version go1.21.9 linux/arm64 [Pipeline] } 02:56:28 $ docker stop --time=1 0ce7f6edea673e0b78ee147efeb0eff3e826dc427f9816371ecd76181b4f0f69 02:56:30 $ docker rm -f --volumes 0ce7f6edea673e0b78ee147efeb0eff3e826dc427f9816371ecd76181b4f0f69 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:56:31 02:56:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:56:31 latest: Pulling from edgex-devops/edgex-compose-arm64 02:56:31 547446be3368: Pulling fs layer 02:56:31 d125d8839a47: Pulling fs layer 02:56:31 3e85d5ac6304: Pulling fs layer 02:56:31 c3105a71a48b: Pulling fs layer 02:56:31 0f093f025ec4: Pulling fs layer 02:56:31 c3106fc0e877: Pulling fs layer 02:56:31 c3105a71a48b: Waiting 02:56:31 0f093f025ec4: Waiting 02:56:31 c3106fc0e877: Waiting 02:56:31 547446be3368: Verifying Checksum 02:56:31 547446be3368: Download complete 02:56:31 c3105a71a48b: Download complete 02:56:32 d125d8839a47: Verifying Checksum 02:56:32 d125d8839a47: Download complete 02:56:32 c3106fc0e877: Verifying Checksum 02:56:32 c3106fc0e877: Download complete 02:56:32 0f093f025ec4: Verifying Checksum 02:56:32 0f093f025ec4: Download complete 02:56:32 547446be3368: Pull complete 02:56:33 d125d8839a47: Pull complete 02:56:34 3e85d5ac6304: Verifying Checksum 02:56:34 3e85d5ac6304: Download complete 02:56:44 3e85d5ac6304: Pull complete 02:56:44 c3105a71a48b: Pull complete 02:56:45 0f093f025ec4: Pull complete 02:56:45 c3106fc0e877: Pull complete 02:56:45 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 02:56:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:56:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:56:46 prd-ubuntu20.04-docker-arm64-4c-16g-3919 does not seem to be running inside a container 02:56:46 $ 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/643 -v /w/workspace/edgex-go/643:/w/workspace/edgex-go/643:rw,z -v /w/workspace/edgex-go/643@tmp:/w/workspace/edgex-go/643@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 02:56:48 $ docker top 4604a998dcc13af04bb57ee521bfb380c58fbcf609e0d98e0aa160886a1a043e -eo pid,comm [Pipeline] { [Pipeline] sh 02:56:49 + docker compose -f ./docker-compose-build.yml build --parallel 02:56:59 #1 [core-metadata internal] load build definition from Dockerfile 02:56:59 #1 transferring dockerfile: 02:56:59 #1 transferring dockerfile: 2.06kB 0.0s done 02:56:59 #1 DONE 0.1s 02:56:59 02:56:59 #2 [security-spire-server internal] load build definition from Dockerfile 02:56:59 #2 transferring dockerfile: 1.70kB done 02:56:59 #2 DONE 0.0s 02:56:59 02:56:59 #3 [security-spiffe-token-provider internal] load build definition from Dockerfile 02:56:59 #3 transferring dockerfile: 1.89kB 0.0s done 02:56:59 #3 DONE 0.1s 02:56:59 02:56:59 #4 [core-command internal] load build definition from Dockerfile 02:56:59 #4 transferring dockerfile: 1.93kB done 02:56:59 #4 DONE 0.1s 02:56:59 02:56:59 #5 [security-secretstore-setup internal] load build definition from Dockerfile 02:56:59 #5 transferring dockerfile: 2.49kB 0.0s done 02:56:59 #5 DONE 0.1s 02:56:59 02:56:59 #6 [core-data internal] load build definition from Dockerfile 02:56:59 #6 transferring dockerfile: 2.01kB done 02:56:59 #6 DONE 0.1s 02:56:59 02:56:59 #7 [support-scheduler internal] load build definition from Dockerfile 02:56:59 #7 transferring dockerfile: 1.93kB 0.0s done 02:56:59 #7 DONE 0.1s 02:56:59 02:56:59 #8 [security-spire-agent internal] load build definition from Dockerfile 02:56:59 #8 transferring dockerfile: 1.81kB 0.0s done 02:56:59 #8 DONE 0.1s 02:56:59 02:56:59 #9 [security-spire-config internal] load build definition from Dockerfile 02:56:59 #9 transferring dockerfile: 1.69kB done 02:56:59 #9 DONE 0.1s 02:56:59 02:56:59 #10 [core-common-config-bootstrapper internal] load build definition from Dockerfile 02:56:59 #10 transferring dockerfile: 2.23kB done 02:56:59 #10 DONE 0.1s 02:56:59 02:56:59 #11 [security-proxy-setup internal] load build definition from Dockerfile 02:56:59 #11 transferring dockerfile: 2.50kB 0.0s done 02:56:59 #11 DONE 0.1s 02:56:59 02:56:59 #12 [security-bootstrapper internal] load build definition from Dockerfile 02:56:59 #12 transferring dockerfile: 2.93kB 0.0s done 02:56:59 #12 DONE 0.1s 02:56:59 02:56:59 #13 [support-notifications internal] load build definition from Dockerfile 02:56:59 #13 transferring dockerfile: 1.95kB done 02:56:59 #13 DONE 0.1s 02:56:59 02:56:59 #14 [security-proxy-auth internal] load build definition from Dockerfile 02:56:59 #14 transferring dockerfile: 2.15kB done 02:56:59 #14 DONE 0.1s 02:56:59 02:56:59 #15 [core-metadata internal] load .dockerignore 02:56:59 #15 transferring context: 50B 0.0s done 02:56:59 #15 DONE 0.1s 02:57:00 02:57:00 #16 [security-spire-server internal] load .dockerignore 02:57:00 #16 transferring context: 50B done 02:57:00 #16 DONE 0.0s 02:57:00 02:57:00 #17 [security-spiffe-token-provider internal] load .dockerignore 02:57:00 #17 transferring context: 50B 0.0s done 02:57:00 #17 DONE 0.0s 02:57:00 02:57:00 #18 [core-command internal] load .dockerignore 02:57:00 #18 transferring context: 50B 0.0s done 02:57:00 #18 DONE 0.1s 02:57:00 02:57:00 #19 [security-secretstore-setup internal] load .dockerignore 02:57:00 #19 transferring context: 50B done 02:57:00 #19 DONE 0.1s 02:57:00 02:57:00 #20 [core-data internal] load .dockerignore 02:57:00 #20 transferring context: 50B 0.0s done 02:57:00 #20 DONE 0.1s 02:57:00 02:57:00 #21 [support-scheduler internal] load .dockerignore 02:57:00 #21 transferring context: 50B 0.0s done 02:57:00 #21 DONE 0.1s 02:57:00 02:57:00 #22 [security-spire-agent internal] load .dockerignore 02:57:00 #22 transferring context: 50B done 02:57:00 #22 DONE 0.1s 02:57:00 02:57:00 #23 [core-common-config-bootstrapper internal] load .dockerignore 02:57:01 #23 transferring context: 50B done 02:57:01 #23 DONE 0.1s 02:57:01 02:57:01 #24 [security-proxy-setup internal] load .dockerignore 02:57:01 #24 transferring context: 50B 0.0s done 02:57:01 #24 DONE 0.1s 02:57:01 02:57:01 #25 [security-bootstrapper internal] load .dockerignore 02:57:01 #25 transferring context: 50B done 02:57:01 #25 DONE 0.1s 02:57:01 02:57:01 #26 [support-notifications internal] load .dockerignore 02:57:01 #26 transferring context: 50B 0.0s done 02:57:01 #26 DONE 0.1s 02:57:01 02:57:01 #27 [security-proxy-auth internal] load .dockerignore 02:57:01 #27 transferring context: 50B done 02:57:01 #27 DONE 0.1s 02:57:01 02:57:01 #28 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:57:01 #28 DONE 0.0s 02:57:01 02:57:01 #29 [security-spire-config internal] load .dockerignore 02:57:01 #29 transferring context: 50B done 02:57:01 #29 ... 02:57:01 02:57:01 #30 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 02:57:01 #30 DONE 0.2s 02:57:01 02:57:01 #31 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 02:57:01 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 02:57:01 #31 DONE 0.0s 02:57:01 02:57:01 #31 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 02:57:01 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 02:57:01 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 02:57:01 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 02:57:01 #31 DONE 0.2s 02:57:01 02:57:01 #32 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:57:02 #32 ... 02:57:02 02:57:02 #33 [core-metadata internal] load build context 02:57:02 #33 transferring context: 2.64MB 0.5s done 02:57:02 #33 DONE 0.6s 02:57:02 02:57:02 #30 [security-spire-server internal] load metadata for docker.io/library/alpine:3.18 02:57:02 #30 DONE 0.2s 02:57:02 02:57:02 #34 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 02:57:02 #34 ... 02:57:02 02:57:02 #28 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:57:02 #28 DONE 0.0s 02:57:02 02:57:02 #31 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 02:57:02 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 02:57:02 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 02:57:02 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 02:57:02 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 02:57:02 #31 DONE 0.4s 02:57:02 02:57:02 #35 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 02:57:02 #35 DONE 1.5s 02:57:02 02:57:02 #28 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:57:02 #28 DONE 0.0s 02:57:02 02:57:02 #36 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:57:02 #36 ... 02:57:02 02:57:02 #31 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 02:57:02 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 02:57:02 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 02:57:02 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 02:57:02 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 02:57:02 #31 DONE 0.5s 02:57:02 02:57:02 #30 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 02:57:02 #30 DONE 0.4s 02:57:02 02:57:02 #35 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 02:57:02 #35 DONE 1.6s 02:57:02 02:57:02 #37 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 02:57:02 #37 DONE 0.6s 02:57:02 02:57:02 #31 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 02:57:02 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 02:57:02 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 02:57:02 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 02:57:02 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 02:57:02 #31 DONE 0.5s 02:57:02 02:57:02 #28 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:57:02 #28 DONE 0.0s 02:57:02 02:57:02 #35 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 02:57:02 #35 DONE 1.6s 02:57:02 02:57:02 #37 [core-command builder 2/7] WORKDIR /edgex-go 02:57:02 #37 DONE 0.6s 02:57:02 02:57:02 #30 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 02:57:03 #30 DONE 1.0s 02:57:03 02:57:03 #31 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 02:57:03 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 02:57:03 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 02:57:03 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 02:57:03 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 02:57:03 #31 DONE 0.5s 02:57:03 02:57:03 #35 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 02:57:03 #35 DONE 1.6s 02:57:03 02:57:03 #37 [support-scheduler builder 2/7] WORKDIR /edgex-go 02:57:03 #37 DONE 0.7s 02:57:03 02:57:03 #38 [security-secretstore-setup internal] load build context 02:57:03 #38 ... 02:57:03 02:57:03 #28 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:57:03 #28 DONE 0.0s 02:57:03 02:57:03 #39 [security-spiffe-token-provider internal] load build context 02:57:03 #39 transferring context: 2.64MB 0.7s done 02:57:03 #39 DONE 1.0s 02:57:03 02:57:03 #38 [security-secretstore-setup internal] load build context 02:57:03 #38 ... 02:57:03 02:57:03 #28 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:57:03 #28 DONE 0.0s 02:57:03 02:57:03 #38 [security-secretstore-setup internal] load build context 02:57:03 #38 transferring context: 2.64MB 1.1s done 02:57:03 #38 ... 02:57:03 02:57:03 #28 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:57:03 #28 DONE 0.1s 02:57:04 02:57:04 #31 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 02:57:04 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 02:57:04 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 02:57:04 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 02:57:04 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 02:57:04 #31 DONE 0.6s 02:57:04 02:57:04 #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 02:57:04 #34 DONE 1.8s 02:57:04 02:57:04 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:57:04 #40 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:57:04 #40 ... 02:57:04 02:57:04 #28 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:57:04 #28 DONE 0.1s 02:57:04 02:57:04 #38 [security-secretstore-setup internal] load build context 02:57:04 #38 DONE 1.5s 02:57:04 02:57:04 #41 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:57:04 #41 ... 02:57:04 02:57:04 #31 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 02:57:04 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 02:57:04 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 02:57:04 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 02:57:04 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 02:57:04 #31 DONE 0.7s 02:57:04 02:57:04 #35 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 02:57:04 #35 DONE 1.8s 02:57:04 02:57:04 #37 [support-notifications builder 2/7] WORKDIR /edgex-go 02:57:04 #37 DONE 0.8s 02:57:04 02:57:04 #28 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:57:04 #28 DONE 0.1s 02:57:04 02:57:04 #42 [core-command internal] load build context 02:57:04 #42 transferring context: 2.64MB 1.3s done 02:57:04 #42 DONE 1.8s 02:57:04 02:57:04 #31 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 02:57:04 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 02:57:04 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 02:57:04 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 02:57:04 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 02:57:04 #31 DONE 0.7s 02:57:04 02:57:04 #35 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 02:57:04 #35 DONE 1.8s 02:57:04 02:57:04 #37 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 02:57:04 #37 DONE 0.8s 02:57:04 02:57:04 #43 [support-notifications internal] load build context 02:57:04 #43 DONE 0.0s 02:57:04 02:57:04 #44 [security-bootstrapper internal] load build context 02:57:04 #44 DONE 0.0s 02:57:04 02:57:04 #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 02:57:04 #45 DONE 1.7s 02:57:04 02:57:04 #46 [security-proxy-setup internal] load build context 02:57:05 #46 ... 02:57:05 02:57:05 #31 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 02:57:05 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 02:57:05 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 02:57:05 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 02:57:05 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 02:57:05 #31 DONE 0.7s 02:57:05 02:57:05 #47 [security-spire-config internal] load build context 02:57:05 #47 transferring context: 24.94kB 0.1s done 02:57:05 #47 DONE 1.0s 02:57:05 02:57:05 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 02:57:05 #48 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 02:57:05 #48 ... 02:57:05 02:57:05 #49 [security-spire-server internal] load build context 02:57:05 #49 transferring context: 26.69kB 0.1s done 02:57:05 #49 DONE 1.1s 02:57:05 02:57:05 #50 [support-scheduler internal] load build context 02:57:05 #50 ... 02:57:05 02:57:05 #51 [core-data internal] load build context 02:57:05 #51 transferring context: 2.64MB 1.6s done 02:57:05 #51 DONE 2.3s 02:57:05 02:57:05 #50 [support-scheduler internal] load build context 02:57:06 #50 transferring context: 2.64MB 2.1s done 02:57:06 #50 DONE 3.0s 02:57:06 02:57:06 #46 [security-proxy-setup internal] load build context 02:57:07 #46 ... 02:57:07 02:57:07 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 02:57:07 #48 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 2.0s done 02:57:07 #48 DONE 2.1s 02:57:07 02:57:07 #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 02:57:07 #30 DONE 4.1s 02:57:07 02:57:07 #46 [security-proxy-setup internal] load build context 02:57:07 #46 ... 02:57:07 02:57:07 #31 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 02:57:07 #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done 02:57:07 #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done 02:57:07 #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done 02:57:07 #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done 02:57:07 #31 DONE 0.7s 02:57:07 02:57:07 #35 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 02:57:07 #35 DONE 1.8s 02:57:07 02:57:07 #37 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 02:57:07 #37 DONE 0.8s 02:57:07 02:57:07 #46 [security-proxy-setup internal] load build context 02:57:07 #46 ... 02:57:07 02:57:07 #52 [security-proxy-auth internal] load build context 02:57:07 #52 DONE 0.1s 02:57:07 02:57:07 #46 [security-proxy-setup internal] load build context 02:57:07 #46 ... 02:57:07 02:57:07 #53 [security-spire-agent internal] load build context 02:57:07 #53 transferring context: 26.22kB 0.5s done 02:57:07 #53 DONE 2.8s 02:57:07 02:57:07 #46 [security-proxy-setup internal] load build context 02:57:10 #46 transferring context: 2.64MB 4.4s done 02:57:10 #46 DONE 5.8s 02:57:10 02:57:10 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:57:10 #40 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.5s done 02:57:10 #40 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 02:57:10 #40 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done 02:57:10 #40 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done 02:57:10 #40 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 1.3s done 02:57:10 #40 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 1.8s done 02:57:10 #40 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 2.3s done 02:57:10 #40 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.1s done 02:57:10 #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 0B / 23.39MB 3.3s 02:57:11 #40 ... 02:57:11 02:57:11 #54 [core-common-config-bootstrapper internal] load build context 02:57:11 #54 transferring context: 2.64MB 4.0s done 02:57:11 #54 DONE 6.2s 02:57:11 02:57:11 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:57:11 #40 ... 02:57:11 02:57:11 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 02:57:11 #48 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done 02:57:11 #48 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done 02:57:11 #48 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done 02:57:11 #48 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done 02:57:11 #48 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.7s done 02:57:11 #48 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 2.82MB / 17.12MB 2.7s 02:57:11 #48 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 2.2s done 02:57:11 #48 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 4.11MB / 17.12MB 2.9s 02:57:11 #48 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 5.10MB / 17.12MB 3.1s 02:57:11 #48 ... 02:57:11 02:57:11 #43 [support-notifications internal] load build context 02:57:11 #43 transferring context: 2.64MB 5.0s done 02:57:11 #43 DONE 6.7s 02:57:11 02:57:11 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 02:57:12 #48 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 6.21MB / 17.12MB 3.8s 02:57:12 #48 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 7.20MB / 17.12MB 3.9s 02:57:12 #48 ... 02:57:12 02:57:12 #32 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:57:12 #32 5.842 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:12 #32 6.538 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:12 #32 8.335 (1/1) Installing dumb-init (1.2.5-r2) 02:57:12 #32 8.335 Executing busybox-1.36.1-r5.trigger 02:57:12 #32 8.482 OK: 8 MiB in 16 packages 02:57:12 #32 DONE 11.7s 02:57:12 02:57:12 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:57:12 #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 3.92MB / 23.39MB 5.1s 02:57:12 #40 ... 02:57:12 02:57:12 #55 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:57:13 #55 ... 02:57:13 02:57:13 #44 [security-bootstrapper internal] load build context 02:57:13 #44 transferring context: 2.64MB 5.6s done 02:57:13 #44 DONE 8.2s 02:57:13 02:57:13 #56 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 02:57:13 #0 7.963 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:13 #0 9.086 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:13 #0 11.04 OK: 266 MiB in 52 packages 02:57:13 #56 ... 02:57:13 02:57:13 #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:57:13 #0 7.130 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:13 #0 8.258 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:13 #0 10.12 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 02:57:13 #0 10.12 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 02:57:13 #0 10.12 OK: 19951 distinct packages available 02:57:13 #57 ... 02:57:13 02:57:13 #58 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:57:13 #0 9.288 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:13 #0 9.981 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:13 #58 ... 02:57:13 02:57:13 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:57:13 #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 6.29MB / 23.39MB 6.3s 02:57:13 #40 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 02:57:13 #40 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.3s done 02:57:13 #40 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.3s done 02:57:14 #40 ... 02:57:14 02:57:14 #56 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 02:57:14 #56 DONE 12.3s 02:57:14 02:57:14 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:57:14 #40 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.3s done 02:57:14 #40 ... 02:57:14 02:57:14 #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:57:14 #59 10.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:14 #59 ... 02:57:14 02:57:14 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 02:57:14 #48 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 11.53MB / 17.12MB 5.8s 02:57:14 #48 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.2s done 02:57:14 #48 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 12.58MB / 17.12MB 6.1s 02:57:15 #48 ... 02:57:15 02:57:15 #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:57:15 #60 ... 02:57:15 02:57:15 #52 [security-proxy-auth internal] load build context 02:57:15 #52 transferring context: 2.64MB 5.0s done 02:57:15 #52 DONE 7.8s 02:57:15 02:57:15 #61 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:57:15 #61 ... 02:57:15 02:57:15 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:57:15 #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 13.33MB / 23.39MB 8.0s 02:57:15 #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 14.68MB / 23.39MB 8.3s 02:57:15 #40 ... 02:57:15 02:57:15 #62 [core-metadata builder 4/7] COPY go.mod vendor* ./ 02:57:15 #62 DONE 1.3s 02:57:15 02:57:15 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:57:15 #40 ... 02:57:15 02:57:15 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:57:15 #63 ... 02:57:15 02:57:15 #64 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:57:15 #64 ... 02:57:15 02:57:15 #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 02:57:16 #65 ... 02:57:16 02:57:16 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:57:16 #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 16.62MB / 23.39MB 9.0s 02:57:16 #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 17.83MB / 23.39MB 9.4s 02:57:16 #40 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 02:57:16 #40 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.1s done 02:57:17 #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 19.08MB / 23.39MB 9.9s 02:57:17 #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 20.87MB / 23.39MB 10.2s 02:57:17 #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.07MB / 23.39MB 10.8s 02:57:18 #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 10.9s done 02:57:18 #40 ... 02:57:18 02:57:18 #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:57:18 #57 10.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:18 #57 11.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:18 #57 14.54 OK: 266 MiB in 52 packages 02:57:18 #57 DONE 15.5s 02:57:18 02:57:18 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 02:57:18 #48 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 7.5s done 02:57:18 #48 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.1s done 02:57:19 #48 ... 02:57:19 02:57:19 #58 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:57:19 #58 12.39 (1/4) Installing ca-certificates (20240226-r0) 02:57:19 #58 12.74 (2/4) Installing dumb-init (1.2.5-r2) 02:57:19 #58 12.76 (3/4) Installing su-exec (0.2-r3) 02:57:19 #58 12.85 (4/4) Installing yq (4.33.3-r5) 02:57:19 #58 13.59 Executing busybox-1.36.1-r5.trigger 02:57:19 #58 13.69 Executing ca-certificates-20240226-r0.trigger 02:57:19 #58 14.83 OK: 18 MiB in 19 packages 02:57:19 #58 DONE 16.2s 02:57:19 02:57:19 #66 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 02:57:19 #66 DONE 1.0s 02:57:19 02:57:19 #67 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:57:22 #67 ... 02:57:22 02:57:22 #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:57:22 #59 11.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:22 #59 16.04 (1/1) Installing dumb-init (1.2.5-r2) 02:57:22 #59 16.17 Executing busybox-1.36.1-r5.trigger 02:57:22 #59 16.28 OK: 8 MiB in 16 packages 02:57:22 #59 DONE 17.6s 02:57:22 02:57:22 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:57:22 #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 2.8s 02:57:22 #40 ... 02:57:22 02:57:22 #61 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:57:22 #61 11.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:22 #61 12.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:22 #61 16.50 OK: 266 MiB in 52 packages 02:57:22 #61 DONE 17.7s 02:57:22 02:57:22 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:57:22 #40 ... 02:57:22 02:57:22 #55 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 02:57:22 #55 12.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:22 #55 13.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:22 #55 17.91 OK: 266 MiB in 52 packages 02:57:22 #55 DONE 20.3s 02:57:22 02:57:22 #68 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade 02:57:22 #0 9.375 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:23 #68 ... 02:57:23 02:57:23 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:57:24 #40 ... 02:57:24 02:57:24 #69 [support-notifications builder 4/7] COPY go.mod vendor* ./ 02:57:24 #69 DONE 1.5s 02:57:24 02:57:24 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:57:24 #40 ... 02:57:24 02:57:24 #36 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:57:24 #36 11.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:24 #36 12.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:24 #36 17.51 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 02:57:24 #36 17.51 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 02:57:24 #36 17.51 OK: 19953 distinct packages available 02:57:24 #36 18.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:24 #36 21.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:24 #36 ... 02:57:24 02:57:24 #70 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 02:57:24 #70 DONE 1.4s 02:57:24 02:57:24 #71 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:57:25 #71 ... 02:57:25 02:57:25 #72 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:57:25 #72 ... 02:57:25 02:57:25 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:57:26 #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 7.9s 02:57:27 #40 ... 02:57:27 02:57:27 #41 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:57:27 #41 12.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:27 #41 14.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:27 #41 21.33 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 02:57:27 #41 21.33 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 02:57:27 #41 21.33 OK: 19953 distinct packages available 02:57:27 #41 22.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:27 #41 ... 02:57:27 02:57:27 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:57:28 #40 ... 02:57:28 02:57:28 #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:57:28 #60 13.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:28 #60 15.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:28 #60 20.09 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 02:57:28 #60 20.09 v3.18.6-263-g77db018514d [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 02:57:28 #60 20.09 OK: 19953 distinct packages available 02:57:28 #60 20.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:28 #60 22.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:28 #60 ... 02:57:28 02:57:28 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:57:28 #40 ... 02:57:28 02:57:28 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:57:28 #63 13.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:28 #63 14.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:28 #63 19.66 (1/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 02:57:28 #63 20.02 (2/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 02:57:28 #63 20.08 (3/6) Installing dumb-init (1.2.5-r2) 02:57:28 #63 20.10 (4/6) Installing openssl (3.1.5-r0) 02:57:28 #63 20.24 (5/6) Installing su-exec (0.2-r3) 02:57:28 #63 20.25 (6/6) Installing yq (4.33.3-r5) 02:57:28 #63 21.04 Executing busybox-1.36.1-r5.trigger 02:57:28 #63 21.13 OK: 18 MiB in 19 packages 02:57:28 #63 DONE 23.0s 02:57:28 02:57:28 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:57:29 #40 ... 02:57:29 02:57:29 #64 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:57:29 #64 14.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:29 #64 16.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:29 #64 21.61 (1/2) Installing dumb-init (1.2.5-r2) 02:57:29 #64 21.69 (2/2) Installing su-exec (0.2-r3) 02:57:29 #64 21.69 Executing busybox-1.36.1-r5.trigger 02:57:29 #64 21.76 OK: 8 MiB in 17 packages 02:57:29 #64 DONE 23.2s 02:57:29 02:57:29 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:57:29 #40 ... 02:57:29 02:57:29 #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:57:29 #0 8.562 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:29 #73 ... 02:57:29 02:57:29 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:57:29 #40 ... 02:57:29 02:57:29 #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 02:57:29 #65 13.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:29 #65 15.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:29 #65 20.82 (1/2) Installing ca-certificates (20240226-r0) 02:57:29 #65 21.31 (2/2) Installing dumb-init (1.2.5-r2) 02:57:29 #65 21.36 Executing busybox-1.36.1-r5.trigger 02:57:29 #65 21.51 Executing ca-certificates-20240226-r0.trigger 02:57:29 #65 23.36 OK: 9 MiB in 17 packages 02:57:29 #65 ... 02:57:29 02:57:29 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 02:57:29 #48 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 10.1s 02:57:29 #48 ... 02:57:29 02:57:29 #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:57:29 #73 10.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:31 #73 ... 02:57:31 02:57:31 #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 02:57:31 #65 DONE 25.2s 02:57:31 02:57:31 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:57:31 #40 ... 02:57:31 02:57:31 #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:57:31 #0 6.525 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:31 #0 8.526 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:31 #74 ... 02:57:31 02:57:31 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:57:31 #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 13.0s 02:57:33 #40 ... 02:57:33 02:57:33 #36 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:57:33 #36 26.75 (1/11) Installing ca-certificates (20240226-r0) 02:57:33 #36 27.21 (2/11) Installing brotli-libs (1.0.9-r14) 02:57:33 #36 27.39 (3/11) Installing libunistring (1.1-r1) 02:57:33 #36 27.59 (4/11) Installing libidn2 (2.3.4-r1) 02:57:33 #36 27.62 (5/11) Installing nghttp2-libs (1.57.0-r0) 02:57:33 #36 27.65 (6/11) Installing libcurl (8.5.0-r0) 02:57:33 #36 27.74 (7/11) Installing curl (8.5.0-r0) 02:57:33 #36 27.78 (8/11) Installing dumb-init (1.2.5-r2) 02:57:33 #36 27.80 (9/11) Installing musl-obstack (1.2.3-r2) 02:57:33 #36 27.81 (10/11) Installing libucontext (1.2-r2) 02:57:33 #36 27.83 (11/11) Installing gcompat (1.1.0-r1) 02:57:33 #36 27.87 Executing busybox-1.36.1-r5.trigger 02:57:33 #36 28.02 Executing ca-certificates-20240226-r0.trigger 02:57:33 #36 29.48 OK: 13 MiB in 26 packages 02:57:33 #36 DONE 31.0s 02:57:33 02:57:33 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:57:34 #40 ... 02:57:34 02:57:34 #75 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:57:34 #75 ... 02:57:34 02:57:34 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 02:57:34 #48 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 13.6s done 02:57:34 #48 DONE 29.4s 02:57:34 02:57:34 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:57:35 #40 ... 02:57:35 02:57:35 #68 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade 02:57:35 #68 12.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:35 #68 18.08 Upgrading critical system libraries and apk-tools: 02:57:35 #68 18.11 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 02:57:35 #68 18.18 Executing busybox-1.36.1-r5.trigger 02:57:35 #68 19.70 Continuing the upgrade transaction with new apk-tools: 02:57:35 #68 19.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:35 #68 21.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:35 #68 ... 02:57:35 02:57:35 #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:57:35 #60 28.48 (1/7) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 02:57:35 #60 28.67 (2/7) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 02:57:35 #60 28.72 (3/7) Installing dumb-init (1.2.5-r2) 02:57:35 #60 28.73 (4/7) Installing musl-obstack (1.2.3-r2) 02:57:35 #60 28.74 (5/7) Installing libucontext (1.2-r2) 02:57:35 #60 28.76 (6/7) Installing gcompat (1.1.0-r1) 02:57:35 #60 28.80 (7/7) Installing openssl (3.1.5-r0) 02:57:35 #60 28.86 Executing busybox-1.36.1-r5.trigger 02:57:35 #60 28.93 OK: 9 MiB in 20 packages 02:57:35 #60 DONE 30.5s 02:57:35 02:57:35 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:57:36 #40 ... 02:57:36 02:57:36 #41 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:57:36 #41 24.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:36 #41 29.87 (1/4) Installing dumb-init (1.2.5-r2) 02:57:36 #41 29.91 (2/4) Installing musl-obstack (1.2.3-r2) 02:57:36 #41 29.93 (3/4) Installing libucontext (1.2-r2) 02:57:36 #41 29.95 (4/4) Installing gcompat (1.1.0-r1) 02:57:36 #41 30.01 Executing busybox-1.36.1-r5.trigger 02:57:36 #41 30.13 OK: 8 MiB in 19 packages 02:57:36 #41 DONE 31.7s 02:57:36 02:57:36 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 02:57:37 #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 18.3s 02:57:37 #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 19.3s done 02:57:38 #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 19.3s done 02:57:38 #40 ... 02:57:38 02:57:38 #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:57:38 #0 6.635 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:38 #0 8.992 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:38 #76 ... 02:57:38 02:57:38 #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:57:38 #74 15.27 Upgrading critical system libraries and apk-tools: 02:57:38 #74 15.27 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 02:57:38 #74 15.34 Executing busybox-1.36.1-r5.trigger 02:57:38 #74 16.24 Continuing the upgrade transaction with new apk-tools: 02:57:38 #74 16.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:39 #74 ... 02:57:39 02:57:39 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:57:39 #0 8.241 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:39 #77 10.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:39 #77 ... 02:57:39 02:57:39 #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:57:39 #73 16.26 Upgrading critical system libraries and apk-tools: 02:57:39 #73 16.26 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 02:57:39 #73 16.42 Executing busybox-1.36.1-r5.trigger 02:57:39 #73 18.56 Continuing the upgrade transaction with new apk-tools: 02:57:39 #73 18.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:39 #73 20.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:40 #73 ... 02:57:40 02:57:40 #68 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade 02:57:40 #68 27.16 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) 02:57:40 #68 27.31 Executing busybox-1.36.1-r7.post-upgrade 02:57:40 #68 27.54 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) 02:57:40 #68 27.56 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 02:57:40 #68 27.63 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 02:57:40 #68 28.03 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 02:57:40 #68 28.09 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) 02:57:40 #68 28.11 Executing busybox-1.36.1-r7.trigger 02:57:40 #68 28.18 OK: 8 MiB in 16 packages 02:57:41 #68 ... 02:57:41 02:57:41 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:57:41 #0 6.143 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:41 #0 8.039 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:41 #78 ... 02:57:41 02:57:41 #79 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 02:57:41 #0 4.444 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:41 #0 5.678 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:41 #79 ... 02:57:41 02:57:41 #68 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 02:57:41 #68 DONE 29.9s 02:57:41 02:57:41 #80 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:57:41 #0 3.581 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:41 #0 4.667 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:42 #80 ... 02:57:42 02:57:42 #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:57:42 #76 13.63 Upgrading critical system libraries and apk-tools: 02:57:42 #76 13.63 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 02:57:42 #76 13.68 Executing busybox-1.36.1-r5.trigger 02:57:43 #76 14.54 Continuing the upgrade transaction with new apk-tools: 02:57:43 #76 14.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:43 #76 ... 02:57:43 02:57:43 #81 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:57:43 #0 5.752 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:43 #0 6.724 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:43 #81 ... 02:57:43 02:57:43 #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:57:43 #73 23.56 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) 02:57:43 #73 23.69 Executing busybox-1.36.1-r7.post-upgrade 02:57:43 #73 23.94 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) 02:57:43 #73 23.96 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 02:57:43 #73 24.07 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 02:57:43 #73 24.42 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 02:57:43 #73 24.47 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) 02:57:43 #73 24.50 Executing busybox-1.36.1-r7.trigger 02:57:43 #73 24.56 Executing ca-certificates-20240226-r0.trigger 02:57:44 #73 25.30 OK: 18 MiB in 19 packages 02:57:45 #73 DONE 26.2s 02:57:45 02:57:45 #80 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:57:45 #80 8.765 Upgrading critical system libraries and apk-tools: 02:57:45 #80 8.772 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 02:57:45 #80 8.844 Executing busybox-1.36.1-r5.trigger 02:57:46 #80 ... 02:57:46 02:57:46 #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:57:46 #74 17.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:46 #74 22.41 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) 02:57:46 #74 22.61 Executing busybox-1.36.1-r7.post-upgrade 02:57:46 #74 22.88 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) 02:57:46 #74 22.92 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 02:57:46 #74 22.97 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 02:57:46 #74 23.40 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 02:57:46 #74 23.46 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) 02:57:46 #74 23.50 Executing busybox-1.36.1-r7.trigger 02:57:46 #74 23.60 OK: 8 MiB in 16 packages 02:57:46 #74 DONE 24.7s 02:57:46 02:57:46 #80 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:57:46 #80 10.07 Continuing the upgrade transaction with new apk-tools: 02:57:46 #80 10.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:47 #80 11.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:49 #80 ... 02:57:49 02:57:49 #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:57:49 #76 15.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:49 #76 18.81 (1/4) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) 02:57:49 #76 18.91 Executing busybox-1.36.1-r7.post-upgrade 02:57:49 #76 19.12 (2/4) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) 02:57:49 #76 19.14 (3/4) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 02:57:49 #76 19.23 (4/4) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) 02:57:49 #76 19.25 Executing busybox-1.36.1-r7.trigger 02:57:49 #76 19.35 OK: 18 MiB in 19 packages 02:57:49 #76 DONE 20.2s 02:57:49 02:57:49 #82 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 02:57:49 #82 DONE 0.2s 02:57:49 02:57:49 #79 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 02:57:49 #79 10.71 Upgrading critical system libraries and apk-tools: 02:57:49 #79 10.72 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 02:57:49 #79 10.77 Executing busybox-1.36.1-r5.trigger 02:57:49 #79 11.73 Continuing the upgrade transaction with new apk-tools: 02:57:49 #79 11.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:49 #79 12.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:50 #79 ... 02:57:50 02:57:50 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:57:50 #77 14.81 Upgrading critical system libraries and apk-tools: 02:57:50 #77 14.83 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 02:57:50 #77 14.85 Executing busybox-1.36.1-r5.trigger 02:57:50 #77 15.58 Continuing the upgrade transaction with new apk-tools: 02:57:50 #77 15.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:50 #77 17.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:50 #77 19.85 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) 02:57:50 #77 20.06 Executing busybox-1.36.1-r7.post-upgrade 02:57:50 #77 20.34 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) 02:57:50 #77 20.36 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 02:57:50 #77 20.38 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 02:57:50 #77 20.58 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 02:57:50 #77 20.67 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) 02:57:50 #77 20.68 Executing busybox-1.36.1-r7.trigger 02:57:50 #77 20.72 OK: 8 MiB in 17 packages 02:57:50 #77 DONE 21.5s 02:57:50 02:57:50 #80 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:57:50 #80 14.40 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) 02:57:50 #80 14.57 Executing busybox-1.36.1-r7.post-upgrade 02:57:51 #80 ... 02:57:51 02:57:51 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:57:51 #78 12.02 Upgrading critical system libraries and apk-tools: 02:57:51 #78 12.03 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 02:57:51 #78 12.06 Executing busybox-1.36.1-r5.trigger 02:57:51 #78 12.73 Continuing the upgrade transaction with new apk-tools: 02:57:51 #78 12.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:51 #78 13.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:51 #78 17.30 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) 02:57:51 #78 17.43 Executing busybox-1.36.1-r7.post-upgrade 02:57:51 #78 17.73 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) 02:57:51 #78 17.74 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 02:57:51 #78 17.82 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 02:57:51 #78 18.23 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 02:57:51 #78 18.27 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) 02:57:51 #78 18.29 Executing busybox-1.36.1-r7.trigger 02:57:51 #78 18.34 Executing ca-certificates-20240226-r0.trigger 02:57:51 #78 18.89 OK: 9 MiB in 17 packages 02:57:51 #78 DONE 20.0s 02:57:51 02:57:51 #80 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:57:51 #80 14.89 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) 02:57:51 #80 14.89 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 02:57:51 #80 14.94 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 02:57:51 #80 15.42 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 02:57:51 #80 15.48 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) 02:57:51 #80 15.49 Executing busybox-1.36.1-r7.trigger 02:57:51 #80 15.61 OK: 8 MiB in 19 packages 02:57:52 #80 ... 02:57:52 02:57:52 #81 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:57:52 #81 11.24 Upgrading critical system libraries and apk-tools: 02:57:52 #81 11.24 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 02:57:52 #81 11.30 Executing busybox-1.36.1-r5.trigger 02:57:52 #81 12.50 Continuing the upgrade transaction with new apk-tools: 02:57:52 #81 12.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:57:52 #81 13.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:57:52 #81 16.26 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) 02:57:52 #81 16.33 Executing busybox-1.36.1-r7.post-upgrade 02:57:52 #81 16.52 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) 02:57:52 #81 16.53 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 02:57:52 #81 16.62 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 02:57:52 #81 17.22 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 02:57:52 #81 17.32 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) 02:57:52 #81 17.35 Executing busybox-1.36.1-r7.trigger 02:57:52 #81 17.38 Executing ca-certificates-20240226-r0.trigger 02:57:52 #81 18.06 OK: 13 MiB in 26 packages 02:57:52 #81 DONE 18.9s 02:57:52 02:57:52 #79 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 02:57:52 #79 16.05 (1/4) Upgrading busybox (1.36.1-r5 -> 1.36.1-r7) 02:57:52 #79 16.22 Executing busybox-1.36.1-r7.post-upgrade 02:57:52 #79 16.48 (2/4) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r7) 02:57:52 #79 16.50 (3/4) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 02:57:52 #79 16.54 (4/4) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r7) 02:57:52 #79 16.58 Executing busybox-1.36.1-r7.trigger 02:57:52 #79 16.64 OK: 9 MiB in 20 packages 02:57:52 #79 ... 02:57:52 02:57:52 #80 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:57:52 #80 DONE 16.7s 02:57:53 02:57:53 #79 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 02:57:53 #79 DONE 17.8s 02:57:53 02:57:53 #83 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:57:54 #83 ... 02:57:54 02:57:54 #84 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:57:54 #84 DONE 3.6s 02:57:54 02:57:54 #85 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 02:57:54 #85 DONE 0.5s 02:57:54 02:57:54 #86 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 02:57:55 #86 DONE 2.1s 02:57:55 02:57:55 #87 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:57:55 #87 ... 02:57:55 02:57:55 #83 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:57:55 #83 DONE 2.3s 02:57:55 02:57:55 #88 [security-spire-server stage-2 5/9] COPY Attribution.txt / 02:57:55 #88 DONE 0.3s 02:57:55 02:57:55 #89 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:57:55 #89 DONE 2.5s 02:57:55 02:57:55 #90 [security-spire-server stage-2 6/9] COPY security.txt / 02:57:55 #90 ... 02:57:55 02:57:55 #91 [security-spire-config stage-2 5/10] COPY Attribution.txt / 02:57:55 #91 DONE 0.2s 02:57:56 02:57:56 #90 [security-spire-server stage-2 6/9] COPY security.txt / 02:57:56 #90 DONE 0.3s 02:57:56 02:57:56 #92 [security-spire-config stage-2 6/10] COPY security.txt / 02:57:56 #92 DONE 0.3s 02:57:56 02:57:56 #93 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 02:57:56 #93 DONE 0.2s 02:57:56 02:57:56 #72 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:57:56 #72 ... 02:57:56 02:57:56 #94 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 02:57:56 #94 ... 02:57:56 02:57:56 #95 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:57:56 #95 DONE 0.3s 02:57:56 02:57:56 #94 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 02:57:56 #94 DONE 0.4s 02:57:56 02:57:56 #96 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 02:57:56 #96 ... 02:57:56 02:57:56 #97 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 02:57:56 #97 DONE 0.3s 02:57:57 02:57:57 #96 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 02:57:57 #96 DONE 0.3s 02:57:57 02:57:57 #98 [security-spire-server] exporting to image 02:57:57 #98 exporting layers 02:57:57 #98 ... 02:57:57 02:57:57 #87 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:57:57 #87 DONE 2.0s 02:57:57 02:57:57 #99 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 02:57:57 #99 ... 02:57:57 02:57:57 #100 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 02:57:57 #100 DONE 0.5s 02:57:57 02:57:57 #98 [security-spire-config] exporting to image 02:57:57 #98 ... 02:57:57 02:57:57 #99 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 02:57:57 #99 DONE 0.6s 02:57:57 02:57:57 #101 [security-spire-agent stage-3 7/10] COPY security.txt / 02:57:58 #101 DONE 0.3s 02:57:58 02:57:58 #102 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 02:57:58 #102 DONE 0.3s 02:57:58 02:57:58 #103 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 02:57:58 #103 DONE 0.3s 02:57:58 02:57:58 #104 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 02:57:59 #104 DONE 0.3s 02:57:59 02:57:59 #98 [security-spire-agent] exporting to image 02:58:00 #98 exporting layers 3.3s done 02:58:00 #98 writing image sha256:c955dcdefc6205e5cf1b05d00fac403e228811bd5abaf67f13791722fc0d2d68 0.0s done 02:58:00 #98 naming to docker.io/library/security-spire-server-arm64 done 02:58:00 #98 exporting layers 3.1s done 02:58:00 #98 writing image sha256:a83d0e118b96947765061b81a4ba29aed9db4df71bf8d5c280944759e9e48d22 0.0s done 02:58:00 #98 naming to docker.io/library/security-spire-config-arm64 done 02:58:01 #98 exporting layers 2.1s done 02:58:01 #98 writing image sha256:d6f7e0a0afc6911448620538101927b51bba704772339cee3efd258517d8e797 done 02:58:01 #98 naming to docker.io/library/security-spire-agent-arm64 done 02:58:01 #98 DONE 4.1s 02:58:01 02:58:01 #75 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:48 #75 ... 02:58:48 02:58:48 #71 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:48 #71 DONE 82.7s 02:58:48 02:58:48 #75 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:48 #75 DONE 82.8s 02:58:48 02:58:48 #67 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:48 #67 DONE 87.8s 02:58:48 02:58:48 #72 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:48 #72 DONE 91.5s 02:58:48 02:58:48 #105 [security-spiffe-token-provider builder 6/7] COPY . . 02:58:48 #105 ... 02:58:48 02:58:48 #106 [core-metadata builder 6/7] COPY . . 02:58:48 #106 DONE 1.1s 02:58:48 02:58:48 #107 [security-proxy-auth builder 6/7] COPY . . 02:58:48 #107 CACHED 02:58:48 02:58:48 #108 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 02:58:48 #108 CACHED 02:58:48 02:58:48 #109 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:48 #109 CACHED 02:58:48 02:58:48 #110 [support-notifications builder 6/7] COPY . . 02:58:48 #110 DONE 1.2s 02:58:48 02:58:48 #111 [security-bootstrapper builder 6/7] COPY . . 02:58:48 #111 CACHED 02:58:48 02:58:48 #112 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:48 #112 CACHED 02:58:48 02:58:48 #113 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:58:48 #113 CACHED 02:58:48 02:58:48 #114 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:58:48 #114 CACHED 02:58:48 02:58:48 #115 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:48 #115 CACHED 02:58:48 02:58:48 #116 [core-common-config-bootstrapper builder 6/7] COPY . . 02:58:48 #116 CACHED 02:58:48 02:58:48 #117 [security-proxy-setup builder 6/7] COPY . . 02:58:48 #117 CACHED 02:58:48 02:58:48 #118 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:48 #118 CACHED 02:58:48 02:58:48 #119 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 02:58:48 #119 CACHED 02:58:48 02:58:48 #120 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 02:58:48 #120 CACHED 02:58:48 02:58:48 #121 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:48 #121 CACHED 02:58:48 02:58:48 #122 [support-scheduler builder 6/7] COPY . . 02:58:48 #122 CACHED 02:58:48 02:58:48 #123 [core-data builder 4/7] COPY go.mod vendor* ./ 02:58:48 #123 CACHED 02:58:48 02:58:48 #124 [core-data builder 6/7] COPY . . 02:58:48 #124 CACHED 02:58:48 02:58:48 #125 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:48 #125 CACHED 02:58:48 02:58:48 #126 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:48 #126 CACHED 02:58:48 02:58:48 #127 [core-command builder 4/7] COPY go.mod vendor* ./ 02:58:48 #127 CACHED 02:58:48 02:58:48 #128 [core-command builder 6/7] COPY . . 02:58:48 #128 CACHED 02:58:48 02:58:48 #129 [security-secretstore-setup builder 6/7] COPY . . 02:58:48 #129 DONE 1.2s 02:58:48 02:58:48 #105 [security-spiffe-token-provider builder 6/7] COPY . . 02:58:48 #105 DONE 1.1s 02:58:48 02:58:48 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:58:53 #130 ... 02:58:53 02:58:53 #131 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:58:53 #0 4.895 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 02:58:53 #131 ... 02:58:53 02:58:53 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:58:53 #130 5.575 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:58:58 #130 ... 02:58:58 02:58:58 #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:58:58 #0 5.433 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 02:58:58 #132 ... 02:58:58 02:58:58 #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:58:58 #0 5.891 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:58:58 #133 ... 02:58:58 02:58:58 #134 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:58:58 #0 5.636 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:58:58 #134 ... 02:58:58 02:58:58 #135 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:58:58 #0 4.440 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:58:58 #135 ... 02:58:58 02:58:58 #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:58:58 #0 5.132 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 02:58:58 #136 ... 02:58:58 02:58:58 #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:58:58 #0 4.758 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:58:59 #137 ... 02:58:59 02:58:59 #138 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:58:59 #0 5.551 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 02:58:59 #138 ... 02:58:59 02:58:59 #139 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:58:59 #0 3.922 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 02:58:59 #139 ... 02:58:59 02:58:59 #140 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:58:59 #0 5.695 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:15:53 #140 ... 03:15:53 03:15:53 #134 [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:15:53 #134 1019.9 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.25" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:15:56 #134 ... 03:15:56 03:15:56 #140 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:15:56 #140 DONE 1027.6s 03:15:56 03:15:56 #141 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 03:15:56 #141 DONE 0.5s 03:15:56 03:15:56 #142 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 03:15:59 #142 DONE 2.5s 03:15:59 03:15:59 #139 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:15:59 #139 ... 03:15:59 03:15:59 #143 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 03:15:59 #143 DONE 0.3s 03:15:59 03:15:59 #29 [security-spire-config internal] load .dockerignore 03:15:59 #29 ... 03:15:59 03:15:59 #144 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 03:15:59 #144 DONE 0.3s 03:15:59 03:15:59 #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:15:59 #133 ... 03:15:59 03:15:59 #145 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:15:59 #145 DONE 0.4s 03:15:59 03:15:59 #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:16:00 #133 ... 03:16:00 03:16:00 #146 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 03:16:00 #146 DONE 0.2s 03:16:00 03:16:00 #147 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 03:16:00 #147 DONE 0.3s 03:16:00 03:16:00 #148 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 03:16:00 #148 DONE 0.3s 03:16:00 03:16:00 #149 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 03:16:00 #149 DONE 0.3s 03:16:00 03:16:00 #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:16:01 #132 ... 03:16:01 03:16:01 #150 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:16:01 #150 DONE 0.2s 03:16:01 03:16:01 #151 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 03:16:03 #151 ... 03:16:03 03:16:03 #131 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:16:03 #131 DONE 1035.0s 03:16:03 03:16:03 #29 [security-spire-config internal] load .dockerignore 03:16:03 #29 ... 03:16:03 03:16:03 #152 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 03:16:04 #152 ... 03:16:04 03:16:04 #151 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 03:16:04 #151 DONE 3.0s 03:16:04 03:16:04 #152 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 03:16:04 #152 DONE 0.7s 03:16:04 03:16:04 #98 [security-bootstrapper] exporting to image 03:16:04 #98 exporting layers 03:16:05 #98 ... 03:16:05 03:16:05 #153 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 03:16:05 #153 DONE 0.7s 03:16:05 03:16:05 #154 [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:16:05 #154 DONE 0.2s 03:16:05 03:16:05 #155 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 03:16:05 #155 DONE 0.2s 03:16:05 03:16:05 #156 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:16:05 #156 ... 03:16:05 03:16:05 #98 [security-bootstrapper] exporting to image 03:16:05 #98 exporting layers 1.4s done 03:16:05 #98 writing image sha256:ea85896cedca313b2cf92dca6ce73031cce951f73757483cdf13f08b4371848d done 03:16:05 #98 naming to docker.io/library/security-bootstrapper-arm64 done 03:16:05 #98 DONE 5.5s 03:16:05 03:16:05 #156 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:16:05 #156 DONE 0.5s 03:16:05 03:16:05 #139 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:16:06 #139 ... 03:16:06 03:16:06 #157 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 03:16:06 #157 DONE 0.1s 03:16:06 03:16:06 #158 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:16:08 #158 DONE 2.1s 03:16:08 03:16:08 #98 [security-proxy-setup] exporting to image 03:16:09 #98 exporting layers 1.1s done 03:16:09 #98 writing image sha256:bd0dada65bff6d62772ed518b38a3d200b0818b9202e1d91d9d4b9990760b124 0.0s done 03:16:09 #98 naming to docker.io/library/security-proxy-setup-arm64 0.1s done 03:16:09 #98 DONE 6.8s 03:16:09 03:16:09 #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:16:09 #137 ... 03:16:09 03:16:09 #134 [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:16:09 #134 DONE 1041.6s 03:16:10 03:16:10 #135 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:16:10 #135 ... 03:16:10 03:16:10 #159 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 03:16:10 #159 DONE 0.2s 03:16:10 03:16:10 #135 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:16:10 #135 ... 03:16:10 03:16:10 #160 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 03:16:10 #160 DONE 0.2s 03:16:10 03:16:10 #161 [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:16:10 #161 DONE 0.2s 03:16:10 03:16:10 #162 [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:16:11 #162 DONE 0.1s 03:16:11 03:16:11 #135 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:16:11 #135 ... 03:16:11 03:16:11 #163 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 03:16:11 #163 DONE 0.2s 03:16:11 03:16:11 #164 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:16:11 #164 DONE 0.3s 03:16:11 03:16:11 #165 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:16:12 #165 DONE 0.5s 03:16:12 03:16:12 #166 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:16:12 #166 DONE 0.2s 03:16:12 03:16:12 #167 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:16:14 #167 DONE 2.5s 03:16:14 03:16:14 #98 [security-secretstore-setup] exporting to image 03:16:14 #98 exporting layers 03:16:16 #98 exporting layers 1.6s done 03:16:16 #98 writing image sha256:0fe0a0b22abc9c9ddce1aedd246b5e18cde184eedcbad3a0f8d50d1be6c69c8a 03:16:16 #98 writing image sha256:0fe0a0b22abc9c9ddce1aedd246b5e18cde184eedcbad3a0f8d50d1be6c69c8a 0.0s done 03:16:16 #98 naming to docker.io/library/security-secretstore-setup-arm64 done 03:16:16 #98 DONE 8.4s 03:16:16 03:16:16 #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:17:03 #132 ... 03:17:03 03:17:03 #135 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:17:03 #135 DONE 1093.8s 03:17:03 03:17:03 #29 [security-spire-config internal] load .dockerignore 03:17:03 #29 ... 03:17:03 03:17:03 #168 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:17:03 #168 DONE 0.3s 03:17:03 03:17:03 #169 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:17:03 #169 DONE 0.1s 03:17:03 03:17:03 #170 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 03:17:03 #170 DONE 0.3s 03:17:03 03:17:03 #171 [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:17:03 #171 DONE 0.2s 03:17:03 03:17:03 #139 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:17:03 #139 ... 03:17:03 03:17:03 #172 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 03:17:03 #172 DONE 0.2s 03:17:03 03:17:03 #173 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:17:05 #173 DONE 2.1s 03:17:05 03:17:05 #98 [core-common-config-bootstrapper] exporting to image 03:17:05 #98 exporting layers 03:17:06 #98 exporting layers 0.7s done 03:17:06 #98 writing image sha256:d0449a0d6865e039cb30f7a17adb1f6e450fa9e15ffd91109c5d6995ecc83bef done 03:17:06 #98 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 03:17:06 #98 DONE 9.1s 03:17:06 03:17:06 #139 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:19:13 #139 ... 03:19:13 03:19:13 #138 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:19:13 #138 DONE 1212.6s 03:19:13 03:19:13 #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:19:13 #133 ... 03:19:13 03:19:13 #174 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:19:13 #174 DONE 0.2s 03:19:13 03:19:13 #175 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:19:13 #175 DONE 0.2s 03:19:13 03:19:13 #176 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 03:19:13 #176 DONE 0.3s 03:19:13 03:19:13 #177 [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:19:13 #177 DONE 0.1s 03:19:13 03:19:13 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:19:13 #130 ... 03:19:13 03:19:13 #98 [security-spiffe-token-provider] exporting to image 03:19:13 #98 exporting layers 03:19:13 #98 exporting layers 0.8s done 03:19:13 #98 writing image sha256:58e87f817a13b508ea7369df9241d31de1c336b29917bafc288314571ac6b16e done 03:19:13 #98 naming to docker.io/library/security-spiffe-token-provider-arm64 done 03:19:13 #98 DONE 9.9s 03:19:13 03:19:13 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:25:20 #130 ... 03:25:20 03:25:20 #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:25:20 #132 DONE 1590.0s 03:25:20 03:25:20 #29 [security-spire-config internal] load .dockerignore 03:25:20 #29 ... 03:25:20 03:25:20 #178 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:25:20 #178 DONE 0.2s 03:25:20 03:25:20 #179 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:25:20 #179 DONE 0.3s 03:25:20 03:25:20 #29 [security-spire-config internal] load .dockerignore 03:25:20 #29 ... 03:25:20 03:25:20 #180 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 03:25:20 #180 DONE 0.5s 03:25:20 03:25:20 #181 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 03:25:20 #181 DONE 0.2s 03:25:20 03:25:20 #182 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 03:25:20 #182 DONE 0.1s 03:25:20 03:25:20 #183 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:25:22 #183 DONE 1.9s 03:25:22 03:25:22 #139 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:25:22 #139 ... 03:25:22 03:25:22 #98 [security-proxy-auth] exporting to image 03:25:22 #98 exporting layers 03:25:22 #98 exporting layers 0.8s done 03:25:22 #98 writing image sha256:60fc3252a698bc79415237b9add013afe7f891637f4bffcabf864ed79ff83f5d done 03:25:22 #98 naming to docker.io/library/security-proxy-auth-arm64 done 03:25:22 #98 DONE 10.7s 03:25:22 03:25:22 #29 [security-spire-config internal] load .dockerignore 03:26:09 #29 ... 03:26:09 03:26:09 #139 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:26:09 #139 DONE 1637.1s 03:26:09 03:26:09 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 03:26:09 #40 ... 03:26:09 03:26:09 #184 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 03:26:09 #184 DONE 0.1s 03:26:09 03:26:09 #185 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 03:26:09 #185 DONE 0.2s 03:26:09 03:26:09 #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:26:09 #137 ... 03:26:09 03:26:09 #186 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:26:09 #186 DONE 0.4s 03:26:09 03:26:09 #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:26:09 #136 ... 03:26:09 03:26:09 #187 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 03:26:09 #187 DONE 0.2s 03:26:09 03:26:09 #98 [core-command] exporting to image 03:26:09 #98 exporting layers 03:26:09 #98 exporting layers 0.6s done 03:26:09 #98 writing image sha256:ae660f700ae973fb7b425bca09c84510e0f33059423cdc713a5cc76a610d02b7 done 03:26:09 #98 naming to docker.io/library/core-command-arm64 done 03:26:09 #98 DONE 11.3s 03:26:09 03:26:09 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 03:26:24 #40 ... 03:26:24 03:26:24 #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:26:24 #136 DONE 1654.5s 03:26:24 03:26:24 #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:26:24 #133 ... 03:26:24 03:26:24 #188 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:26:24 #188 DONE 0.1s 03:26:24 03:26:24 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 03:26:24 #40 ... 03:26:24 03:26:24 #189 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:26:24 #189 DONE 0.2s 03:26:24 03:26:24 #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:26:24 #137 ... 03:26:24 03:26:24 #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:26:24 #133 DONE 1655.6s 03:26:24 03:26:24 #190 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:26:24 #190 ... 03:26:24 03:26:24 #191 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:26:24 #191 DONE 0.1s 03:26:24 03:26:24 #192 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:26:24 #192 DONE 0.2s 03:26:24 03:26:24 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 03:26:25 #40 ... 03:26:25 03:26:25 #190 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:26:25 #190 DONE 1.0s 03:26:25 03:26:25 #193 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 03:26:25 #193 DONE 0.3s 03:26:25 03:26:25 #98 [core-data] exporting to image 03:26:25 #98 exporting layers 03:26:25 #98 ... 03:26:25 03:26:25 #194 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:26:25 #194 DONE 0.8s 03:26:25 03:26:25 #195 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 03:26:26 #195 DONE 0.2s 03:26:26 03:26:26 #98 [core-data] exporting to image 03:26:26 #98 exporting layers 0.7s done 03:26:26 #98 writing image sha256:afc8bedf754146bf18c48c14bea5ef6cd7f06aec2a11011d9493463c982cf47c done 03:26:26 #98 naming to docker.io/library/core-data-arm64 done 03:26:26 #98 DONE 12.1s 03:26:26 03:26:26 #196 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 03:26:26 #196 DONE 0.2s 03:26:26 03:26:26 #98 [core-metadata] exporting to image 03:26:26 #98 exporting layers 0.5s done 03:26:26 #98 writing image sha256:8ff12751953be290852ec4a28c9a9b566fbc96b45a2094ed0a967ae0b9f21ce1 done 03:26:26 #98 naming to docker.io/library/core-metadata-arm64 done 03:26:26 #98 DONE 12.6s 03:26:26 03:26:26 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:26:53 #130 DONE 1682.8s 03:26:53 03:26:53 #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:26:53 #137 DONE 1682.9s 03:26:53 03:26:53 #29 [security-spire-config internal] load .dockerignore 03:26:53 #29 ... 03:26:53 03:26:53 #197 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:26:53 #197 DONE 0.2s 03:26:53 03:26:53 #198 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:26:53 #198 DONE 0.2s 03:26:53 03:26:53 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 03:26:53 #40 ... 03:26:53 03:26:53 #199 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:26:53 #199 DONE 0.1s 03:26:53 03:26:53 #200 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:26:53 #200 ... 03:26:53 03:26:53 #201 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:26:53 #201 DONE 0.1s 03:26:53 03:26:53 #202 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:26:53 #202 DONE 0.4s 03:26:53 03:26:53 #200 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:26:53 #200 DONE 0.5s 03:26:53 03:26:53 #203 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 03:26:53 #203 DONE 0.1s 03:26:53 03:26:53 #204 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 03:26:53 #204 DONE 0.1s 03:26:53 03:26:53 #98 [support-notifications] exporting to image 03:26:53 #98 exporting layers 03:26:53 #98 exporting layers 0.4s done 03:26:53 #98 exporting layers 0.4s done 03:26:53 #98 writing image sha256:0d17168ec1b41ab2f1be6475ee5c259684c656c7003e38f3a0bfe87db33d6fed done 03:26:53 #98 naming to docker.io/library/support-scheduler-arm64 done 03:26:53 #98 writing image sha256:1e0d9c65e6fb3a109512dd9db07530a9fd9c67cdcfd66ed84cd467b21d3e4c37 done 03:26:53 #98 naming to docker.io/library/support-notifications-arm64 done 03:26:53 #98 DONE 13.1s 03:26:53 03:26:53 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 03:26:53 time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:26:53 time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:26:53 time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:26:53 time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:26:53 time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:26:53 time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:26:53 time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:26:53 time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:26:53 time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:26:53 time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:26:53 time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:26:53 time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:26:53 time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:26:53 time="2024-06-18T02:56:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 03:26:53 $ docker stop --time=1 4604a998dcc13af04bb57ee521bfb380c58fbcf609e0d98e0aa160886a1a043e 03:26:54 $ docker rm -f --volumes 4604a998dcc13af04bb57ee521bfb380c58fbcf609e0d98e0aa160886a1a043e [Pipeline] // withDockerContainer [Pipeline] sh 03:26:55 + docker images 03:26:55 REPOSITORY TAG IMAGE ID CREATED SIZE 03:26:55 support-scheduler-arm64 latest 0d17168ec1b4 3 seconds ago 43.8MB 03:26:55 support-notifications-arm64 latest 1e0d9c65e6fb 3 seconds ago 44.4MB 03:26:55 core-metadata-arm64 latest 8ff12751953b 30 seconds ago 41.7MB 03:26:55 core-data-arm64 latest afc8bedf7541 31 seconds ago 41.5MB 03:26:55 core-command-arm64 latest ae660f700ae9 49 seconds ago 41.2MB 03:26:55 security-proxy-auth-arm64 latest 60fc3252a698 About a minute ago 38.9MB 03:26:55 security-spiffe-token-provider-arm64 latest 58e87f817a13 7 minutes ago 35.4MB 03:26:55 core-common-config-bootstrapper-arm64 latest d0449a0d6865 9 minutes ago 21.7MB 03:26:55 security-secretstore-setup-arm64 latest 0fe0a0b22abc 10 minutes ago 42.6MB 03:26:55 security-proxy-setup-arm64 latest bd0dada65bff 10 minutes ago 32.5MB 03:26:55 security-bootstrapper-arm64 latest ea85896cedca 10 minutes ago 25.2MB 03:26:55 security-spire-agent-arm64 latest d6f7e0a0afc6 28 minutes ago 159MB 03:26:55 security-spire-config-arm64 latest a83d0e118b96 28 minutes ago 102MB 03:26:55 security-spire-server-arm64 latest c955dcdefc62 28 minutes ago 103MB 03:26:55 ci-base-image-arm64 latest 194e17ba91b8 30 minutes ago 962MB 03:26:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 8 weeks ago 561MB 03:26:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 12 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:26:55 provisioning config files... 03:26:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/643@tmp/config6571705013200428776tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:26:55 ---> ****-login.sh 03:26:55 nexus3.edgexfoundry.org:10001 03:26:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:26:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:26:56 Configure a credential helper to remove this warning. See 03:26:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:26:56 03:26:56 Login Succeeded 03:26:56 nexus3.edgexfoundry.org:10002 03:26:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:26:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:26:56 Configure a credential helper to remove this warning. See 03:26:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:26:56 03:26:56 Login Succeeded 03:26:56 nexus3.edgexfoundry.org:10003 03:26:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:26:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:26:57 Configure a credential helper to remove this warning. See 03:26:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:26:57 03:26:57 Login Succeeded 03:26:57 nexus3.edgexfoundry.org:10004 03:26:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:26:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:26:57 Configure a credential helper to remove this warning. See 03:26:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:26:57 03:26:57 Login Succeeded 03:26:57 ****.io 03:26:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:26:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:26:58 Configure a credential helper to remove this warning. See 03:26:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:26:58 03:26:58 Login Succeeded 03:26:58 ---> ****-login.sh ends [Pipeline] } 03:26:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:26:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 03:26:58 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 03:26:58 b1cf5992efcdcb25540593e782c82dc6cf42b659 03:26:58 latest 03:26:58 3.2.0-dev.25 03:26:58 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:26:58 main 03:26:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:58 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:59 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:26:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:26:59 600593cb249f: Preparing 03:26:59 81e1ab0ab857: Preparing 03:26:59 59d8c12b47a2: Preparing 03:26:59 c64a611ba147: Preparing 03:26:59 09354b23afcb: Preparing 03:26:59 697530da8006: Preparing 03:26:59 7c504f21be85: Preparing 03:26:59 697530da8006: Waiting 03:26:59 7c504f21be85: Waiting 03:26:59 59d8c12b47a2: Pushed 03:26:59 c64a611ba147: Pushed 03:26:59 600593cb249f: Pushed 03:26:59 7c504f21be85: Layer already exists 03:26:59 697530da8006: Pushed 03:27:00 09354b23afcb: Pushed 03:27:05 81e1ab0ab857: Pushed 03:27:05 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:a8cf91a529f79c89a0edca0dcdb6e865e8bed9a4b60cd641f22ec15f494fa23b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:05 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:05 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 03:27:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:27:05 600593cb249f: Preparing 03:27:05 81e1ab0ab857: Preparing 03:27:05 59d8c12b47a2: Preparing 03:27:05 c64a611ba147: Preparing 03:27:05 09354b23afcb: Preparing 03:27:05 697530da8006: Preparing 03:27:05 7c504f21be85: Preparing 03:27:05 7c504f21be85: Waiting 03:27:05 697530da8006: Waiting 03:27:05 81e1ab0ab857: Layer already exists 03:27:05 09354b23afcb: Layer already exists 03:27:05 c64a611ba147: Layer already exists 03:27:05 600593cb249f: Layer already exists 03:27:05 59d8c12b47a2: Layer already exists 03:27:05 7c504f21be85: Layer already exists 03:27:05 697530da8006: Layer already exists 03:27:06 latest: digest: sha256:a8cf91a529f79c89a0edca0dcdb6e865e8bed9a4b60cd641f22ec15f494fa23b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:06 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:06 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.25 03:27:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:27:06 600593cb249f: Preparing 03:27:06 81e1ab0ab857: Preparing 03:27:06 59d8c12b47a2: Preparing 03:27:06 c64a611ba147: Preparing 03:27:06 09354b23afcb: Preparing 03:27:06 697530da8006: Preparing 03:27:06 7c504f21be85: Preparing 03:27:06 697530da8006: Waiting 03:27:06 7c504f21be85: Waiting 03:27:06 600593cb249f: Layer already exists 03:27:06 81e1ab0ab857: Layer already exists 03:27:06 09354b23afcb: Layer already exists 03:27:06 59d8c12b47a2: Layer already exists 03:27:06 c64a611ba147: Layer already exists 03:27:06 7c504f21be85: Layer already exists 03:27:06 697530da8006: Layer already exists 03:27:07 3.2.0-dev.25: digest: sha256:a8cf91a529f79c89a0edca0dcdb6e865e8bed9a4b60cd641f22ec15f494fa23b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:07 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:07 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:27:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:27:07 600593cb249f: Preparing 03:27:07 81e1ab0ab857: Preparing 03:27:07 59d8c12b47a2: Preparing 03:27:07 c64a611ba147: Preparing 03:27:07 09354b23afcb: Preparing 03:27:07 697530da8006: Preparing 03:27:07 7c504f21be85: Preparing 03:27:07 697530da8006: Waiting 03:27:07 7c504f21be85: Waiting 03:27:07 09354b23afcb: Layer already exists 03:27:07 81e1ab0ab857: Layer already exists 03:27:07 c64a611ba147: Layer already exists 03:27:07 59d8c12b47a2: Layer already exists 03:27:07 600593cb249f: Layer already exists 03:27:07 697530da8006: Layer already exists 03:27:07 7c504f21be85: Layer already exists 03:27:08 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:a8cf91a529f79c89a0edca0dcdb6e865e8bed9a4b60cd641f22ec15f494fa23b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:08 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:08 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 03:27:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:27:08 600593cb249f: Preparing 03:27:08 81e1ab0ab857: Preparing 03:27:08 59d8c12b47a2: Preparing 03:27:08 c64a611ba147: Preparing 03:27:08 09354b23afcb: Preparing 03:27:08 697530da8006: Preparing 03:27:08 7c504f21be85: Preparing 03:27:08 697530da8006: Waiting 03:27:08 7c504f21be85: Waiting 03:27:08 09354b23afcb: Layer already exists 03:27:08 600593cb249f: Layer already exists 03:27:08 81e1ab0ab857: Layer already exists 03:27:08 59d8c12b47a2: Layer already exists 03:27:08 c64a611ba147: Layer already exists 03:27:08 697530da8006: Layer already exists 03:27:08 7c504f21be85: Layer already exists 03:27:09 main: digest: sha256:a8cf91a529f79c89a0edca0dcdb6e865e8bed9a4b60cd641f22ec15f494fa23b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:27:09 ===================================================== [Pipeline] echo 03:27:09 taggedImages: 03:27:09 - nexus3.edgexfoundry.org:10004/core-command-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:27:09 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 03:27:09 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.25 03:27:09 - nexus3.edgexfoundry.org:10004/core-command-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:27:09 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 03:27:09 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 03:27:09 b1cf5992efcdcb25540593e782c82dc6cf42b659 03:27:09 latest 03:27:09 3.2.0-dev.25 03:27:09 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:27:09 main 03:27:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:09 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:09 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:27:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:27:09 43d272fe520f: Preparing 03:27:09 04198233601c: Preparing 03:27:09 2892d18dd0b1: Preparing 03:27:09 16c6126e6b43: Preparing 03:27:09 59d8c12b47a2: Preparing 03:27:09 c64a611ba147: Preparing 03:27:09 09354b23afcb: Preparing 03:27:09 697530da8006: Preparing 03:27:09 7c504f21be85: Preparing 03:27:09 09354b23afcb: Waiting 03:27:09 697530da8006: Waiting 03:27:09 c64a611ba147: Waiting 03:27:09 7c504f21be85: Waiting 03:27:09 59d8c12b47a2: Layer already exists 03:27:10 c64a611ba147: Layer already exists 03:27:10 09354b23afcb: Layer already exists 03:27:10 2892d18dd0b1: Pushed 03:27:10 04198233601c: Pushed 03:27:10 697530da8006: Layer already exists 03:27:10 43d272fe520f: Pushed 03:27:10 7c504f21be85: Layer already exists 03:27:12 16c6126e6b43: Pushed 03:27:12 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:972f6f7f2f4ddf2f5acbaf8dfe0f93f1d9a3a01696bf2c01dc3233d595379bdd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:12 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:12 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 03:27:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:27:12 43d272fe520f: Preparing 03:27:12 04198233601c: Preparing 03:27:12 2892d18dd0b1: Preparing 03:27:12 16c6126e6b43: Preparing 03:27:12 59d8c12b47a2: Preparing 03:27:12 c64a611ba147: Preparing 03:27:12 09354b23afcb: Preparing 03:27:12 697530da8006: Preparing 03:27:12 7c504f21be85: Preparing 03:27:12 c64a611ba147: Waiting 03:27:12 09354b23afcb: Waiting 03:27:12 697530da8006: Waiting 03:27:12 7c504f21be85: Waiting 03:27:12 2892d18dd0b1: Layer already exists 03:27:12 04198233601c: Layer already exists 03:27:12 59d8c12b47a2: Layer already exists 03:27:12 16c6126e6b43: Layer already exists 03:27:12 43d272fe520f: Layer already exists 03:27:12 7c504f21be85: Layer already exists 03:27:12 697530da8006: Layer already exists 03:27:12 c64a611ba147: Layer already exists 03:27:12 09354b23afcb: Layer already exists 03:27:13 latest: digest: sha256:972f6f7f2f4ddf2f5acbaf8dfe0f93f1d9a3a01696bf2c01dc3233d595379bdd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:13 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:13 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.25 03:27:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:27:13 43d272fe520f: Preparing 03:27:13 04198233601c: Preparing 03:27:13 2892d18dd0b1: Preparing 03:27:13 16c6126e6b43: Preparing 03:27:13 59d8c12b47a2: Preparing 03:27:13 c64a611ba147: Preparing 03:27:13 09354b23afcb: Preparing 03:27:13 697530da8006: Preparing 03:27:13 7c504f21be85: Preparing 03:27:13 c64a611ba147: Waiting 03:27:13 697530da8006: Waiting 03:27:13 09354b23afcb: Waiting 03:27:13 7c504f21be85: Waiting 03:27:13 59d8c12b47a2: Layer already exists 03:27:13 43d272fe520f: Layer already exists 03:27:13 2892d18dd0b1: Layer already exists 03:27:13 16c6126e6b43: Layer already exists 03:27:13 04198233601c: Layer already exists 03:27:13 697530da8006: Layer already exists 03:27:13 c64a611ba147: Layer already exists 03:27:13 09354b23afcb: Layer already exists 03:27:13 7c504f21be85: Layer already exists 03:27:14 3.2.0-dev.25: digest: sha256:972f6f7f2f4ddf2f5acbaf8dfe0f93f1d9a3a01696bf2c01dc3233d595379bdd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:14 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:14 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:27:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:27:14 43d272fe520f: Preparing 03:27:14 04198233601c: Preparing 03:27:14 2892d18dd0b1: Preparing 03:27:14 16c6126e6b43: Preparing 03:27:14 59d8c12b47a2: Preparing 03:27:14 c64a611ba147: Preparing 03:27:14 09354b23afcb: Preparing 03:27:14 697530da8006: Preparing 03:27:14 7c504f21be85: Preparing 03:27:14 09354b23afcb: Waiting 03:27:14 697530da8006: Waiting 03:27:14 7c504f21be85: Waiting 03:27:14 c64a611ba147: Waiting 03:27:14 2892d18dd0b1: Layer already exists 03:27:14 59d8c12b47a2: Layer already exists 03:27:14 04198233601c: Layer already exists 03:27:14 43d272fe520f: Layer already exists 03:27:14 16c6126e6b43: Layer already exists 03:27:14 c64a611ba147: Layer already exists 03:27:14 09354b23afcb: Layer already exists 03:27:14 7c504f21be85: Layer already exists 03:27:14 697530da8006: Layer already exists 03:27:15 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:972f6f7f2f4ddf2f5acbaf8dfe0f93f1d9a3a01696bf2c01dc3233d595379bdd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:15 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:15 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 03:27:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:27:15 43d272fe520f: Preparing 03:27:15 04198233601c: Preparing 03:27:15 2892d18dd0b1: Preparing 03:27:15 16c6126e6b43: Preparing 03:27:15 59d8c12b47a2: Preparing 03:27:15 c64a611ba147: Preparing 03:27:15 09354b23afcb: Preparing 03:27:15 697530da8006: Preparing 03:27:15 7c504f21be85: Preparing 03:27:15 c64a611ba147: Waiting 03:27:15 09354b23afcb: Waiting 03:27:15 697530da8006: Waiting 03:27:15 7c504f21be85: Waiting 03:27:15 43d272fe520f: Layer already exists 03:27:15 16c6126e6b43: Layer already exists 03:27:15 2892d18dd0b1: Layer already exists 03:27:15 04198233601c: Layer already exists 03:27:15 59d8c12b47a2: Layer already exists 03:27:15 c64a611ba147: Layer already exists 03:27:15 7c504f21be85: Layer already exists 03:27:15 697530da8006: Layer already exists 03:27:15 09354b23afcb: Layer already exists 03:27:16 main: digest: sha256:972f6f7f2f4ddf2f5acbaf8dfe0f93f1d9a3a01696bf2c01dc3233d595379bdd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:27:16 ===================================================== [Pipeline] echo 03:27:16 taggedImages: 03:27:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:27:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 03:27:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.25 03:27:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:27:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 03:27:16 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 03:27:16 b1cf5992efcdcb25540593e782c82dc6cf42b659 03:27:16 latest 03:27:16 3.2.0-dev.25 03:27:16 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:27:16 main 03:27:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:16 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:16 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:27:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:27:16 1514100a253f: Preparing 03:27:16 59a14d96f37f: Preparing 03:27:16 59d8c12b47a2: Preparing 03:27:16 c64a611ba147: Preparing 03:27:16 32481f0cbeff: Preparing 03:27:16 5d6f5ff60877: Preparing 03:27:16 7c504f21be85: Preparing 03:27:16 5d6f5ff60877: Waiting 03:27:16 7c504f21be85: Waiting 03:27:17 c64a611ba147: Layer already exists 03:27:17 59d8c12b47a2: Layer already exists 03:27:17 7c504f21be85: Layer already exists 03:27:17 1514100a253f: Pushed 03:27:17 5d6f5ff60877: Pushed 03:27:18 32481f0cbeff: Pushed 03:27:22 59a14d96f37f: Pushed 03:27:22 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:b65c0ba1862844283864b8c732f0711e75a2255f917c969a014eb7174a8d99f1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:23 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:23 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 03:27:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:27:23 1514100a253f: Preparing 03:27:23 59a14d96f37f: Preparing 03:27:23 59d8c12b47a2: Preparing 03:27:23 c64a611ba147: Preparing 03:27:23 32481f0cbeff: Preparing 03:27:23 5d6f5ff60877: Preparing 03:27:23 7c504f21be85: Preparing 03:27:23 5d6f5ff60877: Waiting 03:27:23 7c504f21be85: Waiting 03:27:23 1514100a253f: Layer already exists 03:27:23 59d8c12b47a2: Layer already exists 03:27:23 c64a611ba147: Layer already exists 03:27:23 59a14d96f37f: Layer already exists 03:27:23 32481f0cbeff: Layer already exists 03:27:23 5d6f5ff60877: Layer already exists 03:27:23 7c504f21be85: Layer already exists 03:27:23 latest: digest: sha256:b65c0ba1862844283864b8c732f0711e75a2255f917c969a014eb7174a8d99f1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:24 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:24 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.25 03:27:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:27:24 1514100a253f: Preparing 03:27:24 59a14d96f37f: Preparing 03:27:24 59d8c12b47a2: Preparing 03:27:24 c64a611ba147: Preparing 03:27:24 32481f0cbeff: Preparing 03:27:24 5d6f5ff60877: Preparing 03:27:24 7c504f21be85: Preparing 03:27:24 5d6f5ff60877: Waiting 03:27:24 7c504f21be85: Waiting 03:27:24 1514100a253f: Layer already exists 03:27:24 59d8c12b47a2: Layer already exists 03:27:24 59a14d96f37f: Layer already exists 03:27:24 c64a611ba147: Layer already exists 03:27:24 32481f0cbeff: Layer already exists 03:27:24 7c504f21be85: Layer already exists 03:27:24 5d6f5ff60877: Layer already exists 03:27:24 3.2.0-dev.25: digest: sha256:b65c0ba1862844283864b8c732f0711e75a2255f917c969a014eb7174a8d99f1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:25 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:25 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:27:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:27:25 1514100a253f: Preparing 03:27:25 59a14d96f37f: Preparing 03:27:25 59d8c12b47a2: Preparing 03:27:25 c64a611ba147: Preparing 03:27:25 32481f0cbeff: Preparing 03:27:25 5d6f5ff60877: Preparing 03:27:25 7c504f21be85: Preparing 03:27:25 5d6f5ff60877: Waiting 03:27:25 7c504f21be85: Waiting 03:27:25 c64a611ba147: Layer already exists 03:27:25 59d8c12b47a2: Layer already exists 03:27:25 59a14d96f37f: Layer already exists 03:27:25 32481f0cbeff: Layer already exists 03:27:25 1514100a253f: Layer already exists 03:27:25 7c504f21be85: Layer already exists 03:27:25 5d6f5ff60877: Layer already exists 03:27:25 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:b65c0ba1862844283864b8c732f0711e75a2255f917c969a014eb7174a8d99f1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:26 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:26 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 03:27:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:27:26 1514100a253f: Preparing 03:27:26 59a14d96f37f: Preparing 03:27:26 59d8c12b47a2: Preparing 03:27:26 c64a611ba147: Preparing 03:27:26 32481f0cbeff: Preparing 03:27:26 5d6f5ff60877: Preparing 03:27:26 7c504f21be85: Preparing 03:27:26 5d6f5ff60877: Waiting 03:27:26 7c504f21be85: Waiting 03:27:26 32481f0cbeff: Layer already exists 03:27:26 c64a611ba147: Layer already exists 03:27:26 59a14d96f37f: Layer already exists 03:27:26 1514100a253f: Layer already exists 03:27:26 59d8c12b47a2: Layer already exists 03:27:26 5d6f5ff60877: Layer already exists 03:27:26 7c504f21be85: Layer already exists 03:27:26 main: digest: sha256:b65c0ba1862844283864b8c732f0711e75a2255f917c969a014eb7174a8d99f1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:27:26 ===================================================== [Pipeline] echo 03:27:26 taggedImages: 03:27:26 - nexus3.edgexfoundry.org:10004/core-data-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:27:26 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 03:27:26 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.25 03:27:26 - nexus3.edgexfoundry.org:10004/core-data-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:27:26 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 03:27:26 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 03:27:26 b1cf5992efcdcb25540593e782c82dc6cf42b659 03:27:26 latest 03:27:26 3.2.0-dev.25 03:27:26 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:27:26 main 03:27:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:27 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:27 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:27:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:27:27 f168340969ce: Preparing 03:27:27 003184059d01: Preparing 03:27:27 d6c72e5a084f: Preparing 03:27:27 59d8c12b47a2: Preparing 03:27:27 c64a611ba147: Preparing 03:27:27 09354b23afcb: Preparing 03:27:27 697530da8006: Preparing 03:27:27 7c504f21be85: Preparing 03:27:27 09354b23afcb: Waiting 03:27:27 697530da8006: Waiting 03:27:27 7c504f21be85: Waiting 03:27:27 c64a611ba147: Layer already exists 03:27:27 59d8c12b47a2: Layer already exists 03:27:27 09354b23afcb: Layer already exists 03:27:27 697530da8006: Layer already exists 03:27:27 7c504f21be85: Layer already exists 03:27:27 003184059d01: Pushed 03:27:27 f168340969ce: Pushed 03:27:34 d6c72e5a084f: Pushed 03:27:34 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:f3735d0806a0d0465a9fb8a7460298b8961122b0fd9cd59f1d059728cbf7a736 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:34 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:35 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 03:27:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:27:35 f168340969ce: Preparing 03:27:35 003184059d01: Preparing 03:27:35 d6c72e5a084f: Preparing 03:27:35 59d8c12b47a2: Preparing 03:27:35 c64a611ba147: Preparing 03:27:35 09354b23afcb: Preparing 03:27:35 697530da8006: Preparing 03:27:35 7c504f21be85: Preparing 03:27:35 09354b23afcb: Waiting 03:27:35 697530da8006: Waiting 03:27:35 7c504f21be85: Waiting 03:27:35 f168340969ce: Layer already exists 03:27:35 59d8c12b47a2: Layer already exists 03:27:35 c64a611ba147: Layer already exists 03:27:35 003184059d01: Layer already exists 03:27:35 d6c72e5a084f: Layer already exists 03:27:35 697530da8006: Layer already exists 03:27:35 7c504f21be85: Layer already exists 03:27:35 09354b23afcb: Layer already exists 03:27:35 latest: digest: sha256:f3735d0806a0d0465a9fb8a7460298b8961122b0fd9cd59f1d059728cbf7a736 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:35 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:36 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.25 03:27:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:27:36 f168340969ce: Preparing 03:27:36 003184059d01: Preparing 03:27:36 d6c72e5a084f: Preparing 03:27:36 59d8c12b47a2: Preparing 03:27:36 c64a611ba147: Preparing 03:27:36 09354b23afcb: Preparing 03:27:36 697530da8006: Preparing 03:27:36 7c504f21be85: Preparing 03:27:36 09354b23afcb: Waiting 03:27:36 697530da8006: Waiting 03:27:36 7c504f21be85: Waiting 03:27:36 f168340969ce: Layer already exists 03:27:36 c64a611ba147: Layer already exists 03:27:36 003184059d01: Layer already exists 03:27:36 59d8c12b47a2: Layer already exists 03:27:36 d6c72e5a084f: Layer already exists 03:27:36 7c504f21be85: Layer already exists 03:27:36 09354b23afcb: Layer already exists 03:27:36 697530da8006: Layer already exists 03:27:36 3.2.0-dev.25: digest: sha256:f3735d0806a0d0465a9fb8a7460298b8961122b0fd9cd59f1d059728cbf7a736 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:36 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:37 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:27:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:27:37 f168340969ce: Preparing 03:27:37 003184059d01: Preparing 03:27:37 d6c72e5a084f: Preparing 03:27:37 59d8c12b47a2: Preparing 03:27:37 c64a611ba147: Preparing 03:27:37 09354b23afcb: Preparing 03:27:37 697530da8006: Preparing 03:27:37 7c504f21be85: Preparing 03:27:37 09354b23afcb: Waiting 03:27:37 697530da8006: Waiting 03:27:37 7c504f21be85: Waiting 03:27:37 59d8c12b47a2: Layer already exists 03:27:37 003184059d01: Layer already exists 03:27:37 d6c72e5a084f: Layer already exists 03:27:37 c64a611ba147: Layer already exists 03:27:37 f168340969ce: Layer already exists 03:27:37 09354b23afcb: Layer already exists 03:27:37 7c504f21be85: Layer already exists 03:27:37 697530da8006: Layer already exists 03:27:37 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:f3735d0806a0d0465a9fb8a7460298b8961122b0fd9cd59f1d059728cbf7a736 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:37 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:38 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 03:27:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:27:38 f168340969ce: Preparing 03:27:38 003184059d01: Preparing 03:27:38 d6c72e5a084f: Preparing 03:27:38 59d8c12b47a2: Preparing 03:27:38 c64a611ba147: Preparing 03:27:38 09354b23afcb: Preparing 03:27:38 697530da8006: Preparing 03:27:38 7c504f21be85: Preparing 03:27:38 697530da8006: Waiting 03:27:38 09354b23afcb: Waiting 03:27:38 7c504f21be85: Waiting 03:27:38 f168340969ce: Layer already exists 03:27:38 59d8c12b47a2: Layer already exists 03:27:38 c64a611ba147: Layer already exists 03:27:38 003184059d01: Layer already exists 03:27:38 d6c72e5a084f: Layer already exists 03:27:38 697530da8006: Layer already exists 03:27:38 09354b23afcb: Layer already exists 03:27:38 7c504f21be85: Layer already exists 03:27:38 main: digest: sha256:f3735d0806a0d0465a9fb8a7460298b8961122b0fd9cd59f1d059728cbf7a736 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:27:38 ===================================================== [Pipeline] echo 03:27:38 taggedImages: 03:27:38 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:27:38 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 03:27:38 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.25 03:27:38 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:27:38 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 03:27:38 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 03:27:38 b1cf5992efcdcb25540593e782c82dc6cf42b659 03:27:38 latest 03:27:38 3.2.0-dev.25 03:27:38 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:27:38 main 03:27:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:38 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:39 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:27:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:27:39 7a21d59a94c6: Preparing 03:27:39 ed5965355df5: Preparing 03:27:39 583539d0eccc: Preparing 03:27:39 a4cc7abe044b: Preparing 03:27:39 63b26e779f6d: Preparing 03:27:39 f7d1eeee53b0: Preparing 03:27:39 7951e8256f91: Preparing 03:27:39 59d8c12b47a2: Preparing 03:27:39 c64a611ba147: Preparing 03:27:39 f67cbf0e9d85: Preparing 03:27:39 45a553b0684a: Preparing 03:27:39 5f70bf18a086: Preparing 03:27:39 b5f5e98e1031: Preparing 03:27:39 706a49458b6e: Preparing 03:27:39 3526e2b4417d: Preparing 03:27:39 7c504f21be85: Preparing 03:27:39 f7d1eeee53b0: Waiting 03:27:39 7951e8256f91: Waiting 03:27:39 59d8c12b47a2: Waiting 03:27:39 c64a611ba147: Waiting 03:27:39 f67cbf0e9d85: Waiting 03:27:39 45a553b0684a: Waiting 03:27:39 5f70bf18a086: Waiting 03:27:39 3526e2b4417d: Waiting 03:27:39 b5f5e98e1031: Waiting 03:27:39 7c504f21be85: Waiting 03:27:39 706a49458b6e: Waiting 03:27:39 ed5965355df5: Pushed 03:27:39 63b26e779f6d: Pushed 03:27:39 583539d0eccc: Pushed 03:27:39 7a21d59a94c6: Pushed 03:27:39 a4cc7abe044b: Pushed 03:27:39 59d8c12b47a2: Layer already exists 03:27:39 c64a611ba147: Layer already exists 03:27:39 5f70bf18a086: Layer already exists 03:27:39 f7d1eeee53b0: Pushed 03:27:39 f67cbf0e9d85: Pushed 03:27:39 45a553b0684a: Pushed 03:27:39 7c504f21be85: Layer already exists 03:27:39 b5f5e98e1031: Pushed 03:27:39 3526e2b4417d: Pushed 03:27:41 706a49458b6e: Pushed 03:27:42 7951e8256f91: Pushed 03:27:42 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:d85dd8c3327c75220c858a38a060dc4ed46ac9bcbb9f94718bcbe40d4dd04647 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:42 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:43 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 03:27:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:27:43 7a21d59a94c6: Preparing 03:27:43 ed5965355df5: Preparing 03:27:43 583539d0eccc: Preparing 03:27:43 a4cc7abe044b: Preparing 03:27:43 63b26e779f6d: Preparing 03:27:43 f7d1eeee53b0: Preparing 03:27:43 7951e8256f91: Preparing 03:27:43 59d8c12b47a2: Preparing 03:27:43 c64a611ba147: Preparing 03:27:43 f67cbf0e9d85: Preparing 03:27:43 45a553b0684a: Preparing 03:27:43 5f70bf18a086: Preparing 03:27:43 b5f5e98e1031: Preparing 03:27:43 706a49458b6e: Preparing 03:27:43 3526e2b4417d: Preparing 03:27:43 7c504f21be85: Preparing 03:27:43 45a553b0684a: Waiting 03:27:43 5f70bf18a086: Waiting 03:27:43 b5f5e98e1031: Waiting 03:27:43 706a49458b6e: Waiting 03:27:43 f7d1eeee53b0: Waiting 03:27:43 3526e2b4417d: Waiting 03:27:43 7c504f21be85: Waiting 03:27:43 7951e8256f91: Waiting 03:27:43 c64a611ba147: Waiting 03:27:43 f67cbf0e9d85: Waiting 03:27:43 59d8c12b47a2: Waiting 03:27:43 a4cc7abe044b: Layer already exists 03:27:43 ed5965355df5: Layer already exists 03:27:43 63b26e779f6d: Layer already exists 03:27:43 583539d0eccc: Layer already exists 03:27:43 7a21d59a94c6: Layer already exists 03:27:43 7951e8256f91: Layer already exists 03:27:43 59d8c12b47a2: Layer already exists 03:27:43 f67cbf0e9d85: Layer already exists 03:27:43 f7d1eeee53b0: Layer already exists 03:27:43 c64a611ba147: Layer already exists 03:27:43 b5f5e98e1031: Layer already exists 03:27:43 5f70bf18a086: Layer already exists 03:27:43 45a553b0684a: Layer already exists 03:27:43 706a49458b6e: Layer already exists 03:27:43 3526e2b4417d: Layer already exists 03:27:43 7c504f21be85: Layer already exists 03:27:43 latest: digest: sha256:d85dd8c3327c75220c858a38a060dc4ed46ac9bcbb9f94718bcbe40d4dd04647 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:43 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:44 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.25 03:27:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:27:44 7a21d59a94c6: Preparing 03:27:44 ed5965355df5: Preparing 03:27:44 583539d0eccc: Preparing 03:27:44 a4cc7abe044b: Preparing 03:27:44 63b26e779f6d: Preparing 03:27:44 f7d1eeee53b0: Preparing 03:27:44 7951e8256f91: Preparing 03:27:44 59d8c12b47a2: Preparing 03:27:44 c64a611ba147: Preparing 03:27:44 f67cbf0e9d85: Preparing 03:27:44 45a553b0684a: Preparing 03:27:44 5f70bf18a086: Preparing 03:27:44 b5f5e98e1031: Preparing 03:27:44 706a49458b6e: Preparing 03:27:44 3526e2b4417d: Preparing 03:27:44 7c504f21be85: Preparing 03:27:44 7951e8256f91: Waiting 03:27:44 59d8c12b47a2: Waiting 03:27:44 f67cbf0e9d85: Waiting 03:27:44 45a553b0684a: Waiting 03:27:44 5f70bf18a086: Waiting 03:27:44 f7d1eeee53b0: Waiting 03:27:44 b5f5e98e1031: Waiting 03:27:44 706a49458b6e: Waiting 03:27:44 3526e2b4417d: Waiting 03:27:44 7a21d59a94c6: Layer already exists 03:27:44 ed5965355df5: Layer already exists 03:27:44 a4cc7abe044b: Layer already exists 03:27:44 583539d0eccc: Layer already exists 03:27:44 63b26e779f6d: Layer already exists 03:27:44 7951e8256f91: Layer already exists 03:27:44 f7d1eeee53b0: Layer already exists 03:27:44 c64a611ba147: Layer already exists 03:27:44 59d8c12b47a2: Layer already exists 03:27:44 f67cbf0e9d85: Layer already exists 03:27:44 45a553b0684a: Layer already exists 03:27:44 b5f5e98e1031: Layer already exists 03:27:44 5f70bf18a086: Layer already exists 03:27:44 3526e2b4417d: Layer already exists 03:27:44 706a49458b6e: Layer already exists 03:27:44 7c504f21be85: Layer already exists 03:27:44 3.2.0-dev.25: digest: sha256:d85dd8c3327c75220c858a38a060dc4ed46ac9bcbb9f94718bcbe40d4dd04647 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:44 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:45 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:27:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:27:45 7a21d59a94c6: Preparing 03:27:45 ed5965355df5: Preparing 03:27:45 583539d0eccc: Preparing 03:27:45 a4cc7abe044b: Preparing 03:27:45 63b26e779f6d: Preparing 03:27:45 f7d1eeee53b0: Preparing 03:27:45 7951e8256f91: Preparing 03:27:45 59d8c12b47a2: Preparing 03:27:45 c64a611ba147: Preparing 03:27:45 f67cbf0e9d85: Preparing 03:27:45 45a553b0684a: Preparing 03:27:45 5f70bf18a086: Preparing 03:27:45 b5f5e98e1031: Preparing 03:27:45 706a49458b6e: Preparing 03:27:45 3526e2b4417d: Preparing 03:27:45 7c504f21be85: Preparing 03:27:45 45a553b0684a: Waiting 03:27:45 5f70bf18a086: Waiting 03:27:45 b5f5e98e1031: Waiting 03:27:45 706a49458b6e: Waiting 03:27:45 f7d1eeee53b0: Waiting 03:27:45 3526e2b4417d: Waiting 03:27:45 7951e8256f91: Waiting 03:27:45 59d8c12b47a2: Waiting 03:27:45 c64a611ba147: Waiting 03:27:45 7c504f21be85: Waiting 03:27:45 f67cbf0e9d85: Waiting 03:27:45 a4cc7abe044b: Layer already exists 03:27:45 63b26e779f6d: Layer already exists 03:27:45 583539d0eccc: Layer already exists 03:27:45 ed5965355df5: Layer already exists 03:27:45 7a21d59a94c6: Layer already exists 03:27:45 c64a611ba147: Layer already exists 03:27:45 f7d1eeee53b0: Layer already exists 03:27:45 59d8c12b47a2: Layer already exists 03:27:45 7951e8256f91: Layer already exists 03:27:45 f67cbf0e9d85: Layer already exists 03:27:45 b5f5e98e1031: Layer already exists 03:27:45 45a553b0684a: Layer already exists 03:27:45 5f70bf18a086: Layer already exists 03:27:45 706a49458b6e: Layer already exists 03:27:45 3526e2b4417d: Layer already exists 03:27:45 7c504f21be85: Layer already exists 03:27:45 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:d85dd8c3327c75220c858a38a060dc4ed46ac9bcbb9f94718bcbe40d4dd04647 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:45 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:46 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 03:27:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:27:46 7a21d59a94c6: Preparing 03:27:46 ed5965355df5: Preparing 03:27:46 583539d0eccc: Preparing 03:27:46 a4cc7abe044b: Preparing 03:27:46 63b26e779f6d: Preparing 03:27:46 f7d1eeee53b0: Preparing 03:27:46 7951e8256f91: Preparing 03:27:46 f7d1eeee53b0: Waiting 03:27:46 7951e8256f91: Waiting 03:27:46 59d8c12b47a2: Preparing 03:27:46 c64a611ba147: Preparing 03:27:46 59d8c12b47a2: Waiting 03:27:46 f67cbf0e9d85: Preparing 03:27:46 c64a611ba147: Waiting 03:27:46 45a553b0684a: Preparing 03:27:46 5f70bf18a086: Preparing 03:27:46 b5f5e98e1031: Preparing 03:27:46 706a49458b6e: Preparing 03:27:46 3526e2b4417d: Preparing 03:27:46 7c504f21be85: Preparing 03:27:46 f67cbf0e9d85: Waiting 03:27:46 45a553b0684a: Waiting 03:27:46 5f70bf18a086: Waiting 03:27:46 b5f5e98e1031: Waiting 03:27:46 706a49458b6e: Waiting 03:27:46 3526e2b4417d: Waiting 03:27:46 7c504f21be85: Waiting 03:27:46 ed5965355df5: Layer already exists 03:27:46 63b26e779f6d: Layer already exists 03:27:46 583539d0eccc: Layer already exists 03:27:46 a4cc7abe044b: Layer already exists 03:27:46 7a21d59a94c6: Layer already exists 03:27:46 7951e8256f91: Layer already exists 03:27:46 f67cbf0e9d85: Layer already exists 03:27:46 59d8c12b47a2: Layer already exists 03:27:46 f7d1eeee53b0: Layer already exists 03:27:46 c64a611ba147: Layer already exists 03:27:46 45a553b0684a: Layer already exists 03:27:46 b5f5e98e1031: Layer already exists 03:27:46 5f70bf18a086: Layer already exists 03:27:46 706a49458b6e: Layer already exists 03:27:46 3526e2b4417d: Layer already exists 03:27:46 7c504f21be85: Layer already exists 03:27:46 main: digest: sha256:d85dd8c3327c75220c858a38a060dc4ed46ac9bcbb9f94718bcbe40d4dd04647 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:27:46 ===================================================== [Pipeline] echo 03:27:46 taggedImages: 03:27:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:27:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 03:27:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.25 03:27:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:27:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 03:27:46 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 03:27:46 b1cf5992efcdcb25540593e782c82dc6cf42b659 03:27:46 latest 03:27:46 3.2.0-dev.25 03:27:46 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:27:46 main 03:27:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:46 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:27:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:27:47 b6d9f71b3525: Preparing 03:27:47 ee927851dc82: Preparing 03:27:47 f04b3fb688e8: Preparing 03:27:47 6110c8e88e0d: Preparing 03:27:47 59d8c12b47a2: Preparing 03:27:47 c64a611ba147: Preparing 03:27:47 09354b23afcb: Preparing 03:27:47 697530da8006: Preparing 03:27:47 7c504f21be85: Preparing 03:27:47 09354b23afcb: Waiting 03:27:47 697530da8006: Waiting 03:27:47 7c504f21be85: Waiting 03:27:47 c64a611ba147: Waiting 03:27:47 59d8c12b47a2: Layer already exists 03:27:47 c64a611ba147: Layer already exists 03:27:47 09354b23afcb: Layer already exists 03:27:47 ee927851dc82: Pushed 03:27:47 697530da8006: Layer already exists 03:27:47 f04b3fb688e8: Pushed 03:27:47 7c504f21be85: Layer already exists 03:27:47 b6d9f71b3525: Pushed 03:27:52 6110c8e88e0d: Pushed 03:27:53 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:d6fd4fc601f8491f0e1a15fb7fd582ef561909793e71017f657e30ea153a5e99 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:53 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 03:27:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:27:53 b6d9f71b3525: Preparing 03:27:53 ee927851dc82: Preparing 03:27:53 f04b3fb688e8: Preparing 03:27:53 6110c8e88e0d: Preparing 03:27:53 59d8c12b47a2: Preparing 03:27:53 c64a611ba147: Preparing 03:27:53 09354b23afcb: Preparing 03:27:53 697530da8006: Preparing 03:27:53 7c504f21be85: Preparing 03:27:53 c64a611ba147: Waiting 03:27:53 09354b23afcb: Waiting 03:27:53 697530da8006: Waiting 03:27:53 7c504f21be85: Waiting 03:27:53 b6d9f71b3525: Layer already exists 03:27:53 f04b3fb688e8: Layer already exists 03:27:53 6110c8e88e0d: Layer already exists 03:27:53 59d8c12b47a2: Layer already exists 03:27:53 ee927851dc82: Layer already exists 03:27:53 09354b23afcb: Layer already exists 03:27:53 c64a611ba147: Layer already exists 03:27:53 697530da8006: Layer already exists 03:27:53 7c504f21be85: Layer already exists 03:27:54 latest: digest: sha256:d6fd4fc601f8491f0e1a15fb7fd582ef561909793e71017f657e30ea153a5e99 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:54 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.25 03:27:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:27:54 b6d9f71b3525: Preparing 03:27:54 ee927851dc82: Preparing 03:27:54 f04b3fb688e8: Preparing 03:27:54 6110c8e88e0d: Preparing 03:27:54 59d8c12b47a2: Preparing 03:27:54 c64a611ba147: Preparing 03:27:54 09354b23afcb: Preparing 03:27:54 c64a611ba147: Waiting 03:27:54 697530da8006: Preparing 03:27:54 09354b23afcb: Waiting 03:27:54 697530da8006: Waiting 03:27:54 7c504f21be85: Preparing 03:27:54 7c504f21be85: Waiting 03:27:54 f04b3fb688e8: Layer already exists 03:27:54 b6d9f71b3525: Layer already exists 03:27:54 ee927851dc82: Layer already exists 03:27:54 59d8c12b47a2: Layer already exists 03:27:54 6110c8e88e0d: Layer already exists 03:27:54 7c504f21be85: Layer already exists 03:27:54 09354b23afcb: Layer already exists 03:27:54 697530da8006: Layer already exists 03:27:54 c64a611ba147: Layer already exists 03:27:55 3.2.0-dev.25: digest: sha256:d6fd4fc601f8491f0e1a15fb7fd582ef561909793e71017f657e30ea153a5e99 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:55 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:27:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:27:55 b6d9f71b3525: Preparing 03:27:55 ee927851dc82: Preparing 03:27:55 f04b3fb688e8: Preparing 03:27:55 6110c8e88e0d: Preparing 03:27:55 59d8c12b47a2: Preparing 03:27:55 c64a611ba147: Preparing 03:27:55 09354b23afcb: Preparing 03:27:55 697530da8006: Preparing 03:27:55 7c504f21be85: Preparing 03:27:55 c64a611ba147: Waiting 03:27:55 09354b23afcb: Waiting 03:27:55 697530da8006: Waiting 03:27:55 ee927851dc82: Layer already exists 03:27:55 f04b3fb688e8: Layer already exists 03:27:55 59d8c12b47a2: Layer already exists 03:27:55 b6d9f71b3525: Layer already exists 03:27:55 6110c8e88e0d: Layer already exists 03:27:55 697530da8006: Layer already exists 03:27:55 c64a611ba147: Layer already exists 03:27:55 09354b23afcb: Layer already exists 03:27:55 7c504f21be85: Layer already exists 03:27:56 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:d6fd4fc601f8491f0e1a15fb7fd582ef561909793e71017f657e30ea153a5e99 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:56 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 03:27:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:27:56 b6d9f71b3525: Preparing 03:27:56 ee927851dc82: Preparing 03:27:56 f04b3fb688e8: Preparing 03:27:56 6110c8e88e0d: Preparing 03:27:56 59d8c12b47a2: Preparing 03:27:56 c64a611ba147: Preparing 03:27:56 09354b23afcb: Preparing 03:27:56 697530da8006: Preparing 03:27:56 7c504f21be85: Preparing 03:27:56 c64a611ba147: Waiting 03:27:56 09354b23afcb: Waiting 03:27:56 697530da8006: Waiting 03:27:56 7c504f21be85: Waiting 03:27:56 ee927851dc82: Layer already exists 03:27:56 f04b3fb688e8: Layer already exists 03:27:56 b6d9f71b3525: Layer already exists 03:27:56 59d8c12b47a2: Layer already exists 03:27:56 6110c8e88e0d: Layer already exists 03:27:56 09354b23afcb: Layer already exists 03:27:56 697530da8006: Layer already exists 03:27:56 c64a611ba147: Layer already exists 03:27:56 7c504f21be85: Layer already exists 03:27:57 main: digest: sha256:d6fd4fc601f8491f0e1a15fb7fd582ef561909793e71017f657e30ea153a5e99 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:27:57 ===================================================== [Pipeline] echo 03:27:57 taggedImages: 03:27:57 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:27:57 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 03:27:57 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.25 03:27:57 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:27:57 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 03:27:57 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 03:27:57 b1cf5992efcdcb25540593e782c82dc6cf42b659 03:27:57 latest 03:27:57 3.2.0-dev.25 03:27:57 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:27:57 main 03:27:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:57 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:27:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:27:57 dcd11014ae97: Preparing 03:27:57 71d897c58d84: Preparing 03:27:57 3473b8211206: Preparing 03:27:57 3b423775e494: Preparing 03:27:57 0c29ec8f74b9: Preparing 03:27:57 59d8c12b47a2: Preparing 03:27:57 c64a611ba147: Preparing 03:27:57 8393fcb83ea8: Preparing 03:27:57 31769a487ccf: Preparing 03:27:57 40b20a1c9a6e: Preparing 03:27:57 7c504f21be85: Preparing 03:27:57 59d8c12b47a2: Waiting 03:27:57 c64a611ba147: Waiting 03:27:57 8393fcb83ea8: Waiting 03:27:57 31769a487ccf: Waiting 03:27:57 40b20a1c9a6e: Waiting 03:27:57 7c504f21be85: Waiting 03:27:58 0c29ec8f74b9: Pushed 03:27:58 dcd11014ae97: Pushed 03:27:58 3b423775e494: Pushed 03:27:58 71d897c58d84: Pushed 03:27:58 59d8c12b47a2: Layer already exists 03:27:58 c64a611ba147: Layer already exists 03:27:58 7c504f21be85: Layer already exists 03:27:58 8393fcb83ea8: Pushed 03:27:58 31769a487ccf: Pushed 03:28:00 3473b8211206: Pushed 03:28:02 40b20a1c9a6e: Pushed 03:28:02 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:92a753f8a4488580ce8532047261794b0e1584d9b9519d8a1e4716ed3a634b09 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:02 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 03:28:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:28:02 dcd11014ae97: Preparing 03:28:02 71d897c58d84: Preparing 03:28:02 3473b8211206: Preparing 03:28:02 3b423775e494: Preparing 03:28:02 0c29ec8f74b9: Preparing 03:28:02 59d8c12b47a2: Preparing 03:28:02 c64a611ba147: Preparing 03:28:02 8393fcb83ea8: Preparing 03:28:02 31769a487ccf: Preparing 03:28:02 40b20a1c9a6e: Preparing 03:28:02 7c504f21be85: Preparing 03:28:02 8393fcb83ea8: Waiting 03:28:02 40b20a1c9a6e: Waiting 03:28:02 31769a487ccf: Waiting 03:28:02 7c504f21be85: Waiting 03:28:02 59d8c12b47a2: Waiting 03:28:02 c64a611ba147: Waiting 03:28:02 dcd11014ae97: Layer already exists 03:28:02 3b423775e494: Layer already exists 03:28:02 71d897c58d84: Layer already exists 03:28:02 0c29ec8f74b9: Layer already exists 03:28:02 3473b8211206: Layer already exists 03:28:02 59d8c12b47a2: Layer already exists 03:28:02 8393fcb83ea8: Layer already exists 03:28:02 40b20a1c9a6e: Layer already exists 03:28:02 c64a611ba147: Layer already exists 03:28:02 31769a487ccf: Layer already exists 03:28:02 7c504f21be85: Layer already exists 03:28:03 latest: digest: sha256:92a753f8a4488580ce8532047261794b0e1584d9b9519d8a1e4716ed3a634b09 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:03 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.25 03:28:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:28:03 dcd11014ae97: Preparing 03:28:03 71d897c58d84: Preparing 03:28:03 3473b8211206: Preparing 03:28:03 3b423775e494: Preparing 03:28:03 0c29ec8f74b9: Preparing 03:28:03 59d8c12b47a2: Preparing 03:28:03 c64a611ba147: Preparing 03:28:03 8393fcb83ea8: Preparing 03:28:03 31769a487ccf: Preparing 03:28:03 40b20a1c9a6e: Preparing 03:28:03 7c504f21be85: Preparing 03:28:03 59d8c12b47a2: Waiting 03:28:03 c64a611ba147: Waiting 03:28:03 8393fcb83ea8: Waiting 03:28:03 40b20a1c9a6e: Waiting 03:28:03 31769a487ccf: Waiting 03:28:03 7c504f21be85: Waiting 03:28:03 dcd11014ae97: Layer already exists 03:28:03 0c29ec8f74b9: Layer already exists 03:28:03 3473b8211206: Layer already exists 03:28:03 3b423775e494: Layer already exists 03:28:03 71d897c58d84: Layer already exists 03:28:03 31769a487ccf: Layer already exists 03:28:03 c64a611ba147: Layer already exists 03:28:03 8393fcb83ea8: Layer already exists 03:28:03 59d8c12b47a2: Layer already exists 03:28:03 40b20a1c9a6e: Layer already exists 03:28:03 7c504f21be85: Layer already exists 03:28:04 3.2.0-dev.25: digest: sha256:92a753f8a4488580ce8532047261794b0e1584d9b9519d8a1e4716ed3a634b09 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:04 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:28:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:28:04 dcd11014ae97: Preparing 03:28:04 71d897c58d84: Preparing 03:28:04 3473b8211206: Preparing 03:28:04 3b423775e494: Preparing 03:28:04 0c29ec8f74b9: Preparing 03:28:04 59d8c12b47a2: Preparing 03:28:04 c64a611ba147: Preparing 03:28:04 8393fcb83ea8: Preparing 03:28:04 31769a487ccf: Preparing 03:28:04 40b20a1c9a6e: Preparing 03:28:04 7c504f21be85: Preparing 03:28:04 59d8c12b47a2: Waiting 03:28:04 c64a611ba147: Waiting 03:28:04 8393fcb83ea8: Waiting 03:28:04 31769a487ccf: Waiting 03:28:04 40b20a1c9a6e: Waiting 03:28:04 7c504f21be85: Waiting 03:28:04 0c29ec8f74b9: Layer already exists 03:28:04 dcd11014ae97: Layer already exists 03:28:04 3473b8211206: Layer already exists 03:28:04 3b423775e494: Layer already exists 03:28:04 71d897c58d84: Layer already exists 03:28:04 c64a611ba147: Layer already exists 03:28:04 59d8c12b47a2: Layer already exists 03:28:04 40b20a1c9a6e: Layer already exists 03:28:04 31769a487ccf: Layer already exists 03:28:04 8393fcb83ea8: Layer already exists 03:28:04 7c504f21be85: Layer already exists 03:28:04 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:92a753f8a4488580ce8532047261794b0e1584d9b9519d8a1e4716ed3a634b09 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:05 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 03:28:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:28:05 dcd11014ae97: Preparing 03:28:05 71d897c58d84: Preparing 03:28:05 3473b8211206: Preparing 03:28:05 3b423775e494: Preparing 03:28:05 0c29ec8f74b9: Preparing 03:28:05 59d8c12b47a2: Preparing 03:28:05 c64a611ba147: Preparing 03:28:05 8393fcb83ea8: Preparing 03:28:05 31769a487ccf: Preparing 03:28:05 40b20a1c9a6e: Preparing 03:28:05 7c504f21be85: Preparing 03:28:05 59d8c12b47a2: Waiting 03:28:05 c64a611ba147: Waiting 03:28:05 8393fcb83ea8: Waiting 03:28:05 31769a487ccf: Waiting 03:28:05 40b20a1c9a6e: Waiting 03:28:05 7c504f21be85: Waiting 03:28:05 dcd11014ae97: Layer already exists 03:28:05 71d897c58d84: Layer already exists 03:28:05 0c29ec8f74b9: Layer already exists 03:28:05 3473b8211206: Layer already exists 03:28:05 3b423775e494: Layer already exists 03:28:05 8393fcb83ea8: Layer already exists 03:28:05 c64a611ba147: Layer already exists 03:28:05 31769a487ccf: Layer already exists 03:28:05 59d8c12b47a2: Layer already exists 03:28:05 40b20a1c9a6e: Layer already exists 03:28:05 7c504f21be85: Layer already exists 03:28:05 main: digest: sha256:92a753f8a4488580ce8532047261794b0e1584d9b9519d8a1e4716ed3a634b09 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:28:06 ===================================================== [Pipeline] echo 03:28:06 taggedImages: 03:28:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:28:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 03:28:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.25 03:28:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:28:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 03:28:06 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 03:28:06 b1cf5992efcdcb25540593e782c82dc6cf42b659 03:28:06 latest 03:28:06 3.2.0-dev.25 03:28:06 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:28:06 main 03:28:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:06 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:06 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:28:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:28:06 546e31782feb: Preparing 03:28:06 4bc9b59624ff: Preparing 03:28:06 61f2d656dca4: Preparing 03:28:06 7d6564f0849c: Preparing 03:28:06 3e313b391281: Preparing 03:28:06 dc50a8277e76: Preparing 03:28:06 2b31e5f7353a: Preparing 03:28:06 59d8c12b47a2: Preparing 03:28:06 c64a611ba147: Preparing 03:28:06 d518ede80e90: Preparing 03:28:06 c4e1dc50a6a9: Preparing 03:28:06 7c504f21be85: Preparing 03:28:06 dc50a8277e76: Waiting 03:28:06 2b31e5f7353a: Waiting 03:28:06 59d8c12b47a2: Waiting 03:28:06 c64a611ba147: Waiting 03:28:06 d518ede80e90: Waiting 03:28:06 c4e1dc50a6a9: Waiting 03:28:06 7c504f21be85: Waiting 03:28:07 4bc9b59624ff: Pushed 03:28:07 3e313b391281: Pushed 03:28:07 546e31782feb: Pushed 03:28:07 59d8c12b47a2: Layer already exists 03:28:07 c64a611ba147: Layer already exists 03:28:07 dc50a8277e76: Pushed 03:28:07 2b31e5f7353a: Pushed 03:28:07 7c504f21be85: Layer already exists 03:28:08 d518ede80e90: Pushed 03:28:09 7d6564f0849c: Pushed 03:28:09 61f2d656dca4: Pushed 03:28:09 c4e1dc50a6a9: Pushed 03:28:09 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:837520707ba36a8a4979b3daa708267ae10bc662f79eaea098c475d54904d6b2 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:10 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:10 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 03:28:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:28:10 546e31782feb: Preparing 03:28:10 4bc9b59624ff: Preparing 03:28:10 61f2d656dca4: Preparing 03:28:10 7d6564f0849c: Preparing 03:28:10 3e313b391281: Preparing 03:28:10 dc50a8277e76: Preparing 03:28:10 2b31e5f7353a: Preparing 03:28:10 59d8c12b47a2: Preparing 03:28:10 c64a611ba147: Preparing 03:28:10 d518ede80e90: Preparing 03:28:10 c4e1dc50a6a9: Preparing 03:28:10 7c504f21be85: Preparing 03:28:10 dc50a8277e76: Waiting 03:28:10 2b31e5f7353a: Waiting 03:28:10 c64a611ba147: Waiting 03:28:10 d518ede80e90: Waiting 03:28:10 c4e1dc50a6a9: Waiting 03:28:10 7c504f21be85: Waiting 03:28:10 59d8c12b47a2: Waiting 03:28:10 4bc9b59624ff: Layer already exists 03:28:10 546e31782feb: Layer already exists 03:28:10 61f2d656dca4: Layer already exists 03:28:10 3e313b391281: Layer already exists 03:28:10 7d6564f0849c: Layer already exists 03:28:10 2b31e5f7353a: Layer already exists 03:28:10 dc50a8277e76: Layer already exists 03:28:10 c64a611ba147: Layer already exists 03:28:10 59d8c12b47a2: Layer already exists 03:28:10 d518ede80e90: Layer already exists 03:28:10 c4e1dc50a6a9: Layer already exists 03:28:10 7c504f21be85: Layer already exists 03:28:10 latest: digest: sha256:837520707ba36a8a4979b3daa708267ae10bc662f79eaea098c475d54904d6b2 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:11 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:11 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.25 03:28:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:28:11 546e31782feb: Preparing 03:28:11 4bc9b59624ff: Preparing 03:28:11 61f2d656dca4: Preparing 03:28:11 7d6564f0849c: Preparing 03:28:11 3e313b391281: Preparing 03:28:11 dc50a8277e76: Preparing 03:28:11 2b31e5f7353a: Preparing 03:28:11 59d8c12b47a2: Preparing 03:28:11 c64a611ba147: Preparing 03:28:11 d518ede80e90: Preparing 03:28:11 c4e1dc50a6a9: Preparing 03:28:11 7c504f21be85: Preparing 03:28:11 59d8c12b47a2: Waiting 03:28:11 c64a611ba147: Waiting 03:28:11 d518ede80e90: Waiting 03:28:11 c4e1dc50a6a9: Waiting 03:28:11 7c504f21be85: Waiting 03:28:11 dc50a8277e76: Waiting 03:28:11 2b31e5f7353a: Waiting 03:28:11 61f2d656dca4: Layer already exists 03:28:11 3e313b391281: Layer already exists 03:28:11 546e31782feb: Layer already exists 03:28:11 7d6564f0849c: Layer already exists 03:28:11 4bc9b59624ff: Layer already exists 03:28:11 c64a611ba147: Layer already exists 03:28:11 dc50a8277e76: Layer already exists 03:28:11 2b31e5f7353a: Layer already exists 03:28:11 59d8c12b47a2: Layer already exists 03:28:11 d518ede80e90: Layer already exists 03:28:11 c4e1dc50a6a9: Layer already exists 03:28:11 7c504f21be85: Layer already exists 03:28:11 3.2.0-dev.25: digest: sha256:837520707ba36a8a4979b3daa708267ae10bc662f79eaea098c475d54904d6b2 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:12 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:28:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:28:12 546e31782feb: Preparing 03:28:12 4bc9b59624ff: Preparing 03:28:12 61f2d656dca4: Preparing 03:28:12 7d6564f0849c: Preparing 03:28:12 3e313b391281: Preparing 03:28:12 dc50a8277e76: Preparing 03:28:12 2b31e5f7353a: Preparing 03:28:12 59d8c12b47a2: Preparing 03:28:12 c64a611ba147: Preparing 03:28:12 d518ede80e90: Preparing 03:28:12 c4e1dc50a6a9: Preparing 03:28:12 7c504f21be85: Preparing 03:28:12 59d8c12b47a2: Waiting 03:28:12 c64a611ba147: Waiting 03:28:12 d518ede80e90: Waiting 03:28:12 c4e1dc50a6a9: Waiting 03:28:12 7c504f21be85: Waiting 03:28:12 dc50a8277e76: Waiting 03:28:12 2b31e5f7353a: Waiting 03:28:12 3e313b391281: Layer already exists 03:28:12 61f2d656dca4: Layer already exists 03:28:12 4bc9b59624ff: Layer already exists 03:28:12 7d6564f0849c: Layer already exists 03:28:12 546e31782feb: Layer already exists 03:28:12 dc50a8277e76: Layer already exists 03:28:12 59d8c12b47a2: Layer already exists 03:28:12 2b31e5f7353a: Layer already exists 03:28:12 c64a611ba147: Layer already exists 03:28:12 d518ede80e90: Layer already exists 03:28:12 7c504f21be85: Layer already exists 03:28:12 c4e1dc50a6a9: Layer already exists 03:28:12 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:837520707ba36a8a4979b3daa708267ae10bc662f79eaea098c475d54904d6b2 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:13 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 03:28:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:28:13 546e31782feb: Preparing 03:28:13 4bc9b59624ff: Preparing 03:28:13 61f2d656dca4: Preparing 03:28:13 7d6564f0849c: Preparing 03:28:13 3e313b391281: Preparing 03:28:13 dc50a8277e76: Preparing 03:28:13 2b31e5f7353a: Preparing 03:28:13 59d8c12b47a2: Preparing 03:28:13 c64a611ba147: Preparing 03:28:13 d518ede80e90: Preparing 03:28:13 c4e1dc50a6a9: Preparing 03:28:13 7c504f21be85: Preparing 03:28:13 dc50a8277e76: Waiting 03:28:13 2b31e5f7353a: Waiting 03:28:13 59d8c12b47a2: Waiting 03:28:13 c64a611ba147: Waiting 03:28:13 d518ede80e90: Waiting 03:28:13 c4e1dc50a6a9: Waiting 03:28:13 7c504f21be85: Waiting 03:28:13 546e31782feb: Layer already exists 03:28:13 7d6564f0849c: Layer already exists 03:28:13 3e313b391281: Layer already exists 03:28:13 61f2d656dca4: Layer already exists 03:28:13 4bc9b59624ff: Layer already exists 03:28:13 dc50a8277e76: Layer already exists 03:28:13 2b31e5f7353a: Layer already exists 03:28:13 59d8c12b47a2: Layer already exists 03:28:13 d518ede80e90: Layer already exists 03:28:13 c64a611ba147: Layer already exists 03:28:13 c4e1dc50a6a9: Layer already exists 03:28:13 7c504f21be85: Layer already exists 03:28:13 main: digest: sha256:837520707ba36a8a4979b3daa708267ae10bc662f79eaea098c475d54904d6b2 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:28:13 ===================================================== [Pipeline] echo 03:28:13 taggedImages: 03:28:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:28:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 03:28:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.25 03:28:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:28:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 03:28:13 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 03:28:13 b1cf5992efcdcb25540593e782c82dc6cf42b659 03:28:13 latest 03:28:13 3.2.0-dev.25 03:28:13 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:28:13 main 03:28:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:14 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:14 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:28:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:28:14 f0ed37db8393: Preparing 03:28:14 b4efad6e975b: Preparing 03:28:14 59d8c12b47a2: Preparing 03:28:14 c64a611ba147: Preparing 03:28:14 efc17512e1ae: Preparing 03:28:14 6abbb62edfe2: Preparing 03:28:14 7c504f21be85: Preparing 03:28:14 6abbb62edfe2: Waiting 03:28:14 7c504f21be85: Waiting 03:28:14 59d8c12b47a2: Layer already exists 03:28:14 c64a611ba147: Layer already exists 03:28:14 7c504f21be85: Layer already exists 03:28:14 f0ed37db8393: Pushed 03:28:16 6abbb62edfe2: Pushed 03:28:16 efc17512e1ae: Pushed 03:28:18 b4efad6e975b: Pushed 03:28:18 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:1fcf72c4efd40f01274dc57f773e4b178daecc8006c8356169457981a17ebb6b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:19 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:19 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 03:28:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:28:19 f0ed37db8393: Preparing 03:28:19 b4efad6e975b: Preparing 03:28:19 59d8c12b47a2: Preparing 03:28:19 c64a611ba147: Preparing 03:28:19 efc17512e1ae: Preparing 03:28:19 6abbb62edfe2: Preparing 03:28:19 7c504f21be85: Preparing 03:28:19 6abbb62edfe2: Waiting 03:28:19 7c504f21be85: Waiting 03:28:19 59d8c12b47a2: Layer already exists 03:28:19 c64a611ba147: Layer already exists 03:28:19 efc17512e1ae: Layer already exists 03:28:19 b4efad6e975b: Layer already exists 03:28:19 f0ed37db8393: Layer already exists 03:28:19 6abbb62edfe2: Layer already exists 03:28:19 7c504f21be85: Layer already exists 03:28:19 latest: digest: sha256:1fcf72c4efd40f01274dc57f773e4b178daecc8006c8356169457981a17ebb6b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:20 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:20 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.25 03:28:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:28:20 f0ed37db8393: Preparing 03:28:20 b4efad6e975b: Preparing 03:28:20 59d8c12b47a2: Preparing 03:28:20 c64a611ba147: Preparing 03:28:20 efc17512e1ae: Preparing 03:28:20 6abbb62edfe2: Preparing 03:28:20 7c504f21be85: Preparing 03:28:20 6abbb62edfe2: Waiting 03:28:20 7c504f21be85: Waiting 03:28:20 f0ed37db8393: Layer already exists 03:28:20 59d8c12b47a2: Layer already exists 03:28:20 efc17512e1ae: Layer already exists 03:28:20 b4efad6e975b: Layer already exists 03:28:20 c64a611ba147: Layer already exists 03:28:20 7c504f21be85: Layer already exists 03:28:20 6abbb62edfe2: Layer already exists 03:28:20 3.2.0-dev.25: digest: sha256:1fcf72c4efd40f01274dc57f773e4b178daecc8006c8356169457981a17ebb6b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:21 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:21 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:28:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:28:21 f0ed37db8393: Preparing 03:28:21 b4efad6e975b: Preparing 03:28:21 59d8c12b47a2: Preparing 03:28:21 c64a611ba147: Preparing 03:28:21 efc17512e1ae: Preparing 03:28:21 6abbb62edfe2: Preparing 03:28:21 7c504f21be85: Preparing 03:28:21 7c504f21be85: Waiting 03:28:21 59d8c12b47a2: Layer already exists 03:28:21 b4efad6e975b: Layer already exists 03:28:21 f0ed37db8393: Layer already exists 03:28:21 efc17512e1ae: Layer already exists 03:28:21 c64a611ba147: Layer already exists 03:28:21 6abbb62edfe2: Layer already exists 03:28:21 7c504f21be85: Layer already exists 03:28:21 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:1fcf72c4efd40f01274dc57f773e4b178daecc8006c8356169457981a17ebb6b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:22 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:22 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 03:28:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:28:22 f0ed37db8393: Preparing 03:28:22 b4efad6e975b: Preparing 03:28:22 59d8c12b47a2: Preparing 03:28:22 c64a611ba147: Preparing 03:28:22 efc17512e1ae: Preparing 03:28:22 6abbb62edfe2: Preparing 03:28:22 7c504f21be85: Preparing 03:28:22 6abbb62edfe2: Waiting 03:28:22 7c504f21be85: Waiting 03:28:22 59d8c12b47a2: Layer already exists 03:28:22 efc17512e1ae: Layer already exists 03:28:22 c64a611ba147: Layer already exists 03:28:22 b4efad6e975b: Layer already exists 03:28:22 f0ed37db8393: Layer already exists 03:28:22 6abbb62edfe2: Layer already exists 03:28:22 7c504f21be85: Layer already exists 03:28:22 main: digest: sha256:1fcf72c4efd40f01274dc57f773e4b178daecc8006c8356169457981a17ebb6b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:28:22 ===================================================== [Pipeline] echo 03:28:22 taggedImages: 03:28:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:28:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 03:28:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.25 03:28:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:28:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 03:28:22 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 03:28:22 b1cf5992efcdcb25540593e782c82dc6cf42b659 03:28:22 latest 03:28:22 3.2.0-dev.25 03:28:22 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:28:22 main 03:28:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:23 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:28:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:28:23 3a55e0fe8cf1: Preparing 03:28:23 af7b60f47022: Preparing 03:28:23 4ba2b31ae015: Preparing 03:28:23 59d8c12b47a2: Preparing 03:28:23 c64a611ba147: Preparing 03:28:23 c56d9fd642a1: Preparing 03:28:23 b03a83a142c2: Preparing 03:28:23 ad7d29ed9975: Preparing 03:28:23 76f5b12b30c5: Preparing 03:28:23 7c504f21be85: Preparing 03:28:23 ad7d29ed9975: Waiting 03:28:23 76f5b12b30c5: Waiting 03:28:23 c56d9fd642a1: Waiting 03:28:23 b03a83a142c2: Waiting 03:28:23 7c504f21be85: Waiting 03:28:23 59d8c12b47a2: Layer already exists 03:28:23 c64a611ba147: Layer already exists 03:28:23 af7b60f47022: Pushed 03:28:23 4ba2b31ae015: Pushed 03:28:23 3a55e0fe8cf1: Pushed 03:28:23 7c504f21be85: Layer already exists 03:28:24 ad7d29ed9975: Pushed 03:28:25 76f5b12b30c5: Pushed 03:28:35 b03a83a142c2: Pushed 03:28:41 c56d9fd642a1: Pushed 03:28:41 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:df978ccc1c9112433b56e4448cd1b086fdc3c74cfefaadc86620d289de42f1a9 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:41 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 03:28:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:28:42 3a55e0fe8cf1: Preparing 03:28:42 af7b60f47022: Preparing 03:28:42 4ba2b31ae015: Preparing 03:28:42 59d8c12b47a2: Preparing 03:28:42 c64a611ba147: Preparing 03:28:42 c56d9fd642a1: Preparing 03:28:42 b03a83a142c2: Preparing 03:28:42 ad7d29ed9975: Preparing 03:28:42 76f5b12b30c5: Preparing 03:28:42 7c504f21be85: Preparing 03:28:42 b03a83a142c2: Waiting 03:28:42 76f5b12b30c5: Waiting 03:28:42 ad7d29ed9975: Waiting 03:28:42 7c504f21be85: Waiting 03:28:42 c56d9fd642a1: Waiting 03:28:42 59d8c12b47a2: Layer already exists 03:28:42 c64a611ba147: Layer already exists 03:28:42 af7b60f47022: Layer already exists 03:28:42 4ba2b31ae015: Layer already exists 03:28:42 3a55e0fe8cf1: Layer already exists 03:28:42 b03a83a142c2: Layer already exists 03:28:42 c56d9fd642a1: Layer already exists 03:28:42 76f5b12b30c5: Layer already exists 03:28:42 ad7d29ed9975: Layer already exists 03:28:42 7c504f21be85: Layer already exists 03:28:42 latest: digest: sha256:df978ccc1c9112433b56e4448cd1b086fdc3c74cfefaadc86620d289de42f1a9 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:42 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.25 03:28:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:28:43 3a55e0fe8cf1: Preparing 03:28:43 af7b60f47022: Preparing 03:28:43 4ba2b31ae015: Preparing 03:28:43 59d8c12b47a2: Preparing 03:28:43 c64a611ba147: Preparing 03:28:43 c56d9fd642a1: Preparing 03:28:43 b03a83a142c2: Preparing 03:28:43 ad7d29ed9975: Preparing 03:28:43 76f5b12b30c5: Preparing 03:28:43 7c504f21be85: Preparing 03:28:43 ad7d29ed9975: Waiting 03:28:43 76f5b12b30c5: Waiting 03:28:43 7c504f21be85: Waiting 03:28:43 c56d9fd642a1: Waiting 03:28:43 b03a83a142c2: Waiting 03:28:43 4ba2b31ae015: Layer already exists 03:28:43 59d8c12b47a2: Layer already exists 03:28:43 af7b60f47022: Layer already exists 03:28:43 3a55e0fe8cf1: Layer already exists 03:28:43 c64a611ba147: Layer already exists 03:28:43 b03a83a142c2: Layer already exists 03:28:43 76f5b12b30c5: Layer already exists 03:28:43 ad7d29ed9975: Layer already exists 03:28:43 7c504f21be85: Layer already exists 03:28:43 c56d9fd642a1: Layer already exists 03:28:43 3.2.0-dev.25: digest: sha256:df978ccc1c9112433b56e4448cd1b086fdc3c74cfefaadc86620d289de42f1a9 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:43 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:28:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:28:44 3a55e0fe8cf1: Preparing 03:28:44 af7b60f47022: Preparing 03:28:44 4ba2b31ae015: Preparing 03:28:44 59d8c12b47a2: Preparing 03:28:44 c64a611ba147: Preparing 03:28:44 c56d9fd642a1: Preparing 03:28:44 b03a83a142c2: Preparing 03:28:44 ad7d29ed9975: Preparing 03:28:44 76f5b12b30c5: Preparing 03:28:44 7c504f21be85: Preparing 03:28:44 c56d9fd642a1: Waiting 03:28:44 b03a83a142c2: Waiting 03:28:44 ad7d29ed9975: Waiting 03:28:44 76f5b12b30c5: Waiting 03:28:44 7c504f21be85: Waiting 03:28:44 59d8c12b47a2: Layer already exists 03:28:44 4ba2b31ae015: Layer already exists 03:28:44 c64a611ba147: Layer already exists 03:28:44 af7b60f47022: Layer already exists 03:28:44 3a55e0fe8cf1: Layer already exists 03:28:44 ad7d29ed9975: Layer already exists 03:28:44 c56d9fd642a1: Layer already exists 03:28:44 7c504f21be85: Layer already exists 03:28:44 b03a83a142c2: Layer already exists 03:28:44 76f5b12b30c5: Layer already exists 03:28:44 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:df978ccc1c9112433b56e4448cd1b086fdc3c74cfefaadc86620d289de42f1a9 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:44 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 03:28:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:28:45 3a55e0fe8cf1: Preparing 03:28:45 af7b60f47022: Preparing 03:28:45 4ba2b31ae015: Preparing 03:28:45 59d8c12b47a2: Preparing 03:28:45 c64a611ba147: Preparing 03:28:45 c56d9fd642a1: Preparing 03:28:45 b03a83a142c2: Preparing 03:28:45 ad7d29ed9975: Preparing 03:28:45 76f5b12b30c5: Preparing 03:28:45 7c504f21be85: Preparing 03:28:45 b03a83a142c2: Waiting 03:28:45 ad7d29ed9975: Waiting 03:28:45 76f5b12b30c5: Waiting 03:28:45 7c504f21be85: Waiting 03:28:45 c56d9fd642a1: Waiting 03:28:45 4ba2b31ae015: Layer already exists 03:28:45 3a55e0fe8cf1: Layer already exists 03:28:45 59d8c12b47a2: Layer already exists 03:28:45 c64a611ba147: Layer already exists 03:28:45 af7b60f47022: Layer already exists 03:28:45 b03a83a142c2: Layer already exists 03:28:45 c56d9fd642a1: Layer already exists 03:28:45 ad7d29ed9975: Layer already exists 03:28:45 76f5b12b30c5: Layer already exists 03:28:45 7c504f21be85: Layer already exists 03:28:45 main: digest: sha256:df978ccc1c9112433b56e4448cd1b086fdc3c74cfefaadc86620d289de42f1a9 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:28:45 ===================================================== [Pipeline] echo 03:28:45 taggedImages: 03:28:45 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:28:45 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 03:28:45 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.25 03:28:45 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:28:45 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 03:28:45 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 03:28:45 b1cf5992efcdcb25540593e782c82dc6cf42b659 03:28:45 latest 03:28:45 3.2.0-dev.25 03:28:45 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:28:45 main 03:28:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:45 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:28:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:28:46 808100627c2e: Preparing 03:28:46 a56d1dbbe840: Preparing 03:28:46 d43f7028c011: Preparing 03:28:46 59d8c12b47a2: Preparing 03:28:46 c64a611ba147: Preparing 03:28:46 5119df85f3f2: Preparing 03:28:46 87e397fcff6d: Preparing 03:28:46 226766633450: Preparing 03:28:46 7c504f21be85: Preparing 03:28:46 5119df85f3f2: Waiting 03:28:46 87e397fcff6d: Waiting 03:28:46 226766633450: Waiting 03:28:46 7c504f21be85: Waiting 03:28:46 c64a611ba147: Layer already exists 03:28:46 59d8c12b47a2: Layer already exists 03:28:46 a56d1dbbe840: Pushed 03:28:46 d43f7028c011: Pushed 03:28:46 808100627c2e: Pushed 03:28:46 7c504f21be85: Layer already exists 03:28:47 226766633450: Pushed 03:28:48 87e397fcff6d: Pushed 03:29:06 5119df85f3f2: Pushed 03:29:06 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:52a1d7352cb7791935f3c4fdfa964f9ae0d374462908a66f5f4e47f0617b6cd9 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:06 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 03:29:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:29:06 808100627c2e: Preparing 03:29:06 a56d1dbbe840: Preparing 03:29:06 d43f7028c011: Preparing 03:29:06 59d8c12b47a2: Preparing 03:29:06 c64a611ba147: Preparing 03:29:06 5119df85f3f2: Preparing 03:29:06 87e397fcff6d: Preparing 03:29:06 226766633450: Preparing 03:29:06 7c504f21be85: Preparing 03:29:06 5119df85f3f2: Waiting 03:29:06 87e397fcff6d: Waiting 03:29:06 226766633450: Waiting 03:29:06 7c504f21be85: Waiting 03:29:06 59d8c12b47a2: Layer already exists 03:29:06 c64a611ba147: Layer already exists 03:29:06 808100627c2e: Layer already exists 03:29:06 d43f7028c011: Layer already exists 03:29:06 a56d1dbbe840: Layer already exists 03:29:06 5119df85f3f2: Layer already exists 03:29:06 87e397fcff6d: Layer already exists 03:29:06 226766633450: Layer already exists 03:29:06 7c504f21be85: Layer already exists 03:29:07 latest: digest: sha256:52a1d7352cb7791935f3c4fdfa964f9ae0d374462908a66f5f4e47f0617b6cd9 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:07 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.25 03:29:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:29:07 808100627c2e: Preparing 03:29:07 a56d1dbbe840: Preparing 03:29:07 d43f7028c011: Preparing 03:29:07 59d8c12b47a2: Preparing 03:29:07 c64a611ba147: Preparing 03:29:07 5119df85f3f2: Preparing 03:29:07 87e397fcff6d: Preparing 03:29:07 226766633450: Preparing 03:29:07 7c504f21be85: Preparing 03:29:07 5119df85f3f2: Waiting 03:29:07 87e397fcff6d: Waiting 03:29:07 226766633450: Waiting 03:29:07 7c504f21be85: Waiting 03:29:07 a56d1dbbe840: Layer already exists 03:29:07 d43f7028c011: Layer already exists 03:29:07 59d8c12b47a2: Layer already exists 03:29:07 c64a611ba147: Layer already exists 03:29:07 808100627c2e: Layer already exists 03:29:07 226766633450: Layer already exists 03:29:07 87e397fcff6d: Layer already exists 03:29:07 7c504f21be85: Layer already exists 03:29:07 5119df85f3f2: Layer already exists 03:29:08 3.2.0-dev.25: digest: sha256:52a1d7352cb7791935f3c4fdfa964f9ae0d374462908a66f5f4e47f0617b6cd9 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:08 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:29:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:29:08 808100627c2e: Preparing 03:29:08 a56d1dbbe840: Preparing 03:29:08 d43f7028c011: Preparing 03:29:08 59d8c12b47a2: Preparing 03:29:08 c64a611ba147: Preparing 03:29:08 5119df85f3f2: Preparing 03:29:08 87e397fcff6d: Preparing 03:29:08 226766633450: Preparing 03:29:08 7c504f21be85: Preparing 03:29:08 87e397fcff6d: Waiting 03:29:08 226766633450: Waiting 03:29:08 7c504f21be85: Waiting 03:29:08 5119df85f3f2: Waiting 03:29:08 808100627c2e: Layer already exists 03:29:08 59d8c12b47a2: Layer already exists 03:29:08 d43f7028c011: Layer already exists 03:29:08 c64a611ba147: Layer already exists 03:29:08 a56d1dbbe840: Layer already exists 03:29:09 87e397fcff6d: Layer already exists 03:29:09 226766633450: Layer already exists 03:29:09 5119df85f3f2: Layer already exists 03:29:09 7c504f21be85: Layer already exists 03:29:09 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:52a1d7352cb7791935f3c4fdfa964f9ae0d374462908a66f5f4e47f0617b6cd9 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:09 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 03:29:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:29:09 808100627c2e: Preparing 03:29:09 a56d1dbbe840: Preparing 03:29:09 d43f7028c011: Preparing 03:29:09 59d8c12b47a2: Preparing 03:29:09 c64a611ba147: Preparing 03:29:09 5119df85f3f2: Preparing 03:29:09 87e397fcff6d: Preparing 03:29:09 226766633450: Preparing 03:29:09 7c504f21be85: Preparing 03:29:09 87e397fcff6d: Waiting 03:29:09 5119df85f3f2: Waiting 03:29:09 226766633450: Waiting 03:29:09 7c504f21be85: Waiting 03:29:09 d43f7028c011: Layer already exists 03:29:09 808100627c2e: Layer already exists 03:29:09 59d8c12b47a2: Layer already exists 03:29:09 a56d1dbbe840: Layer already exists 03:29:09 c64a611ba147: Layer already exists 03:29:09 5119df85f3f2: Layer already exists 03:29:09 226766633450: Layer already exists 03:29:09 87e397fcff6d: Layer already exists 03:29:09 7c504f21be85: Layer already exists 03:29:10 main: digest: sha256:52a1d7352cb7791935f3c4fdfa964f9ae0d374462908a66f5f4e47f0617b6cd9 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:29:10 ===================================================== [Pipeline] echo 03:29:10 taggedImages: 03:29:10 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:29:10 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 03:29:10 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.25 03:29:10 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:29:10 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 03:29:10 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 03:29:10 b1cf5992efcdcb25540593e782c82dc6cf42b659 03:29:10 latest 03:29:10 3.2.0-dev.25 03:29:10 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:29:10 main 03:29:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:10 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:29:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:29:11 c038b68e5727: Preparing 03:29:11 8a45215f4fa8: Preparing 03:29:11 cc8e58e3b4b1: Preparing 03:29:11 59d8c12b47a2: Preparing 03:29:11 c64a611ba147: Preparing 03:29:11 5119df85f3f2: Preparing 03:29:11 ad7d29ed9975: Preparing 03:29:11 76f5b12b30c5: Preparing 03:29:11 7c504f21be85: Preparing 03:29:11 5119df85f3f2: Waiting 03:29:11 ad7d29ed9975: Waiting 03:29:11 76f5b12b30c5: Waiting 03:29:11 7c504f21be85: Waiting 03:29:11 59d8c12b47a2: Layer already exists 03:29:11 c64a611ba147: Layer already exists 03:29:11 5119df85f3f2: Layer already exists 03:29:11 ad7d29ed9975: Layer already exists 03:29:11 cc8e58e3b4b1: Pushed 03:29:11 76f5b12b30c5: Layer already exists 03:29:11 8a45215f4fa8: Pushed 03:29:11 7c504f21be85: Layer already exists 03:29:11 c038b68e5727: Pushed 03:29:11 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:58925d73fba86c5e07c93168b887f669d723d71894ee7f9a3f9bb4033e36b73b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:12 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 03:29:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:29:12 c038b68e5727: Preparing 03:29:12 8a45215f4fa8: Preparing 03:29:12 cc8e58e3b4b1: Preparing 03:29:12 59d8c12b47a2: Preparing 03:29:12 c64a611ba147: Preparing 03:29:12 5119df85f3f2: Preparing 03:29:12 ad7d29ed9975: Preparing 03:29:12 76f5b12b30c5: Preparing 03:29:12 7c504f21be85: Preparing 03:29:12 ad7d29ed9975: Waiting 03:29:12 76f5b12b30c5: Waiting 03:29:12 7c504f21be85: Waiting 03:29:12 5119df85f3f2: Waiting 03:29:12 8a45215f4fa8: Layer already exists 03:29:12 cc8e58e3b4b1: Layer already exists 03:29:12 c64a611ba147: Layer already exists 03:29:12 59d8c12b47a2: Layer already exists 03:29:12 c038b68e5727: Layer already exists 03:29:12 ad7d29ed9975: Layer already exists 03:29:12 5119df85f3f2: Layer already exists 03:29:12 7c504f21be85: Layer already exists 03:29:12 76f5b12b30c5: Layer already exists 03:29:12 latest: digest: sha256:58925d73fba86c5e07c93168b887f669d723d71894ee7f9a3f9bb4033e36b73b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:12 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.25 03:29:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:29:13 c038b68e5727: Preparing 03:29:13 8a45215f4fa8: Preparing 03:29:13 cc8e58e3b4b1: Preparing 03:29:13 59d8c12b47a2: Preparing 03:29:13 c64a611ba147: Preparing 03:29:13 5119df85f3f2: Preparing 03:29:13 ad7d29ed9975: Preparing 03:29:13 76f5b12b30c5: Preparing 03:29:13 7c504f21be85: Preparing 03:29:13 ad7d29ed9975: Waiting 03:29:13 76f5b12b30c5: Waiting 03:29:13 7c504f21be85: Waiting 03:29:13 5119df85f3f2: Waiting 03:29:13 cc8e58e3b4b1: Layer already exists 03:29:13 59d8c12b47a2: Layer already exists 03:29:13 c038b68e5727: Layer already exists 03:29:13 8a45215f4fa8: Layer already exists 03:29:13 c64a611ba147: Layer already exists 03:29:13 5119df85f3f2: Layer already exists 03:29:13 76f5b12b30c5: Layer already exists 03:29:13 ad7d29ed9975: Layer already exists 03:29:13 7c504f21be85: Layer already exists 03:29:13 3.2.0-dev.25: digest: sha256:58925d73fba86c5e07c93168b887f669d723d71894ee7f9a3f9bb4033e36b73b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:13 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:29:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:29:14 c038b68e5727: Preparing 03:29:14 8a45215f4fa8: Preparing 03:29:14 cc8e58e3b4b1: Preparing 03:29:14 59d8c12b47a2: Preparing 03:29:14 c64a611ba147: Preparing 03:29:14 5119df85f3f2: Preparing 03:29:14 ad7d29ed9975: Preparing 03:29:14 76f5b12b30c5: Preparing 03:29:14 7c504f21be85: Preparing 03:29:14 5119df85f3f2: Waiting 03:29:14 ad7d29ed9975: Waiting 03:29:14 76f5b12b30c5: Waiting 03:29:14 7c504f21be85: Waiting 03:29:14 59d8c12b47a2: Layer already exists 03:29:14 c64a611ba147: Layer already exists 03:29:14 c038b68e5727: Layer already exists 03:29:14 cc8e58e3b4b1: Layer already exists 03:29:14 8a45215f4fa8: Layer already exists 03:29:14 76f5b12b30c5: Layer already exists 03:29:14 ad7d29ed9975: Layer already exists 03:29:14 5119df85f3f2: Layer already exists 03:29:14 7c504f21be85: Layer already exists 03:29:14 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:58925d73fba86c5e07c93168b887f669d723d71894ee7f9a3f9bb4033e36b73b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:14 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 03:29:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:29:15 c038b68e5727: Preparing 03:29:15 8a45215f4fa8: Preparing 03:29:15 cc8e58e3b4b1: Preparing 03:29:15 59d8c12b47a2: Preparing 03:29:15 c64a611ba147: Preparing 03:29:15 5119df85f3f2: Preparing 03:29:15 ad7d29ed9975: Preparing 03:29:15 76f5b12b30c5: Preparing 03:29:15 7c504f21be85: Preparing 03:29:15 5119df85f3f2: Waiting 03:29:15 ad7d29ed9975: Waiting 03:29:15 7c504f21be85: Waiting 03:29:15 76f5b12b30c5: Waiting 03:29:15 c64a611ba147: Layer already exists 03:29:15 c038b68e5727: Layer already exists 03:29:15 cc8e58e3b4b1: Layer already exists 03:29:15 8a45215f4fa8: Layer already exists 03:29:15 59d8c12b47a2: Layer already exists 03:29:15 76f5b12b30c5: Layer already exists 03:29:15 ad7d29ed9975: Layer already exists 03:29:15 7c504f21be85: Layer already exists 03:29:15 5119df85f3f2: Layer already exists 03:29:15 main: digest: sha256:58925d73fba86c5e07c93168b887f669d723d71894ee7f9a3f9bb4033e36b73b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:29:15 ===================================================== [Pipeline] echo 03:29:15 taggedImages: 03:29:15 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:29:15 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 03:29:15 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.25 03:29:15 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:29:15 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 03:29:15 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 03:29:15 b1cf5992efcdcb25540593e782c82dc6cf42b659 03:29:15 latest 03:29:15 3.2.0-dev.25 03:29:15 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:29:15 main 03:29:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:16 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:16 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:29:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:29:16 01b646fbf10a: Preparing 03:29:16 2987b103f8d4: Preparing 03:29:16 59d8c12b47a2: Preparing 03:29:16 c64a611ba147: Preparing 03:29:16 d131984385b4: Preparing 03:29:16 9591696b670f: Preparing 03:29:16 7c504f21be85: Preparing 03:29:16 9591696b670f: Waiting 03:29:16 7c504f21be85: Waiting 03:29:16 59d8c12b47a2: Layer already exists 03:29:16 c64a611ba147: Layer already exists 03:29:16 7c504f21be85: Layer already exists 03:29:16 01b646fbf10a: Pushed 03:29:16 9591696b670f: Pushed 03:29:18 d131984385b4: Pushed 03:29:23 2987b103f8d4: Pushed 03:29:23 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:fe6c0d739d96ab593dbf1f7712c26fe6e53973ffa99e36f4f95805160a93b6ce size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:24 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:24 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 03:29:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:29:24 01b646fbf10a: Preparing 03:29:24 2987b103f8d4: Preparing 03:29:24 59d8c12b47a2: Preparing 03:29:24 c64a611ba147: Preparing 03:29:24 d131984385b4: Preparing 03:29:24 9591696b670f: Preparing 03:29:24 7c504f21be85: Preparing 03:29:24 9591696b670f: Waiting 03:29:24 7c504f21be85: Waiting 03:29:24 c64a611ba147: Layer already exists 03:29:24 59d8c12b47a2: Layer already exists 03:29:24 d131984385b4: Layer already exists 03:29:24 2987b103f8d4: Layer already exists 03:29:24 01b646fbf10a: Layer already exists 03:29:24 7c504f21be85: Layer already exists 03:29:24 9591696b670f: Layer already exists 03:29:24 latest: digest: sha256:fe6c0d739d96ab593dbf1f7712c26fe6e53973ffa99e36f4f95805160a93b6ce size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:25 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:25 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.25 03:29:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:29:25 01b646fbf10a: Preparing 03:29:25 2987b103f8d4: Preparing 03:29:25 59d8c12b47a2: Preparing 03:29:25 c64a611ba147: Preparing 03:29:25 d131984385b4: Preparing 03:29:25 9591696b670f: Preparing 03:29:25 7c504f21be85: Preparing 03:29:25 9591696b670f: Waiting 03:29:25 7c504f21be85: Waiting 03:29:25 59d8c12b47a2: Layer already exists 03:29:25 d131984385b4: Layer already exists 03:29:25 2987b103f8d4: Layer already exists 03:29:25 c64a611ba147: Layer already exists 03:29:25 01b646fbf10a: Layer already exists 03:29:25 7c504f21be85: Layer already exists 03:29:25 9591696b670f: Layer already exists 03:29:25 3.2.0-dev.25: digest: sha256:fe6c0d739d96ab593dbf1f7712c26fe6e53973ffa99e36f4f95805160a93b6ce size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:25 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:26 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:29:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:29:26 01b646fbf10a: Preparing 03:29:26 2987b103f8d4: Preparing 03:29:26 59d8c12b47a2: Preparing 03:29:26 c64a611ba147: Preparing 03:29:26 d131984385b4: Preparing 03:29:26 9591696b670f: Preparing 03:29:26 7c504f21be85: Preparing 03:29:26 9591696b670f: Waiting 03:29:26 7c504f21be85: Waiting 03:29:26 01b646fbf10a: Layer already exists 03:29:26 2987b103f8d4: Layer already exists 03:29:26 59d8c12b47a2: Layer already exists 03:29:26 c64a611ba147: Layer already exists 03:29:26 d131984385b4: Layer already exists 03:29:26 7c504f21be85: Layer already exists 03:29:26 9591696b670f: Layer already exists 03:29:26 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:fe6c0d739d96ab593dbf1f7712c26fe6e53973ffa99e36f4f95805160a93b6ce size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:26 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:27 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 03:29:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:29:27 01b646fbf10a: Preparing 03:29:27 2987b103f8d4: Preparing 03:29:27 59d8c12b47a2: Preparing 03:29:27 c64a611ba147: Preparing 03:29:27 d131984385b4: Preparing 03:29:27 9591696b670f: Preparing 03:29:27 7c504f21be85: Preparing 03:29:27 9591696b670f: Waiting 03:29:27 7c504f21be85: Waiting 03:29:27 2987b103f8d4: Layer already exists 03:29:27 c64a611ba147: Layer already exists 03:29:27 d131984385b4: Layer already exists 03:29:27 59d8c12b47a2: Layer already exists 03:29:27 01b646fbf10a: Layer already exists 03:29:27 9591696b670f: Layer already exists 03:29:27 7c504f21be85: Layer already exists 03:29:27 main: digest: sha256:fe6c0d739d96ab593dbf1f7712c26fe6e53973ffa99e36f4f95805160a93b6ce size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:29:27 ===================================================== [Pipeline] echo 03:29:27 taggedImages: 03:29:27 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:29:27 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 03:29:27 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.25 03:29:27 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:29:27 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 03:29:27 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 03:29:27 b1cf5992efcdcb25540593e782c82dc6cf42b659 03:29:27 latest 03:29:27 3.2.0-dev.25 03:29:27 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:29:27 main 03:29:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:28 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:28 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:29:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:29:28 b43b47428d8b: Preparing 03:29:28 abd9fe9d17d7: Preparing 03:29:28 59d8c12b47a2: Preparing 03:29:28 c64a611ba147: Preparing 03:29:28 09354b23afcb: Preparing 03:29:28 697530da8006: Preparing 03:29:28 7c504f21be85: Preparing 03:29:28 697530da8006: Waiting 03:29:28 7c504f21be85: Waiting 03:29:28 09354b23afcb: Layer already exists 03:29:28 c64a611ba147: Layer already exists 03:29:28 59d8c12b47a2: Layer already exists 03:29:28 697530da8006: Layer already exists 03:29:28 7c504f21be85: Layer already exists 03:29:28 b43b47428d8b: Pushed 03:29:35 abd9fe9d17d7: Pushed 03:29:35 b1cf5992efcdcb25540593e782c82dc6cf42b659: digest: sha256:72f5dd2ba7ce551736677d847950138a1bcd743ad0d11d37b8a3de83c92369d3 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:35 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:36 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 03:29:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:29:36 b43b47428d8b: Preparing 03:29:36 abd9fe9d17d7: Preparing 03:29:36 59d8c12b47a2: Preparing 03:29:36 c64a611ba147: Preparing 03:29:36 09354b23afcb: Preparing 03:29:36 697530da8006: Preparing 03:29:36 7c504f21be85: Preparing 03:29:36 697530da8006: Waiting 03:29:36 7c504f21be85: Waiting 03:29:36 c64a611ba147: Layer already exists 03:29:36 59d8c12b47a2: Layer already exists 03:29:36 b43b47428d8b: Layer already exists 03:29:36 09354b23afcb: Layer already exists 03:29:36 abd9fe9d17d7: Layer already exists 03:29:36 697530da8006: Layer already exists 03:29:36 7c504f21be85: Layer already exists 03:29:36 latest: digest: sha256:72f5dd2ba7ce551736677d847950138a1bcd743ad0d11d37b8a3de83c92369d3 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:36 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:36 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.25 03:29:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:29:36 b43b47428d8b: Preparing 03:29:36 abd9fe9d17d7: Preparing 03:29:36 59d8c12b47a2: Preparing 03:29:36 c64a611ba147: Preparing 03:29:36 09354b23afcb: Preparing 03:29:36 697530da8006: Preparing 03:29:36 7c504f21be85: Preparing 03:29:36 697530da8006: Waiting 03:29:36 7c504f21be85: Waiting 03:29:36 c64a611ba147: Layer already exists 03:29:36 abd9fe9d17d7: Layer already exists 03:29:36 59d8c12b47a2: Layer already exists 03:29:36 b43b47428d8b: Layer already exists 03:29:36 09354b23afcb: Layer already exists 03:29:36 697530da8006: Layer already exists 03:29:36 7c504f21be85: Layer already exists 03:29:37 3.2.0-dev.25: digest: sha256:72f5dd2ba7ce551736677d847950138a1bcd743ad0d11d37b8a3de83c92369d3 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:37 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:37 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:29:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:29:37 b43b47428d8b: Preparing 03:29:37 abd9fe9d17d7: Preparing 03:29:37 59d8c12b47a2: Preparing 03:29:37 c64a611ba147: Preparing 03:29:37 09354b23afcb: Preparing 03:29:37 697530da8006: Preparing 03:29:37 7c504f21be85: Preparing 03:29:37 697530da8006: Waiting 03:29:37 7c504f21be85: Waiting 03:29:37 09354b23afcb: Layer already exists 03:29:37 b43b47428d8b: Layer already exists 03:29:37 59d8c12b47a2: Layer already exists 03:29:37 c64a611ba147: Layer already exists 03:29:37 abd9fe9d17d7: Layer already exists 03:29:37 697530da8006: Layer already exists 03:29:37 7c504f21be85: Layer already exists 03:29:38 b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25: digest: sha256:72f5dd2ba7ce551736677d847950138a1bcd743ad0d11d37b8a3de83c92369d3 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:38 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:38 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 03:29:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:29:38 b43b47428d8b: Preparing 03:29:38 abd9fe9d17d7: Preparing 03:29:38 59d8c12b47a2: Preparing 03:29:38 c64a611ba147: Preparing 03:29:38 09354b23afcb: Preparing 03:29:38 697530da8006: Preparing 03:29:38 7c504f21be85: Preparing 03:29:38 697530da8006: Waiting 03:29:38 09354b23afcb: Layer already exists 03:29:38 c64a611ba147: Layer already exists 03:29:38 abd9fe9d17d7: Layer already exists 03:29:38 b43b47428d8b: Layer already exists 03:29:38 59d8c12b47a2: Layer already exists 03:29:38 7c504f21be85: Layer already exists 03:29:38 697530da8006: Layer already exists 03:29:39 main: digest: sha256:72f5dd2ba7ce551736677d847950138a1bcd743ad0d11d37b8a3de83c92369d3 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:29:39 ===================================================== [Pipeline] echo 03:29:39 taggedImages: 03:29:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659 03:29:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 03:29:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.25 03:29:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b1cf5992efcdcb25540593e782c82dc6cf42b659-3.2.0-dev.25 03:29:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:29:39 03:29:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:29:39 arm64: Pulling from edgex-lftools-log-publisher 03:29:39 8998bd30e6a1: Pulling fs layer 03:29:39 04944245beec: Pulling fs layer 03:29:39 699f458cf7ca: Pulling fs layer 03:29:39 765212b225bb: Pulling fs layer 03:29:39 f23df028b6ca: Pulling fs layer 03:29:39 d65c8cfc05b1: Pulling fs layer 03:29:39 2437ff75d9bd: Pulling fs layer 03:29:39 765212b225bb: Waiting 03:29:39 f23df028b6ca: Waiting 03:29:39 2437ff75d9bd: Waiting 03:29:39 d65c8cfc05b1: Waiting 03:29:40 04944245beec: Verifying Checksum 03:29:40 04944245beec: Download complete 03:29:40 765212b225bb: Verifying Checksum 03:29:40 765212b225bb: Download complete 03:29:40 f23df028b6ca: Verifying Checksum 03:29:40 f23df028b6ca: Download complete 03:29:40 d65c8cfc05b1: Verifying Checksum 03:29:40 d65c8cfc05b1: Download complete 03:29:40 699f458cf7ca: Verifying Checksum 03:29:40 699f458cf7ca: Download complete 03:29:40 8998bd30e6a1: Verifying Checksum 03:29:40 8998bd30e6a1: Download complete 03:29:43 2437ff75d9bd: Verifying Checksum 03:29:43 2437ff75d9bd: Download complete 03:29:45 8998bd30e6a1: Pull complete 03:29:45 04944245beec: Pull complete 03:29:47 699f458cf7ca: Pull complete 03:29:47 765212b225bb: Pull complete 03:29:48 f23df028b6ca: Pull complete 03:29:48 d65c8cfc05b1: Pull complete 03:30:07 2437ff75d9bd: Pull complete 03:30:07 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 03:30:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:30:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:30:07 prd-ubuntu20.04-docker-arm64-4c-16g-3919 does not seem to be running inside a container 03:30:07 $ 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/643 -v /w/workspace/edgex-go/643:/w/workspace/edgex-go/643:rw,z -v /w/workspace/edgex-go/643@tmp:/w/workspace/edgex-go/643@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 03:30:10 $ docker top a0b90ecfe31f8bcd8e2533c96d4e7439d5b5814527aea354479fb0e2b4cabb84 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:30:10 ---> job-cost.sh 03:30:10 lf-activate-venv: SKIPPING 03:30:10 INFO: No Stack... 03:30:11 INFO: Retrieving Pricing Info for: v3-standard-4 03:30:12 INFO: Archiving Costs [Pipeline] sh 03:30:12 + cat /w/workspace/edgex-go/643/archives/cost.csv 03:30:12 + cut -d, -f6 [Pipeline] lock 03:30:12 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-643-stack-cost] 03:30:12 Resource [jenkins-edgexfoundry-edgex-go-main-643-stack-cost] did not exist. Created. 03:30:12 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-643-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:30:13 + echo total: 0.10999999940395355 [Pipeline] stash 03:30:14 Stashed 1 file(s) [Pipeline] } 03:30:14 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-643-stack-cost] [Pipeline] // lock [Pipeline] } 03:30:14 $ docker stop --time=1 a0b90ecfe31f8bcd8e2533c96d4e7439d5b5814527aea354479fb0e2b4cabb84 03:30:15 $ docker rm -f --volumes a0b90ecfe31f8bcd8e2533c96d4e7439d5b5814527aea354479fb0e2b4cabb84 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 03:30:16 provisioning config files... 03:30:16 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/643@tmp/config14215127302846692028tmp [Pipeline] { [Pipeline] sh 03:30:16 + set +x 03:30:16 + curl -s https://codecov.io/bash 03:30:16 + bash -s -- 03:30:16 03:30:16 _____ _ 03:30:16 / ____| | | 03:30:16 | | ___ __| | ___ ___ _____ __ 03:30:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:30:16 | |___| (_) | (_| | __/ (_| (_) \ V / 03:30:16 \_____\___/ \__,_|\___|\___\___/ \_/ 03:30:16 Bash-1.0.6 03:30:16 03:30:16 03:30:16 ==> git version 2.25.1 found 03:30:16 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 03:30:16 Release-Date: 2020-01-08 03:30:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 03:30:16 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 03:30:16 ==> Jenkins CI detected. 03:30:16 current dir:  /w/workspace/edgex-go/643 03:30:16 project root: . 03:30:16 --> token set from env 03:30:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:30:16 ==> Running gcov in . (disable via -X gcov) 03:30:16 ==> Python coveragepy not found 03:30:16 ==> Searching for coverage reports in: 03:30:16 + . 03:30:16 -> Found 1 reports 03:30:16 ==> Detecting git/mercurial file structure 03:30:16 ==> Reading reports 03:30:16 + ./coverage.out bytes=455714 03:30:16 ==> Appending adjustments 03:30:16 https://docs.codecov.io/docs/fixing-reports 03:30:17 + Found adjustments 03:30:17 ==> Gzipping contents 03:30:17 60K /tmp/codecov.etGuj5.gz 03:30:17 ==> Uploading reports 03:30:17 url: https://codecov.io 03:30:17 query: branch=main&commit=b1cf5992efcdcb25540593e782c82dc6cf42b659&build=643&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F643%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:30:17 -> Pinging Codecov 03:30:17 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=b1cf5992efcdcb25540593e782c82dc6cf42b659&build=643&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F643%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:30:18 -> Uploading to 03:30:18 https://storage.googleapis.com/codecov/v4/raw/2024-06-18/00271124DB129430A58F1EEE437C3FCB/b1cf5992efcdcb25540593e782c82dc6cf42b659/6613aa80-3fd5-439f-a206-4155b6286a43.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240618%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240618T033017Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=742e21fbec39e36623be216945a78b8e7f0620a1bfbb73a13013847cdbecdd21 03:30:18 % Total % Received % Xferd Average Speed Time Time Time Current 03:30:18 Dload Upload Total Spent Left Speed 03:30:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58041 0 0 100 58041 0 858k --:--:-- --:--:-- --:--:-- 845k 100 58041 0 0 100 58041 0 187k --:--:-- --:--:-- --:--:-- 187k 03:30:18 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/b1cf5992efcdcb25540593e782c82dc6cf42b659 [Pipeline] } 03:30:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 03:30:18 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 03:30:18 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:30:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:30:18 03:30:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:30:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:30:19 latest: Pulling from edgex-devops/edgex-snyk-go 03:30:19 619be1103602: Already exists 03:30:19 f8ea3408117e: Pulling fs layer 03:30:19 91320369b822: Pulling fs layer 03:30:19 0406650e8295: Pulling fs layer 03:30:19 4f4fb700ef54: Pulling fs layer 03:30:19 96d80e3f36e1: Pulling fs layer 03:30:19 bcf3aedb951c: Pulling fs layer 03:30:19 96d80e3f36e1: Waiting 03:30:19 4f4fb700ef54: Waiting 03:30:19 bcf3aedb951c: Waiting 03:30:19 0406650e8295: Verifying Checksum 03:30:19 0406650e8295: Download complete 03:30:19 f8ea3408117e: Verifying Checksum 03:30:19 4f4fb700ef54: Verifying Checksum 03:30:19 4f4fb700ef54: Download complete 03:30:19 f8ea3408117e: Pull complete 03:30:19 96d80e3f36e1: Verifying Checksum 03:30:19 96d80e3f36e1: Download complete 03:30:19 91320369b822: Verifying Checksum 03:30:19 91320369b822: Download complete 03:30:20 bcf3aedb951c: Verifying Checksum 03:30:23 91320369b822: Pull complete 03:30:23 0406650e8295: Pull complete 03:30:23 4f4fb700ef54: Pull complete 03:30:23 96d80e3f36e1: Pull complete 03:30:26 bcf3aedb951c: Pull complete 03:30:26 Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 03:30:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:30:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:30:26 prd-ubuntu20.04-docker-8c-8g-3379 does not seem to be running inside a container 03:30:26 $ 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/643 -v /w/workspace/edgex-go/643:/w/workspace/edgex-go/643:rw,z -v /w/workspace/edgex-go/643@tmp:/w/workspace/edgex-go/643@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 03:30:32 $ docker top ccbfe41e540e93e9cb6d2c89d75949db72b6d65e9047627260d00ee578b01d88 -eo pid,comm [Pipeline] { [Pipeline] sh 03:30:32 + git config --global --add safe.directory /w/workspace/edgex-go/643 [Pipeline] echo 03:30:32 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 03:30:33 + set -o pipefail 03:30:33 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 03:30:43 03:30:43 Monitoring /w/workspace/edgex-go/643 (github.com/edgexfoundry/edgex-go)... 03:30:43 03:30:43 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/92edc438-9ab3-4e3c-b238-7ff9eba959c5 03:30:43 03:30:43 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:30:43 [Pipeline] } 03:30:43 $ docker stop --time=1 ccbfe41e540e93e9cb6d2c89d75949db72b6d65e9047627260d00ee578b01d88 03:30:48 $ docker rm -f --volumes ccbfe41e540e93e9cb6d2c89d75949db72b6d65e9047627260d00ee578b01d88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 03:30:49 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:30:49 provisioning config files... 03:30:49 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/643@tmp/config8191751981347089663tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:30:49 --> edgex-publish-swagger.sh 03:30:49 === Publish openapi/v3 API === 03:30:49 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 03:30:49 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/643/openapi/v3/core-command.yaml] 03:30:49 % Total % Received % Xferd Average Speed Time Time Time Current 03:30:49 Dload Upload Total Spent Left Speed 03:30:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 45784 --:--:-- --:--:-- --:--:-- 45721 100 32782 0 0 100 32782 0 45784 --:--:-- --:--:-- --:--:-- 45721 03:30:50 03:30:50 03:30:50 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/643/openapi/v3/core-data.yaml] 03:30:50 % Total % Received % Xferd Average Speed Time Time Time Current 03:30:50 Dload Upload Total Spent Left Speed 03:30:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 119k --:--:-- --:--:-- --:--:-- 119k 03:30:50 03:30:50 03:30:50 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/643/openapi/v3/core-metadata.yaml] 03:30:50 % Total % Received % Xferd Average Speed Time Time Time Current 03:30:50 Dload Upload Total Spent Left Speed 03:30:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 100 156 100 144k 325 302k --:--:-- --:--:-- --:--:-- 301k 100 144k 100 156 100 144k 325 302k --:--:-- --:--:-- --:--:-- 301k 03:30:51 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 03:30:51 03:30:51 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/643/openapi/v3/support-notifications.yaml] 03:30:51 % Total % Received % Xferd Average Speed Time Time Time Current 03:30:51 Dload Upload Total Spent Left Speed 03:30:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 311 170k --:--:-- --:--:-- --:--:-- 170k 03:30:51 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 03:30:51 03:30:51 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/643/openapi/v3/support-scheduler.yaml] 03:30:51 % Total % Received % Xferd Average Speed Time Time Time Current 03:30:51 Dload Upload Total Spent Left Speed 03:30:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 303 71894 --:--:-- --:--:-- --:--:-- 72198 100 37110 100 156 100 36954 303 71894 --:--:-- --:--:-- --:--:-- 72058 03:30:52 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 03:30:52 [Pipeline] } 03:30:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 03:30:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:30:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:30:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:30:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:30:53 prd-ubuntu20.04-docker-8c-8g-3379 does not seem to be running inside a container 03:30:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/643 -v /w/workspace/edgex-go/643:/w/workspace/edgex-go/643:rw,z -v /w/workspace/edgex-go/643@tmp:/w/workspace/edgex-go/643@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:30:53 $ docker top f841c8df13a8ce93a1e0f451b6cd98f4c66aa93a3b761042e81b28f29794ef3b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:30:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:30:53 [ssh-agent] Looking for ssh-agent implementation... 03:30:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:30:54 $ docker exec f841c8df13a8ce93a1e0f451b6cd98f4c66aa93a3b761042e81b28f29794ef3b ssh-agent 03:30:54 SSH_AUTH_SOCK=/tmp/ssh-9HRQiVKKBhPv/agent.32 03:30:54 SSH_AGENT_PID=38 03:30:54 Running ssh-add (command line suppressed) 03:30:54 Identity added: /w/workspace/edgex-go/643@tmp/private_key_5644779782202416154.key (/w/workspace/edgex-go/643@tmp/private_key_5644779782202416154.key) 03:30:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:30:54 + git semver tag 03:30:54 2024-06-18 03:30:54,758 [run_tag] DEBUG tag force:False 03:30:54 2024-06-18 03:30:54,758 [check_head_tag] DEBUG check head tag 03:30:54 2024-06-18 03:30:54,760 [execute] INFO git cat-file --batch-check 03:30:54 2024-06-18 03:30:54,760 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/643, universal_newlines=False, shell=None, istream=) 03:30:54 2024-06-18 03:30:54,764 [execute] INFO git cat-file --batch 03:30:54 2024-06-18 03:30:54,765 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/643, universal_newlines=False, shell=None, istream=) 03:30:54 2024-06-18 03:30:54,797 [read_version] DEBUG read version from /w/workspace/edgex-go/643/.semver/main 03:30:54 2024-06-18 03:30:54,797 [execute] INFO git tag -a v3.2.0-dev.25 -m v3.2.0-dev.25 03:30:54 2024-06-18 03:30:54,797 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.25', '-m', 'v3.2.0-dev.25'], cwd=/w/workspace/edgex-go/643, universal_newlines=False, shell=None, istream=None) 03:30:54 2024-06-18 03:30:54,803 [read_version] DEBUG read version from /w/workspace/edgex-go/643/.semver/main 03:30:54 3.2.0-dev.25 [Pipeline] } 03:30:54 $ docker exec --env ******** --env ******** f841c8df13a8ce93a1e0f451b6cd98f4c66aa93a3b761042e81b28f29794ef3b ssh-agent -k 03:30:54 unset SSH_AUTH_SOCK; 03:30:54 unset SSH_AGENT_PID; 03:30:54 echo Agent pid 38 killed; 03:30:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:30:55 + git semver [Pipeline] } 03:30:55 $ docker stop --time=1 f841c8df13a8ce93a1e0f451b6cd98f4c66aa93a3b761042e81b28f29794ef3b 03:30:56 $ docker rm -f --volumes f841c8df13a8ce93a1e0f451b6cd98f4c66aa93a3b761042e81b28f29794ef3b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:30:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:30:57 03:30:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:30:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:30:57 0.23.1-centos7: Pulling from edgex-lftools 03:30:57 ab5ef0e58194: Pulling fs layer 03:30:57 9712f1f96733: Pulling fs layer 03:30:57 63f879dbbcfc: Pulling fs layer 03:30:57 0d9ebad4ef96: Pulling fs layer 03:30:57 e9a5061849ea: Pulling fs layer 03:30:57 d747dcd14b5f: Pulling fs layer 03:30:57 2de7ff778b66: Pulling fs layer 03:30:57 0d9ebad4ef96: Waiting 03:30:57 e9a5061849ea: Waiting 03:30:57 2de7ff778b66: Waiting 03:30:57 9712f1f96733: Verifying Checksum 03:30:57 9712f1f96733: Download complete 03:30:57 63f879dbbcfc: Verifying Checksum 03:30:57 63f879dbbcfc: Download complete 03:30:58 e9a5061849ea: Verifying Checksum 03:30:58 e9a5061849ea: Download complete 03:30:58 d747dcd14b5f: Download complete 03:30:58 0d9ebad4ef96: Verifying Checksum 03:30:58 0d9ebad4ef96: Download complete 03:30:58 ab5ef0e58194: Verifying Checksum 03:30:58 ab5ef0e58194: Download complete 03:30:58 2de7ff778b66: Download complete 03:31:01 ab5ef0e58194: Pull complete 03:31:01 9712f1f96733: Pull complete 03:31:01 63f879dbbcfc: Pull complete 03:31:05 0d9ebad4ef96: Pull complete 03:31:05 e9a5061849ea: Pull complete 03:31:06 d747dcd14b5f: Pull complete 03:31:07 2de7ff778b66: Pull complete 03:31:07 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:31:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:31:07 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:31:07 prd-ubuntu20.04-docker-8c-8g-3379 does not seem to be running inside a container 03:31:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/643 -v /w/workspace/edgex-go/643:/w/workspace/edgex-go/643:rw,z -v /w/workspace/edgex-go/643@tmp:/w/workspace/edgex-go/643@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 03:31:14 $ docker top 5d9d27a7b39c33af4a83302bebb915a081678e080ddd3b385f754a28f59b29d2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:31:14 provisioning config files... 03:31:14 copy managed file [sigul-config] to file:/w/workspace/edgex-go/643@tmp/config11449428127680266054tmp 03:31:14 copy managed file [sigul-password] to file:/w/workspace/edgex-go/643@tmp/config3919348772147634378tmp 03:31:14 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/643@tmp/config5799834695293472988tmp [Pipeline] { [Pipeline] echo 03:31:14 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:31:15 ---> sigul-configuration.sh 03:31:15 gpg: directory `/root/.gnupg' created 03:31:15 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:31:15 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:31:15 gpg: keyring `/root/.gnupg/secring.gpg' created 03:31:15 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:31:15 gpg: CAST5 encrypted data 03:31:15 gpg: encrypted with 1 passphrase 03:31:15 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:31:15 + mkdir /home/jenkins 03:31:15 + mkdir /home/jenkins/sigul [Pipeline] sh 03:31:15 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 03:31:15 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:31:15 ---> sigul-install.sh 03:31:15 Sigul already installed; skipping installation. [Pipeline] sh 03:31:16 + git tag --list 03:31:16 0.6.0 03:31:16 0.6.1 03:31:16 0.7.0 03:31:16 0.7.1 03:31:16 v1.0.0 03:31:16 v1.0.1 03:31:16 v1.1.0 03:31:16 v1.2.0 03:31:16 v1.2.1 03:31:16 v1.3.0 03:31:16 v1.3.1 03:31:16 v2.0.0 03:31:16 v2.1.0 03:31:16 v2.1.1 03:31:16 v2.2.0 03:31:16 v2.3.0 03:31:16 v3.0 03:31:16 v3.0.0 03:31:16 v3.1 03:31:16 v3.1.0 03:31:16 v3.1.0-dev.1 03:31:16 v3.1.0-dev.10 03:31:16 v3.1.0-dev.11 03:31:16 v3.1.0-dev.12 03:31:16 v3.1.0-dev.13 03:31:16 v3.1.0-dev.14 03:31:16 v3.1.0-dev.15 03:31:16 v3.1.0-dev.16 03:31:16 v3.1.0-dev.17 03:31:16 v3.1.0-dev.18 03:31:16 v3.1.0-dev.19 03:31:16 v3.1.0-dev.2 03:31:16 v3.1.0-dev.20 03:31:16 v3.1.0-dev.21 03:31:16 v3.1.0-dev.22 03:31:16 v3.1.0-dev.23 03:31:16 v3.1.0-dev.24 03:31:16 v3.1.0-dev.25 03:31:16 v3.1.0-dev.26 03:31:16 v3.1.0-dev.27 03:31:16 v3.1.0-dev.28 03:31:16 v3.1.0-dev.29 03:31:16 v3.1.0-dev.3 03:31:16 v3.1.0-dev.30 03:31:16 v3.1.0-dev.31 03:31:16 v3.1.0-dev.32 03:31:16 v3.1.0-dev.33 03:31:16 v3.1.0-dev.34 03:31:16 v3.1.0-dev.35 03:31:16 v3.1.0-dev.36 03:31:16 v3.1.0-dev.37 03:31:16 v3.1.0-dev.38 03:31:16 v3.1.0-dev.39 03:31:16 v3.1.0-dev.4 03:31:16 v3.1.0-dev.40 03:31:16 v3.1.0-dev.41 03:31:16 v3.1.0-dev.42 03:31:16 v3.1.0-dev.43 03:31:16 v3.1.0-dev.44 03:31:16 v3.1.0-dev.45 03:31:16 v3.1.0-dev.46 03:31:16 v3.1.0-dev.47 03:31:16 v3.1.0-dev.48 03:31:16 v3.1.0-dev.49 03:31:16 v3.1.0-dev.5 03:31:16 v3.1.0-dev.50 03:31:16 v3.1.0-dev.51 03:31:16 v3.1.0-dev.52 03:31:16 v3.1.0-dev.53 03:31:16 v3.1.0-dev.54 03:31:16 v3.1.0-dev.55 03:31:16 v3.1.0-dev.56 03:31:16 v3.1.0-dev.57 03:31:16 v3.1.0-dev.58 03:31:16 v3.1.0-dev.59 03:31:16 v3.1.0-dev.6 03:31:16 v3.1.0-dev.60 03:31:16 v3.1.0-dev.61 03:31:16 v3.1.0-dev.62 03:31:16 v3.1.0-dev.63 03:31:16 v3.1.0-dev.64 03:31:16 v3.1.0-dev.65 03:31:16 v3.1.0-dev.66 03:31:16 v3.1.0-dev.67 03:31:16 v3.1.0-dev.68 03:31:16 v3.1.0-dev.69 03:31:16 v3.1.0-dev.7 03:31:16 v3.1.0-dev.70 03:31:16 v3.1.0-dev.71 03:31:16 v3.1.0-dev.72 03:31:16 v3.1.0-dev.73 03:31:16 v3.1.0-dev.8 03:31:16 v3.1.0-dev.9 03:31:16 v3.1.1 03:31:16 v3.1.1-dev.1 03:31:16 v3.1.1-dev.2 03:31:16 v3.2.0-dev.1 03:31:16 v3.2.0-dev.10 03:31:16 v3.2.0-dev.11 03:31:16 v3.2.0-dev.12 03:31:16 v3.2.0-dev.13 03:31:16 v3.2.0-dev.14 03:31:16 v3.2.0-dev.15 03:31:16 v3.2.0-dev.16 03:31:16 v3.2.0-dev.17 03:31:16 v3.2.0-dev.18 03:31:16 v3.2.0-dev.19 03:31:16 v3.2.0-dev.2 03:31:16 v3.2.0-dev.20 03:31:16 v3.2.0-dev.21 03:31:16 v3.2.0-dev.22 03:31:16 v3.2.0-dev.23 03:31:16 v3.2.0-dev.24 03:31:16 v3.2.0-dev.25 03:31:16 v3.2.0-dev.3 03:31:16 v3.2.0-dev.4 03:31:16 v3.2.0-dev.5 03:31:16 v3.2.0-dev.6 03:31:16 v3.2.0-dev.7 03:31:16 v3.2.0-dev.8 03:31:16 v3.2.0-dev.9 [Pipeline] sh 03:31:16 + lftools sign git-tag v3.2.0-dev.25 03:31:17 Signing Git tag with Sigul... 03:31:17 Signing v3.2.0-dev.25 [Pipeline] echo 03:31:17 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:31:17 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:31:17 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:31:17 $ docker stop --time=1 5d9d27a7b39c33af4a83302bebb915a081678e080ddd3b385f754a28f59b29d2 03:31:18 $ docker rm -f --volumes 5d9d27a7b39c33af4a83302bebb915a081678e080ddd3b385f754a28f59b29d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 03:31:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:31:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:31:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:31:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:31:19 prd-ubuntu20.04-docker-8c-8g-3379 does not seem to be running inside a container 03:31:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/643 -v /w/workspace/edgex-go/643:/w/workspace/edgex-go/643:rw,z -v /w/workspace/edgex-go/643@tmp:/w/workspace/edgex-go/643@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:31:20 $ docker top b595b2f9cc546316c63f85464d576f08f0ba1599496a6d0cc30e6821f2df4150 -eo pid,comm 03:31:20 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:31:20 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:31:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:31:20 [ssh-agent] Looking for ssh-agent implementation... 03:31:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:31:20 $ docker exec b595b2f9cc546316c63f85464d576f08f0ba1599496a6d0cc30e6821f2df4150 ssh-agent 03:31:20 SSH_AUTH_SOCK=/tmp/ssh-inw5d8dMfVLK/agent.33 03:31:20 SSH_AGENT_PID=39 03:31:20 Running ssh-add (command line suppressed) 03:31:20 Identity added: /w/workspace/edgex-go/643@tmp/private_key_12082419926116137791.key (/w/workspace/edgex-go/643@tmp/private_key_12082419926116137791.key) 03:31:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:31:20 + git semver bump pre 03:31:21 2024-06-18 03:31:21,082 [read_version] DEBUG read version from /w/workspace/edgex-go/643/.semver/main 03:31:21 2024-06-18 03:31:21,082 [bump_version] DEBUG bumping version:3.2.0-dev.25 on axis:pre with prefix:dev 03:31:21 2024-06-18 03:31:21,082 [bump_version] DEBUG bumped version:3.2.0-dev.26 03:31:21 2024-06-18 03:31:21,082 [write_version] DEBUG write version:3.2.0-dev.26 to path:/w/workspace/edgex-go/643/.semver/main with force:True 03:31:21 2024-06-18 03:31:21,083 [read_version] DEBUG read version from /w/workspace/edgex-go/643/.semver/main 03:31:21 2024-06-18 03:31:21,083 [write_file] DEBUG write to file:/w/workspace/edgex-go/643/.semver/main 03:31:21 2024-06-18 03:31:21,085 [execute] INFO git cat-file --batch-check 03:31:21 2024-06-18 03:31:21,086 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/643/.semver, universal_newlines=False, shell=None, istream=) 03:31:21 2024-06-18 03:31:21,092 [execute] INFO git cat-file --batch 03:31:21 2024-06-18 03:31:21,092 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/643/.semver, universal_newlines=False, shell=None, istream=) 03:31:21 2024-06-18 03:31:21,097 [read_version] DEBUG read version from /w/workspace/edgex-go/643/.semver/main 03:31:21 3.2.0-dev.26 [Pipeline] } 03:31:21 $ docker exec --env ******** --env ******** b595b2f9cc546316c63f85464d576f08f0ba1599496a6d0cc30e6821f2df4150 ssh-agent -k 03:31:21 unset SSH_AUTH_SOCK; 03:31:21 unset SSH_AGENT_PID; 03:31:21 echo Agent pid 39 killed; 03:31:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:31:21 + git semver [Pipeline] } 03:31:21 $ docker stop --time=1 b595b2f9cc546316c63f85464d576f08f0ba1599496a6d0cc30e6821f2df4150 03:31:23 $ docker rm -f --volumes b595b2f9cc546316c63f85464d576f08f0ba1599496a6d0cc30e6821f2df4150 [Pipeline] // withDockerContainer [Pipeline] sh 03:31:23 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:31:23 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:31:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:31:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:31:24 prd-ubuntu20.04-docker-8c-8g-3379 does not seem to be running inside a container 03:31:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/643 -v /w/workspace/edgex-go/643:/w/workspace/edgex-go/643:rw,z -v /w/workspace/edgex-go/643@tmp:/w/workspace/edgex-go/643@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:31:24 $ docker top 87a4e683fe43c75edbce676024b86b5c648f7fb37fa7c5df54baef1a18777d10 -eo pid,comm 03:31: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). 03:31:24 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:31:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:31:24 [ssh-agent] Looking for ssh-agent implementation... 03:31:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:31:24 $ docker exec 87a4e683fe43c75edbce676024b86b5c648f7fb37fa7c5df54baef1a18777d10 ssh-agent 03:31:24 SSH_AUTH_SOCK=/tmp/ssh-fcmvVmUDa2r9/agent.31 03:31:24 SSH_AGENT_PID=37 03:31:24 Running ssh-add (command line suppressed) 03:31:24 Identity added: /w/workspace/edgex-go/643@tmp/private_key_11258026647326751810.key (/w/workspace/edgex-go/643@tmp/private_key_11258026647326751810.key) 03:31:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:31:25 + git semver push 03:31:25 2024-06-18 03:31:25,273 [run_push] DEBUG push 03:31:25 2024-06-18 03:31:25,274 [execute] INFO git cat-file --batch-check 03:31:25 2024-06-18 03:31:25,274 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/643/.semver, universal_newlines=False, shell=None, istream=) 03:31:25 2024-06-18 03:31:25,277 [execute] INFO git rev-list c6858d3cd4047284a70b1aaa20a183ecb6d7b2f4 -- 03:31:25 2024-06-18 03:31:25,277 [execute] DEBUG Popen(['git', 'rev-list', 'c6858d3cd4047284a70b1aaa20a183ecb6d7b2f4', '--'], cwd=/w/workspace/edgex-go/643/.semver, universal_newlines=False, shell=None, istream=None) 03:31:25 2024-06-18 03:31:25,295 [execute] INFO git fetch -v origin 03:31:25 2024-06-18 03:31:25,295 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/643/.semver, universal_newlines=True, shell=None, istream=None) 03:31:25 2024-06-18 03:31:25,748 [run_push] DEBUG no remote changes detected 03:31:25 2024-06-18 03:31:25,748 [execute] INFO git push origin semver 03:31:25 2024-06-18 03:31:25,749 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/643/.semver, universal_newlines=False, shell=None, istream=None) 03:31:26 2024-06-18 03:31:26,652 [run_push] DEBUG push all version tags 03:31:26 2024-06-18 03:31:26,653 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 03:31:26 2024-06-18 03:31:26,653 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/643, universal_newlines=False, shell=None, istream=None) 03:31:27 2024-06-18 03:31:27,484 [read_version] DEBUG read version from /w/workspace/edgex-go/643/.semver/main 03:31:27 3.2.0-dev.26 [Pipeline] } 03:31:27 $ docker exec --env ******** --env ******** 87a4e683fe43c75edbce676024b86b5c648f7fb37fa7c5df54baef1a18777d10 ssh-agent -k 03:31:27 unset SSH_AUTH_SOCK; 03:31:27 unset SSH_AGENT_PID; 03:31:27 echo Agent pid 37 killed; 03:31:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:31:28 + git semver [Pipeline] } 03:31:28 $ docker stop --time=1 87a4e683fe43c75edbce676024b86b5c648f7fb37fa7c5df54baef1a18777d10 03:31:29 $ docker rm -f --volumes 87a4e683fe43c75edbce676024b86b5c648f7fb37fa7c5df54baef1a18777d10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 03:31:30 + [ -d /w/workspace/edgex-go/643/archives ] [Pipeline] libraryResource [Pipeline] sh 03:31:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:31:31 ---> package-listing.sh 03:31:31 ++ facter osfamily 03:31:31 ++ tr '[:upper:]' '[:lower:]' 03:31:31 + OS_FAMILY=debian 03:31:31 + workspace=/w/workspace/edgex-go/643 03:31:31 + START_PACKAGES=/tmp/packages_start.txt 03:31:31 + END_PACKAGES=/tmp/packages_end.txt 03:31:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:31:31 + PACKAGES=/tmp/packages_start.txt 03:31:31 + '[' /w/workspace/edgex-go/643 ']' 03:31:31 + PACKAGES=/tmp/packages_end.txt 03:31:31 + case "${OS_FAMILY}" in 03:31:31 + dpkg -l 03:31:31 + grep '^ii' 03:31:31 + '[' -f /tmp/packages_start.txt ']' 03:31:31 + '[' -f /tmp/packages_end.txt ']' 03:31:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:31:31 + '[' /w/workspace/edgex-go/643 ']' 03:31:31 + mkdir -p /w/workspace/edgex-go/643/archives/ 03:31:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/643/archives/ [Pipeline] echo 03:31:31 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/643/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:31:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:31:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:31:32 03:31:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:31:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:31:32 latest: Pulling from edgex-lftools-log-publisher 03:31:32 5eb5b503b376: Pulling fs layer 03:31:32 5c69ac0246d0: Pulling fs layer 03:31:32 ec43610c2a17: Pulling fs layer 03:31:32 3a2ae6a8a46f: Pulling fs layer 03:31:32 33b1e0a273af: Pulling fs layer 03:31:32 5d3b04190fa2: Pulling fs layer 03:31:32 2f39f015ded8: Pulling fs layer 03:31:32 3a2ae6a8a46f: Waiting 03:31:32 33b1e0a273af: Waiting 03:31:32 2f39f015ded8: Waiting 03:31:32 5d3b04190fa2: Waiting 03:31:32 5c69ac0246d0: Download complete 03:31:32 3a2ae6a8a46f: Verifying Checksum 03:31:32 3a2ae6a8a46f: Download complete 03:31:32 33b1e0a273af: Verifying Checksum 03:31:32 33b1e0a273af: Download complete 03:31:32 5d3b04190fa2: Download complete 03:31:32 ec43610c2a17: Verifying Checksum 03:31:32 ec43610c2a17: Download complete 03:31:33 5eb5b503b376: Verifying Checksum 03:31:33 5eb5b503b376: Download complete 03:31:33 2f39f015ded8: Download complete 03:31:34 5eb5b503b376: Pull complete 03:31:34 5c69ac0246d0: Pull complete 03:31:34 ec43610c2a17: Pull complete 03:31:34 3a2ae6a8a46f: Pull complete 03:31:35 33b1e0a273af: Pull complete 03:31:35 5d3b04190fa2: Pull complete 03:31:39 2f39f015ded8: Pull complete 03:31:39 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:31:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:31:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:31:39 prd-ubuntu20.04-docker-8c-8g-3379 does not seem to be running inside a container 03:31:39 $ 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/643/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/643 -v /w/workspace/edgex-go/643:/w/workspace/edgex-go/643:rw,z -v /w/workspace/edgex-go/643@tmp:/w/workspace/edgex-go/643@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:31:44 $ docker top e8215381ff97813e0158ad5856b96301c7eab7a565fa38a1616fbca14125b72b -eo pid,comm [Pipeline] { [Pipeline] sh 03:31:44 + touch /tmp/pre-build-complete [Pipeline] sh 03:31:44 + mkdir -p /var/log/sysstat [Pipeline] sh 03:31:44 + ls /var/log/sa-host 03:31:44 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:31:45 provisioning config files... 03:31:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/643@tmp/config16255307743605115667tmp [Pipeline] { [Pipeline] echo 03:31:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:31:45 ---> create-netrc.sh [Pipeline] } 03:31:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:31:45 ---> python-tools-install.sh [Pipeline] echo 03:31:45 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:31:46 ---> sudo-logs.sh 03:31:46 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:31:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:31:46 ---> job-cost.sh 03:31:46 lf-activate-venv: SKIPPING 03:31:46 DEBUG: total: 0.10999999940395355 03:31:46 INFO: Retrieving Stack Cost... 03:31:46 INFO: Retrieving Pricing Info for: v3-standard-8 03:31:47 INFO: Archiving Costs [Pipeline] echo 03:31:47 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:31:47 ---> logs-deploy.sh 03:31:47 lf-activate-venv: SKIPPING 03:31:47 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/643 03:31:47 INFO: archiving workspace using pattern(s): 03:31:48 Archives upload complete. 03:31:48 INFO: archiving logs to Nexus 03:31:49 ---> uname -a: 03:31:49 Linux prd-ubuntu20-04-docker-8c-8g-3379 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 03:31:49 03:31:49 03:31:49 ---> lscpu: 03:31:49 Architecture: x86_64 03:31:49 CPU op-mode(s): 32-bit, 64-bit 03:31:49 Byte Order: Little Endian 03:31:49 Address sizes: 40 bits physical, 48 bits virtual 03:31:49 CPU(s): 8 03:31:49 On-line CPU(s) list: 0-7 03:31:49 Thread(s) per core: 1 03:31:49 Core(s) per socket: 1 03:31:49 Socket(s): 8 03:31:49 NUMA node(s): 1 03:31:49 Vendor ID: AuthenticAMD 03:31:49 CPU family: 23 03:31:49 Model: 49 03:31:49 Model name: AMD EPYC-Rome Processor 03:31:49 Stepping: 0 03:31:49 CPU MHz: 2799.998 03:31:49 BogoMIPS: 5599.99 03:31:49 Virtualization: AMD-V 03:31:49 Hypervisor vendor: KVM 03:31:49 Virtualization type: full 03:31:49 L1d cache: 256 KiB 03:31:49 L1i cache: 256 KiB 03:31:49 L2 cache: 4 MiB 03:31:49 L3 cache: 128 MiB 03:31:49 NUMA node0 CPU(s): 0-7 03:31:49 Vulnerability Itlb multihit: Not affected 03:31:49 Vulnerability L1tf: Not affected 03:31:49 Vulnerability Mds: Not affected 03:31:49 Vulnerability Meltdown: Not affected 03:31:49 Vulnerability Mmio stale data: Not affected 03:31:49 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:31:49 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 03:31:49 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 03:31:49 Vulnerability Srbds: Not affected 03:31:49 Vulnerability Tsx async abort: Not affected 03:31:49 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 03:31:49 03:31:49 03:31:49 ---> nproc: 03:31:49 8 03:31:49 03:31:49 03:31:49 ---> df -h: 03:31:49 Filesystem Size Used Avail Use% Mounted on 03:31:49 overlay 155G 25G 131G 16% / 03:31:49 tmpfs 64M 0 64M 0% /dev 03:31:49 tmpfs 16G 0 16G 0% /sys/fs/cgroup 03:31:49 shm 64M 0 64M 0% /dev/shm 03:31:49 /dev/vda1 155G 25G 131G 16% /facter-os 03:31:49 03:31:49 03:31:49 ---> sar -b -r -n DEV: 03:31:49 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3379) 06/18/24 _x86_64_ (8 CPU) 03:31:49 03:31:49 02:08:03 LINUX RESTART (8 CPU) 03:31:49 03:31:49 02:09:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:31:49 02:10:01 4.58 1.03 3.54 0.00 22.23 234.69 0.00 03:31:49 02:11:01 1.73 0.00 1.73 0.00 0.00 22.13 0.00 03:31:49 02:12:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 03:31:49 02:13:01 1.22 0.00 1.22 0.00 0.00 15.60 0.00 03:31:49 02:14:01 48.14 5.15 42.99 0.00 4346.21 8571.77 0.00 03:31:49 02:15:01 5.50 0.02 5.48 0.00 0.13 114.50 0.00 03:31:49 02:16:01 1.32 0.00 1.32 0.00 0.00 15.20 0.00 03:31:49 02:17:01 1.85 0.02 1.83 0.00 0.13 21.33 0.00 03:31:49 02:18:01 1.67 0.00 1.67 0.00 0.00 19.19 0.00 03:31:49 02:19:01 1.88 0.00 1.88 0.00 0.00 21.73 0.00 03:31:49 02:20:01 1.55 0.00 1.55 0.00 0.00 21.86 0.00 03:31:49 02:21:01 1.52 0.00 1.52 0.00 0.00 18.13 0.00 03:31:49 02:22:01 1.37 0.00 1.37 0.00 0.00 15.19 0.00 03:31:49 02:23:01 1.78 0.00 1.78 0.00 0.00 20.93 0.00 03:31:49 02:24:01 2.32 0.02 2.30 0.00 0.13 29.86 0.00 03:31:49 02:25:01 1.83 0.00 1.83 0.00 0.00 20.80 0.00 03:31:49 02:26:01 1.42 0.00 1.42 0.00 0.00 16.66 0.00 03:31:49 02:27:01 1.87 0.00 1.87 0.00 0.00 22.80 0.00 03:31:49 02:28:01 1.40 0.00 1.40 0.00 0.00 16.53 0.00 03:31:49 02:29:01 1.82 0.00 1.82 0.00 0.00 21.86 0.00 03:31:49 02:30:01 1.08 0.00 1.08 0.00 0.00 12.80 0.00 03:31:49 02:31:01 1.73 0.00 1.73 0.00 0.00 20.26 0.00 03:31:49 02:32:01 1.32 0.00 1.32 0.00 0.00 15.20 0.00 03:31:49 02:33:01 274.14 14.68 259.46 0.00 1896.88 20627.90 0.00 03:31:49 02:34:01 195.97 2.90 193.07 0.00 79.85 65886.09 0.00 03:31:49 02:35:01 34.99 0.00 34.99 0.00 0.00 28011.86 0.00 03:31:49 02:36:01 40.16 0.20 39.96 0.00 2.80 18881.76 0.00 03:31:49 02:37:01 576.42 7.38 569.04 0.00 94.67 211185.51 0.00 03:31:49 02:38:01 442.93 2.83 440.09 0.00 22.66 136627.36 0.00 03:31:49 02:39:01 220.76 0.03 220.73 0.00 0.27 85152.68 0.00 03:31:49 02:40:01 550.48 0.08 550.40 0.00 7.06 83276.51 0.00 03:31:49 02:41:01 34.99 0.10 34.89 0.00 16.66 957.04 0.00 03:31:49 02:42:01 10.35 0.05 10.30 0.00 6.40 247.03 0.00 03:31:49 02:43:01 2.15 0.00 2.15 0.00 0.00 24.53 0.00 03:31:49 02:44:01 1.13 0.00 1.13 0.00 0.00 12.26 0.00 03:31:49 02:45:01 2.12 0.00 2.12 0.00 0.00 23.33 0.00 03:31:49 02:46:02 0.93 0.00 0.93 0.00 0.00 10.66 0.00 03:31:49 02:47:01 1.91 0.00 1.91 0.00 0.00 21.01 0.00 03:31:49 02:48:01 1.20 0.00 1.20 0.00 0.00 14.13 0.00 03:31:49 02:49:01 1.80 0.00 1.80 0.00 0.00 21.86 0.00 03:31:49 02:50:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 03:31:49 02:51:01 1.65 0.00 1.65 0.00 0.00 19.33 0.00 03:31:49 02:52:01 0.93 0.00 0.93 0.00 0.00 10.93 0.00 03:31:49 02:53:01 1.68 0.00 1.68 0.00 0.00 19.20 0.00 03:31:49 02:54:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 03:31:49 02:55:01 1.57 0.00 1.57 0.00 0.00 18.66 0.00 03:31:49 02:56:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 03:31:49 02:57:01 1.60 0.00 1.60 0.00 0.00 18.40 0.00 03:31:49 02:58:01 0.92 0.00 0.92 0.00 0.00 10.26 0.00 03:31:49 02:59:01 1.80 0.00 1.80 0.00 0.00 21.46 0.00 03:31:49 03:00:01 0.97 0.00 0.97 0.00 0.00 10.40 0.00 03:31:49 03:01:01 1.30 0.00 1.30 0.00 0.00 15.73 0.00 03:31:49 03:02:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 03:31:49 03:03:01 1.17 0.00 1.17 0.00 0.00 14.13 0.00 03:31:49 03:04:01 1.17 0.00 1.17 0.00 0.00 13.73 0.00 03:31:49 03:05:01 1.30 0.00 1.30 0.00 0.00 15.46 0.00 03:31:49 03:06:01 1.13 0.00 1.13 0.00 0.00 12.40 0.00 03:31:49 03:07:01 1.18 0.00 1.18 0.00 0.00 14.93 0.00 03:31:49 03:08:01 1.13 0.00 1.13 0.00 0.00 12.26 0.00 03:31:49 03:09:01 1.68 0.00 1.68 0.00 0.00 19.46 0.00 03:31:49 03:10:01 1.03 0.00 1.03 0.00 0.00 12.00 0.00 03:31:49 03:11:01 1.28 0.00 1.28 0.00 0.00 15.73 0.00 03:31:49 03:12:01 0.93 0.00 0.93 0.00 0.00 10.53 0.00 03:31:49 03:13:01 1.23 0.00 1.23 0.00 0.00 14.66 0.00 03:31:49 03:14:01 1.23 0.00 1.23 0.00 0.00 14.40 0.00 03:31:49 03:15:01 1.25 0.00 1.25 0.00 0.00 15.86 0.00 03:31:49 03:16:01 1.05 0.00 1.05 0.00 0.00 11.46 0.00 03:31:49 03:17:01 1.18 0.00 1.18 0.00 0.00 14.66 0.00 03:31:49 03:18:01 1.23 0.00 1.23 0.00 0.00 12.53 0.00 03:31:49 03:19:01 1.43 0.00 1.43 0.00 0.00 18.26 0.00 03:31:49 03:20:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 03:31:49 03:21:01 1.42 0.00 1.42 0.00 0.00 16.13 0.00 03:31:49 03:22:01 1.03 0.00 1.03 0.00 0.00 12.00 0.00 03:31:49 03:23:01 1.40 0.00 1.40 0.00 0.00 17.33 0.00 03:31:49 03:24:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 03:31:49 03:25:01 1.42 0.00 1.42 0.00 0.00 17.20 0.00 03:31:49 03:26:01 0.95 0.00 0.95 0.00 0.00 10.80 0.00 03:31:49 03:27:01 1.32 0.00 1.32 0.00 0.00 15.86 0.00 03:31:49 03:28:01 0.87 0.00 0.87 0.00 0.00 9.86 0.00 03:31:49 03:29:01 1.80 0.00 1.80 0.00 0.00 21.86 0.00 03:31:49 03:30:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 03:31:49 03:31:01 106.37 0.47 105.90 0.00 11.06 38261.36 0.00 03:31:49 Average: 32.22 0.43 31.79 0.00 79.38 8536.16 0.00 03:31:49 03:31:49 02:09:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:31:49 02:10:01 30564640 31844080 535572 1.63 47392 1542112 1711000 5.04 608520 1419840 328 03:31:49 02:11:01 30565904 31845524 533460 1.62 47424 1542244 1711000 5.04 609060 1419952 8 03:31:49 02:12:01 30564916 31844592 534228 1.62 47468 1542244 1711000 5.04 609780 1419960 20 03:31:49 02:13:01 30565048 31844880 533880 1.62 47524 1542244 1711000 5.04 608600 1420080 36 03:31:49 02:14:01 30112688 31812012 524468 1.59 77436 1940108 1615020 4.76 894480 1547964 988 03:31:49 02:15:01 30116816 31811388 524692 1.60 76040 1936856 1611540 4.75 892820 1544756 4 03:31:49 02:16:01 30116972 31811708 524252 1.59 76136 1936860 1611540 4.75 893212 1544760 8 03:31:49 02:17:01 30116468 31811292 524432 1.59 76236 1936848 1611540 4.75 893272 1544764 8 03:31:49 02:18:01 30116808 31811800 523036 1.59 76344 1936864 1611540 4.75 893452 1544768 16 03:31:49 02:19:01 30118456 31813648 520972 1.58 76432 1936868 1611540 4.75 891160 1544780 8 03:31:49 02:20:01 30118400 31813696 520860 1.58 76536 1936868 1611540 4.75 891588 1544768 4 03:31:49 02:21:01 30118532 31814020 520340 1.58 76584 1937000 1611540 4.75 891644 1544892 8 03:31:49 02:22:01 30118124 31813700 520872 1.58 76664 1937008 1611540 4.75 891848 1544896 4 03:31:49 02:23:01 30118360 31814008 520456 1.58 76736 1937012 1611540 4.75 891932 1544896 8 03:31:49 02:24:01 30115284 31811096 523052 1.59 76852 1936992 1626132 4.79 892540 1544884 180 03:31:49 02:25:01 30115512 31811412 522672 1.59 76940 1936992 1626132 4.79 892700 1544884 188 03:31:49 02:26:01 30115464 31811468 522556 1.59 77036 1936996 1626132 4.79 892904 1544888 180 03:31:49 02:27:01 30116284 31812388 521616 1.59 77132 1937000 1626132 4.79 891868 1544892 8 03:31:49 02:28:01 30116164 31812332 521600 1.59 77244 1936976 1626132 4.79 891720 1544896 0 03:31:49 02:29:01 30116660 31812960 520896 1.58 77324 1937004 1626132 4.79 892156 1544900 8 03:31:49 02:30:01 30116504 31812864 521124 1.58 77372 1937008 1626132 4.79 892500 1544900 8 03:31:49 02:31:01 30116392 31812832 521096 1.58 77452 1937008 1626132 4.79 892672 1544900 8 03:31:49 02:32:01 30116164 31812688 521216 1.59 77532 1937016 1626132 4.79 892744 1544904 8 03:31:49 02:33:01 29044896 31468152 833108 2.53 90688 2628404 1823168 5.37 1357108 2097396 972 03:31:49 02:34:01 27074488 31098496 1171656 3.56 156332 4029524 2418488 7.13 2080192 3176376 358100 03:31:49 02:35:01 26714160 31379928 889468 2.70 157940 4633352 1999316 5.89 2137368 3447912 147640 03:31:49 02:36:01 26059340 31381988 880704 2.68 163500 5235820 1936604 5.71 2070348 4112316 672764 03:31:49 02:37:01 20756376 31142204 1098184 3.34 242100 9942132 3339844 9.84 2631808 8537660 775356 03:31:49 02:38:01 13883604 29002252 3187020 9.69 333496 14194564 9867500 29.08 5614708 11963608 1324352 03:31:49 02:39:01 12467980 29947324 2259700 6.87 347584 16483560 6244800 18.40 5522636 13448168 1562440 03:31:49 02:40:01 14476960 31427796 824628 2.51 355548 16081640 2324024 6.85 3067732 14094616 480 03:31:49 02:41:01 14459420 31413020 838688 2.55 357120 16082624 2331224 6.87 3425816 13752600 452 03:31:49 02:42:01 14469284 31423336 828468 2.52 357484 16082872 2190392 6.46 3482416 13686604 172 03:31:49 02:43:01 14471248 31425368 826664 2.51 357564 16082864 2190392 6.46 3480280 13686616 8 03:31:49 02:44:01 14475624 31429824 822044 2.50 357600 16082880 2190392 6.46 3475344 13686616 16 03:31:49 02:45:01 14476008 31430336 822020 2.50 357668 16082884 2190392 6.46 3475200 13686616 8 03:31:49 02:46:02 14485984 31440320 811900 2.47 357684 16082888 2190392 6.46 3464800 13686620 4 03:31:49 02:47:01 14486156 31440568 811600 2.47 357752 16082888 2190392 6.46 3464864 13686624 8 03:31:49 02:48:01 14486676 31441104 811020 2.47 357804 16082892 2190392 6.46 3464520 13686624 8 03:31:49 02:49:01 14486372 31440856 811448 2.47 357848 16082896 2190392 6.46 3464940 13686628 8 03:31:49 02:50:01 14486616 31441144 811164 2.47 357872 16082896 2190392 6.46 3464852 13686628 8 03:31:49 02:51:01 14486876 31441420 810828 2.47 357892 16082904 2190392 6.46 3464652 13686636 12 03:31:49 02:52:01 14486420 31441068 811284 2.47 357904 16082972 2190392 6.46 3465072 13686688 8 03:31:49 02:53:01 14486516 31441212 811144 2.47 357924 16082976 2190392 6.46 3465080 13686708 144 03:31:49 02:54:01 14486284 31440984 811348 2.47 357948 16082980 2190392 6.46 3465012 13686712 20 03:31:49 02:55:01 14486188 31440892 811276 2.47 357976 16082980 2190392 6.46 3465320 13686712 32 03:31:49 02:56:01 14486196 31440964 811244 2.47 357992 16082980 2190392 6.46 3464912 13686720 12 03:31:49 02:57:01 14485896 31440668 811400 2.47 358008 16082984 2206448 6.50 3465164 13686720 188 03:31:49 02:58:01 14485848 31440648 811368 2.47 358024 16082988 2206448 6.50 3465228 13686720 12 03:31:49 02:59:01 14486052 31440872 811096 2.47 358040 16082980 2206448 6.50 3465244 13686724 4 03:31:49 03:00:01 14486004 31440964 810936 2.47 358044 16083120 2206448 6.50 3465140 13686844 4 03:31:49 03:01:01 14485672 31440656 811184 2.47 358056 16083128 2206448 6.50 3465192 13686860 8 03:31:49 03:02:01 14485844 31440868 810924 2.47 358076 16083132 2206448 6.50 3465584 13686864 192 03:31:49 03:03:01 14486044 31441068 810888 2.47 358100 16083132 2206448 6.50 3465280 13686864 212 03:31:49 03:04:01 14486092 31441144 810968 2.47 358128 16083136 2206448 6.50 3465436 13686868 48 03:31:49 03:05:01 14486392 31441476 810664 2.47 358132 16083132 2206448 6.50 3465088 13686868 12 03:31:49 03:06:01 14486312 31441484 810488 2.46 358152 16083268 2206448 6.50 3465404 13686956 4 03:31:49 03:07:01 14486528 31441748 810456 2.46 358164 16083272 2206448 6.50 3465144 13687004 28 03:31:49 03:08:01 14486496 31441720 810428 2.46 358184 16083276 2206448 6.50 3465304 13687004 4 03:31:49 03:09:01 14486416 31441704 810432 2.46 358200 16083280 2206448 6.50 3465348 13687012 8 03:31:49 03:10:01 14486276 31441588 810652 2.47 358220 16083284 2206448 6.50 3465668 13687016 4 03:31:49 03:11:01 14486760 31442096 810340 2.46 358240 16083288 2206448 6.50 3465112 13687020 24 03:31:49 03:12:01 14486192 31441572 810856 2.47 358252 16083292 2206448 6.50 3465136 13687024 24 03:31:49 03:13:01 14486404 31441784 810560 2.46 358276 16083292 2206448 6.50 3465136 13687024 12 03:31:49 03:14:01 14485796 31441216 811108 2.47 358308 16083288 2222668 6.55 3465512 13687028 8 03:31:49 03:15:01 14485700 31441180 811056 2.47 358332 16083300 2222668 6.55 3465648 13687032 212 03:31:49 03:16:01 14485652 31441132 811028 2.47 358348 16083300 2222668 6.55 3465644 13687032 176 03:31:49 03:17:01 14485052 31440592 811492 2.47 358368 16083304 2222668 6.55 3466000 13687036 244 03:31:49 03:18:01 14485020 31440564 811464 2.47 358380 16083304 2222668 6.55 3465540 13687036 196 03:31:49 03:19:01 14485004 31440568 811392 2.47 358408 16083304 2222668 6.55 3465628 13687044 12 03:31:49 03:20:01 14485204 31440800 811352 2.47 358428 16083316 2222668 6.55 3465580 13687048 220 03:31:49 03:21:01 14485376 31441108 810960 2.47 358460 16083444 2222668 6.55 3465588 13687164 204 03:31:49 03:22:01 14485368 31441136 810928 2.47 358480 16083448 2222668 6.55 3465440 13687168 28 03:31:49 03:23:01 14485352 31441164 810852 2.47 358500 16083456 2206572 6.50 3465696 13687188 8 03:31:49 03:24:01 14485272 31441128 810844 2.47 358524 16083456 2206572 6.50 3465520 13687188 8 03:31:49 03:25:01 14484932 31440804 811084 2.47 358552 16083460 2206572 6.50 3465676 13687192 8 03:31:49 03:26:01 14485192 31441092 810756 2.47 358576 16083452 2206572 6.50 3465500 13687192 8 03:31:49 03:27:01 14484892 31440840 810956 2.47 358604 16083464 2222656 6.55 3465560 13687196 4 03:31:49 03:28:01 14485312 31441272 810680 2.47 358612 16083468 2222656 6.55 3465552 13687200 24 03:31:49 03:29:01 14485496 31441472 810636 2.47 358640 16083468 2222656 6.55 3465624 13687204 8 03:31:49 03:30:01 14485488 31441500 810592 2.47 358660 16083476 2222656 6.55 3465620 13687208 12 03:31:49 03:31:01 13267036 31380832 869216 2.64 378640 17142184 2530516 7.46 3570832 14713400 435440 03:31:49 Average: 19541934 31488017 789073 2.40 265636 11432968 2201219 6.49 2691755 9695579 64423 03:31:49 03:31:49 02:09:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:31:49 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:10:01 ens3 1.64 0.20 1.56 0.02 0.00 0.00 0.00 0.00 03:31:49 02:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:11:01 ens3 0.75 0.72 0.36 0.30 0.00 0.00 0.00 0.00 03:31:49 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:12:01 ens3 0.55 0.45 0.30 0.22 0.00 0.00 0.00 0.00 03:31:49 02:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:13:01 ens3 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:14:01 lo 0.73 0.73 0.07 0.07 0.00 0.00 0.00 0.00 03:31:49 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:14:01 ens3 205.17 101.55 2724.73 7.19 0.00 0.00 0.00 0.00 03:31:49 02:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:15:01 ens3 0.35 0.28 0.02 0.02 0.00 0.00 0.00 0.00 03:31:49 02:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:16:01 ens3 0.08 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:17:01 ens3 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:18:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 03:31:49 02:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:19:01 ens3 0.38 0.27 0.14 0.08 0.00 0.00 0.00 0.00 03:31:49 02:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:20:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:21:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:22:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 03:31:49 02:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:23:01 ens3 0.18 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:24:01 ens3 0.48 0.15 0.15 0.07 0.00 0.00 0.00 0.00 03:31:49 02:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:25:01 ens3 0.22 0.15 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:26:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 03:31:49 02:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:27:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:28:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:29:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 03:31:49 02:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:30:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:31:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:32:01 ens3 0.15 0.00 0.01 0.00 0.00 0.00 0.00 0.00 03:31:49 02:33:01 veth2416397 564.86 523.06 47.45 2872.36 0.00 0.00 0.00 0.24 03:31:49 02:33:01 lo 3.87 3.87 0.37 0.37 0.00 0.00 0.00 0.00 03:31:49 02:33:01 docker0 564.86 522.95 39.72 2872.35 0.00 0.00 0.00 0.00 03:31:49 02:33:01 ens3 1250.84 1250.19 7670.56 151.24 0.00 0.00 0.00 0.00 03:31:49 02:34:01 lo 1.33 1.33 0.13 0.13 0.00 0.00 0.00 0.00 03:31:49 02:34:01 veth8e61cdb 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:31:49 02:34:01 docker0 243.46 367.42 20.81 2052.35 0.00 0.00 0.00 0.00 03:31:49 02:34:01 ens3 539.63 354.46 5260.71 97.58 0.00 0.00 0.00 0.00 03:31:49 02:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:35:01 veth8e61cdb 1.57 1.62 0.14 0.15 0.00 0.00 0.00 0.00 03:31:49 02:35:01 docker0 1.57 1.57 0.12 0.14 0.00 0.00 0.00 0.00 03:31:49 02:35:01 ens3 28.93 21.41 22.15 12.82 0.00 0.00 0.00 0.00 03:31:49 02:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:36:01 veth8e61cdb 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:36:01 ens3 18.24 10.01 16.46 8.61 0.00 0.00 0.00 0.00 03:31:49 02:37:01 vetha6bed4d 41.22 73.84 4.24 433.51 0.00 0.00 0.00 0.04 03:31:49 02:37:01 vethe06d396 39.49 74.34 4.20 453.39 0.00 0.00 0.00 0.04 03:31:49 02:37:01 vethb5734d7 59.81 112.00 5.83 742.10 0.00 0.00 0.00 0.06 03:31:49 02:37:01 vethc268c7a 47.70 70.95 4.87 498.91 0.00 0.00 0.00 0.04 03:31:49 02:37:01 lo 1.26 1.26 0.12 0.12 0.00 0.00 0.00 0.00 03:31:49 02:37:01 docker0 254.08 446.83 20.75 3787.95 0.00 0.00 0.00 0.00 03:31:49 02:37:01 veth49c36ea 0.52 1.25 0.05 0.21 0.00 0.00 0.00 0.00 03:31:49 02:37:01 ens3 581.19 331.31 6744.31 48.51 0.00 0.00 0.00 0.00 03:31:49 02:38:01 veth71dd9dc 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:31:49 02:38:01 veth3906c01 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:31:49 02:38:01 veth93d4d8e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:31:49 02:38:01 vethee7bbda 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:31:49 02:38:01 veth341dd40 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:31:49 02:38:01 veth5c1f08c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:31:49 02:38:01 veth0d67b1e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:31:49 02:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:38:01 veth18057a7 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:31:49 02:38:01 vethd8d8e41 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:31:49 02:38:01 veth64b17dc 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:31:49 02:38:01 docker0 98.32 248.88 9.82 2605.12 0.00 0.00 0.00 0.00 03:31:49 02:38:01 veth49c36ea 0.05 0.08 0.00 0.01 0.00 0.00 0.00 0.00 03:31:49 02:38:01 vethc17b062 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:31:49 02:38:01 ens3 260.94 106.28 2614.68 16.59 0.00 0.00 0.00 0.00 03:31:49 02:39:01 veth71dd9dc 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:39:01 veth3906c01 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:39:01 veth93d4d8e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:39:01 vethee7bbda 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:39:01 veth341dd40 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:39:01 veth5c1f08c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:39:01 veth0d67b1e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:39:01 veth18057a7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:39:01 vethd8d8e41 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:39:01 veth64b17dc 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:39:01 docker0 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:39:01 veth49c36ea 0.08 0.08 0.00 0.01 0.00 0.00 0.00 0.00 03:31:49 02:39:01 vethc17b062 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:39:01 ens3 3.93 2.27 3.05 1.65 0.00 0.00 0.00 0.00 03:31:49 02:40:01 lo 12.66 12.66 1.25 1.25 0.00 0.00 0.00 0.00 03:31:49 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:40:01 ens3 134.59 138.22 61.47 587.70 0.00 0.00 0.00 0.00 03:31:49 02:41:01 lo 50.32 50.32 4.96 4.96 0.00 0.00 0.00 0.00 03:31:49 02:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:41:01 ens3 491.58 486.64 229.82 2540.88 0.00 0.00 0.00 0.00 03:31:49 02:42:01 lo 12.53 12.53 1.24 1.24 0.00 0.00 0.00 0.00 03:31:49 02:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:42:01 ens3 100.80 97.37 59.73 437.77 0.00 0.00 0.00 0.00 03:31:49 02:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:43:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:44:01 ens3 0.22 0.12 0.08 0.07 0.00 0.00 0.00 0.00 03:31:49 02:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:45:01 ens3 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:46:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:46:02 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:47:01 ens3 1.34 0.81 4.10 0.06 0.00 0.00 0.00 0.00 03:31:49 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:48:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:49:01 ens3 0.33 0.20 0.09 0.07 0.00 0.00 0.00 0.00 03:31:49 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:50:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:51:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:52:01 ens3 0.18 0.00 0.01 0.00 0.00 0.00 0.00 0.00 03:31:49 02:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:53:01 ens3 1.17 0.10 0.11 0.01 0.00 0.00 0.00 0.00 03:31:49 02:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:54:01 ens3 1.28 0.72 0.59 0.36 0.00 0.00 0.00 0.00 03:31:49 02:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:55:01 ens3 0.68 0.52 0.36 0.28 0.00 0.00 0.00 0.00 03:31:49 02:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:56:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:57:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:58:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 02:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 02:59:01 ens3 0.33 0.22 0.09 0.07 0.00 0.00 0.00 0.00 03:31:49 03:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:00:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 03:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:01:01 ens3 0.55 0.10 0.05 0.01 0.00 0.00 0.00 0.00 03:31:49 03:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:02:01 ens3 0.72 0.48 0.51 0.40 0.00 0.00 0.00 0.00 03:31:49 03:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 03:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:03:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 03:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:04:01 ens3 1.00 0.53 0.49 0.28 0.00 0.00 0.00 0.00 03:31:49 03:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 03:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:05:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 03:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:06:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 03:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:07:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 03:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:08:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 03:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:09:01 ens3 0.23 0.23 0.08 0.08 0.00 0.00 0.00 0.00 03:31:49 03:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:10:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 03:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:11:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 03:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:12:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 03:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:13:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 03:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:14:01 ens3 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 03:31:49 03:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:15:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 03:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:17:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 03:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:18:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:19:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 03:31:49 03:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:20:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 03:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:23:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 03:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:24:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 03:31:49 03:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:25:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 03:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:27:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 03:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:28:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:31:49 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:29:01 ens3 0.43 0.28 0.31 0.08 0.00 0.00 0.00 0.00 03:31:49 03:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:31:49 03:30:01 ens3 0.12 0.08 0.06 0.00 0.00 0.00 0.00 0.00 03:31:49 03:31:01 lo 2.53 2.53 0.25 0.25 0.00 0.00 0.00 0.00 03:31:49 03:31:01 docker0 87.72 163.14 7.73 1257.33 0.00 0.00 0.00 0.00 03:31:49 03:31:01 ens3 408.88 237.49 8066.28 43.09 0.00 0.00 0.00 0.00 03:31:49 Average: lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 03:31:49 Average: docker0 15.26 21.37 1.21 153.53 0.00 0.00 0.00 0.00 03:31:49 Average: ens3 49.33 38.40 408.70 48.27 0.00 0.00 0.00 0.00 03:31:49 03:31:49 03:31:49 ---> sar -P ALL: 03:31:49 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3379) 06/18/24 _x86_64_ (8 CPU) 03:31:49 03:31:49 02:08:03 LINUX RESTART (8 CPU) 03:31:49 03:31:49 02:09:02 CPU %user %nice %system %iowait %steal %idle 03:31:49 02:10:01 all 0.08 0.00 0.05 0.03 0.01 99.83 03:31:49 02:10:01 0 0.07 0.00 0.02 0.00 0.00 99.92 03:31:49 02:10:01 1 0.27 0.00 0.05 0.00 0.02 99.66 03:31:49 02:10:01 2 0.03 0.00 0.07 0.14 0.02 99.75 03:31:49 02:10:01 3 0.02 0.00 0.07 0.00 0.02 99.90 03:31:49 02:10:01 4 0.00 0.00 0.03 0.00 0.00 99.97 03:31:49 02:10:01 5 0.17 0.00 0.07 0.02 0.00 99.75 03:31:49 02:10:01 6 0.07 0.00 0.07 0.12 0.00 99.75 03:31:49 02:10:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 02:11:01 all 0.21 0.00 0.01 0.00 0.01 99.76 03:31:49 02:11:01 0 0.00 0.00 0.02 0.00 0.02 99.97 03:31:49 02:11:01 1 1.45 0.00 0.02 0.00 0.02 98.51 03:31:49 02:11:01 2 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 02:11:01 3 0.05 0.00 0.02 0.00 0.00 99.93 03:31:49 02:11:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 02:11:01 5 0.05 0.00 0.00 0.00 0.02 99.93 03:31:49 02:11:01 6 0.05 0.00 0.02 0.03 0.00 99.90 03:31:49 02:11:01 7 0.03 0.00 0.03 0.00 0.02 99.92 03:31:49 02:12:01 all 0.06 0.00 0.01 0.00 0.00 99.92 03:31:49 02:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 02:12:01 1 0.35 0.00 0.02 0.00 0.00 99.63 03:31:49 02:12:01 2 0.00 0.00 0.03 0.00 0.00 99.97 03:31:49 02:12:01 3 0.03 0.00 0.02 0.00 0.02 99.93 03:31:49 02:12:01 4 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 02:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:12:01 6 0.03 0.00 0.02 0.02 0.02 99.92 03:31:49 02:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 02:13:01 all 0.03 0.00 0.01 0.06 0.01 99.90 03:31:49 02:13:01 0 0.00 0.00 0.00 0.02 0.00 99.98 03:31:49 02:13:01 1 0.13 0.00 0.03 0.00 0.02 99.82 03:31:49 02:13:01 2 0.00 0.00 0.00 0.05 0.02 99.93 03:31:49 02:13:01 3 0.00 0.00 0.02 0.00 0.02 99.97 03:31:49 02:13:01 4 0.02 0.00 0.00 0.00 0.02 99.97 03:31:49 02:13:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 02:13:01 6 0.03 0.00 0.02 0.42 0.00 99.53 03:31:49 02:13:01 7 0.00 0.00 0.00 0.02 0.00 99.98 03:31:49 02:14:01 all 2.66 0.00 1.49 4.40 0.03 91.42 03:31:49 02:14:01 0 3.03 0.00 0.82 0.52 0.02 95.62 03:31:49 02:14:01 1 2.85 0.00 2.82 1.32 0.02 92.99 03:31:49 02:14:01 2 1.14 0.00 2.01 0.22 0.02 96.62 03:31:49 02:14:01 3 2.35 0.00 0.97 0.48 0.02 96.18 03:31:49 02:14:01 4 2.83 0.00 1.02 0.95 0.03 95.16 03:31:49 02:14:01 5 4.01 0.00 1.09 0.69 0.03 94.18 03:31:49 02:14:01 6 2.20 0.00 1.49 30.18 0.05 66.09 03:31:49 02:14:01 7 2.90 0.00 1.67 0.92 0.05 94.46 03:31:49 02:15:01 all 0.22 0.00 0.06 0.03 0.01 99.68 03:31:49 02:15:01 0 0.03 0.00 0.08 0.18 0.00 99.70 03:31:49 02:15:01 1 0.25 0.00 0.10 0.02 0.02 99.62 03:31:49 02:15:01 2 0.05 0.00 0.07 0.00 0.02 99.87 03:31:49 02:15:01 3 1.27 0.00 0.05 0.00 0.00 98.68 03:31:49 02:15:01 4 0.05 0.00 0.03 0.02 0.02 99.88 03:31:49 02:15:01 5 0.03 0.00 0.05 0.03 0.02 99.87 03:31:49 02:15:01 6 0.03 0.00 0.03 0.02 0.00 99.92 03:31:49 02:15:01 7 0.07 0.00 0.05 0.00 0.00 99.88 03:31:49 02:16:01 all 0.12 0.00 0.01 0.01 0.01 99.86 03:31:49 02:16:01 0 0.00 0.00 0.02 0.07 0.02 99.90 03:31:49 02:16:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 02:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:16:01 3 0.90 0.00 0.00 0.00 0.02 99.09 03:31:49 02:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:16:01 5 0.02 0.00 0.02 0.00 0.02 99.95 03:31:49 02:16:01 6 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 02:16:01 7 0.00 0.00 0.00 0.00 0.02 99.98 03:31:49 02:17:01 all 0.02 0.00 0.02 0.12 0.01 99.84 03:31:49 02:17:01 0 0.02 0.00 0.00 0.55 0.00 99.43 03:31:49 02:17:01 1 0.02 0.00 0.03 0.00 0.02 99.93 03:31:49 02:17:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:31:49 02:17:01 3 0.02 0.00 0.00 0.00 0.02 99.97 03:31:49 02:17:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 02:17:01 5 0.05 0.00 0.10 0.40 0.03 99.42 03:31:49 02:17:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 02:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:18:01 all 0.05 0.00 0.01 0.01 0.01 99.92 03:31:49 02:18:01 0 0.00 0.00 0.00 0.10 0.00 99.90 03:31:49 02:18:01 1 0.00 0.00 0.02 0.00 0.02 99.97 03:31:49 02:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:18:01 3 0.35 0.00 0.08 0.00 0.00 99.57 03:31:49 02:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:18:01 5 0.00 0.00 0.02 0.00 0.02 99.97 03:31:49 02:18:01 6 0.02 0.00 0.00 0.00 0.02 99.97 03:31:49 02:18:01 7 0.02 0.00 0.00 0.00 0.02 99.97 03:31:49 02:19:01 all 0.09 0.00 0.01 0.03 0.01 99.86 03:31:49 02:19:01 0 0.00 0.00 0.02 0.18 0.00 99.80 03:31:49 02:19:01 1 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 02:19:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 02:19:01 3 0.63 0.00 0.00 0.00 0.02 99.35 03:31:49 02:19:01 4 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 02:19:01 5 0.00 0.00 0.02 0.08 0.03 99.87 03:31:49 02:19:01 6 0.05 0.00 0.00 0.00 0.00 99.95 03:31:49 02:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:20:01 all 0.01 0.00 0.01 0.03 0.00 99.95 03:31:49 02:20:01 0 0.02 0.00 0.00 0.18 0.00 99.80 03:31:49 02:20:01 1 0.02 0.00 0.05 0.00 0.02 99.92 03:31:49 02:20:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:31:49 02:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 02:20:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:20:01 5 0.05 0.00 0.00 0.02 0.02 99.92 03:31:49 02:20:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 02:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 03:31:49 02:20:01 CPU %user %nice %system %iowait %steal %idle 03:31:49 02:21:01 all 0.11 0.00 0.01 0.00 0.00 99.87 03:31:49 02:21:01 0 0.00 0.00 0.00 0.02 0.00 99.98 03:31:49 02:21:01 1 0.00 0.00 0.03 0.00 0.00 99.97 03:31:49 02:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:21:01 3 0.83 0.00 0.03 0.00 0.00 99.14 03:31:49 02:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:21:01 5 0.02 0.00 0.02 0.02 0.03 99.92 03:31:49 02:21:01 6 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 02:21:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 02:22:01 all 0.02 0.00 0.01 0.00 0.01 99.96 03:31:49 02:22:01 0 0.02 0.00 0.00 0.03 0.00 99.95 03:31:49 02:22:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:31:49 02:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:22:01 3 0.12 0.00 0.03 0.00 0.00 99.85 03:31:49 02:22:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:22:01 5 0.03 0.00 0.02 0.00 0.02 99.93 03:31:49 02:22:01 6 0.02 0.00 0.00 0.00 0.02 99.97 03:31:49 02:22:01 7 0.00 0.00 0.00 0.00 0.02 99.98 03:31:49 02:23:01 all 0.11 0.00 0.01 0.10 0.00 99.78 03:31:49 02:23:01 0 0.03 0.00 0.03 0.80 0.02 99.12 03:31:49 02:23:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 02:23:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:31:49 02:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:23:01 5 0.00 0.00 0.02 0.02 0.00 99.97 03:31:49 02:23:01 6 0.83 0.00 0.00 0.00 0.00 99.17 03:31:49 02:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:24:01 all 0.13 0.00 0.03 0.07 0.01 99.76 03:31:49 02:24:01 0 0.03 0.00 0.07 0.52 0.02 99.37 03:31:49 02:24:01 1 0.02 0.00 0.05 0.00 0.00 99.93 03:31:49 02:24:01 2 0.02 0.00 0.02 0.02 0.00 99.95 03:31:49 02:24:01 3 0.03 0.00 0.00 0.05 0.02 99.90 03:31:49 02:24:01 4 0.02 0.00 0.03 0.00 0.00 99.95 03:31:49 02:24:01 5 0.03 0.00 0.02 0.00 0.00 99.95 03:31:49 02:24:01 6 0.91 0.00 0.03 0.00 0.02 99.04 03:31:49 02:24:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:31:49 02:25:01 all 0.01 0.00 0.01 0.02 0.01 99.95 03:31:49 02:25:01 0 0.00 0.00 0.02 0.12 0.02 99.85 03:31:49 02:25:01 1 0.05 0.00 0.03 0.00 0.02 99.90 03:31:49 02:25:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:31:49 02:25:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:31:49 02:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:25:01 5 0.00 0.00 0.02 0.05 0.02 99.92 03:31:49 02:25:01 6 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 02:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 02:26:01 all 0.01 0.00 0.00 0.01 0.01 99.96 03:31:49 02:26:01 0 0.02 0.00 0.02 0.12 0.02 99.83 03:31:49 02:26:01 1 0.03 0.00 0.02 0.00 0.02 99.93 03:31:49 02:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:26:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:31:49 02:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:26:01 6 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 02:26:01 7 0.00 0.00 0.00 0.00 0.02 99.98 03:31:49 02:27:01 all 0.01 0.00 0.01 0.01 0.01 99.96 03:31:49 02:27:01 0 0.03 0.00 0.03 0.05 0.02 99.87 03:31:49 02:27:01 1 0.02 0.00 0.02 0.00 0.02 99.95 03:31:49 02:27:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:31:49 02:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:27:01 5 0.02 0.00 0.00 0.03 0.02 99.93 03:31:49 02:27:01 6 0.02 0.00 0.00 0.00 0.03 99.95 03:31:49 02:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:28:01 all 0.01 0.00 0.01 0.01 0.00 99.96 03:31:49 02:28:01 0 0.02 0.00 0.03 0.03 0.02 99.90 03:31:49 02:28:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 02:28:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 02:28:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 02:28:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 02:28:01 5 0.02 0.00 0.00 0.02 0.00 99.97 03:31:49 02:28:01 6 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 02:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:29:01 all 0.01 0.00 0.01 0.00 0.01 99.97 03:31:49 02:29:01 0 0.02 0.00 0.05 0.03 0.02 99.88 03:31:49 02:29:01 1 0.02 0.00 0.02 0.00 0.02 99.95 03:31:49 02:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:29:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:31:49 02:29:01 6 0.03 0.00 0.00 0.00 0.02 99.95 03:31:49 02:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:30:01 all 0.01 0.00 0.00 0.00 0.01 99.97 03:31:49 02:30:01 0 0.05 0.00 0.00 0.02 0.02 99.92 03:31:49 02:30:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:31:49 02:30:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 02:30:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 02:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:30:01 5 0.00 0.00 0.00 0.00 0.02 99.98 03:31:49 02:30:01 6 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 02:30:01 7 0.00 0.00 0.00 0.00 0.02 99.98 03:31:49 02:31:01 all 0.11 0.00 0.01 0.01 0.01 99.86 03:31:49 02:31:01 0 0.05 0.00 0.02 0.03 0.03 99.87 03:31:49 02:31:01 1 0.03 0.00 0.02 0.00 0.02 99.93 03:31:49 02:31:01 2 0.00 0.00 0.00 0.00 0.02 99.98 03:31:49 02:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:31:01 5 0.00 0.00 0.03 0.00 0.00 99.97 03:31:49 02:31:01 6 0.80 0.00 0.02 0.00 0.02 99.17 03:31:49 02:31:01 7 0.00 0.00 0.00 0.02 0.00 99.98 03:31:49 03:31:49 02:31:01 CPU %user %nice %system %iowait %steal %idle 03:31:49 02:32:01 all 0.26 0.00 0.01 0.01 0.00 99.72 03:31:49 02:32:01 0 0.03 0.00 0.03 0.03 0.02 99.88 03:31:49 02:32:01 1 0.02 0.00 0.02 0.02 0.02 99.93 03:31:49 02:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:32:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:31:49 02:32:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 02:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 02:32:01 6 1.97 0.00 0.02 0.00 0.00 98.01 03:31:49 02:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:33:01 all 5.90 0.00 1.75 1.42 0.04 90.89 03:31:49 02:33:01 0 5.00 0.00 3.37 4.65 0.05 86.93 03:31:49 02:33:01 1 7.71 0.00 1.29 0.42 0.03 90.55 03:31:49 02:33:01 2 4.21 0.00 2.02 0.07 0.02 93.69 03:31:49 02:33:01 3 4.02 0.00 1.28 0.12 0.05 94.54 03:31:49 02:33:01 4 6.56 0.00 1.76 0.40 0.03 91.24 03:31:49 02:33:01 5 6.42 0.00 1.34 3.70 0.05 88.48 03:31:49 02:33:01 6 8.99 0.00 1.61 1.93 0.05 87.43 03:31:49 02:33:01 7 4.28 0.00 1.34 0.08 0.03 94.26 03:31:49 02:34:01 all 18.26 0.00 4.63 3.52 0.08 73.52 03:31:49 02:34:01 0 18.24 0.00 4.55 8.45 0.10 68.66 03:31:49 02:34:01 1 17.07 0.00 3.81 0.56 0.07 78.49 03:31:49 02:34:01 2 19.52 0.00 3.70 0.67 0.05 76.06 03:31:49 02:34:01 3 19.99 0.00 5.39 0.61 0.08 73.93 03:31:49 02:34:01 4 19.35 0.00 5.14 1.47 0.07 73.98 03:31:49 02:34:01 5 17.60 0.00 4.55 1.30 0.08 76.47 03:31:49 02:34:01 6 17.60 0.00 5.82 8.35 0.07 68.16 03:31:49 02:34:01 7 16.67 0.00 4.07 6.76 0.08 72.42 03:31:49 02:35:01 all 24.30 0.00 4.36 1.72 0.10 69.52 03:31:49 02:35:01 0 26.44 0.00 3.95 1.35 0.08 68.18 03:31:49 02:35:01 1 21.76 0.00 3.32 0.00 0.12 74.81 03:31:49 02:35:01 2 28.79 0.00 4.97 0.00 0.08 66.16 03:31:49 02:35:01 3 26.01 0.00 3.83 0.03 0.10 70.02 03:31:49 02:35:01 4 21.48 0.00 5.94 0.86 0.08 71.63 03:31:49 02:35:01 5 23.22 0.00 4.50 11.33 0.10 60.85 03:31:49 02:35:01 6 23.85 0.00 4.40 0.12 0.17 71.47 03:31:49 02:35:01 7 22.87 0.00 3.95 0.12 0.08 72.97 03:31:49 02:36:01 all 59.72 0.00 7.74 0.93 0.12 31.49 03:31:49 02:36:01 0 60.13 0.00 8.19 2.72 0.12 28.84 03:31:49 02:36:01 1 56.18 0.00 6.88 1.31 0.14 35.49 03:31:49 02:36:01 2 60.06 0.00 8.00 0.66 0.13 31.15 03:31:49 02:36:01 3 61.38 0.00 7.94 0.28 0.12 30.29 03:31:49 02:36:01 4 59.43 0.00 8.44 0.54 0.12 31.47 03:31:49 02:36:01 5 60.81 0.00 7.72 0.84 0.12 30.51 03:31:49 02:36:01 6 61.33 0.00 7.46 0.74 0.10 30.37 03:31:49 02:36:01 7 58.42 0.00 7.24 0.36 0.14 33.85 03:31:49 02:37:01 all 22.20 0.00 8.47 10.08 0.11 59.15 03:31:49 02:37:01 0 22.05 0.00 8.83 15.98 0.12 53.03 03:31:49 02:37:01 1 19.89 0.00 7.49 7.12 0.10 65.39 03:31:49 02:37:01 2 23.07 0.00 8.60 7.50 0.12 60.71 03:31:49 02:37:01 3 24.19 0.00 7.45 6.84 0.10 61.42 03:31:49 02:37:01 4 23.73 0.00 9.48 9.56 0.10 57.12 03:31:49 02:37:01 5 20.94 0.00 10.00 18.95 0.12 49.98 03:31:49 02:37:01 6 22.55 0.00 8.28 9.29 0.10 59.78 03:31:49 02:37:01 7 21.11 0.00 7.60 5.46 0.08 65.75 03:31:49 02:38:01 all 53.26 0.00 8.91 5.56 0.10 32.17 03:31:49 02:38:01 0 53.41 0.00 9.03 1.15 0.13 36.27 03:31:49 02:38:01 1 51.69 0.00 8.79 2.21 0.08 37.23 03:31:49 02:38:01 2 53.23 0.00 8.36 1.17 0.10 37.14 03:31:49 02:38:01 3 53.50 0.00 8.44 1.04 0.10 36.92 03:31:49 02:38:01 4 53.41 0.00 8.66 2.75 0.08 35.10 03:31:49 02:38:01 5 54.11 0.00 11.35 32.10 0.13 2.31 03:31:49 02:38:01 6 53.51 0.00 8.24 3.12 0.10 35.03 03:31:49 02:38:01 7 53.21 0.00 8.43 1.19 0.08 37.09 03:31:49 02:39:01 all 88.60 0.00 11.21 0.00 0.20 0.00 03:31:49 02:39:01 0 88.84 0.00 10.97 0.00 0.19 0.00 03:31:49 02:39:01 1 88.46 0.00 11.35 0.00 0.19 0.00 03:31:49 02:39:01 2 88.98 0.00 10.87 0.00 0.15 0.00 03:31:49 02:39:01 3 88.33 0.00 11.45 0.00 0.22 0.00 03:31:49 02:39:01 4 87.77 0.00 12.04 0.00 0.19 0.00 03:31:49 02:39:01 5 88.25 0.00 11.49 0.00 0.26 0.00 03:31:49 02:39:01 6 89.76 0.00 10.09 0.00 0.15 0.00 03:31:49 02:39:01 7 88.33 0.00 11.44 0.00 0.22 0.00 03:31:49 02:40:01 all 29.26 0.00 5.28 7.68 0.10 57.67 03:31:49 02:40:01 0 29.18 0.00 5.34 4.46 0.10 60.91 03:31:49 02:40:01 1 30.08 0.00 5.23 8.61 0.08 56.00 03:31:49 02:40:01 2 30.14 0.00 5.04 3.90 0.12 60.80 03:31:49 02:40:01 3 28.84 0.00 5.12 3.66 0.10 62.27 03:31:49 02:40:01 4 30.05 0.00 5.75 7.28 0.10 56.81 03:31:49 02:40:01 5 27.45 0.00 5.59 6.63 0.12 60.21 03:31:49 02:40:01 6 29.26 0.00 5.22 24.32 0.12 41.08 03:31:49 02:40:01 7 29.05 0.00 4.98 2.57 0.08 63.31 03:31:49 02:41:01 all 9.02 0.00 1.06 0.20 0.08 89.64 03:31:49 02:41:01 0 9.66 0.00 1.29 0.02 0.08 88.95 03:31:49 02:41:01 1 8.02 0.00 0.89 0.50 0.07 90.53 03:31:49 02:41:01 2 6.69 0.00 0.96 0.05 0.08 92.22 03:31:49 02:41:01 3 9.13 0.00 0.85 0.08 0.10 89.83 03:31:49 02:41:01 4 9.79 0.00 1.07 0.02 0.08 89.04 03:31:49 02:41:01 5 11.09 0.00 1.07 0.77 0.07 87.00 03:31:49 02:41:01 6 9.13 0.00 1.25 0.07 0.08 89.47 03:31:49 02:41:01 7 8.65 0.00 1.10 0.10 0.07 90.08 03:31:49 02:42:01 all 1.83 0.00 0.31 0.04 0.02 97.80 03:31:49 02:42:01 0 2.02 0.00 0.48 0.02 0.02 97.46 03:31:49 02:42:01 1 1.89 0.00 0.32 0.15 0.03 97.61 03:31:49 02:42:01 2 2.58 0.00 0.31 0.00 0.03 97.07 03:31:49 02:42:01 3 1.75 0.00 0.25 0.05 0.03 97.91 03:31:49 02:42:01 4 1.73 0.00 0.23 0.00 0.02 98.02 03:31:49 02:42:01 5 0.87 0.00 0.37 0.07 0.02 98.68 03:31:49 02:42:01 6 1.57 0.00 0.23 0.00 0.02 98.18 03:31:49 02:42:01 7 2.24 0.00 0.30 0.00 0.02 97.45 03:31:49 03:31:49 02:42:01 CPU %user %nice %system %iowait %steal %idle 03:31:49 02:43:01 all 0.12 0.00 0.02 0.02 0.00 99.83 03:31:49 02:43:01 0 0.02 0.00 0.02 0.00 0.02 99.95 03:31:49 02:43:01 1 0.05 0.00 0.03 0.15 0.00 99.77 03:31:49 02:43:01 2 0.85 0.00 0.07 0.00 0.02 99.07 03:31:49 02:43:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:31:49 02:43:01 4 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 02:43:01 5 0.00 0.00 0.00 0.02 0.00 99.98 03:31:49 02:43:01 6 0.03 0.00 0.02 0.00 0.00 99.95 03:31:49 02:43:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 02:44:01 all 0.15 0.00 0.01 0.00 0.01 99.82 03:31:49 02:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:31:49 02:44:01 1 0.05 0.00 0.03 0.00 0.02 99.90 03:31:49 02:44:01 2 0.95 0.00 0.00 0.00 0.02 99.04 03:31:49 02:44:01 3 0.05 0.00 0.00 0.00 0.00 99.95 03:31:49 02:44:01 4 0.03 0.00 0.00 0.00 0.02 99.95 03:31:49 02:44:01 5 0.03 0.00 0.02 0.00 0.02 99.93 03:31:49 02:44:01 6 0.03 0.00 0.02 0.00 0.00 99.95 03:31:49 02:44:01 7 0.05 0.00 0.03 0.00 0.02 99.90 03:31:49 02:45:01 all 0.01 0.00 0.02 0.00 0.01 99.96 03:31:49 02:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 02:45:01 1 0.02 0.00 0.03 0.02 0.00 99.93 03:31:49 02:45:01 2 0.02 0.00 0.05 0.00 0.03 99.90 03:31:49 02:45:01 3 0.03 0.00 0.05 0.00 0.02 99.90 03:31:49 02:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:45:01 5 0.02 0.00 0.00 0.02 0.00 99.97 03:31:49 02:45:01 6 0.00 0.00 0.02 0.00 0.00 99.98 03:31:49 02:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:46:02 all 0.09 0.00 0.01 0.01 0.01 99.88 03:31:49 02:46:02 0 0.07 0.00 0.00 0.00 0.02 99.92 03:31:49 02:46:02 1 0.05 0.00 0.02 0.02 0.02 99.90 03:31:49 02:46:02 2 0.47 0.00 0.02 0.00 0.02 99.50 03:31:49 02:46:02 3 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 02:46:02 4 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 02:46:02 5 0.02 0.00 0.03 0.03 0.02 99.90 03:31:49 02:46:02 6 0.02 0.00 0.02 0.00 0.02 99.95 03:31:49 02:46:02 7 0.05 0.00 0.03 0.00 0.00 99.92 03:31:49 02:47:01 all 0.02 0.00 0.01 0.01 0.01 99.95 03:31:49 02:47:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:31:49 02:47:01 1 0.05 0.00 0.03 0.05 0.02 99.85 03:31:49 02:47:01 2 0.02 0.00 0.03 0.00 0.03 99.91 03:31:49 02:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 02:47:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:47:01 5 0.00 0.00 0.00 0.02 0.00 99.98 03:31:49 02:47:01 6 0.05 0.00 0.00 0.00 0.00 99.95 03:31:49 02:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:48:01 all 0.03 0.00 0.01 0.01 0.01 99.95 03:31:49 02:48:01 0 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 02:48:01 1 0.05 0.00 0.03 0.05 0.02 99.85 03:31:49 02:48:01 2 0.02 0.00 0.00 0.00 0.02 99.97 03:31:49 02:48:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:31:49 02:48:01 4 0.03 0.00 0.02 0.00 0.02 99.93 03:31:49 02:48:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 02:48:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 02:48:01 7 0.05 0.00 0.00 0.00 0.02 99.93 03:31:49 02:49:01 all 0.02 0.00 0.01 0.00 0.01 99.95 03:31:49 02:49:01 0 0.05 0.00 0.02 0.00 0.02 99.92 03:31:49 02:49:01 1 0.02 0.00 0.03 0.00 0.02 99.93 03:31:49 02:49:01 2 0.00 0.00 0.03 0.00 0.03 99.93 03:31:49 02:49:01 3 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 02:49:01 4 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 02:49:01 5 0.02 0.00 0.00 0.02 0.02 99.95 03:31:49 02:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:49:01 7 0.03 0.00 0.02 0.02 0.00 99.93 03:31:49 02:50:01 all 0.03 0.00 0.01 0.00 0.01 99.95 03:31:49 02:50:01 0 0.05 0.00 0.00 0.00 0.00 99.95 03:31:49 02:50:01 1 0.07 0.00 0.05 0.02 0.02 99.85 03:31:49 02:50:01 2 0.02 0.00 0.03 0.00 0.02 99.93 03:31:49 02:50:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:31:49 02:50:01 4 0.03 0.00 0.02 0.00 0.00 99.95 03:31:49 02:50:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:50:01 6 0.00 0.00 0.00 0.00 0.02 99.98 03:31:49 02:50:01 7 0.03 0.00 0.00 0.00 0.02 99.95 03:31:49 02:51:01 all 0.05 0.00 0.02 0.00 0.01 99.92 03:31:49 02:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 02:51:01 1 0.02 0.00 0.03 0.02 0.02 99.92 03:31:49 02:51:01 2 0.27 0.00 0.03 0.00 0.03 99.67 03:31:49 02:51:01 3 0.05 0.00 0.03 0.00 0.02 99.90 03:31:49 02:51:01 4 0.02 0.00 0.03 0.00 0.00 99.95 03:31:49 02:51:01 5 0.00 0.00 0.00 0.02 0.02 99.97 03:31:49 02:51:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:52:01 all 0.15 0.00 0.01 0.01 0.01 99.82 03:31:49 02:52:01 0 0.05 0.00 0.02 0.00 0.02 99.92 03:31:49 02:52:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 02:52:01 2 0.98 0.00 0.00 0.00 0.03 98.99 03:31:49 02:52:01 3 0.05 0.00 0.03 0.00 0.00 99.92 03:31:49 02:52:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 02:52:01 5 0.00 0.00 0.03 0.07 0.00 99.90 03:31:49 02:52:01 6 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 02:52:01 7 0.07 0.00 0.02 0.00 0.00 99.92 03:31:49 02:53:01 all 0.02 0.00 0.02 0.00 0.01 99.95 03:31:49 02:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 02:53:01 1 0.02 0.00 0.02 0.02 0.02 99.93 03:31:49 02:53:01 2 0.02 0.00 0.05 0.00 0.02 99.92 03:31:49 02:53:01 3 0.02 0.00 0.03 0.00 0.02 99.93 03:31:49 02:53:01 4 0.00 0.00 0.02 0.00 0.00 99.98 03:31:49 02:53:01 5 0.05 0.00 0.00 0.00 0.02 99.93 03:31:49 02:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 02:53:01 7 0.03 0.00 0.00 0.00 0.02 99.95 03:31:49 03:31:49 02:53:01 CPU %user %nice %system %iowait %steal %idle 03:31:49 02:54:01 all 0.04 0.00 0.01 0.00 0.00 99.95 03:31:49 02:54:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:31:49 02:54:01 1 0.08 0.00 0.02 0.00 0.00 99.90 03:31:49 02:54:01 2 0.05 0.00 0.03 0.00 0.03 99.88 03:31:49 02:54:01 3 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 02:54:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 02:54:01 5 0.02 0.00 0.00 0.02 0.00 99.97 03:31:49 02:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 02:54:01 7 0.05 0.00 0.00 0.00 0.00 99.95 03:31:49 02:55:01 all 0.03 0.00 0.01 0.03 0.01 99.92 03:31:49 02:55:01 0 0.05 0.00 0.00 0.00 0.00 99.95 03:31:49 02:55:01 1 0.03 0.00 0.03 0.07 0.02 99.85 03:31:49 02:55:01 2 0.08 0.00 0.02 0.00 0.02 99.88 03:31:49 02:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 02:55:01 4 0.02 0.00 0.00 0.00 0.02 99.97 03:31:49 02:55:01 5 0.02 0.00 0.02 0.02 0.02 99.93 03:31:49 02:55:01 6 0.03 0.00 0.03 0.12 0.02 99.80 03:31:49 02:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 02:56:01 all 0.02 0.00 0.02 0.01 0.02 99.94 03:31:49 02:56:01 0 0.02 0.00 0.02 0.00 0.02 99.95 03:31:49 02:56:01 1 0.03 0.00 0.05 0.03 0.07 99.82 03:31:49 02:56:01 2 0.02 0.00 0.02 0.00 0.05 99.92 03:31:49 02:56:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:31:49 02:56:01 4 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 02:56:01 5 0.00 0.00 0.00 0.02 0.02 99.97 03:31:49 02:56:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 02:56:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:31:49 02:57:01 all 0.11 0.00 0.01 0.00 0.01 99.87 03:31:49 02:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 02:57:01 1 0.03 0.00 0.03 0.00 0.02 99.92 03:31:49 02:57:01 2 0.57 0.00 0.02 0.00 0.03 99.38 03:31:49 02:57:01 3 0.05 0.00 0.00 0.00 0.02 99.93 03:31:49 02:57:01 4 0.07 0.00 0.03 0.00 0.00 99.90 03:31:49 02:57:01 5 0.03 0.00 0.00 0.02 0.02 99.93 03:31:49 02:57:01 6 0.00 0.00 0.02 0.00 0.00 99.98 03:31:49 02:57:01 7 0.08 0.00 0.00 0.00 0.00 99.92 03:31:49 02:58:01 all 0.28 0.00 0.01 0.00 0.01 99.70 03:31:49 02:58:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:31:49 02:58:01 1 0.03 0.00 0.02 0.02 0.00 99.93 03:31:49 02:58:01 2 2.02 0.00 0.03 0.00 0.03 97.91 03:31:49 02:58:01 3 0.02 0.00 0.03 0.00 0.00 99.95 03:31:49 02:58:01 4 0.02 0.00 0.00 0.00 0.02 99.97 03:31:49 02:58:01 5 0.00 0.00 0.00 0.02 0.00 99.98 03:31:49 02:58:01 6 0.05 0.00 0.00 0.00 0.00 99.95 03:31:49 02:58:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 02:59:01 all 0.25 0.00 0.01 0.00 0.01 99.72 03:31:49 02:59:01 0 0.03 0.00 0.00 0.00 0.02 99.95 03:31:49 02:59:01 1 0.07 0.00 0.03 0.00 0.02 99.88 03:31:49 02:59:01 2 1.78 0.00 0.02 0.00 0.03 98.17 03:31:49 02:59:01 3 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 02:59:01 4 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 02:59:01 5 0.02 0.00 0.02 0.02 0.02 99.93 03:31:49 02:59:01 6 0.02 0.00 0.02 0.00 0.02 99.95 03:31:49 02:59:01 7 0.02 0.00 0.00 0.00 0.02 99.97 03:31:49 03:00:01 all 0.27 0.00 0.01 0.00 0.01 99.71 03:31:49 03:00:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:31:49 03:00:01 1 0.05 0.00 0.02 0.02 0.02 99.90 03:31:49 03:00:01 2 1.99 0.00 0.02 0.00 0.03 97.96 03:31:49 03:00:01 3 0.03 0.00 0.00 0.00 0.02 99.95 03:31:49 03:00:01 4 0.00 0.00 0.02 0.00 0.00 99.98 03:31:49 03:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 03:00:01 6 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 03:00:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 03:01:01 all 0.15 0.00 0.02 0.00 0.01 99.82 03:31:49 03:01:01 0 0.03 0.00 0.02 0.00 0.02 99.93 03:31:49 03:01:01 1 0.08 0.00 0.05 0.00 0.02 99.85 03:31:49 03:01:01 2 0.96 0.00 0.03 0.00 0.02 98.99 03:31:49 03:01:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 03:01:01 4 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 03:01:01 5 0.03 0.00 0.00 0.02 0.00 99.95 03:31:49 03:01:01 6 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 03:01:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:31:49 03:02:01 all 0.02 0.00 0.02 0.00 0.01 99.95 03:31:49 03:02:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:31:49 03:02:01 1 0.10 0.00 0.07 0.02 0.02 99.80 03:31:49 03:02:01 2 0.02 0.00 0.00 0.00 0.02 99.97 03:31:49 03:02:01 3 0.00 0.00 0.03 0.00 0.00 99.97 03:31:49 03:02:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 03:02:01 5 0.00 0.00 0.03 0.00 0.02 99.95 03:31:49 03:02:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 03:02:01 7 0.03 0.00 0.02 0.00 0.02 99.93 03:31:49 03:03:01 all 0.21 0.00 0.01 0.00 0.01 99.76 03:31:49 03:03:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:31:49 03:03:01 1 0.07 0.00 0.05 0.00 0.03 99.85 03:31:49 03:03:01 2 1.45 0.00 0.02 0.00 0.02 98.52 03:31:49 03:03:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 03:03:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 03:03:01 5 0.03 0.00 0.00 0.02 0.00 99.95 03:31:49 03:03:01 6 0.03 0.00 0.02 0.00 0.00 99.95 03:31:49 03:03:01 7 0.05 0.00 0.00 0.00 0.02 99.93 03:31:49 03:04:01 all 0.20 0.00 0.01 0.02 0.01 99.76 03:31:49 03:04:01 0 0.02 0.00 0.00 0.00 0.02 99.97 03:31:49 03:04:01 1 0.03 0.00 0.07 0.15 0.03 99.72 03:31:49 03:04:01 2 0.84 0.00 0.00 0.00 0.00 99.16 03:31:49 03:04:01 3 0.02 0.00 0.00 0.00 0.02 99.97 03:31:49 03:04:01 4 0.00 0.00 0.02 0.00 0.02 99.97 03:31:49 03:04:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 03:04:01 6 0.00 0.00 0.02 0.00 0.02 99.97 03:31:49 03:04:01 7 0.65 0.00 0.00 0.00 0.00 99.35 03:31:49 03:31:49 03:04:01 CPU %user %nice %system %iowait %steal %idle 03:31:49 03:05:01 all 0.06 0.00 0.01 0.00 0.01 99.91 03:31:49 03:05:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 03:05:01 1 0.12 0.00 0.03 0.00 0.03 99.82 03:31:49 03:05:01 2 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 03:05:01 3 0.02 0.00 0.02 0.02 0.00 99.95 03:31:49 03:05:01 4 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 03:05:01 5 0.00 0.00 0.00 0.00 0.02 99.98 03:31:49 03:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 03:05:01 7 0.32 0.00 0.02 0.00 0.02 99.65 03:31:49 03:06:01 all 0.04 0.00 0.02 0.00 0.00 99.93 03:31:49 03:06:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:31:49 03:06:01 1 0.12 0.00 0.05 0.02 0.03 99.78 03:31:49 03:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 03:06:01 3 0.00 0.00 0.03 0.00 0.00 99.97 03:31:49 03:06:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 03:06:01 5 0.00 0.00 0.03 0.00 0.00 99.97 03:31:49 03:06:01 6 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 03:06:01 7 0.15 0.00 0.00 0.00 0.00 99.85 03:31:49 03:07:01 all 0.03 0.00 0.01 0.00 0.01 99.94 03:31:49 03:07:01 0 0.03 0.00 0.00 0.00 0.02 99.95 03:31:49 03:07:01 1 0.07 0.00 0.03 0.02 0.03 99.85 03:31:49 03:07:01 2 0.02 0.00 0.00 0.00 0.02 99.97 03:31:49 03:07:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 03:07:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 03:07:01 5 0.02 0.00 0.00 0.02 0.02 99.95 03:31:49 03:07:01 6 0.02 0.00 0.02 0.00 0.02 99.95 03:31:49 03:07:01 7 0.03 0.00 0.02 0.00 0.02 99.93 03:31:49 03:08:01 all 0.07 0.00 0.01 0.01 0.00 99.91 03:31:49 03:08:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:31:49 03:08:01 1 0.07 0.00 0.05 0.02 0.03 99.83 03:31:49 03:08:01 2 0.02 0.00 0.03 0.00 0.00 99.95 03:31:49 03:08:01 3 0.00 0.00 0.00 0.02 0.00 99.98 03:31:49 03:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 03:08:01 5 0.00 0.00 0.02 0.02 0.00 99.97 03:31:49 03:08:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 03:08:01 7 0.42 0.00 0.00 0.00 0.00 99.58 03:31:49 03:09:01 all 0.03 0.00 0.01 0.01 0.01 99.95 03:31:49 03:09:01 0 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 03:09:01 1 0.10 0.00 0.02 0.03 0.02 99.83 03:31:49 03:09:01 2 0.00 0.00 0.00 0.00 0.02 99.98 03:31:49 03:09:01 3 0.03 0.00 0.02 0.00 0.02 99.93 03:31:49 03:09:01 4 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 03:09:01 5 0.02 0.00 0.00 0.02 0.00 99.97 03:31:49 03:09:01 6 0.00 0.00 0.02 0.00 0.02 99.97 03:31:49 03:09:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 03:10:01 all 0.16 0.00 0.02 0.00 0.01 99.81 03:31:49 03:10:01 0 0.02 0.00 0.03 0.00 0.02 99.93 03:31:49 03:10:01 1 0.07 0.00 0.08 0.00 0.03 99.82 03:31:49 03:10:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 03:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 03:10:01 4 0.00 0.00 0.02 0.00 0.02 99.97 03:31:49 03:10:01 5 0.00 0.00 0.02 0.00 0.02 99.97 03:31:49 03:10:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 03:10:01 7 1.14 0.00 0.00 0.00 0.02 98.84 03:31:49 03:11:01 all 0.08 0.00 0.01 0.01 0.01 99.90 03:31:49 03:11:01 0 0.05 0.00 0.02 0.00 0.00 99.93 03:31:49 03:11:01 1 0.03 0.00 0.00 0.03 0.03 99.90 03:31:49 03:11:01 2 0.02 0.00 0.00 0.02 0.02 99.95 03:31:49 03:11:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:31:49 03:11:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 03:11:01 5 0.03 0.00 0.02 0.00 0.00 99.95 03:31:49 03:11:01 6 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 03:11:01 7 0.40 0.00 0.02 0.00 0.00 99.58 03:31:49 03:12:01 all 0.06 0.00 0.03 0.00 0.01 99.90 03:31:49 03:12:01 0 0.02 0.00 0.02 0.00 0.02 99.95 03:31:49 03:12:01 1 0.08 0.00 0.08 0.02 0.03 99.78 03:31:49 03:12:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:31:49 03:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 03:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 03:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 03:12:01 6 0.03 0.00 0.02 0.00 0.02 99.93 03:31:49 03:12:01 7 0.37 0.00 0.08 0.00 0.02 99.53 03:31:49 03:13:01 all 0.02 0.00 0.01 0.00 0.00 99.96 03:31:49 03:13:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 03:13:01 1 0.02 0.00 0.03 0.00 0.02 99.93 03:31:49 03:13:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:31:49 03:13:01 3 0.02 0.00 0.03 0.00 0.02 99.93 03:31:49 03:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 03:13:01 5 0.00 0.00 0.00 0.02 0.00 99.98 03:31:49 03:13:01 6 0.03 0.00 0.02 0.00 0.00 99.95 03:31:49 03:13:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 03:14:01 all 0.03 0.00 0.02 0.02 0.01 99.92 03:31:49 03:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 03:14:01 1 0.03 0.00 0.02 0.13 0.02 99.80 03:31:49 03:14:01 2 0.03 0.00 0.00 0.00 0.02 99.95 03:31:49 03:14:01 3 0.03 0.00 0.05 0.00 0.02 99.90 03:31:49 03:14:01 4 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 03:14:01 5 0.02 0.00 0.02 0.02 0.02 99.93 03:31:49 03:14:01 6 0.03 0.00 0.02 0.02 0.02 99.92 03:31:49 03:14:01 7 0.07 0.00 0.00 0.00 0.00 99.93 03:31:49 03:15:01 all 0.04 0.00 0.01 0.00 0.01 99.94 03:31:49 03:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 03:15:01 1 0.05 0.00 0.03 0.02 0.02 99.88 03:31:49 03:15:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 03:15:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:31:49 03:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 03:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 03:15:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 03:15:01 7 0.20 0.00 0.03 0.00 0.02 99.75 03:31:49 03:31:49 03:15:01 CPU %user %nice %system %iowait %steal %idle 03:31:49 03:16:01 all 0.27 0.00 0.02 0.00 0.01 99.69 03:31:49 03:16:01 0 0.03 0.00 0.02 0.00 0.02 99.93 03:31:49 03:16:01 1 0.05 0.00 0.03 0.00 0.00 99.92 03:31:49 03:16:01 2 0.00 0.00 0.00 0.02 0.02 99.97 03:31:49 03:16:01 3 0.03 0.00 0.07 0.00 0.03 99.87 03:31:49 03:16:01 4 0.02 0.00 0.02 0.00 0.02 99.95 03:31:49 03:16:01 5 0.02 0.00 0.00 0.02 0.00 99.97 03:31:49 03:16:01 6 0.03 0.00 0.03 0.00 0.00 99.93 03:31:49 03:16:01 7 1.97 0.00 0.00 0.00 0.02 98.01 03:31:49 03:17:01 all 0.04 0.00 0.01 0.00 0.01 99.94 03:31:49 03:17:01 0 0.02 0.00 0.03 0.00 0.00 99.95 03:31:49 03:17:01 1 0.00 0.00 0.03 0.02 0.02 99.93 03:31:49 03:17:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:31:49 03:17:01 3 0.03 0.00 0.00 0.00 0.02 99.95 03:31:49 03:17:01 4 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 03:17:01 5 0.02 0.00 0.00 0.02 0.02 99.95 03:31:49 03:17:01 6 0.02 0.00 0.00 0.00 0.02 99.97 03:31:49 03:17:01 7 0.20 0.00 0.00 0.00 0.00 99.80 03:31:49 03:18:01 all 0.08 0.00 0.01 0.00 0.01 99.90 03:31:49 03:18:01 0 0.07 0.00 0.03 0.00 0.02 99.88 03:31:49 03:18:01 1 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 03:18:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 03:18:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:31:49 03:18:01 4 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 03:18:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 03:18:01 6 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 03:18:01 7 0.45 0.00 0.00 0.00 0.02 99.53 03:31:49 03:19:01 all 0.27 0.00 0.01 0.01 0.01 99.70 03:31:49 03:19:01 0 0.02 0.00 0.02 0.00 0.02 99.95 03:31:49 03:19:01 1 0.00 0.00 0.02 0.02 0.02 99.95 03:31:49 03:19:01 2 0.00 0.00 0.00 0.00 0.02 99.98 03:31:49 03:19:01 3 0.05 0.00 0.02 0.00 0.02 99.92 03:31:49 03:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 03:19:01 5 0.00 0.00 0.00 0.07 0.02 99.92 03:31:49 03:19:01 6 0.07 0.00 0.03 0.00 0.02 99.88 03:31:49 03:19:01 7 1.99 0.00 0.00 0.00 0.02 98.00 03:31:49 03:20:01 all 0.12 0.00 0.01 0.00 0.01 99.86 03:31:49 03:20:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 03:20:01 1 0.02 0.00 0.02 0.02 0.02 99.93 03:31:49 03:20:01 2 0.05 0.00 0.00 0.02 0.00 99.93 03:31:49 03:20:01 3 0.07 0.00 0.02 0.00 0.02 99.90 03:31:49 03:20:01 4 0.02 0.00 0.00 0.00 0.02 99.97 03:31:49 03:20:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:31:49 03:20:01 6 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 03:20:01 7 0.76 0.00 0.05 0.00 0.00 99.19 03:31:49 03:21:01 all 0.02 0.00 0.02 0.00 0.01 99.95 03:31:49 03:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 03:21:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 03:21:01 2 0.02 0.00 0.02 0.00 0.02 99.95 03:31:49 03:21:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:31:49 03:21:01 4 0.00 0.00 0.03 0.00 0.00 99.97 03:31:49 03:21:01 5 0.00 0.00 0.00 0.02 0.00 99.98 03:31:49 03:21:01 6 0.07 0.00 0.03 0.00 0.02 99.88 03:31:49 03:21:01 7 0.03 0.00 0.00 0.00 0.02 99.95 03:31:49 03:22:01 all 0.04 0.00 0.01 0.00 0.01 99.94 03:31:49 03:22:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 03:22:01 1 0.03 0.00 0.02 0.02 0.02 99.92 03:31:49 03:22:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 03:22:01 3 0.03 0.00 0.03 0.00 0.02 99.92 03:31:49 03:22:01 4 0.03 0.00 0.00 0.00 0.02 99.95 03:31:49 03:22:01 5 0.02 0.00 0.00 0.00 0.02 99.97 03:31:49 03:22:01 6 0.03 0.00 0.02 0.00 0.02 99.93 03:31:49 03:22:01 7 0.10 0.00 0.00 0.00 0.00 99.90 03:31:49 03:23:01 all 0.02 0.00 0.01 0.00 0.01 99.95 03:31:49 03:23:01 0 0.02 0.00 0.03 0.00 0.02 99.93 03:31:49 03:23:01 1 0.00 0.00 0.03 0.02 0.02 99.93 03:31:49 03:23:01 2 0.02 0.00 0.00 0.00 0.02 99.97 03:31:49 03:23:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:31:49 03:23:01 4 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 03:23:01 5 0.02 0.00 0.02 0.02 0.00 99.95 03:31:49 03:23:01 6 0.02 0.00 0.00 0.00 0.03 99.95 03:31:49 03:23:01 7 0.03 0.00 0.00 0.00 0.02 99.95 03:31:49 03:24:01 all 0.03 0.00 0.01 0.00 0.00 99.96 03:31:49 03:24:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:31:49 03:24:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:31:49 03:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 03:24:01 3 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 03:24:01 4 0.03 0.00 0.02 0.00 0.02 99.93 03:31:49 03:24:01 5 0.03 0.00 0.00 0.00 0.02 99.95 03:31:49 03:24:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 03:24:01 7 0.07 0.00 0.02 0.00 0.00 99.92 03:31:49 03:25:01 all 0.07 0.00 0.01 0.01 0.01 99.90 03:31:49 03:25:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 03:25:01 1 0.00 0.00 0.00 0.02 0.02 99.97 03:31:49 03:25:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:31:49 03:25:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:31:49 03:25:01 4 0.07 0.00 0.03 0.00 0.02 99.88 03:31:49 03:25:01 5 0.00 0.00 0.02 0.03 0.00 99.95 03:31:49 03:25:01 6 0.03 0.00 0.02 0.00 0.02 99.93 03:31:49 03:25:01 7 0.47 0.00 0.00 0.00 0.03 99.50 03:31:49 03:26:01 all 0.05 0.00 0.01 0.00 0.00 99.93 03:31:49 03:26:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 03:26:01 1 0.03 0.00 0.02 0.02 0.00 99.93 03:31:49 03:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 03:26:01 3 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 03:26:01 4 0.02 0.00 0.03 0.00 0.00 99.95 03:31:49 03:26:01 5 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 03:26:01 6 0.05 0.00 0.03 0.00 0.02 99.90 03:31:49 03:26:01 7 0.20 0.00 0.03 0.00 0.02 99.75 03:31:49 03:31:49 03:26:01 CPU %user %nice %system %iowait %steal %idle 03:31:49 03:27:01 all 0.02 0.00 0.01 0.00 0.01 99.95 03:31:49 03:27:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 03:27:01 1 0.05 0.00 0.03 0.00 0.03 99.88 03:31:49 03:27:01 2 0.02 0.00 0.00 0.00 0.02 99.97 03:31:49 03:27:01 3 0.00 0.00 0.02 0.00 0.02 99.97 03:31:49 03:27:01 4 0.03 0.00 0.03 0.00 0.02 99.92 03:31:49 03:27:01 5 0.00 0.00 0.00 0.02 0.00 99.98 03:31:49 03:27:01 6 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 03:27:01 7 0.03 0.00 0.00 0.00 0.02 99.95 03:31:49 03:28:01 all 0.02 0.00 0.01 0.00 0.01 99.95 03:31:49 03:28:01 0 0.00 0.00 0.03 0.00 0.02 99.95 03:31:49 03:28:01 1 0.07 0.00 0.03 0.02 0.03 99.85 03:31:49 03:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 03:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 03:28:01 4 0.03 0.00 0.00 0.00 0.00 99.97 03:31:49 03:28:01 5 0.00 0.00 0.00 0.00 0.02 99.98 03:31:49 03:28:01 6 0.03 0.00 0.02 0.00 0.02 99.93 03:31:49 03:28:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:31:49 03:29:01 all 0.03 0.00 0.01 0.00 0.01 99.94 03:31:49 03:29:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 03:29:01 1 0.05 0.00 0.03 0.02 0.03 99.87 03:31:49 03:29:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 03:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:31:49 03:29:01 4 0.07 0.00 0.03 0.00 0.02 99.88 03:31:49 03:29:01 5 0.03 0.00 0.00 0.02 0.00 99.95 03:31:49 03:29:01 6 0.03 0.00 0.05 0.00 0.00 99.92 03:31:49 03:29:01 7 0.03 0.00 0.00 0.00 0.02 99.95 03:31:49 03:30:01 all 0.02 0.00 0.01 0.00 0.01 99.96 03:31:49 03:30:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:31:49 03:30:01 1 0.03 0.00 0.03 0.00 0.02 99.92 03:31:49 03:30:01 2 0.00 0.00 0.00 0.00 0.02 99.98 03:31:49 03:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:31:49 03:30:01 4 0.02 0.00 0.02 0.00 0.02 99.95 03:31:49 03:30:01 5 0.00 0.00 0.03 0.02 0.00 99.95 03:31:49 03:30:01 6 0.03 0.00 0.00 0.00 0.02 99.95 03:31:49 03:30:01 7 0.05 0.00 0.02 0.00 0.00 99.93 03:31:49 03:31:01 all 7.00 0.00 3.24 2.13 0.05 87.58 03:31:49 03:31:01 0 7.17 0.00 2.71 0.00 0.05 90.08 03:31:49 03:31:01 1 6.81 0.00 3.95 1.45 0.07 87.72 03:31:49 03:31:01 2 7.42 0.00 3.70 1.14 0.05 87.68 03:31:49 03:31:01 3 6.86 0.00 2.68 0.15 0.05 90.26 03:31:49 03:31:01 4 6.73 0.00 3.68 0.03 0.05 89.51 03:31:49 03:31:01 5 6.37 0.00 3.03 8.92 0.05 81.63 03:31:49 03:31:01 6 8.02 0.00 3.07 5.02 0.05 83.84 03:31:49 03:31:01 7 6.62 0.00 3.11 0.35 0.05 89.87 03:31:49 Average: all 3.95 0.00 0.72 0.47 0.02 94.85 03:31:49 Average: 0 3.96 0.00 0.73 0.51 0.02 94.78 03:31:49 Average: 1 3.82 0.00 0.70 0.30 0.03 95.15 03:31:49 Average: 2 4.12 0.00 0.72 0.19 0.02 94.95 03:31:49 Average: 3 4.00 0.00 0.68 0.16 0.02 95.14 03:31:49 Average: 4 3.90 0.00 0.77 0.29 0.02 95.03 03:31:49 Average: 5 3.86 0.00 0.75 1.04 0.02 94.32 03:31:49 Average: 6 4.04 0.00 0.70 1.01 0.02 94.23 03:31:49 Average: 7 3.91 0.00 0.67 0.22 0.02 95.18 03:31:49 03:31:49 03:31:49