Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4508c6b134dd8db5d14b2b122fe51143339f6eec 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-ssh13903552580101049151.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-ssh5229063831897031119.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-ssh94609801410689823.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-ssh102783229631921091.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-ssh17265627709094600425.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-7283 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/665 [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/665 # 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 4508c6b134dd8db5d14b2b122fe51143339f6eec (main) Commit message: "feat: Implement Schedule Job Features (#4849)" > git config core.sparsecheckout # timeout=10 > git checkout -f 4508c6b134dd8db5d14b2b122fe51143339f6eec # timeout=10 > git rev-list --no-walk 574c71a500a07162c29ac549af62d3136e4ef698 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:20:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:20:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:20:11 ========================================================= 09:20:11 EdgeX Global Pipelines Version Info 09:20:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:20:13 ------------------- 09:20:13 stable info: 09:20:13 ------------------- 09:20:13 Commited By: Ginny Guan ginny@iotechsys.com 09:20:13 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 09:20:13 Message: update stable to v1.0.260 09:20:13 ------------------- 09:20:13 experimental info: 09:20:13 ------------------- 09:20:13 Commited By: Ginny Guan ginny@iotechsys.com 09:20:13 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 09:20:13 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] echo 09:20:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4508c6b [Pipeline] echo 09:20:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:20:14 provisioning config files... 09:20:14 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/665@tmp/config6119255302121297354tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:20:14 ---> ****-login.sh 09:20:14 nexus3.edgexfoundry.org:10001 09:20:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:20:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:20:14 Configure a credential helper to remove this warning. See 09:20:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:20:14 09:20:14 Login Succeeded 09:20:14 nexus3.edgexfoundry.org:10002 09:20:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:20:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:20:14 Configure a credential helper to remove this warning. See 09:20:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:20:14 09:20:14 Login Succeeded 09:20:14 nexus3.edgexfoundry.org:10003 09:20:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:20:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:20:14 Configure a credential helper to remove this warning. See 09:20:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:20:14 09:20:14 Login Succeeded 09:20:14 nexus3.edgexfoundry.org:10004 09:20:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:20:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:20:14 Configure a credential helper to remove this warning. See 09:20:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:20:14 09:20:14 Login Succeeded 09:20:15 ****.io 09:20:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:20:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:20:15 Configure a credential helper to remove this warning. See 09:20:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:20:15 09:20:15 Login Succeeded 09:20:15 ---> ****-login.sh ends [Pipeline] } 09:20:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:20:15 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-cron-scheduler/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 09:20:15 + + dirname cmd/core-command/Dockerfile 09:20:15 cut -d/ -f2 09:20:15 + echo core-command,cmd/core-command/Dockerfile 09:20:15 + dirname cmd/core-common-config-bootstrapper/Dockerfile 09:20:15 + cut -d/ -f2 09:20:15 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 09:20:15 + cut -d/ -f2 09:20:15 + dirname cmd/core-data/Dockerfile 09:20:15 + echo core-data,cmd/core-data/Dockerfile 09:20:15 + dirname cmd/core-keeper/Dockerfile 09:20:15 + cut -d/ -f2 09:20:15 + echo core-keeper,cmd/core-keeper/Dockerfile 09:20:15 + dirname cmd/core-metadata/Dockerfile 09:20:15 + cut -d/ -f2 09:20:15 + echo core-metadata,cmd/core-metadata/Dockerfile 09:20:15 + + cut -d/ -f2 09:20:15 dirname cmd/security-bootstrapper/Dockerfile 09:20:15 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 09:20:15 + dirname cmd/security-proxy-auth/Dockerfile 09:20:15 + cut -d/ -f2 09:20:15 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 09:20:15 + dirname cmd/security-proxy-setup/Dockerfile 09:20:15 + cut -d/ -f2 09:20:15 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:20:15 + dirname cmd/security-secretstore-setup/Dockerfile 09:20:15 + cut -d/ -f2 09:20:15 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:20:15 + dirname cmd/security-spiffe-token-provider/Dockerfile 09:20:15 + cut -d/ -f2 09:20:15 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 09:20:15 + dirname cmd/security-spire-agent/Dockerfile 09:20:15 + cut -d/ -f2 09:20:15 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 09:20:15 + dirname cmd/security-spire-config/Dockerfile 09:20:15 + cut -d/ -f2 09:20:15 + echo security-spire-config,cmd/security-spire-config/Dockerfile 09:20:15 + dirname cmd/security-spire-server/Dockerfile 09:20:15 + cut -d/ -f2 09:20:15 + echo security-spire-server,cmd/security-spire-server/Dockerfile 09:20:15 + dirname cmd/support-cron-scheduler/Dockerfile 09:20:15 + cut -d/ -f2 09:20:15 + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile 09:20:15 + dirname cmd/support-notifications/Dockerfile 09:20:15 + cut -d/ -f2 09:20:15 + echo support-notifications,cmd/support-notifications/Dockerfile 09:20:15 + dirname cmd/support-scheduler/Dockerfile 09:20:15 + cut -d/ -f2 09:20:15 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 09:20:15 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-cron-scheduler, dockerfile:cmd/support-cron-scheduler/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 09:20:16 + git rev-list -1 --merges 4508c6b134dd8db5d14b2b122fe51143339f6eec~1..4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] echo 09:20:16 -----------> git rev-list -1 --merges 4508c6b134dd8db5d14b2b122fe51143339f6eec~1..4508c6b134dd8db5d14b2b122fe51143339f6eec 4508c6b134dd8db5d14b2b122fe51143339f6eec [false] [Pipeline] sh 09:20:16 + git log --format=format:%s -1 4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] echo 09:20:16 ========================================================= 09:20:16 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 09:20:16 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 09:20:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:20:16 + grep -v github /etc/ssh/ssh_known_hosts 09:20:16 + [ -e /tmp/ssh_known_hosts ] 09:20:16 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 09:20:16 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 09:20:16 + sudo tee -a /etc/ssh/ssh_known_hosts 09:20:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:20:17 09:20:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:20:17 0.1.4: Pulling from edgex-devops/py-git-semver 09:20:17 b85a868b505f: Pulling fs layer 09:20:17 e2be974225ed: Pulling fs layer 09:20:17 339a4e72a1f5: Pulling fs layer 09:20:17 988bab9f4d93: Pulling fs layer 09:20:17 1469e6f7b9e6: Pulling fs layer 09:20:17 eaf3925da568: Pulling fs layer 09:20:17 bab4dde63d76: Pulling fs layer 09:20:17 bde34c3a00c8: Pulling fs layer 09:20:17 b352a97aabf1: Pulling fs layer 09:20:17 4872d77fe225: Pulling fs layer 09:20:17 5851b861e8e6: Pulling fs layer 09:20:17 bab4dde63d76: Waiting 09:20:17 4872d77fe225: Waiting 09:20:17 bde34c3a00c8: Waiting 09:20:17 b352a97aabf1: Waiting 09:20:17 5851b861e8e6: Waiting 09:20:17 988bab9f4d93: Waiting 09:20:17 1469e6f7b9e6: Waiting 09:20:17 eaf3925da568: Waiting 09:20:17 e2be974225ed: Verifying Checksum 09:20:17 e2be974225ed: Download complete 09:20:17 1469e6f7b9e6: Verifying Checksum 09:20:17 1469e6f7b9e6: Download complete 09:20:17 eaf3925da568: Verifying Checksum 09:20:17 eaf3925da568: Download complete 09:20:17 339a4e72a1f5: Verifying Checksum 09:20:17 339a4e72a1f5: Download complete 09:20:17 bde34c3a00c8: Download complete 09:20:17 b352a97aabf1: Download complete 09:20:17 4872d77fe225: Download complete 09:20:17 5851b861e8e6: Download complete 09:20:17 b85a868b505f: Verifying Checksum 09:20:17 b85a868b505f: Download complete 09:20:18 bab4dde63d76: Verifying Checksum 09:20:18 bab4dde63d76: Download complete 09:20:19 b85a868b505f: Pull complete 09:20:19 e2be974225ed: Pull complete 09:20:19 339a4e72a1f5: Pull complete 09:20:19 988bab9f4d93: Pull complete 09:20:19 1469e6f7b9e6: Pull complete 09:20:19 eaf3925da568: Pull complete 09:20:21 bab4dde63d76: Pull complete 09:20:21 bde34c3a00c8: Pull complete 09:20:21 b352a97aabf1: Pull complete 09:20:21 4872d77fe225: Pull complete 09:20:21 5851b861e8e6: Pull complete 09:20:21 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 09:20:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:20:21 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:20:22 prd-ubuntu20.04-docker-8c-8g-7283 does not seem to be running inside a container 09:20:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/665 -v /w/workspace/edgex-go/665:/w/workspace/edgex-go/665:rw,z -v /w/workspace/edgex-go/665@tmp:/w/workspace/edgex-go/665@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:20:25 $ docker top 256ab4c59db018d0950f103b108d0eb513f0dec4c540b6a730d0dcf2041d854b -eo pid,comm 09:20:25 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 09:20:25 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:20:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:20:25 [ssh-agent] Looking for ssh-agent implementation... 09:20:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:20:25 $ docker exec 256ab4c59db018d0950f103b108d0eb513f0dec4c540b6a730d0dcf2041d854b ssh-agent 09:20:25 SSH_AUTH_SOCK=/tmp/ssh-6wlbipmnerwc/agent.32 09:20:25 SSH_AGENT_PID=39 09:20:25 Running ssh-add (command line suppressed) 09:20:25 Identity added: /w/workspace/edgex-go/665@tmp/private_key_14366483397499310401.key (/w/workspace/edgex-go/665@tmp/private_key_14366483397499310401.key) 09:20:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:20:25 + git tag --points-at HEAD [Pipeline] } 09:20:26 $ docker exec --env ******** --env ******** 256ab4c59db018d0950f103b108d0eb513f0dec4c540b6a730d0dcf2041d854b ssh-agent -k 09:20:26 unset SSH_AUTH_SOCK; 09:20:26 unset SSH_AGENT_PID; 09:20:26 echo Agent pid 39 killed; 09:20:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:20:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:20:26 [ssh-agent] Looking for ssh-agent implementation... 09:20:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:20:26 $ docker exec 256ab4c59db018d0950f103b108d0eb513f0dec4c540b6a730d0dcf2041d854b ssh-agent 09:20:26 SSH_AUTH_SOCK=/tmp/ssh-As3T4bPEVIAJ/agent.72 09:20:26 SSH_AGENT_PID=78 09:20:26 Running ssh-add (command line suppressed) 09:20:26 Identity added: /w/workspace/edgex-go/665@tmp/private_key_5730063230792895682.key (/w/workspace/edgex-go/665@tmp/private_key_5730063230792895682.key) 09:20:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:20:26 + git semver init 09:20:27 2024-08-07 09:20:26,966 [run_init] DEBUG init version:0.0.0 force:False 09:20:27 2024-08-07 09:20:26,967 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/665/.semver 09:20:27 2024-08-07 09:20:26,968 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/665/.semver 09:20:27 2024-08-07 09:20:26,968 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/665/.semver'], cwd=/w/workspace/edgex-go/665, universal_newlines=False, shell=None, istream=None) 09:20:32 2024-08-07 09:20:31,947 [append_file] DEBUG append to file:/w/workspace/edgex-go/665/.git/info/exclude 09:20:32 2024-08-07 09:20:31,948 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/665/.semver/main with force:False 09:20:32 2024-08-07 09:20:31,948 [read_version] DEBUG read version from /w/workspace/edgex-go/665/.semver/main 09:20:32 2024-08-07 09:20:31,949 [read_version] DEBUG read version from /w/workspace/edgex-go/665/.semver/main 09:20:32 3.2.0-dev.47 [Pipeline] } 09:20:32 $ docker exec --env ******** --env ******** 256ab4c59db018d0950f103b108d0eb513f0dec4c540b6a730d0dcf2041d854b ssh-agent -k 09:20:32 unset SSH_AUTH_SOCK; 09:20:32 unset SSH_AGENT_PID; 09:20:32 echo Agent pid 78 killed; 09:20:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:20:32 + git semver [Pipeline] } 09:20:33 $ docker stop --time=1 256ab4c59db018d0950f103b108d0eb513f0dec4c540b6a730d0dcf2041d854b 09:20:34 $ docker rm -f --volumes 256ab4c59db018d0950f103b108d0eb513f0dec4c540b6a730d0dcf2041d854b [Pipeline] // withDockerContainer [Pipeline] sh 09:20:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:20:34 Stashed 1 file(s) [Pipeline] echo 09:20:35 [edgeXSemver]: initialized semver on version 3.2.0-dev.47 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:20:35 + git config --global --add safe.directory /w/workspace/edgex-go/665 [Pipeline] echo 09:20:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 09:20:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 09:20:35 ========================================================= 09:20:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 09:20:35 ========================================================= [Pipeline] fileExists [Pipeline] sh 09:20:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 09:20:35 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 09:20:35 619be1103602: Pulling fs layer 09:20:35 7862e08f4a3e: Pulling fs layer 09:20:35 5df492c9dc93: Pulling fs layer 09:20:35 7629e6793208: Pulling fs layer 09:20:35 4f4fb700ef54: Pulling fs layer 09:20:35 fb5054dd5b73: Pulling fs layer 09:20:35 eeca6798cff9: Pulling fs layer 09:20:35 aa269ceb94a6: Pulling fs layer 09:20:35 ada007ff1a6a: Pulling fs layer 09:20:35 7629e6793208: Waiting 09:20:35 eeca6798cff9: Waiting 09:20:35 4f4fb700ef54: Waiting 09:20:35 aa269ceb94a6: Waiting 09:20:35 fb5054dd5b73: Waiting 09:20:35 7862e08f4a3e: Verifying Checksum 09:20:35 7629e6793208: Verifying Checksum 09:20:35 7629e6793208: Download complete 09:20:35 4f4fb700ef54: Verifying Checksum 09:20:35 4f4fb700ef54: Download complete 09:20:35 619be1103602: Verifying Checksum 09:20:35 619be1103602: Download complete 09:20:35 fb5054dd5b73: Download complete 09:20:35 eeca6798cff9: Verifying Checksum 09:20:35 eeca6798cff9: Download complete 09:20:36 619be1103602: Pull complete 09:20:36 ada007ff1a6a: Verifying Checksum 09:20:36 ada007ff1a6a: Download complete 09:20:36 7862e08f4a3e: Pull complete 09:20:36 5df492c9dc93: Verifying Checksum 09:20:36 5df492c9dc93: Download complete 09:20:36 aa269ceb94a6: Verifying Checksum 09:20:36 aa269ceb94a6: Download complete 09:20:39 5df492c9dc93: Pull complete 09:20:39 7629e6793208: Pull complete 09:20:39 4f4fb700ef54: Pull complete 09:20:39 fb5054dd5b73: Pull complete 09:20:39 eeca6798cff9: Pull complete 09:20:42 aa269ceb94a6: Pull complete 09:20:42 ada007ff1a6a: Pull complete 09:20:42 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 09:20:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 09:20:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh 09:20:42 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 09:20:42 WORKDIR /edgex 09:20:42 COPY go.mod . 09:20:42 RUN go mod download 09:20:42 docker build -t ci-base-image-x86_64 -f - . 09:20:43 Sending build context to Docker daemon 178.9MB 09:20:43 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 09:20:43 ---> f489d0715acc 09:20:43 Step 2/4 : WORKDIR /edgex 09:20:45 ---> Running in 24e996b2e42f 09:20:45 Removing intermediate container 24e996b2e42f 09:20:45 ---> dc249076df92 09:20:45 Step 3/4 : COPY go.mod . 09:20:45 ---> 47bbe3471cfa 09:20:45 Step 4/4 : RUN go mod download 09:20:45 ---> Running in 77ead6033f72 09:20:50 Still waiting to schedule task 09:20:50 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 09:21:03 Removing intermediate container 77ead6033f72 09:21:03 ---> 61b767139233 09:21:03 Successfully built 61b767139233 09:21:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:21:03 + docker inspect -f . ci-base-image-x86_64 09:21:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:21:03 prd-ubuntu20.04-docker-8c-8g-7283 does not seem to be running inside a container 09:21:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/665 -v /w/workspace/edgex-go/665:/w/workspace/edgex-go/665:rw,z -v /w/workspace/edgex-go/665@tmp:/w/workspace/edgex-go/665@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:21:04 $ docker top e812e0a1cf4d3c82feafd6625e4317129efe4eb6212e32d6d6e3b73f2b8d480d -eo pid,comm [Pipeline] { [Pipeline] sh 09:21:04 + go version 09:21:04 go version go1.21.9 linux/amd64 [Pipeline] } 09:21:04 $ docker stop --time=1 e812e0a1cf4d3c82feafd6625e4317129efe4eb6212e32d6d6e3b73f2b8d480d 09:21:05 $ docker rm -f --volumes e812e0a1cf4d3c82feafd6625e4317129efe4eb6212e32d6d6e3b73f2b8d480d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:21:06 + docker inspect -f . ci-base-image-x86_64 09:21:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:21:06 prd-ubuntu20.04-docker-8c-8g-7283 does not seem to be running inside a container 09:21:06 $ 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/665 -v /w/workspace/edgex-go/665:/w/workspace/edgex-go/665:rw,z -v /w/workspace/edgex-go/665@tmp:/w/workspace/edgex-go/665@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:21:06 $ docker top 79f21d4950e9f7bf61d252620417040d378bda50a9dee195abb5a54073f36334 -eo pid,comm [Pipeline] { [Pipeline] echo 09:21:06 ========================================================= 09:21:06 [edgeXBuildGoParallel] Running Tests and Build... 09:21:06 ========================================================= [Pipeline] sh 09:21:06 + git config --global --add safe.directory /w/workspace/edgex-go/665 [Pipeline] fileExists [Pipeline] sh 09:21:07 + make test 09:21:07 go test -race -coverprofile=coverage.out ./... 09:21:15 ? github.com/edgexfoundry/edgex-go [no test files] 09:21:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:21:42 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 09:21:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:21:42 ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] 09:21:42 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:21:42 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:21:42 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 09:21:42 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:21:42 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 09:21:42 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:21:42 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 09:21:43 ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] 09:21:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:21:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:21:43 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:21:43 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 09:21:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:21:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:21:46 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.022s coverage: 28.7% of statements 09:21:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 09:21:46 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 09:21:46 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 09:21:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:21:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:21:46 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.047s coverage: 97.0% of statements 09:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 09:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 09:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 09:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] 09:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] 09:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] 09:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 09:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] 09:21:48 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 09:21:48 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] 09:21:48 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] 09:21:48 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] 09:21:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 09:21:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:21:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:21:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.065s coverage: 69.2% of statements 09:21:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.044s coverage: 53.2% of statements 09:21:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.958s coverage: 93.4% of statements 09:21:50 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.046s coverage: 91.7% of statements 09:21:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.049s coverage: 6.5% of statements 09:21:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 09:21:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 09:21:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 09:21:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:21:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 09:21:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:21:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:21:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:21:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:21:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] 09:21:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:21:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.376s coverage: 95.8% of statements 09:21:54 ok github.com/edgexfoundry/edgex-go/internal/io 1.023s coverage: 72.2% of statements 09:21:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.020s coverage: 0.0% of statements [no tests to run] 09:21:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 09:21:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 09:21:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.038s coverage: 0.8% of statements 09:21:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.029s coverage: 30.7% of statements 09:21:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.031s coverage: 41.7% of statements 09:21:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.024s coverage: 77.8% of statements 09:21:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.019s coverage: 94.1% of statements 09:21:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.029s coverage: 96.3% of statements 09:21:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.025s coverage: 87.5% of statements 09:21:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 09:21:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 09:21:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 09:21:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 09:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 09:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 09:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 09:21:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres [no test files] 09:21:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config [no test files] 09:21:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container [no test files] 09:21:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 09:21:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 09:21:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 09:21:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 09:21:59 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:21:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:21:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:22:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 09:22:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:22:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:22:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:22:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 09:22:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 09:22:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 09:22:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:22:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:22:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 09:22:07 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 09:22:07 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 09:22:07 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 09:22:07 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] 09:22:07 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application [no test files] 09:22:07 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action [no test files] 09:22:07 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container [no test files] 09:22:07 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http [no test files] 09:22:07 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure [no test files] 09:22:07 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] 09:22:07 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] 09:22:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 09:22:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.038s coverage: 94.4% of statements 09:22:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 09:22:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 09:22:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:22:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:22:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 09:22:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 09:22:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 09:22:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 09:22:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:22:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:22:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 09:22:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 09:22:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.285s coverage: 79.9% of statements 09:22:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.041s coverage: 92.9% of statements 09:22:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.019s coverage: 67.2% of statements 09:22:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.031s coverage: 62.3% of statements 09:22:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.024s coverage: 76.6% of statements 09:22:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.036s coverage: 87.2% of statements 09:22:22 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.020s coverage: 20.0% of statements 09:22:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.017s coverage: 100.0% of statements 09:22:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.066s coverage: 81.8% of statements 09:22:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.054s coverage: 82.1% of statements 09:22:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements 09:22:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.131s coverage: 63.1% of statements 09:22:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.023s coverage: 100.0% of statements 09:22:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.021s coverage: 89.4% of statements 09:22:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.015s coverage: 100.0% of statements 09:22:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.017s coverage: 73.7% of statements 09:22:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.017s coverage: 100.0% of statements 09:22:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.162s coverage: 36.5% of statements 09:22:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.025s coverage: 89.5% of statements 09:22:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.022s coverage: 84.8% of statements 09:22:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.050s coverage: 19.9% of statements 09:22:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.125s coverage: 95.7% of statements 09:22:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.029s coverage: 61.8% of statements 09:22:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.082s coverage: 98.9% of statements 09:22:22 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 09:22:22 running golangci-lint 09:22:22 golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z 09:22:22 go version go1.21.9 linux/amd64 09:22:22 level=info msg="[config_reader] Used config file .golangci.yml" 09:22:22 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 09:22:44 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|exports_file|files|imports|name|deps|types_sizes) took 20.997559135s" 09:22:44 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 35.426562ms" 09:22:56 level=info msg="[linters_context/goanalysis] analyzers took 1m50.061740398s with top 10 stages: buildir: 1m1.385319844s, gosec: 9.651405603s, fact_deprecated: 3.049591216s, inspect: 2.964954702s, printf: 1.925036227s, ctrlflow: 1.860978209s, fact_purity: 1.721275498s, nilness: 1.622954267s, S1038: 1.180033204s, typedness: 889.123477ms" 09:22:56 level=info msg="[runner] Issues before processing: 213, after processing: 0" 09:22:56 level=info msg="[runner] Processors filtering stat (out/in): cgo: 213/213, path_prettifier: 213/213, skip_dirs: 213/213, autogenerated_exclude: 213/213, identifier_marker: 213/213, filename_unadjuster: 213/213, skip_files: 213/213, exclude: 213/213, nolint: 0/21, exclude-rules: 21/213" 09:22:56 level=info msg="[runner] processing took 19.118068ms with stages: nolint: 8.119817ms, identifier_marker: 5.490755ms, path_prettifier: 1.777819ms, exclude-rules: 1.557188ms, autogenerated_exclude: 1.245086ms, skip_dirs: 876.013µs, cgo: 33.5µs, filename_unadjuster: 13.69µs, skip_files: 720ns, max_same_issues: 600ns, severity-rules: 480ns, exclude: 460ns, uniq_by_line: 380ns, fixer: 280ns, sort_results: 250ns, path_shortener: 240ns, diff: 230ns, max_from_linter: 180ns, source_code: 150ns, max_per_file_from_linter: 120ns, path_prefixer: 110ns" 09:22:56 level=info msg="[runner] linters took 12.909361209s with stages: goanalysis_metalinter: 12.890138641s" 09:22:56 level=info msg="File cache stats: 0 entries of total size 0B" 09:22:56 level=info msg="Memory: 340 samples, avg is 336.6MB, max is 1394.9MB" 09:22:56 level=info msg="Execution took 33.950597949s" 09:22:56 go vet ./... 09:23:03 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:23:03 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 09:23:03 ./bin/test-attribution-txt.sh [Pipeline] echo 09:23:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 09:23:04 + ls -al . 09:23:04 total 872 09:23:04 drwxrwxr-x 11 1001 1001 4096 Aug 7 09:21 . 09:23:04 drwxr-xr-x 4 root root 4096 Aug 7 09:21 .. 09:23:04 drwxrwxr-x 2 1001 1001 4096 Aug 7 09:20 .blubracket 09:23:04 -rw-rw-r-- 1 1001 1001 10 Aug 7 09:20 .dockerignore 09:23:04 drwxrwxr-x 8 1001 1001 4096 Aug 7 09:22 .git 09:23:04 drwxrwxr-x 3 1001 1001 4096 Aug 7 09:20 .github 09:23:04 -rw-rw-r-- 1 1001 1001 1102 Aug 7 09:20 .gitignore 09:23:04 -rw-rw-r-- 1 1001 1001 42 Aug 7 09:20 .golangci.yml 09:23:04 -rw-rw-r-- 1 1001 1001 100 Aug 7 09:20 .hadolint.yml 09:23:04 drwxr-xr-x 3 1001 1001 4096 Aug 7 09:20 .semver 09:23:04 -rw-rw-r-- 1 1001 1001 155 Aug 7 09:20 .sonarcloud.properties 09:23:04 -rw-rw-r-- 1 1001 1001 1171 Aug 7 09:20 ADOPTERS.md 09:23:04 -rw-rw-r-- 1 1001 1001 21171 Aug 7 09:20 Attribution.txt 09:23:04 -rw-rw-r-- 1 1001 1001 100284 Aug 7 09:20 CHANGELOG.md 09:23:04 -rw-rw-r-- 1 1001 1001 3804 Aug 7 09:20 CONTRIBUTING.md 09:23:04 -rw-rw-r-- 1 1001 1001 677 Aug 7 09:20 GOVERNANCE.md 09:23:04 -rw-rw-r-- 1 1001 1001 861 Aug 7 09:20 Jenkinsfile 09:23:04 -rw-rw-r-- 1 1001 1001 10775 Aug 7 09:20 LICENSE 09:23:04 -rw-rw-r-- 1 1001 1001 16854 Aug 7 09:20 Makefile 09:23:04 -rw-rw-r-- 1 1001 1001 582 Aug 7 09:20 OWNERS.md 09:23:04 -rw-rw-r-- 1 1001 1001 9528 Aug 7 09:20 README.md 09:23:04 -rw-rw-r-- 1 1001 1001 789 Aug 7 09:20 SECURITY.md 09:23:04 -rw-rw-r-- 1 1001 1001 12 Aug 7 09:20 VERSION 09:23:04 drwxrwxr-x 2 1001 1001 4096 Aug 7 09:20 bin 09:23:04 drwxrwxr-x 20 1001 1001 4096 Aug 7 09:20 cmd 09:23:04 -rw-r--r-- 1 root root 504074 Aug 7 09:22 coverage.out 09:23:04 drwxrwxr-x 2 1001 1001 4096 Aug 7 09:20 fuzz_test 09:23:04 -rw-rw-r-- 1 1001 1001 7254 Aug 7 09:20 go.mod 09:23:04 -rw-rw-r-- 1 1001 1001 102354 Aug 7 09:20 go.sum 09:23:04 drwxrwxr-x 7 1001 1001 4096 Aug 7 09:20 internal 09:23:04 drwxrwxr-x 3 1001 1001 4096 Aug 7 09:20 openapi 09:23:04 -rw-rw-r-- 1 1001 1001 584 Aug 7 09:20 security.txt 09:23:04 -rw-rw-r-- 1 1001 1001 204 Aug 7 09:20 version.go [Pipeline] sh 09:23:04 + '[' -e coverage.out ] 09:23:04 + chown 1001:1001 coverage.out [Pipeline] stash 09:23:04 Stashed 1 file(s) [Pipeline] sh 09:23:05 + make build 09:23:05 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 09:23:31 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:23:31 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 09:23:31 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 09:23:32 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 09:23:33 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:23:38 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:23:39 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 09:23:42 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7285 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 09:23:42 Running in /w/workspace/edgex-go/665 [Pipeline] { [Pipeline] checkout 09:23:42 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 09:23:43 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:23:44 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:23:45 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 09:23:45 The recommended git tool is: git 09:23:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:23:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 09:23:48 $ docker stop --time=1 79f21d4950e9f7bf61d252620417040d378bda50a9dee195abb5a54073f36334 09:23:55 using credential edgex-jenkins-ssh 09:23:55 Cloning the remote Git repository 09:23:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:23:55 > git init /w/workspace/edgex-go/665 # timeout=10 09:23:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:23:55 > git --version # timeout=10 09:23:55 > git --version # 'git version 2.25.1' 09:23:55 using GIT_SSH to set credentials SSH Credentials for GitHub 09:23:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:23:59 $ docker rm -f --volumes 79f21d4950e9f7bf61d252620417040d378bda50a9dee195abb5a54073f36334 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:24:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:24:00 09:24:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:24:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:24:00 latest: Pulling from edgex-devops/edgex-compose 09:24:00 91d30c5bc195: Pulling fs layer 09:24:00 2e9b0aa3be6d: Pulling fs layer 09:24:00 9c61dcf015f6: Pulling fs layer 09:24:00 4698f68db338: Pulling fs layer 09:24:00 2a2f49069b9e: Pulling fs layer 09:24:00 e0025b399a48: Pulling fs layer 09:24:00 2a2f49069b9e: Waiting 09:24:00 e0025b399a48: Waiting 09:24:00 4698f68db338: Waiting 09:24:00 91d30c5bc195: Verifying Checksum 09:24:00 91d30c5bc195: Download complete 09:24:00 4698f68db338: Verifying Checksum 09:24:00 4698f68db338: Download complete 09:24:00 2e9b0aa3be6d: Verifying Checksum 09:24:00 2e9b0aa3be6d: Download complete 09:24:00 e0025b399a48: Verifying Checksum 09:24:00 e0025b399a48: Download complete 09:24:00 91d30c5bc195: Pull complete 09:24:00 2a2f49069b9e: Verifying Checksum 09:24:01 2e9b0aa3be6d: Pull complete 09:24:01 9c61dcf015f6: Verifying Checksum 09:24:01 9c61dcf015f6: Download complete 09:24:04 9c61dcf015f6: Pull complete 09:24:04 4698f68db338: Pull complete 09:24:04 2a2f49069b9e: Pull complete 09:24:04 e0025b399a48: Pull complete 09:24:04 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 09:24:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:24:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:24:04 prd-ubuntu20.04-docker-8c-8g-7283 does not seem to be running inside a container 09:24:04 $ 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/665 -v /w/workspace/edgex-go/665:/w/workspace/edgex-go/665:rw,z -v /w/workspace/edgex-go/665@tmp:/w/workspace/edgex-go/665@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 09:24:09 $ docker top 192476144cee877a3a9ff3553cfdfd6d3ef12cffd642328e61034673d71c517e -eo pid,comm [Pipeline] { [Pipeline] sh 09:24:10 + docker compose -f ./docker-compose-build.yml build --parallel 09:24:12 #1 [support-scheduler internal] load build definition from Dockerfile 09:24:12 #1 transferring dockerfile: 1.93kB done 09:24:12 #1 DONE 0.0s 09:24:12 09:24:12 #2 [core-keeper internal] load build definition from Dockerfile 09:24:12 #2 transferring dockerfile: 2.01kB done 09:24:12 #2 DONE 0.0s 09:24:12 09:24:12 #3 [security-bootstrapper internal] load build definition from Dockerfile 09:24:12 #3 transferring dockerfile: 3.17kB done 09:24:12 #3 DONE 0.0s 09:24:12 09:24:12 #4 [security-spire-server internal] load build definition from Dockerfile 09:24:12 #4 transferring dockerfile: 1.70kB done 09:24:12 #4 DONE 0.0s 09:24:12 09:24:12 #5 [core-command internal] load build definition from Dockerfile 09:24:12 #5 transferring dockerfile: 1.93kB done 09:24:12 #5 DONE 0.0s 09:24:12 09:24:12 #6 [security-spire-config internal] load build definition from Dockerfile 09:24:12 #6 transferring dockerfile: 1.69kB done 09:24:12 #6 DONE 0.0s 09:24:12 09:24:12 #7 [core-common-config-bootstrapper internal] load build definition from Dockerfile 09:24:12 #7 transferring dockerfile: 2.23kB done 09:24:12 #7 DONE 0.0s 09:24:12 09:24:12 #8 [security-spiffe-token-provider internal] load build definition from Dockerfile 09:24:12 #8 transferring dockerfile: 1.89kB done 09:24:12 #8 DONE 0.0s 09:24:12 09:24:12 #9 [security-proxy-auth internal] load build definition from Dockerfile 09:24:12 #9 transferring dockerfile: 2.15kB done 09:24:12 #9 DONE 0.0s 09:24:12 09:24:12 #10 [security-spire-agent internal] load build definition from Dockerfile 09:24:12 #10 transferring dockerfile: 1.81kB done 09:24:12 #10 DONE 0.0s 09:24:12 09:24:12 #11 [core-data internal] load build definition from Dockerfile 09:24:12 #11 transferring dockerfile: 2.01kB done 09:24:12 #11 DONE 0.0s 09:24:12 09:24:12 #12 [security-proxy-setup internal] load build definition from Dockerfile 09:24:12 #12 transferring dockerfile: 2.50kB done 09:24:12 #12 DONE 0.1s 09:24:12 09:24:12 #13 [core-metadata internal] load build definition from Dockerfile 09:24:12 #13 transferring dockerfile: 2.06kB done 09:24:12 #13 DONE 0.1s 09:24:12 09:24:12 #14 [security-secretstore-setup internal] load build definition from Dockerfile 09:24:12 #14 transferring dockerfile: 2.49kB done 09:24:12 #14 DONE 0.1s 09:24:12 09:24:12 #15 [support-scheduler internal] load .dockerignore 09:24:12 #15 transferring context: 50B done 09:24:12 #15 DONE 0.0s 09:24:12 09:24:12 #16 [support-cron-scheduler internal] load build definition from Dockerfile 09:24:12 #16 transferring dockerfile: 1.85kB done 09:24:12 #16 DONE 0.0s 09:24:12 09:24:12 #17 [support-notifications internal] load build definition from Dockerfile 09:24:12 #17 transferring dockerfile: 1.95kB done 09:24:12 #17 DONE 0.1s 09:24:12 09:24:12 #18 [core-keeper internal] load .dockerignore 09:24:12 #18 transferring context: 50B done 09:24:12 #18 DONE 0.0s 09:24:12 09:24:12 #19 [security-bootstrapper internal] load .dockerignore 09:24:12 #19 transferring context: 50B done 09:24:12 #19 DONE 0.0s 09:24:12 09:24:12 #20 [security-spire-server internal] load .dockerignore 09:24:12 #20 transferring context: 50B done 09:24:12 #20 DONE 0.0s 09:24:12 09:24:12 #21 [core-command internal] load .dockerignore 09:24:12 #21 transferring context: 50B done 09:24:12 #21 DONE 0.0s 09:24:12 09:24:12 #22 [security-spire-config internal] load .dockerignore 09:24:12 #22 transferring context: 50B done 09:24:12 #22 DONE 0.0s 09:24:12 09:24:12 #23 [core-common-config-bootstrapper internal] load .dockerignore 09:24:12 #23 transferring context: 50B done 09:24:12 #23 DONE 0.0s 09:24:12 09:24:12 #24 [security-spiffe-token-provider internal] load .dockerignore 09:24:13 #24 transferring context: 50B done 09:24:13 #24 DONE 0.0s 09:24:13 09:24:13 #25 [security-spire-agent internal] load .dockerignore 09:24:13 #25 transferring context: 50B done 09:24:13 #25 DONE 0.0s 09:24:13 09:24:13 #26 [security-proxy-auth internal] load .dockerignore 09:24:13 #26 transferring context: 50B done 09:24:13 #26 DONE 0.0s 09:24:13 09:24:13 #27 [core-data internal] load .dockerignore 09:24:13 #27 transferring context: 50B done 09:24:13 #27 DONE 0.0s 09:24:13 09:24:13 #28 [security-proxy-setup internal] load .dockerignore 09:24:13 #28 transferring context: 50B done 09:24:13 #28 DONE 0.0s 09:24:13 09:24:13 #29 [core-metadata internal] load .dockerignore 09:24:13 #29 transferring context: 50B done 09:24:13 #29 DONE 0.0s 09:24:13 09:24:13 #30 [security-secretstore-setup internal] load .dockerignore 09:24:13 #30 transferring context: 50B done 09:24:13 #30 DONE 0.0s 09:24:13 09:24:13 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 09:24:13 #31 DONE 0.0s 09:24:13 09:24:13 #32 [support-cron-scheduler internal] load .dockerignore 09:24:13 #32 transferring context: 50B done 09:24:13 #32 DONE 0.0s 09:24:13 09:24:13 #33 [support-notifications internal] load .dockerignore 09:24:13 #33 transferring context: 50B done 09:24:13 #33 DONE 0.0s 09:24:13 09:24:13 #34 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 09:24:13 #34 DONE 0.1s 09:24:13 09:24:13 #35 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 09:24:13 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 09:24:13 #35 ... 09:24:13 09:24:13 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 09:24:13 #31 DONE 0.0s 09:24:13 09:24:13 #35 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 09:24:13 #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s 09:24:13 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 09:24:13 #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 09:24:13 #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 09:24:13 #35 ... 09:24:13 09:24:13 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 09:24:13 #31 DONE 0.0s 09:24:13 09:24:13 #35 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 09:24:13 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 09:24:13 #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done 09:24:13 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 09:24:13 #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 09:24:13 #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 09:24:13 #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 09:24:13 #35 ... 09:24:13 09:24:13 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 09:24:13 #31 DONE 0.0s 09:24:13 09:24:13 #35 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 09:24:13 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 09:24:13 #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done 09:24:13 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 09:24:13 #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 09:24:13 #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 09:24:13 #35 ... 09:24:13 09:24:13 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 09:24:13 #31 DONE 0.0s 09:24:13 09:24:13 #35 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 09:24:13 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 09:24:13 #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done 09:24:13 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 09:24:13 #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 09:24:13 #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 09:24:13 #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done 09:24:13 #35 ... 09:24:13 09:24:13 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 09:24:13 #31 DONE 0.0s 09:24:13 09:24:13 #36 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 09:24:13 #36 DONE 0.7s 09:24:13 09:24:13 #35 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 09:24:13 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 09:24:13 #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done 09:24:13 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 09:24:13 #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 09:24:13 #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 09:24:13 #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done 09:24:13 #35 ... 09:24:13 09:24:13 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 09:24:13 #31 DONE 0.0s 09:24:13 09:24:13 #36 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64 09:24:13 #36 DONE 0.7s 09:24:13 09:24:13 #35 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 09:24:13 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 09:24:13 #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done 09:24:13 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 09:24:13 #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 09:24:13 #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 09:24:13 #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done 09:24:14 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 09:24:14 #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done 09:24:14 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 09:24:14 #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 09:24:14 #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 09:24:14 #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done 09:24:14 #35 DONE 0.9s 09:24:14 09:24:14 #36 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64 09:24:14 #36 DONE 0.7s 09:24:14 09:24:14 #31 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 09:24:14 #31 DONE 0.0s 09:24:14 09:24:14 #37 [support-notifications builder 2/7] WORKDIR /edgex-go 09:24:16 Avoid second fetch 09:24:16 Checking out Revision 4508c6b134dd8db5d14b2b122fe51143339f6eec (main) 09:24:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:24:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:24:18 Commit message: "feat: Implement Schedule Job Features (#4849)" 09:24:16 > git config core.sparsecheckout # timeout=10 09:24:16 > git checkout -f 4508c6b134dd8db5d14b2b122fe51143339f6eec # timeout=10 09:24:19 #37 ... 09:24:19 09:24:19 #38 [support-scheduler internal] load build context 09:24:19 #38 transferring context: 248.75MB 5.6s 09:24:20 #38 ... 09:24:20 09:24:20 #39 [core-keeper internal] load build context 09:24:20 #39 ... 09:24:20 09:24:20 #38 [support-scheduler internal] load build context [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:24:23 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 09:24:23 % Total % Received % Xferd Average Speed Time Time Time Current 09:24:23 Dload Upload Total Spent Left Speed 09:24:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 95731 0 --:--:-- --:--:-- --:--:-- 95731 [Pipeline] sh 09:24:23 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 09:24:23 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 09:24:23 + sudo tee /etc/docker/daemon.new 09:24:23 { 09:24:23 "registry-mirrors": [ 09:24:23 "https://nexus3.edgexfoundry.org:10001" 09:24:23 ], 09:24:23 "bip": "10.250.0.254/24", 09:24:23 "hosts": [ 09:24:23 "tcp://0.0.0.0:5555", 09:24:23 "unix:///var/run/docker.sock" 09:24:23 ], 09:24:23 "mtu": 1458, 09:24:23 "selinux-enabled": true, 09:24:23 "seccomp-profile": "/etc/docker/seccomp.json" 09:24:23 } [Pipeline] sh 09:24:24 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 09:24:24 + sudo service docker restart 09:24:25 #38 transferring context: 493.63MB 10.0s done 09:24:25 #38 ... 09:24:25 09:24:25 #40 [security-proxy-auth internal] load build context 09:24:25 #40 transferring context: 493.63MB 9.2s done 09:24:25 #40 ... 09:24:25 09:24:25 #41 [support-notifications internal] load build context 09:24:25 #41 ... 09:24:25 09:24:25 #42 [core-data internal] load build context 09:24:25 #42 transferring context: 493.63MB 9.4s done 09:24:26 #42 ... 09:24:26 09:24:26 #43 [core-metadata internal] load build context 09:24:26 #43 ... 09:24:26 09:24:26 #44 [security-secretstore-setup internal] load build context 09:24:26 #44 ... 09:24:26 09:24:26 #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 09:24:26 #45 ... 09:24:26 09:24:26 #46 [security-spiffe-token-provider internal] load build context 09:24:26 #46 transferring context: 493.63MB 11.7s done 09:24:27 #46 ... 09:24:27 09:24:27 #47 [security-proxy-setup internal] load build context 09:24:27 #47 ... 09:24:27 09:24:27 #48 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 09:24:27 #48 ... 09:24:27 09:24:27 #34 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 09:24:29 #34 ... 09:24:29 09:24:29 #49 [core-command internal] load build context 09:24:29 #49 transferring context: 493.63MB 8.8s done 09:24:29 #49 ... 09:24:29 09:24:29 #50 [core-common-config-bootstrapper internal] load build context 09:24:29 #50 transferring context: 493.63MB 8.6s done 09:24:29 #50 ... 09:24:29 09:24:29 #51 [security-bootstrapper internal] load build context 09:24:29 #51 transferring context: 493.63MB 8.9s done 09:24:29 #51 ... 09:24:29 09:24:29 #52 [core-command stage-1 2/7] RUN apk add --update --no-cache dumb-init 09:24:29 #52 ... 09:24:29 09:24:29 #39 [core-keeper internal] load build context 09:24:29 #39 transferring context: 493.63MB 8.8s done 09:24:36 #39 ... 09:24:36 09:24:36 #47 [security-proxy-setup internal] load build context 09:24:36 #47 transferring context: 493.63MB 12.7s done [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:24:42 provisioning config files... 09:24:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/665@tmp/config9906605051929379086tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:24:43 #47 ... 09:24:43 09:24:43 #36 [support-cron-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 09:24:43 #36 DONE 0.7s 09:24:43 09:24:43 #35 [support-cron-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 09:24:43 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 09:24:43 #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done 09:24:43 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 09:24:43 #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 09:24:43 #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 09:24:43 #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done 09:24:43 #35 DONE 0.9s 09:24:43 09:24:43 #39 [core-keeper internal] load build context 09:24:43 #39 DONE 29.1s 09:24:43 09:24:43 #34 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 09:24:43 #34 DONE 29.0s 09:24:43 09:24:43 #50 [core-common-config-bootstrapper internal] load build context 09:24:43 #50 DONE 28.9s 09:24:43 09:24:43 #49 [core-command internal] load build context 09:24:43 #49 DONE 29.0s 09:24:43 09:24:43 #51 [security-bootstrapper internal] load build context 09:24:43 #51 DONE 29.1s 09:24:43 09:24:43 #40 [security-proxy-auth internal] load build context 09:24:43 #40 DONE 28.9s 09:24:43 09:24:43 #42 [core-data internal] load build context 09:24:43 #42 DONE 28.8s 09:24:43 09:24:43 #38 [support-scheduler internal] load build context 09:24:43 #38 DONE 29.3s 09:24:43 09:24:43 #37 [support-cron-scheduler builder 2/7] WORKDIR /edgex-go 09:24:43 #37 DONE 28.9s 09:24:43 09:24:43 #53 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 09:24:43 #53 ... 09:24:43 09:24:43 #35 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 09:24:43 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 09:24:43 #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done 09:24:43 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 09:24:43 #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 09:24:43 #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 09:24:43 #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done 09:24:43 #35 DONE 0.9s 09:24:43 09:24:43 #48 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 09:24:43 #48 DONE 29.1s 09:24:43 09:24:43 #46 [security-spiffe-token-provider internal] load build context 09:24:43 #46 DONE 29.0s 09:24:43 09:24:43 #47 [security-proxy-setup internal] load build context 09:24:43 #47 DONE 28.9s 09:24:43 09:24:43 #35 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 09:24:43 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 09:24:43 #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done 09:24:43 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 09:24:43 #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 09:24:43 #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 09:24:43 #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done 09:24:43 #35 DONE 0.9s 09:24:43 09:24:43 #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 09:24:43 #45 DONE 29.2s 09:24:43 09:24:43 #54 [security-spire-config internal] load build context 09:24:43 #54 transferring context: 25.85kB 0.0s done 09:24:43 #54 DONE 0.2s 09:24:43 09:24:43 #55 [security-spire-server internal] load build context 09:24:43 #55 transferring context: 27.60kB done 09:24:43 #55 DONE 0.2s 09:24:43 09:24:43 #56 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:24:43 #56 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.0s done 09:24:43 #56 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 09:24:43 #56 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done 09:24:43 #56 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done 09:24:43 #56 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 0.1s 09:24:43 #56 ... 09:24:43 09:24:43 #57 [security-spire-agent internal] load build context 09:24:43 #57 transferring context: 27.13kB done 09:24:43 #57 DONE 0.1s 09:24:43 09:24:43 #56 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:24:43 #56 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done 09:24:43 #56 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.2s done 09:24:43 #56 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done 09:24:43 #56 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.3s 09:24:43 #56 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 09:24:43 #56 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.3s done 09:24:43 #56 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 0.4s 09:24:43 #56 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 5.24MB / 30.73MB 0.5s 09:24:43 #56 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 09:24:43 #56 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 18.87MB / 30.73MB 0.6s 09:24:43 #56 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 25.17MB / 30.73MB 0.7s 09:24:43 #56 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.0s done 09:24:43 #56 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 0.8s 09:24:43 ---> ****-login.sh 09:24:43 nexus3.edgexfoundry.org:10001 09:24:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:24:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:24:44 Configure a credential helper to remove this warning. See 09:24:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:24:44 09:24:44 Login Succeeded 09:24:44 nexus3.edgexfoundry.org:10002 09:24:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:24:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:24:44 Configure a credential helper to remove this warning. See 09:24:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:24:44 09:24:44 Login Succeeded 09:24:44 nexus3.edgexfoundry.org:10003 09:24:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:24:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:24:45 Configure a credential helper to remove this warning. See 09:24:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:24:45 09:24:45 Login Succeeded 09:24:45 nexus3.edgexfoundry.org:10004 09:24:45 #56 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 2.7s done 09:24:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:24:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:24:45 Configure a credential helper to remove this warning. See 09:24:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:24:45 09:24:45 Login Succeeded 09:24:45 ****.io 09:24:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:24:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:24:46 Configure a credential helper to remove this warning. See 09:24:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:24:46 09:24:46 Login Succeeded 09:24:46 ---> ****-login.sh ends [Pipeline] } 09:24:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 09:24:46 + git config --global --add safe.directory /w/workspace/edgex-go/665 [Pipeline] echo 09:24:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 09:24:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 09:24:46 ========================================================= 09:24:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 09:24:46 ========================================================= [Pipeline] fileExists [Pipeline] sh 09:24:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 09:24:47 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:24:47 c6b39de5b339: Pulling fs layer 09:24:47 a69c41024577: Pulling fs layer 09:24:47 d6de4b400683: Pulling fs layer 09:24:47 35cb2a7552d0: Pulling fs layer 09:24:47 4f4fb700ef54: Pulling fs layer 09:24:47 464afbd9ba4c: Pulling fs layer 09:24:47 00f215d4a9da: Pulling fs layer 09:24:47 d496ad576159: Pulling fs layer 09:24:47 464afbd9ba4c: Waiting 09:24:47 00f215d4a9da: Waiting 09:24:47 35cb2a7552d0: Waiting 09:24:47 d496ad576159: Waiting 09:24:47 4f4fb700ef54: Waiting 09:24:47 a69c41024577: Verifying Checksum 09:24:47 a69c41024577: Download complete 09:24:47 35cb2a7552d0: Verifying Checksum 09:24:47 35cb2a7552d0: Download complete 09:24:47 4f4fb700ef54: Verifying Checksum 09:24:47 4f4fb700ef54: Download complete 09:24:47 464afbd9ba4c: Download complete 09:24:47 c6b39de5b339: Verifying Checksum 09:24:47 c6b39de5b339: Download complete 09:24:48 d496ad576159: Verifying Checksum 09:24:48 d496ad576159: Download complete 09:24:48 c6b39de5b339: Pull complete 09:24:49 a69c41024577: Pull complete 09:24:49 d6de4b400683: Verifying Checksum 09:24:49 d6de4b400683: Download complete 09:24:50 00f215d4a9da: Verifying Checksum 09:24:50 00f215d4a9da: Download complete 09:24:53 #56 ... 09:24:53 09:24:53 #58 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 09:24:53 #58 ... 09:24:53 09:24:53 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 09:24:53 #59 ... 09:24:53 09:24:53 #41 [support-notifications internal] load build context 09:24:53 #41 transferring context: 493.63MB 8.3s done 09:24:53 #41 ... 09:24:53 09:24:53 #60 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 09:24:53 #60 ... 09:24:53 09:24:53 #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:24:53 #61 ... 09:24:53 09:24:53 #52 [core-command stage-1 2/7] RUN apk add --update --no-cache dumb-init 09:24:53 #52 26.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:24:53 #52 26.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:24:53 #52 26.54 (1/1) Installing dumb-init (1.2.5-r2) 09:24:53 #52 26.55 Executing busybox-1.36.1-r7.trigger 09:24:53 #52 26.56 OK: 7 MiB in 16 packages 09:24:53 #52 ... 09:24:53 09:24:53 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 09:24:53 #0 1.109 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:24:53 #0 1.223 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:24:53 #0 1.685 (1/4) Installing dumb-init (1.2.5-r2) 09:24:53 #0 1.689 (2/4) Installing openssl (3.1.6-r0) 09:24:53 #0 1.700 (3/4) Installing su-exec (0.2-r3) 09:24:53 #0 1.704 (4/4) Installing yq (4.33.3-r5) 09:24:53 #0 1.773 Executing busybox-1.36.1-r7.trigger 09:24:53 #0 1.778 OK: 17 MiB in 19 packages 09:24:53 #62 ... 09:24:53 09:24:53 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:24:53 #0 0.799 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:24:53 #0 0.877 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:24:53 #0 1.199 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 09:24:53 #0 1.199 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 09:24:53 #0 1.199 OK: 20070 distinct packages available 09:24:53 #0 1.265 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:24:53 #0 1.365 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:24:53 #0 1.581 (1/11) Installing ca-certificates (20240226-r0) 09:24:53 #0 1.594 (2/11) Installing brotli-libs (1.0.9-r14) 09:24:53 #0 1.605 (3/11) Installing libunistring (1.1-r1) 09:24:53 #0 1.624 (4/11) Installing libidn2 (2.3.4-r1) 09:24:53 #0 1.629 (5/11) Installing nghttp2-libs (1.57.0-r0) 09:24:53 #0 1.638 (6/11) Installing libcurl (8.9.0-r0) 09:24:53 #0 1.648 (7/11) Installing curl (8.9.0-r0) 09:24:53 #0 1.666 (8/11) Installing dumb-init (1.2.5-r2) 09:24:53 #0 1.669 (9/11) Installing musl-obstack (1.2.3-r2) 09:24:53 #0 1.672 (10/11) Installing libucontext (1.2-r2) 09:24:53 #0 1.677 (11/11) Installing gcompat (1.1.0-r1) 09:24:53 #0 1.677 Executing busybox-1.36.1-r7.trigger 09:24:53 #0 1.683 Executing ca-certificates-20240226-r0.trigger 09:24:53 #0 1.747 OK: 12 MiB in 26 packages 09:24:53 #63 ... 09:24:53 09:24:53 #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 09:24:53 #0 6.146 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:24:53 #0 6.411 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:24:53 #0 6.682 (1/1) Installing dumb-init (1.2.5-r2) 09:24:53 #0 6.688 Executing busybox-1.36.1-r7.trigger 09:24:53 #0 6.702 OK: 7 MiB in 16 packages 09:24:54 #64 ... 09:24:54 09:24:54 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:24:54 #65 ... 09:24:54 09:24:54 #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 09:24:54 #66 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.1s done 09:24:54 #66 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 09:24:54 #66 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done 09:24:54 #66 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done 09:24:54 #66 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.0s done 09:24:54 #66 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done 09:24:54 #66 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 09:24:54 #66 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 7.9s done 09:24:54 #66 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.1s done 09:24:54 #66 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.1s done 09:24:54 #66 ... 09:24:54 09:24:54 #67 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 09:24:54 #0 0.534 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:24:54 #0 0.776 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:24:54 #0 1.077 (1/2) Installing dumb-init (1.2.5-r2) 09:24:54 #0 1.077 (2/2) Installing su-exec (0.2-r3) 09:24:54 #0 1.077 Executing busybox-1.36.1-r7.trigger 09:24:54 #0 1.090 OK: 7 MiB in 17 packages 09:24:54 #67 ... 09:24:54 09:24:54 #68 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 09:24:54 #68 ... 09:24:54 09:24:54 #44 [security-secretstore-setup internal] load build context 09:24:54 #44 transferring context: 493.63MB 9.6s done 09:24:55 #44 ... 09:24:55 09:24:55 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:24:55 #69 ... 09:24:55 09:24:55 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 09:24:55 #70 ... 09:24:55 09:24:55 #71 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 09:24:55 #0 3.083 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:24:55 #0 3.160 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:24:55 #0 3.366 (1/4) Installing ca-certificates (20240226-r0) 09:24:55 #0 3.385 (2/4) Installing dumb-init (1.2.5-r2) 09:24:55 #0 3.389 (3/4) Installing su-exec (0.2-r3) 09:24:55 #0 3.392 (4/4) Installing yq (4.33.3-r5) 09:24:55 #0 3.749 Executing busybox-1.36.1-r7.trigger 09:24:55 #0 3.759 Executing ca-certificates-20240226-r0.trigger 09:24:55 #0 3.800 OK: 17 MiB in 19 packages 09:24:55 #71 ... 09:24:55 09:24:55 #72 [support-cron-scheduler internal] load build context 09:24:55 #72 transferring context: 493.63MB 9.4s done 09:24:55 #72 ... 09:24:55 09:24:55 #43 [core-metadata internal] load build context 09:24:55 #43 transferring context: 493.63MB 7.2s done 09:25:00 #43 ... 09:25:00 09:25:00 #56 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:25:00 #56 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 09:25:00 #56 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0.9s done 09:25:00 #56 ... 09:25:00 09:25:00 #53 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 09:25:00 #53 8.356 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:25:00 #53 8.444 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:25:00 #53 8.708 OK: 264 MiB in 52 packages 09:25:01 #53 ... 09:25:01 09:25:01 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 09:25:01 #59 10.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:25:01 #59 11.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:25:01 #59 11.37 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 09:25:01 #59 11.37 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 09:25:01 #59 11.37 OK: 20070 distinct packages available 09:25:01 #59 11.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:25:01 #59 11.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:25:01 #59 11.80 (1/4) Installing dumb-init (1.2.5-r2) 09:25:01 #59 11.81 (2/4) Installing musl-obstack (1.2.3-r2) 09:25:01 #59 11.81 (3/4) Installing libucontext (1.2-r2) 09:25:01 #59 11.81 (4/4) Installing gcompat (1.1.0-r1) 09:25:01 #59 11.81 Executing busybox-1.36.1-r7.trigger 09:25:01 #59 11.82 OK: 8 MiB in 19 packages 09:25:01 #59 ... 09:25:01 09:25:01 #43 [core-metadata internal] load build context 09:25:01 #43 DONE 47.5s 09:25:01 09:25:01 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:25:02 #69 ... 09:25:02 09:25:02 #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 09:25:02 #66 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 09:25:02 d6de4b400683: Pull complete 09:25:03 35cb2a7552d0: Pull complete 09:25:03 4f4fb700ef54: Pull complete 09:25:03 #66 ... 09:25:03 09:25:03 #41 [support-notifications internal] load build context 09:25:03 #41 DONE 49.4s 09:25:03 09:25:03 #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 09:25:03 #66 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0.8s done 09:25:03 464afbd9ba4c: Pull complete 09:25:06 #66 ... 09:25:06 09:25:06 #72 [support-cron-scheduler internal] load build context 09:25:06 #72 DONE 23.6s 09:25:06 09:25:06 #44 [security-secretstore-setup internal] load build context 09:25:06 #44 DONE 52.2s 09:25:06 09:25:06 #71 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 09:25:06 #71 DONE 23.7s 09:25:06 09:25:06 #52 [core-common-config-bootstrapper stage-1 2/7] RUN apk add --update --no-cache dumb-init 09:25:06 #52 DONE 49.1s 09:25:06 09:25:06 #53 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 09:25:06 #53 DONE 23.8s 09:25:06 09:25:06 #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 09:25:06 #64 DONE 23.7s 09:25:06 09:25:06 #67 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 09:25:06 #67 DONE 23.7s 09:25:06 09:25:06 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 09:25:06 #59 DONE 23.6s 09:25:06 09:25:06 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 09:25:06 #62 DONE 23.7s 09:25:06 09:25:06 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:25:06 #63 DONE 23.7s 09:25:06 09:25:06 #73 [core-common-config-bootstrapper stage-1 3/7] RUN apk --no-cache upgrade 09:25:06 #73 ... 09:25:06 09:25:06 #56 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:25:06 #56 DONE 23.8s 09:25:06 09:25:06 #74 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 09:25:06 #74 DONE 0.2s 09:25:06 09:25:06 #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 09:25:06 #66 ... 09:25:06 09:25:06 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:25:06 #69 DONE 24.5s 09:25:07 09:25:07 #60 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 09:25:07 #60 24.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:25:07 #60 24.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:25:07 #60 24.55 OK: 264 MiB in 52 packages 09:25:07 #60 DONE 24.6s 09:25:07 09:25:07 #75 [support-notifications builder 4/7] COPY go.mod vendor* ./ 09:25:07 #75 DONE 0.0s 09:25:07 09:25:07 #76 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:25:07 #76 ... 09:25:07 09:25:07 #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:25:07 #61 DONE 25.1s 09:25:07 09:25:07 #68 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 09:25:07 #68 24.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:25:07 #68 24.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:25:07 #68 25.18 OK: 264 MiB in 52 packages 09:25:08 #68 DONE 25.6s 09:25:08 09:25:08 #77 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 09:25:08 #77 DONE 0.1s 09:25:08 09:25:08 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 09:25:08 #70 24.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:25:08 #70 25.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:25:08 #70 25.22 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 09:25:08 #70 25.22 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 09:25:08 #70 25.22 OK: 20077 distinct packages available 09:25:08 #70 25.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:25:08 #70 25.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:25:08 #70 25.56 OK: 264 MiB in 52 packages 09:25:08 #70 DONE 25.7s 09:25:08 09:25:08 #78 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 09:25:08 #78 DONE 0.1s 09:25:08 09:25:08 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:25:08 #65 25.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:25:08 #65 25.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:25:08 #65 26.04 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 09:25:08 #65 26.04 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 09:25:08 #65 26.04 OK: 20070 distinct packages available 09:25:08 #65 26.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:25:09 #65 ... 09:25:09 09:25:09 #58 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 09:25:09 #58 25.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:25:09 #58 25.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:25:09 #58 25.93 (1/2) Installing ca-certificates (20240226-r0) 09:25:09 #58 25.95 (2/2) Installing dumb-init (1.2.5-r2) 09:25:09 #58 25.95 Executing busybox-1.36.1-r7.trigger 09:25:09 #58 25.96 Executing ca-certificates-20240226-r0.trigger 09:25:09 #58 26.00 OK: 8 MiB in 17 packages 09:25:09 #58 DONE 26.4s 09:25:09 09:25:09 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:25:09 #65 26.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:25:09 #65 26.38 (1/5) Installing dumb-init (1.2.5-r2) 09:25:09 #65 26.38 (2/5) Installing musl-obstack (1.2.3-r2) 09:25:09 #65 26.39 (3/5) Installing libucontext (1.2-r2) 09:25:09 #65 26.39 (4/5) Installing gcompat (1.1.0-r1) 09:25:09 #65 26.39 (5/5) Installing openssl (3.1.6-r0) 09:25:09 #65 26.40 Executing busybox-1.36.1-r7.trigger 09:25:09 #65 26.41 OK: 8 MiB in 20 packages 09:25:09 #65 DONE 26.5s 09:25:09 09:25:09 #79 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 09:25:09 #79 ... 09:25:09 09:25:09 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 09:25:09 #0 2.781 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:25:09 #0 2.867 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:25:09 #0 3.110 OK: 7 MiB in 16 packages 09:25:09 #80 DONE 3.2s 09:25:09 09:25:09 #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 09:25:09 #0 2.828 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:25:09 #0 2.899 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:25:09 #0 3.125 OK: 17 MiB in 19 packages 09:25:09 #81 DONE 3.2s 09:25:09 09:25:09 #82 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 09:25:09 #0 2.814 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:25:09 #0 2.905 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:25:09 #0 3.104 OK: 7 MiB in 17 packages 09:25:09 #82 DONE 3.2s 09:25:09 09:25:09 #83 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 09:25:09 #83 ... 09:25:09 09:25:09 #84 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 09:25:09 #0 3.071 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:25:09 #0 3.230 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:25:09 #0 3.440 OK: 8 MiB in 19 packages 09:25:09 #84 DONE 3.5s 09:25:10 09:25:10 #85 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:25:11 #85 DONE 1.5s 09:25:11 09:25:11 #86 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 09:25:11 #0 3.252 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:25:11 #0 3.339 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:25:11 #0 3.539 OK: 17 MiB in 19 packages 09:25:11 #86 DONE 5.0s 09:25:11 09:25:11 #87 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 09:25:11 #87 DONE 0.0s 09:25:11 09:25:11 #88 [security-spire-config stage-2 5/10] COPY Attribution.txt / 09:25:11 #88 DONE 0.0s 09:25:11 09:25:11 #89 [security-spire-config stage-2 6/10] COPY security.txt / 09:25:11 #89 DONE 0.0s 09:25:11 09:25:11 #73 [security-proxy-auth stage-1 3/7] RUN apk --no-cache upgrade 09:25:11 #73 2.406 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:25:11 #73 3.519 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:25:11 #73 3.712 OK: 7 MiB in 16 packages 09:25:11 #73 DONE 5.3s 09:25:11 09:25:11 #90 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 09:25:11 #90 ... 09:25:11 09:25:11 #91 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 09:25:11 #91 DONE 0.0s 09:25:11 09:25:11 #92 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 09:25:11 #92 DONE 0.0s 09:25:11 09:25:11 #93 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 09:25:11 #93 DONE 0.0s 09:25:11 09:25:11 #94 [security-spire-config] exporting to image 09:25:11 #94 exporting layers 09:25:11 #94 ... 09:25:11 09:25:11 #95 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 09:25:11 #0 4.990 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:25:11 #0 5.092 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:25:11 #0 5.308 OK: 12 MiB in 26 packages 09:25:11 #95 DONE 5.4s 09:25:11 09:25:11 #96 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 09:25:11 #0 4.186 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:25:11 #0 4.717 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:25:12 #96 ... 09:25:12 09:25:12 #94 [security-spire-config] exporting to image 09:25:12 #94 exporting layers 0.7s done 09:25:12 #94 writing image sha256:2ec4b1987af975d1e2a007079dae0d30759c725bacb0ab49ab8d09041853ff98 done 09:25:12 #94 naming to docker.io/library/security-spire-config done 09:25:12 #94 DONE 0.7s 09:25:12 09:25:12 #97 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 09:25:12 #0 4.297 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:25:12 #97 4.755 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:25:12 #97 ... 09:25:12 09:25:12 #83 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 09:25:12 #83 DONE 3.1s 09:25:12 09:25:12 #98 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 09:25:12 #98 DONE 0.0s 09:25:12 09:25:12 #96 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 09:25:12 #96 5.393 OK: 264 MiB in 52 packages 09:25:12 #96 DONE 5.5s 09:25:12 09:25:12 #99 [core-keeper builder 5/8] COPY go.mod vendor* ./ 09:25:12 #99 DONE 0.1s 09:25:12 09:25:12 #90 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 09:25:12 #90 3.324 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:25:12 #90 3.408 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:25:12 #90 3.628 OK: 8 MiB in 17 packages 09:25:12 #90 DONE 3.7s 09:25:12 09:25:12 #100 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:25:12 #100 ... 09:25:12 09:25:12 #79 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 09:25:12 #79 3.307 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 09:25:12 #79 3.396 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 09:25:12 #79 3.604 OK: 8 MiB in 20 packages 09:25:12 #79 DONE 3.7s 09:25:13 09:25:13 #97 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 09:25:13 #97 5.421 (1/1) Installing dumb-init (1.2.5-r2) 09:25:13 #97 5.715 Executing busybox-1.36.1-r7.trigger 09:25:13 #97 5.722 OK: 7 MiB in 16 packages 09:25:14 #97 DONE 6.8s 09:25:14 09:25:14 #101 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 09:25:14 #101 DONE 1.5s 09:25:14 09:25:14 #102 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:25:14 #102 DONE 1.5s 09:25:14 09:25:14 #103 [security-spire-server stage-2 5/9] COPY Attribution.txt / 09:25:14 #103 DONE 0.1s 09:25:14 09:25:14 #104 [security-spire-server stage-2 6/9] COPY security.txt / 09:25:15 #104 DONE 1.0s 09:25:15 09:25:15 #105 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:25:15 #105 DONE 1.1s 09:25:15 09:25:15 #106 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 09:25:15 #106 DONE 0.1s 09:25:15 09:25:15 #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 09:25:15 #107 DONE 0.1s 09:25:15 09:25:15 #108 [security-spire-agent stage-3 7/10] COPY security.txt / 09:25:15 #108 DONE 0.1s 09:25:15 09:25:15 #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 09:25:15 #109 DONE 0.1s 09:25:15 09:25:15 #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 09:25:15 #110 DONE 0.1s 09:25:15 09:25:15 #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 09:25:15 #111 DONE 0.1s 09:25:15 09:25:15 #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 09:25:15 #112 DONE 0.1s 09:25:15 09:25:15 #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 09:25:15 #113 DONE 0.0s 09:25:15 09:25:15 #94 [security-spire-server] exporting to image 09:25:16 00f215d4a9da: Pull complete 09:25:16 d496ad576159: Pull complete 09:25:16 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 09:25:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 09:25:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh 09:25:16 #94 exporting layers 0.7s done 09:25:16 #94 ... 09:25:16 09:25:16 #114 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:25:16 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 09:25:16 WORKDIR /edgex 09:25:16 COPY go.mod . 09:25:16 RUN go mod download 09:25:16 + docker build -t ci-base-image-arm64 -f - . 09:25:16 #114 ... 09:25:16 09:25:16 #94 [security-spire-server] exporting to image 09:25:16 #94 exporting layers 0.7s done 09:25:16 #94 writing image sha256:a37eaca0f1b1398fcc88966229fc6a9094fa1d655142cb3cea363d628f3ceb3a done 09:25:16 #94 naming to docker.io/library/security-spire-server done 09:25:16 #94 writing image sha256:3bae70320bc345df14536b9bc552cd38f41ae75d868f96fb50cfe9f39cf4c53c done 09:25:16 #94 naming to docker.io/library/security-spire-agent done 09:25:16 #94 DONE 1.5s 09:25:16 09:25:16 #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:25:16 Sending build context to Docker daemon 3.406MB 09:25:17 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 09:25:17 ---> f246e2811388 09:25:17 Step 2/4 : WORKDIR /edgex 09:25:18 #115 ... 09:25:18 09:25:18 #116 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:25:19 ---> Running in bc25e3e42b7f 09:25:19 Removing intermediate container bc25e3e42b7f 09:25:19 ---> bd2bff8bcd6f 09:25:19 Step 3/4 : COPY go.mod . 09:25:20 ---> 0ee6ae751a34 09:25:20 Step 4/4 : RUN go mod download 09:25:20 ---> Running in 241efec44933 09:26:05 #116 DONE 53.5s 09:26:05 09:26:05 #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:26:05 #115 DONE 53.3s 09:26:05 09:26:05 #76 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:26:05 #76 DONE 54.5s 09:26:05 09:26:05 #100 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:26:05 #100 DONE 49.0s 09:26:05 09:26:05 #114 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:26:05 #114 DONE 55.3s 09:26:05 09:26:05 #117 [security-bootstrapper builder 6/7] COPY . . 09:26:10 #117 DONE 8.5s 09:26:10 09:26:10 #118 [security-proxy-setup builder 6/7] COPY . . 09:26:10 #118 CACHED 09:26:10 09:26:10 #119 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 09:26:10 #119 CACHED 09:26:10 09:26:10 #120 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:26:10 #120 CACHED 09:26:10 09:26:10 #121 [security-secretstore-setup builder 6/7] COPY . . 09:26:10 #121 CACHED 09:26:10 09:26:10 #122 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:26:10 #122 CACHED 09:26:10 09:26:10 #123 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 09:26:10 #123 CACHED 09:26:10 09:26:10 #124 [security-spiffe-token-provider builder 6/7] COPY . . 09:26:10 #124 DONE 8.6s 09:26:10 09:26:10 #125 [support-notifications builder 6/7] COPY . . 09:26:10 #125 DONE 8.6s 09:26:10 09:26:10 #126 [core-keeper builder 7/8] COPY . . 09:26:10 #126 DONE 8.6s 09:26:10 09:26:10 #127 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 09:26:10 #127 CACHED 09:26:10 09:26:10 #128 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:26:10 #128 CACHED 09:26:10 09:26:10 #129 [support-cron-scheduler builder 6/7] COPY . . 09:26:10 #129 CACHED 09:26:10 09:26:10 #130 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:26:10 #130 CACHED 09:26:10 09:26:10 #131 [core-data builder 6/7] COPY . . 09:26:10 #131 CACHED 09:26:10 09:26:10 #132 [core-data builder 4/7] COPY go.mod vendor* ./ 09:26:10 #132 CACHED 09:26:10 09:26:10 #133 [core-metadata builder 6/7] COPY . . 09:26:10 #133 CACHED 09:26:10 09:26:10 #134 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:26:10 #134 CACHED 09:26:10 09:26:10 #135 [core-metadata builder 4/7] COPY go.mod vendor* ./ 09:26:10 #135 CACHED 09:26:10 09:26:10 #136 [core-common-config-bootstrapper builder 6/7] COPY . . 09:26:10 #136 CACHED 09:26:10 09:26:10 #137 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:26:10 #137 CACHED 09:26:10 09:26:10 #138 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 09:26:10 #138 CACHED 09:26:10 09:26:10 #139 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 09:26:10 #139 CACHED 09:26:10 09:26:10 #140 [security-proxy-auth builder 6/7] COPY . . 09:26:10 #140 CACHED 09:26:10 09:26:10 #141 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:26:10 #141 CACHED 09:26:10 09:26:10 #142 [core-command builder 6/7] COPY . . 09:26:10 #142 CACHED 09:26:10 09:26:10 #143 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:26:10 #143 CACHED 09:26:10 09:26:10 #144 [core-command builder 4/7] COPY go.mod vendor* ./ 09:26:10 #144 CACHED 09:26:10 09:26:10 #145 [support-scheduler builder 6/7] COPY . . 09:26:10 #145 DONE 8.6s 09:26:10 09:26:10 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 09:26:10 #146 0.766 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 09:26:21 #146 ... 09:26:21 09:26:21 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:26:21 #0 0.927 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:26:21 #147 ... 09:26:21 09:26:21 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 09:26:21 #0 0.433 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 09:26:21 #148 ... 09:26:21 09:26:21 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 09:26:21 #0 0.322 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:26:21 #149 ... 09:26:21 09:26:21 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 09:26:21 #0 1.178 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 09:26:21 #150 ... 09:26:21 09:26:21 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:26:21 #0 1.538 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:26:21 #151 ... 09:26:21 09:26:21 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:26:21 #0 0.644 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:26:21 #152 ... 09:26:21 09:26:21 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 09:26:21 #0 1.092 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 09:26:21 #153 ... 09:26:21 09:26:21 #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:26:21 #0 0.803 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 09:26:21 #154 ... 09:26:21 09:26:21 #155 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:26:21 #0 1.754 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 09:26:21 #155 ... 09:26:21 09:26:21 #156 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:26:21 #0 1.179 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 09:26:21 #156 ... 09:26:21 09:26:21 #157 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:26:21 #0 1.233 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:26:22 #157 ... 09:26:22 09:26:22 #158 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 09:26:22 #0 1.687 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 09:26:27 Removing intermediate container 241efec44933 09:26:27 ---> 8d2498ab9cc7 09:26:27 Successfully built 8d2498ab9cc7 09:26:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:26:28 + docker inspect -f . ci-base-image-arm64 09:26:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:26:28 prd-ubuntu20.04-docker-arm64-4c-16g-7285 does not seem to be running inside a container 09:26:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/665 -v /w/workspace/edgex-go/665:/w/workspace/edgex-go/665:rw,z -v /w/workspace/edgex-go/665@tmp:/w/workspace/edgex-go/665@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:26:29 $ docker top f3f9ab00ecf8791d79685d30c67bdd1b360221adfbc9989c6e92d504e7648947 -eo pid,comm [Pipeline] { [Pipeline] sh 09:26:30 + go version 09:26:30 go version go1.21.9 linux/arm64 [Pipeline] } 09:26:30 $ docker stop --time=1 f3f9ab00ecf8791d79685d30c67bdd1b360221adfbc9989c6e92d504e7648947 09:26:32 $ docker rm -f --volumes f3f9ab00ecf8791d79685d30c67bdd1b360221adfbc9989c6e92d504e7648947 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:26:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:26:33 09:26:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:26:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:26:33 latest: Pulling from edgex-devops/edgex-compose-arm64 09:26:33 547446be3368: Pulling fs layer 09:26:33 d125d8839a47: Pulling fs layer 09:26:33 3e85d5ac6304: Pulling fs layer 09:26:33 c3105a71a48b: Pulling fs layer 09:26:33 0f093f025ec4: Pulling fs layer 09:26:33 c3106fc0e877: Pulling fs layer 09:26:33 0f093f025ec4: Waiting 09:26:33 c3105a71a48b: Waiting 09:26:33 c3106fc0e877: Waiting 09:26:33 547446be3368: Verifying Checksum 09:26:33 c3105a71a48b: Verifying Checksum 09:26:33 c3105a71a48b: Download complete 09:26:34 d125d8839a47: Verifying Checksum 09:26:34 d125d8839a47: Download complete 09:26:34 c3106fc0e877: Verifying Checksum 09:26:34 c3106fc0e877: Download complete 09:26:34 0f093f025ec4: Verifying Checksum 09:26:34 0f093f025ec4: Download complete 09:26:34 547446be3368: Pull complete 09:26:36 d125d8839a47: Pull complete 09:26:36 3e85d5ac6304: Verifying Checksum 09:26:36 3e85d5ac6304: Download complete 09:26:46 3e85d5ac6304: Pull complete 09:26:46 c3105a71a48b: Pull complete 09:26:48 0f093f025ec4: Pull complete 09:26:48 c3106fc0e877: Pull complete 09:26:48 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 09:26:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:26:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:26:48 prd-ubuntu20.04-docker-arm64-4c-16g-7285 does not seem to be running inside a container 09:26:48 $ 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/665 -v /w/workspace/edgex-go/665:/w/workspace/edgex-go/665:rw,z -v /w/workspace/edgex-go/665@tmp:/w/workspace/edgex-go/665@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 09:26:51 $ docker top bf49f394ca2c4b00f5d1edaaa6dc1bf98672a2ec24d69beb6d3beb2d7b952640 -eo pid,comm [Pipeline] { [Pipeline] sh 09:26:52 + docker compose -f ./docker-compose-build.yml build --parallel 09:27:04 #1 [security-spire-server internal] load build definition from Dockerfile 09:27:04 #1 transferring dockerfile: 1.70kB done 09:27:04 #1 DONE 0.1s 09:27:04 09:27:04 #2 [security-spiffe-token-provider internal] load build definition from Dockerfile 09:27:04 #2 transferring dockerfile: 1.89kB 0.0s done 09:27:04 #2 DONE 0.1s 09:27:04 09:27:04 #3 [core-keeper internal] load build definition from Dockerfile 09:27:04 #3 transferring dockerfile: 2.01kB 0.0s done 09:27:04 #3 DONE 0.1s 09:27:04 09:27:04 #4 [core-data internal] load build definition from Dockerfile 09:27:04 #4 transferring dockerfile: 2.01kB done 09:27:04 #4 DONE 0.1s 09:27:04 09:27:04 #5 [core-command internal] load build definition from Dockerfile 09:27:04 #5 transferring dockerfile: 1.93kB 0.0s done 09:27:04 #5 DONE 0.1s 09:27:04 09:27:04 #6 [security-proxy-setup internal] load build definition from Dockerfile 09:27:04 #6 transferring dockerfile: 2.50kB 0.0s done 09:27:04 #6 DONE 0.1s 09:27:04 09:27:04 #7 [security-spire-config internal] load build definition from Dockerfile 09:27:04 #7 transferring dockerfile: 1.69kB 0.0s done 09:27:04 #7 DONE 0.1s 09:27:04 09:27:04 #8 [security-proxy-auth internal] load build definition from Dockerfile 09:27:04 #8 transferring dockerfile: 2.15kB done 09:27:04 #8 DONE 0.1s 09:27:04 09:27:04 #9 [core-metadata internal] load build definition from Dockerfile 09:27:04 #9 transferring dockerfile: 2.06kB 0.0s done 09:27:04 #9 DONE 0.1s 09:27:04 09:27:04 #10 [support-cron-scheduler internal] load build definition from Dockerfile 09:27:04 #10 transferring dockerfile: 1.85kB 0.0s done 09:27:04 #10 DONE 0.1s 09:27:04 09:27:04 #11 [support-scheduler internal] load build definition from Dockerfile 09:27:04 #11 transferring dockerfile: 1.93kB 0.0s done 09:27:04 #11 DONE 0.1s 09:27:04 09:27:04 #12 [security-secretstore-setup internal] load build definition from Dockerfile 09:27:04 #12 transferring dockerfile: 2.49kB 0.0s done 09:27:04 #12 DONE 0.1s 09:27:04 09:27:04 #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile 09:27:05 #13 transferring dockerfile: 2.23kB 0.0s done 09:27:05 #13 DONE 0.1s 09:27:05 09:27:05 #14 [security-bootstrapper internal] load build definition from Dockerfile 09:27:05 #14 transferring dockerfile: 3.17kB done 09:27:05 #14 DONE 0.1s 09:27:05 09:27:05 #15 [security-spire-agent internal] load build definition from Dockerfile 09:27:05 #15 transferring dockerfile: 1.81kB done 09:27:05 #15 DONE 0.1s 09:27:05 09:27:05 #16 [support-notifications internal] load build definition from Dockerfile 09:27:05 #16 transferring dockerfile: 1.95kB done 09:27:05 #16 DONE 0.1s 09:27:05 09:27:05 #17 [security-spire-server internal] load .dockerignore 09:27:05 #17 transferring context: 09:27:05 #17 transferring context: 50B done 09:27:05 #17 DONE 0.1s 09:27:06 09:27:06 #18 [security-spiffe-token-provider internal] load .dockerignore 09:27:06 #18 transferring context: 50B done 09:27:06 #18 DONE 0.0s 09:27:06 09:27:06 #19 [core-keeper internal] load .dockerignore 09:27:06 #19 transferring context: 50B 0.0s done 09:27:06 #19 DONE 0.1s 09:27:06 09:27:06 #20 [core-data internal] load .dockerignore 09:27:06 #20 transferring context: 50B done 09:27:06 #20 DONE 0.0s 09:27:06 09:27:06 #21 [core-command internal] load .dockerignore 09:27:06 #21 transferring context: 50B 0.0s done 09:27:06 #21 DONE 0.1s 09:27:06 09:27:06 #22 [security-proxy-setup internal] load .dockerignore 09:27:06 #22 transferring context: 50B done 09:27:06 #22 DONE 0.1s 09:27:06 09:27:06 #23 [security-spire-config internal] load .dockerignore 09:27:06 #23 transferring context: 50B 0.0s done 09:27:06 #23 DONE 0.1s 09:27:06 09:27:06 #24 [security-proxy-auth internal] load .dockerignore 09:27:06 #24 transferring context: 50B 0.0s done 09:27:06 #24 DONE 0.1s 09:27:06 09:27:06 #25 [core-metadata internal] load .dockerignore 09:27:07 #25 transferring context: 50B 0.0s done 09:27:07 #25 DONE 0.1s 09:27:07 09:27:07 #26 [support-cron-scheduler internal] load .dockerignore 09:27:07 #26 transferring context: 50B 0.0s done 09:27:07 #26 DONE 0.1s 09:27:07 09:27:07 #27 [support-scheduler internal] load .dockerignore 09:27:07 #27 transferring context: 50B 0.0s done 09:27:07 #27 DONE 0.1s 09:27:07 09:27:07 #28 [security-secretstore-setup internal] load .dockerignore 09:27:07 #28 transferring context: 50B 0.0s done 09:27:07 #28 DONE 0.1s 09:27:07 09:27:07 #29 [core-common-config-bootstrapper internal] load .dockerignore 09:27:07 #29 transferring context: 50B 0.0s done 09:27:07 #29 DONE 0.1s 09:27:07 09:27:07 #30 [security-bootstrapper internal] load .dockerignore 09:27:07 #30 transferring context: 50B 0.0s done 09:27:07 #30 DONE 0.1s 09:27:07 09:27:07 #31 [security-spire-agent internal] load .dockerignore 09:27:07 #31 transferring context: 50B 0.0s done 09:27:07 #31 DONE 0.1s 09:27:07 09:27:07 #32 [support-notifications internal] load .dockerignore 09:27:07 #32 transferring context: 50B done 09:27:07 #32 DONE 0.1s 09:27:07 09:27:07 #33 [security-spire-server internal] load metadata for docker.io/library/alpine:3.18 09:27:07 #33 DONE 0.2s 09:27:07 09:27:07 #34 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 09:27:08 #34 DONE 0.7s 09:27:08 09:27:08 #35 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:27:08 #35 DONE 0.0s 09:27:08 09:27:08 #36 [security-spire-server internal] load build context 09:27:08 #36 transferring context: 27.60kB 0.0s done 09:27:08 #36 DONE 0.1s 09:27:08 09:27:08 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:08 #37 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.1s done 09:27:08 #37 ... 09:27:08 09:27:08 #35 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:27:08 #35 DONE 0.0s 09:27:08 09:27:08 #38 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 09:27:08 #38 DONE 0.0s 09:27:08 09:27:08 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:08 #37 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 09:27:08 #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 0.1s 09:27:08 #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 0.1s 09:27:08 #37 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 09:27:08 #37 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 09:27:08 #37 ... 09:27:08 09:27:08 #35 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:27:08 #35 DONE 0.0s 09:27:08 09:27:08 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:08 #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s 09:27:08 #37 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 09:27:08 #37 ... 09:27:08 09:27:08 #35 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:27:08 #35 DONE 0.0s 09:27:08 09:27:08 #33 [core-command internal] load metadata for docker.io/library/alpine:3.18 09:27:08 #33 DONE 0.3s 09:27:08 09:27:08 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:08 #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done 09:27:08 #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.3s done 09:27:08 #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.3s done 09:27:08 #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 1.05MB / 28.04MB 0.4s 09:27:08 #37 ... 09:27:08 09:27:08 #35 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:27:08 #35 DONE 0.0s 09:27:08 09:27:08 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:08 #37 ... 09:27:08 09:27:08 #33 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 09:27:08 #33 DONE 0.4s 09:27:08 09:27:08 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:08 #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 3.15MB / 28.04MB 0.6s 09:27:09 #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 7.31MB / 28.04MB 0.9s 09:27:09 #37 ... 09:27:09 09:27:09 #35 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:27:09 #35 DONE 0.0s 09:27:09 09:27:09 #33 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 09:27:09 #33 DONE 0.7s 09:27:09 09:27:09 #34 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 09:27:09 #34 DONE 0.8s 09:27:09 09:27:09 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:09 #37 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 09:27:09 #37 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.1s done 09:27:09 #37 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 09:27:09 #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done 09:27:09 #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.3s done 09:27:09 #37 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 09:27:09 #37 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 09:27:09 #37 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 09:27:09 #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.3s done 09:27:09 #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 9.40MB / 28.04MB 1.1s 09:27:09 #37 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done 09:27:09 #37 ... 09:27:09 09:27:09 #35 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:27:09 #35 DONE 0.0s 09:27:09 09:27:09 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:10 #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 11.53MB / 28.04MB 1.6s 09:27:10 #37 ... 09:27:10 09:27:10 #35 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:27:10 #35 DONE 0.1s 09:27:10 09:27:10 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:10 #37 ... 09:27:10 09:27:10 #33 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 09:27:10 #33 DONE 1.3s 09:27:10 09:27:10 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:10 #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.68MB / 28.04MB 2.0s 09:27:10 #37 ... 09:27:10 09:27:10 #35 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:27:10 #35 DONE 0.1s 09:27:10 09:27:10 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:10 #37 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done 09:27:10 #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.78MB / 28.04MB 2.3s 09:27:10 #37 ... 09:27:10 09:27:10 #35 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:27:10 #35 DONE 0.1s 09:27:10 09:27:10 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:10 #37 ... 09:27:10 09:27:10 #33 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 09:27:10 #33 DONE 1.8s 09:27:10 09:27:10 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:10 #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.70MB / 28.04MB 2.6s 09:27:11 #37 ... 09:27:11 09:27:11 #35 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:27:11 #35 DONE 0.1s 09:27:11 09:27:11 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:11 #37 ... 09:27:11 09:27:11 #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 09:27:11 #33 DONE 2.0s 09:27:11 09:27:11 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:11 #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 20.51MB / 28.04MB 3.0s 09:27:11 #37 ... 09:27:11 09:27:11 #39 [security-spire-config internal] load build context 09:27:11 #39 transferring context: 25.85kB 0.1s done 09:27:11 #39 DONE 2.1s 09:27:11 09:27:11 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:11 #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 24.12MB / 28.04MB 3.2s 09:27:11 #37 ... 09:27:11 09:27:11 #35 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:27:11 #35 DONE 0.1s 09:27:11 09:27:11 #40 [security-spiffe-token-provider internal] load build context 09:27:11 #40 transferring context: 2.98MB 2.0s done 09:27:11 #40 DONE 3.1s 09:27:11 09:27:11 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:11 #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 26.21MB / 28.04MB 3.5s 09:27:11 #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 27.75MB / 28.04MB 3.7s 09:27:12 #37 ... 09:27:12 09:27:12 #33 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 09:27:12 #33 DONE 2.4s 09:27:12 09:27:12 #41 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 09:27:12 #41 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 09:27:12 #41 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 09:27:12 #41 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 09:27:12 #41 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 09:27:12 #41 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 09:27:12 #41 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 2.9s done 09:27:12 #41 ... 09:27:12 09:27:12 #35 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:27:12 #35 DONE 0.1s 09:27:12 09:27:12 #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 09:27:12 #34 DONE 1.3s 09:27:12 09:27:12 #41 [security-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 09:27:12 #41 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 09:27:12 #41 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 09:27:12 #41 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 09:27:12 #41 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 09:27:12 #41 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 09:27:12 #41 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 2.9s done 09:27:12 #41 ... 09:27:12 09:27:12 #33 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 09:27:12 #33 DONE 2.6s 09:27:12 09:27:12 #42 [support-notifications internal] load build context 09:27:12 #42 DONE 0.0s 09:27:12 09:27:12 #43 [core-command internal] load build context 09:27:12 #43 transferring context: 2.98MB 2.7s done 09:27:12 #43 DONE 3.9s 09:27:12 09:27:12 #41 [support-notifications stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 09:27:12 #41 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 09:27:12 #41 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 09:27:12 #41 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 09:27:12 #41 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 09:27:12 #41 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 09:27:12 #41 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 2.9s done 09:27:13 #41 ... 09:27:13 09:27:13 #44 [security-proxy-setup internal] load build context 09:27:13 #44 transferring context: 2.98MB 3.0s done 09:27:13 #44 DONE 4.2s 09:27:13 09:27:13 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:13 #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 3.9s done 09:27:13 #37 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 09:27:13 #37 ... 09:27:13 09:27:13 #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 09:27:13 #45 DONE 1.5s 09:27:13 09:27:13 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:13 #37 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.1s done 09:27:13 #37 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 09:27:13 #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done 09:27:13 #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.3s done 09:27:13 #37 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 09:27:13 #37 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 09:27:13 #37 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 09:27:13 #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.3s done 09:27:13 #37 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 3.9s done 09:27:13 #37 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done 09:27:13 #37 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done 09:27:14 #37 ... 09:27:14 09:27:14 #46 [core-data internal] load build context 09:27:14 #46 transferring context: 2.98MB 3.2s done 09:27:14 #46 DONE 5.4s 09:27:14 09:27:14 #47 [core-keeper internal] load build context 09:27:14 #47 transferring context: 2.98MB 3.3s done 09:27:14 #47 DONE 5.5s 09:27:14 09:27:14 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:14 #37 ... 09:27:14 09:27:14 #48 [security-proxy-auth internal] load build context 09:27:14 #48 transferring context: 2.98MB 3.1s done 09:27:14 #48 DONE 4.9s 09:27:14 09:27:14 #49 [core-metadata internal] load build context 09:27:14 #49 transferring context: 2.98MB 2.2s done 09:27:14 #49 DONE 4.0s 09:27:14 09:27:14 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:14 #37 ... 09:27:14 09:27:14 #50 [support-cron-scheduler internal] load build context 09:27:14 #50 transferring context: 2.98MB 2.3s done 09:27:14 #50 DONE 4.1s 09:27:14 09:27:14 #51 [support-scheduler internal] load build context 09:27:14 #51 transferring context: 2.98MB 1.4s done 09:27:14 #51 DONE 3.2s 09:27:14 09:27:14 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:14 #37 ... 09:27:14 09:27:14 #52 [security-secretstore-setup internal] load build context 09:27:14 #52 transferring context: 2.98MB 1.6s done 09:27:14 #52 DONE 3.6s 09:27:14 09:27:14 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:15 #37 ... 09:27:15 09:27:15 #53 [core-common-config-bootstrapper internal] load build context 09:27:15 #53 transferring context: 2.98MB 0.6s done 09:27:15 #53 DONE 3.8s 09:27:15 09:27:15 #41 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 09:27:15 #41 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 09:27:15 #41 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 09:27:15 #41 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 09:27:15 #41 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 09:27:15 #41 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 09:27:15 #41 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 2.9s done 09:27:15 #41 ... 09:27:15 09:27:15 #54 [security-spire-agent internal] load build context 09:27:15 #54 transferring context: 27.13kB 0.2s done 09:27:15 #54 DONE 2.2s 09:27:15 09:27:15 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:15 #37 ... 09:27:15 09:27:15 #38 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 09:27:15 #38 DONE 7.8s 09:27:15 09:27:15 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:17 #37 ... 09:27:17 09:27:17 #55 [support-notifications builder 2/7] WORKDIR /edgex-go 09:27:17 #55 DONE 2.1s 09:27:18 09:27:18 #56 [security-bootstrapper internal] load build context 09:27:18 #56 transferring context: 2.98MB 2.4s done 09:27:18 #56 DONE 5.8s 09:27:18 09:27:18 #57 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 09:27:20 #57 ... 09:27:20 09:27:20 #42 [support-notifications internal] load build context 09:27:20 #42 transferring context: 2.98MB 4.1s done 09:27:20 #42 DONE 7.1s 09:27:20 09:27:20 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:20 #37 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 7.0s 09:27:23 #37 ... 09:27:23 09:27:23 #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 09:27:23 #58 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.2s done 09:27:23 #58 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 09:27:23 #58 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done 09:27:23 #58 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done 09:27:23 #58 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.5s done 09:27:23 #58 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 3.4s done 09:27:23 #58 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.0s done 09:27:23 #58 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 5.2s 09:27:24 #58 ... 09:27:24 09:27:24 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 09:27:24 #0 9.388 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:27:24 #59 10.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:27:24 #59 ... 09:27:24 09:27:24 #60 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:27:24 #60 ... 09:27:24 09:27:24 #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:27:24 #61 DONE 10.0s 09:27:24 09:27:24 #62 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init 09:27:24 #62 ... 09:27:24 09:27:24 #63 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 09:27:24 #0 7.436 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:27:24 #0 8.078 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:27:24 #0 9.323 (1/2) Installing dumb-init (1.2.5-r2) 09:27:24 #0 9.337 (2/2) Installing su-exec (0.2-r3) 09:27:24 #0 9.357 Executing busybox-1.36.1-r7.trigger 09:27:24 #0 9.381 OK: 8 MiB in 17 packages 09:27:24 #63 DONE 10.2s 09:27:24 09:27:24 #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 09:27:24 #0 8.555 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:27:24 #0 9.340 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:27:24 #64 ... 09:27:24 09:27:24 #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 09:27:24 #65 ... 09:27:24 09:27:24 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:27:24 #66 ... 09:27:24 09:27:24 #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 09:27:24 #67 ... 09:27:24 09:27:24 #68 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 09:27:25 #68 ... 09:27:25 09:27:25 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:25 #37 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 11.6s 09:27:26 #37 ... 09:27:26 09:27:26 #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 09:27:26 #64 11.30 (1/1) Installing dumb-init (1.2.5-r2) 09:27:26 #64 11.30 Executing busybox-1.36.1-r7.trigger 09:27:26 #64 11.30 OK: 8 MiB in 16 packages 09:27:26 #64 DONE 12.2s 09:27:26 09:27:26 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:28 #37 ... 09:27:28 09:27:28 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 09:27:28 #69 ... 09:27:28 09:27:28 #70 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 09:27:28 #70 ... 09:27:28 09:27:28 #71 [core-command builder 3/7] RUN apk add --update --no-cache make git 09:27:28 #71 ... 09:27:28 09:27:28 #72 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:27:28 #72 ... 09:27:28 09:27:28 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 09:27:28 #69 10.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:27:28 #69 ... 09:27:28 09:27:28 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 09:27:28 #59 11.52 (1/4) Installing ca-certificates (20240226-r0) 09:27:28 #59 11.79 (2/4) Installing dumb-init (1.2.5-r2) 09:27:28 #59 11.79 (3/4) Installing su-exec (0.2-r3) 09:27:28 #59 11.80 (4/4) Installing yq (4.33.3-r5) 09:27:28 #59 12.42 Executing busybox-1.36.1-r7.trigger 09:27:28 #59 12.48 Executing ca-certificates-20240226-r0.trigger 09:27:28 #59 13.18 OK: 18 MiB in 19 packages 09:27:28 #59 DONE 14.8s 09:27:28 09:27:28 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:31 #37 ... 09:27:31 09:27:31 #72 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:27:31 #72 DONE 12.8s 09:27:31 09:27:31 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:31 #37 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.0s 09:27:34 #37 ... 09:27:34 09:27:34 #73 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 09:27:34 #73 ... 09:27:34 09:27:34 #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 09:27:34 #58 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 16.4s 09:27:34 #58 ... 09:27:34 09:27:34 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 09:27:34 #74 ... 09:27:34 09:27:34 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:35 #37 ... 09:27:35 09:27:35 #60 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:27:35 #60 12.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:27:35 #60 13.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:27:35 #60 16.04 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 09:27:35 #60 16.04 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 09:27:35 #60 16.04 OK: 19946 distinct packages available 09:27:35 #60 17.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:27:35 #60 19.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:27:35 #60 ... 09:27:35 09:27:35 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:36 #37 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 22.7s 09:27:36 #37 ... 09:27:36 09:27:36 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:27:36 #66 11.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:27:36 #66 12.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:27:36 #66 16.72 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 09:27:36 #66 16.72 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 09:27:36 #66 16.72 OK: 19946 distinct packages available 09:27:36 #66 18.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:27:36 #66 21.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:27:36 #66 ... 09:27:36 09:27:36 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:36 #37 ... 09:27:36 09:27:36 #75 [core-data stage-1 3/7] RUN apk --no-cache upgrade 09:27:36 #0 9.192 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:27:36 #75 ... 09:27:36 09:27:36 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:37 #37 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 24.2s done 09:27:37 #37 ... 09:27:37 09:27:37 #62 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init 09:27:37 #62 13.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:27:37 #62 14.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:27:37 #62 22.61 (1/1) Installing dumb-init (1.2.5-r2) 09:27:37 #62 22.70 Executing busybox-1.36.1-r7.trigger 09:27:37 #62 22.76 OK: 8 MiB in 16 packages 09:27:37 #62 ... 09:27:37 09:27:37 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 09:27:37 #37 DONE 30.4s 09:27:37 09:27:37 #75 [core-data stage-1 3/7] RUN apk --no-cache upgrade 09:27:37 #75 11.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:27:39 #75 ... 09:27:39 09:27:39 #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 09:27:39 #0 7.857 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:27:39 #76 ... 09:27:39 09:27:39 #62 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 09:27:39 #62 DONE 24.8s 09:27:39 09:27:39 #60 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:27:39 #60 25.96 (1/5) Installing dumb-init (1.2.5-r2) 09:27:39 #60 25.99 (2/5) Installing musl-obstack (1.2.3-r2) 09:27:39 #60 26.03 (3/5) Installing libucontext (1.2-r2) 09:27:39 #60 26.12 (4/5) Installing gcompat (1.1.0-r1) 09:27:39 #60 26.15 (5/5) Installing openssl (3.1.6-r0) 09:27:39 #60 ... 09:27:39 09:27:39 #68 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 09:27:39 #68 14.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:27:39 #68 17.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:27:39 #68 24.09 (1/2) Installing ca-certificates (20240226-r0) 09:27:39 #68 24.73 (2/2) Installing dumb-init (1.2.5-r2) 09:27:39 #68 24.76 Executing busybox-1.36.1-r7.trigger 09:27:39 #68 24.96 Executing ca-certificates-20240226-r0.trigger 09:27:39 #68 ... 09:27:39 09:27:39 #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 09:27:39 #67 14.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:27:39 #67 16.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:27:39 #67 23.89 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 09:27:39 #67 23.91 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 09:27:39 #67 23.91 OK: 19946 distinct packages available 09:27:39 #67 ... 09:27:39 09:27:39 #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 09:27:39 #65 14.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:27:39 #65 17.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:27:39 #65 24.04 (1/4) Installing dumb-init (1.2.5-r2) 09:27:39 #65 24.08 (2/4) Installing openssl (3.1.6-r0) 09:27:39 #65 24.20 (3/4) Installing su-exec (0.2-r3) 09:27:39 #65 24.22 (4/4) Installing yq (4.33.3-r5) 09:27:39 #65 ... 09:27:39 09:27:39 #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 09:27:39 #76 10.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:27:40 #76 ... 09:27:40 09:27:40 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 09:27:40 #69 12.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:27:40 #69 19.60 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 09:27:40 #69 19.60 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 09:27:40 #69 19.60 OK: 19953 distinct packages available 09:27:40 #69 21.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:27:40 #69 ... 09:27:40 09:27:40 #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:27:40 #60 26.31 Executing busybox-1.36.1-r7.trigger 09:27:40 #60 26.49 OK: 9 MiB in 20 packages 09:27:40 #60 DONE 27.8s 09:27:40 09:27:40 #71 [core-command builder 3/7] RUN apk add --update --no-cache make git 09:27:40 #71 12.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:27:40 #71 15.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:27:40 #71 22.55 OK: 266 MiB in 52 packages 09:27:40 #71 ... 09:27:40 09:27:40 #57 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 09:27:40 #57 12.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:27:40 #57 15.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:27:40 #57 22.06 OK: 266 MiB in 52 packages 09:27:41 #57 ... 09:27:41 09:27:41 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 09:27:41 #0 5.838 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:27:41 #0 7.859 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:27:41 #77 ... 09:27:41 09:27:41 #57 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 09:27:41 #57 DONE 23.4s 09:27:41 09:27:41 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 09:27:41 #69 23.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:27:42 #69 ... 09:27:42 09:27:42 #70 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 09:27:42 #70 13.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:27:42 #70 16.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:27:42 #70 22.47 OK: 266 MiB in 52 packages 09:27:42 #70 ... 09:27:42 09:27:42 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:27:42 #66 27.49 (1/11) Installing ca-certificates (20240226-r0) 09:27:42 #66 27.81 (2/11) Installing brotli-libs (1.0.9-r14) 09:27:42 #66 27.92 (3/11) Installing libunistring (1.1-r1) 09:27:42 #66 ... 09:27:42 09:27:42 #78 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 09:27:42 #78 DONE 0.9s 09:27:42 09:27:42 #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 09:27:42 #65 25.61 Executing busybox-1.36.1-r7.trigger 09:27:42 #65 25.75 OK: 18 MiB in 19 packages 09:27:42 #65 DONE 28.0s 09:27:42 09:27:42 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:27:42 #66 28.34 (4/11) Installing libidn2 (2.3.4-r1) 09:27:42 #66 28.47 (5/11) Installing nghttp2-libs (1.57.0-r0) 09:27:42 #66 28.50 (6/11) Installing libcurl (8.9.0-r0) 09:27:42 #66 28.73 (7/11) Installing curl (8.9.0-r0) 09:27:42 #66 ... 09:27:42 09:27:42 #68 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 09:27:42 #68 26.21 OK: 9 MiB in 17 packages 09:27:42 #68 DONE 28.8s 09:27:42 09:27:42 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:27:42 #66 28.80 (8/11) Installing dumb-init (1.2.5-r2) 09:27:42 #66 28.81 (9/11) Installing musl-obstack (1.2.3-r2) 09:27:43 #66 ... 09:27:43 09:27:43 #71 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 09:27:43 #71 DONE 25.0s 09:27:43 09:27:43 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:27:43 #66 28.87 (10/11) Installing libucontext (1.2-r2) 09:27:43 #66 28.91 (11/11) Installing gcompat (1.1.0-r1) 09:27:43 #66 29.02 Executing busybox-1.36.1-r7.trigger 09:27:43 #66 29.13 Executing ca-certificates-20240226-r0.trigger 09:27:43 #66 ... 09:27:43 09:27:43 #70 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 09:27:43 #70 DONE 25.3s 09:27:43 09:27:43 #79 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 09:27:44 #79 DONE 1.4s 09:27:44 09:27:44 #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 09:27:44 #58 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.0s done 09:27:44 #58 ... 09:27:44 09:27:44 #75 [core-data stage-1 3/7] RUN apk --no-cache upgrade 09:27:44 #75 18.13 OK: 8 MiB in 16 packages 09:27:45 #75 ... 09:27:45 09:27:45 #80 [core-data builder 4/7] COPY go.mod vendor* ./ 09:27:45 #80 DONE 1.8s 09:27:45 09:27:45 #81 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:27:45 #81 ... 09:27:45 09:27:45 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 09:27:45 #74 11.30 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:27:45 #74 14.04 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:27:45 #74 ... 09:27:45 09:27:45 #82 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:27:46 #82 ... 09:27:46 09:27:46 #73 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 09:27:46 #73 11.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:27:46 #73 13.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:27:46 #73 20.89 OK: 8 MiB in 17 packages 09:27:46 #73 ... 09:27:46 09:27:46 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:27:46 #66 30.77 OK: 13 MiB in 26 packages 09:27:46 #66 ... 09:27:46 09:27:46 #75 [core-data stage-1 3/7] RUN apk --no-cache upgrade 09:27:46 #75 DONE 19.9s 09:27:46 09:27:46 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 09:27:46 #77 15.50 OK: 266 MiB in 52 packages 09:27:46 #77 ... 09:27:46 09:27:46 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:27:46 #66 DONE 32.8s 09:27:47 09:27:47 #83 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 09:27:48 #83 ... 09:27:48 09:27:48 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 09:27:48 #77 DONE 16.7s 09:27:48 09:27:48 #73 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 09:27:48 #73 DONE 23.6s 09:27:48 09:27:48 #84 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 09:27:48 #84 ... 09:27:48 09:27:48 #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 09:27:48 #76 17.78 OK: 18 MiB in 19 packages 09:27:48 #76 DONE 19.3s 09:27:48 09:27:48 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 09:27:48 #69 30.05 OK: 266 MiB in 52 packages 09:27:48 #69 ... 09:27:48 09:27:48 #85 [support-scheduler stage-1 3/8] RUN apk --no-cache upgrade 09:27:48 #0 6.849 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:27:48 #0 8.906 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:27:48 #85 ... 09:27:48 09:27:48 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 09:27:48 #74 22.50 (1/1) Installing dumb-init (1.2.5-r2) 09:27:48 #74 23.36 Executing busybox-1.36.1-r7.trigger 09:27:48 #74 23.41 OK: 8 MiB in 16 packages 09:27:48 #74 DONE 24.7s 09:27:48 09:27:48 #86 [core-keeper builder 5/8] COPY go.mod vendor* ./ 09:27:49 #86 ... 09:27:49 09:27:49 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 09:27:49 #69 DONE 31.0s 09:27:49 09:27:49 #87 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 09:27:49 #87 ... 09:27:49 09:27:49 #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 09:27:49 #67 25.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:27:49 #67 28.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:27:49 #67 34.09 (1/4) Installing dumb-init (1.2.5-r2) 09:27:49 #67 34.12 (2/4) Installing musl-obstack (1.2.3-r2) 09:27:49 #67 34.16 (3/4) Installing libucontext (1.2-r2) 09:27:49 #67 34.16 (4/4) Installing gcompat (1.1.0-r1) 09:27:49 #67 34.16 Executing busybox-1.36.1-r7.trigger 09:27:49 #67 34.25 OK: 8 MiB in 19 packages 09:27:49 #67 DONE 35.2s 09:27:49 09:27:49 #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 09:27:50 #88 ... 09:27:50 09:27:50 #86 [core-keeper builder 5/8] COPY go.mod vendor* ./ 09:27:50 #86 DONE 2.1s 09:27:50 09:27:50 #89 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:27:50 #89 ... 09:27:50 09:27:50 #85 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 09:27:50 #85 11.11 OK: 8 MiB in 16 packages 09:27:50 #85 DONE 11.7s 09:27:50 09:27:50 #90 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 09:27:50 #90 ... 09:27:50 09:27:50 #87 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 09:27:50 #87 DONE 1.5s 09:27:50 09:27:50 #91 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 09:27:50 #91 ... 09:27:50 09:27:50 #92 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:27:52 #92 ... 09:27:52 09:27:52 #93 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:27:52 #93 ... 09:27:52 09:27:52 #94 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 09:27:52 #94 10.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:27:52 #94 ... 09:27:52 09:27:52 #90 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 09:27:52 #90 9.426 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:27:53 #90 10.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:27:54 #90 ... 09:27:54 09:27:54 #91 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 09:27:54 #91 11.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:27:54 #91 12.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:27:54 #91 13.88 OK: 9 MiB in 20 packages 09:27:54 #91 DONE 14.8s 09:27:54 09:27:54 #95 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:27:55 #95 ... 09:27:55 09:27:55 #84 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 09:27:55 #84 DONE 7.8s 09:27:55 09:27:55 #96 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 09:27:55 #96 DONE 0.2s 09:27:55 09:27:55 #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 09:27:55 #88 6.498 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:27:56 #88 ... 09:27:56 09:27:56 #97 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 09:27:56 #97 DONE 2.1s 09:27:56 09:27:56 #98 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:27:57 #98 ... 09:27:57 09:27:57 #95 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:27:57 #95 DONE 2.7s 09:27:57 09:27:57 #99 [security-spire-server stage-2 5/9] COPY Attribution.txt / 09:27:57 #99 DONE 0.2s 09:27:57 09:27:57 #100 [security-spire-server stage-2 6/9] COPY security.txt / 09:27:57 #100 DONE 0.2s 09:27:57 09:27:57 #90 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 09:27:57 #90 14.40 OK: 9 MiB in 17 packages 09:27:57 #90 ... 09:27:57 09:27:57 #101 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 09:27:57 #101 DONE 0.2s 09:27:57 09:27:57 #102 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 09:27:58 #102 DONE 0.3s 09:27:58 09:27:58 #103 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 09:27:58 #103 DONE 0.3s 09:27:58 09:27:58 #104 [security-spire-server] exporting to image 09:27:58 #104 exporting layers 09:27:58 #104 ... 09:27:58 09:27:58 #90 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 09:27:58 #90 DONE 15.8s 09:27:58 09:27:58 #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 09:27:58 #88 8.193 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:27:58 #158 ... 09:27:58 09:27:58 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:27:58 #151 102.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:27:59 #88 ... 09:27:59 09:27:59 #98 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:27:59 #98 DONE 2.7s 09:27:59 09:27:59 #94 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 09:27:59 #94 11.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:27:59 #94 16.14 OK: 18 MiB in 19 packages 09:27:59 #94 DONE 17.2s 09:27:59 09:27:59 #105 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 09:27:59 #105 ... 09:27:59 09:27:59 #106 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 09:27:59 #106 DONE 0.4s 09:27:59 09:27:59 #107 [security-spire-agent stage-3 7/10] COPY security.txt / 09:27:59 #107 ... 09:27:59 09:27:59 #105 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 09:27:59 #105 DONE 0.5s 09:28:00 09:28:00 #83 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 09:28:00 #83 8.268 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 09:28:00 #83 9.522 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 09:28:00 #83 ... 09:28:00 09:28:00 #107 [security-spire-agent stage-3 7/10] COPY security.txt / 09:28:00 #107 DONE 0.4s 09:28:00 09:28:00 #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 09:28:00 #108 DONE 0.3s 09:28:00 09:28:00 #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 09:28:00 #109 DONE 0.2s 09:28:00 09:28:00 #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 09:28:00 #88 11.39 OK: 8 MiB in 19 packages 09:28:00 #88 ... 09:28:00 09:28:00 #110 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 09:28:00 #110 DONE 0.2s 09:28:01 09:28:01 #104 [security-spire-agent] exporting to image 09:28:01 #104 ... 09:28:01 09:28:01 #83 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 09:28:01 #83 13.40 OK: 13 MiB in 26 packages 09:28:01 #83 DONE 14.3s 09:28:01 09:28:01 #82 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:28:01 #82 ... 09:28:01 09:28:01 #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 09:28:01 #88 DONE 12.3s 09:28:01 09:28:01 #111 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:28:04 #111 DONE 2.5s 09:28:04 09:28:04 #112 [security-spire-config stage-2 5/10] COPY Attribution.txt / 09:28:04 #112 DONE 0.1s 09:28:04 09:28:04 #104 [security-spire-agent] exporting to image 09:28:04 #104 exporting layers 3.5s done 09:28:04 #104 writing image sha256:1aff78484afea37694ff03fbe324e25b1145c3f314d38bd3b4b81fc84d55bebf 0.0s done 09:28:04 #104 naming to docker.io/library/security-spire-server-arm64 0.0s done 09:28:04 #104 writing image sha256:ea4d52873d81788d40a1fef21db50c341a7bc85ade47d17d9667f1a51c06775b done 09:28:04 #104 naming to docker.io/library/security-spire-agent-arm64 done 09:28:04 #104 DONE 4.9s 09:28:04 09:28:04 #113 [security-spire-config stage-2 6/10] COPY security.txt / 09:28:04 #113 DONE 0.2s 09:28:04 09:28:04 #114 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 09:28:04 #114 DONE 0.2s 09:28:04 09:28:04 #115 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 09:28:04 #115 DONE 0.1s 09:28:04 09:28:04 #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 09:28:05 #58 ... 09:28:05 09:28:05 #116 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 09:28:05 #116 DONE 0.1s 09:28:05 09:28:05 #104 [security-spire-config] exporting to image 09:28:05 #151 ... 09:28:05 09:28:05 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 09:28:05 #148 DONE 114.3s 09:28:05 09:28:05 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 09:28:05 #149 DONE 114.3s 09:28:05 09:28:05 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 09:28:05 #150 DONE 114.2s 09:28:05 09:28:05 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:28:05 #151 DONE 114.8s 09:28:05 09:28:05 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 09:28:05 #153 ... 09:28:05 09:28:05 #159 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 09:28:06 #159 DONE 1.3s 09:28:06 09:28:06 #160 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 09:28:06 #160 DONE 0.9s 09:28:06 09:28:06 #161 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 09:28:06 #161 DONE 1.3s 09:28:06 09:28:06 #162 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 09:28:06 #162 DONE 1.2s 09:28:06 09:28:06 #163 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 09:28:07 #104 exporting layers 2.0s done 09:28:07 #104 writing image sha256:36fb9f905757c662b0691add92af6fe51ee52b8e473456eeece7d39a7fab2514 done 09:28:07 #104 naming to docker.io/library/security-spire-config-arm64 done 09:28:07 #104 DONE 6.9s 09:28:07 09:28:07 #81 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:28:07 #163 ... 09:28:07 09:28:07 #164 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 09:28:07 #164 DONE 0.6s 09:28:07 09:28:07 #165 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 09:28:07 #165 ... 09:28:07 09:28:07 #166 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 09:28:07 #166 DONE 0.8s 09:28:07 09:28:07 #167 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 09:28:07 #167 DONE 0.8s 09:28:07 09:28:07 #168 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 09:28:08 #168 ... 09:28:08 09:28:08 #165 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 09:28:08 #165 DONE 0.9s 09:28:08 09:28:08 #169 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 09:28:08 #169 ... 09:28:08 09:28:08 #170 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:28:08 #170 DONE 1.3s 09:28:08 09:28:08 #168 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 09:28:08 #168 DONE 1.3s 09:28:08 09:28:08 #155 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:28:08 #155 DONE 118.4s 09:28:08 09:28:08 #171 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 09:28:09 #171 ... 09:28:09 09:28:09 #163 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 09:28:09 #163 DONE 3.1s 09:28:09 09:28:09 #172 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:28:10 #172 ... 09:28:10 09:28:10 #169 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 09:28:10 #169 DONE 2.4s 09:28:10 09:28:10 #173 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 09:28:10 #173 ... 09:28:10 09:28:10 #174 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 09:28:10 #174 DONE 2.3s 09:28:11 09:28:11 #172 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:28:11 #172 DONE 1.9s 09:28:11 09:28:11 #175 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 09:28:11 #175 ... 09:28:11 09:28:11 #171 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 09:28:11 #171 DONE 2.7s 09:28:11 09:28:11 #176 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 09:28:11 #176 DONE 1.6s 09:28:11 09:28:11 #173 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 09:28:11 #173 DONE 0.9s 09:28:11 09:28:11 #177 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:28:11 #177 ... 09:28:11 09:28:11 #175 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 09:28:11 #175 DONE 0.7s 09:28:11 09:28:11 #178 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:28:11 #178 DONE 0.5s 09:28:11 09:28:11 #179 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:28:11 #179 DONE 0.6s 09:28:11 09:28:11 #180 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 09:28:11 #180 ... 09:28:11 09:28:11 #181 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 09:28:11 #181 DONE 0.7s 09:28:12 09:28:12 #182 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 09:28:12 #182 ... 09:28:12 09:28:12 #183 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:28:12 #183 DONE 0.9s 09:28:12 09:28:12 #184 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:28:13 #184 ... 09:28:13 09:28:13 #182 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 09:28:13 #182 DONE 1.3s 09:28:13 09:28:13 #185 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:28:13 #185 ... 09:28:13 09:28:13 #180 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 09:28:13 #180 DONE 1.5s 09:28:13 09:28:13 #177 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:28:13 #177 DONE 2.1s 09:28:13 09:28:13 #184 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:28:13 #184 DONE 0.9s 09:28:13 09:28:13 #186 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:28:13 #186 DONE 1.1s 09:28:13 09:28:13 #94 [core-common-config-bootstrapper] exporting to image 09:28:13 #94 exporting layers 09:28:14 #94 ... 09:28:14 09:28:14 #187 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 09:28:14 #187 DONE 0.8s 09:28:14 09:28:14 #188 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:28:14 #188 DONE 0.8s 09:28:14 09:28:14 #189 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 09:28:14 #189 DONE 0.8s 09:28:14 09:28:14 #94 [security-spiffe-token-provider] exporting to image 09:28:14 #94 exporting layers 1.2s done 09:28:14 #94 writing image sha256:b737b819d04aed157b3622ac4a0ab84e20c7a7a72a44c01564a01333607657e8 0.1s done 09:28:14 #94 naming to docker.io/library/core-common-config-bootstrapper 09:28:14 #94 naming to docker.io/library/core-common-config-bootstrapper 0.1s done 09:28:15 #94 ... 09:28:15 09:28:15 #190 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 09:28:15 #190 DONE 1.1s 09:28:15 09:28:15 #185 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:28:15 #185 DONE 2.1s 09:28:15 09:28:15 #94 [security-proxy-setup] exporting to image 09:28:15 #94 exporting layers 1.4s done 09:28:15 #94 writing image sha256:d537a8416785e4ce236fd839afd5670fd4d7d93221007280348acce3bc3ae0d7 0.0s done 09:28:15 #94 naming to docker.io/library/security-spiffe-token-provider 0.0s done 09:28:16 #94 ... 09:28:16 09:28:16 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:28:16 #191 DONE 2.1s 09:28:16 09:28:16 #192 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 09:28:16 #192 DONE 1.1s 09:28:16 09:28:16 #94 [security-secretstore-setup] exporting to image 09:28:16 #94 ... 09:28:16 09:28:16 #193 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 09:28:16 #193 DONE 0.5s 09:28:17 09:28:17 #194 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 09:28:17 #194 DONE 0.4s 09:28:17 09:28:17 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:28:17 #152 ... 09:28:17 09:28:17 #195 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:28:17 #195 DONE 0.2s 09:28:17 09:28:17 #94 [security-secretstore-setup] exporting to image 09:28:17 #94 exporting layers 2.1s done 09:28:17 #94 writing image sha256:2ba1b5d53ed5d2dcba0de1d23e6293dd22d00bbe0cf14eafd05e88df8ee0e670 0.1s done 09:28:17 #94 naming to docker.io/library/security-proxy-setup 09:28:17 #94 naming to docker.io/library/security-proxy-setup done 09:28:17 #94 exporting layers 1.4s done 09:28:17 #94 writing image sha256:27e7b6c68936b56199159433a11c4440052a65f8c12401c780c8e14200787062 09:28:18 #94 writing image sha256:27e7b6c68936b56199159433a11c4440052a65f8c12401c780c8e14200787062 0.1s done 09:28:18 #94 naming to docker.io/library/security-secretstore-setup 0.0s done 09:28:18 #94 DONE 6.0s 09:28:18 09:28:18 #196 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 09:28:19 #196 DONE 1.7s 09:28:19 09:28:19 #157 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:28:19 #157 ... 09:28:19 09:28:19 #94 [security-bootstrapper] exporting to image 09:28:19 #94 exporting layers 0.8s done 09:28:19 #94 writing image sha256:eee98859a7776b87ecb5c1db3dd12826fcd578312e3cab8555e96d495ade3c43 done 09:28:19 #94 naming to docker.io/library/security-bootstrapper done 09:28:19 #94 DONE 6.9s 09:28:19 09:28:19 #156 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:29:06 #156 ... 09:29:06 09:29:06 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 09:29:06 #146 DONE 170.4s 09:29:06 09:29:06 #156 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:29:06 #156 DONE 170.4s 09:29:06 09:29:06 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 09:29:06 #153 DONE 170.4s 09:29:06 09:29:06 #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:29:06 #154 DONE 170.5s 09:29:06 09:29:06 #158 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 09:29:06 #158 DONE 170.5s 09:29:06 09:29:06 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:29:06 #147 DONE 170.5s 09:29:06 09:29:06 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:29:06 #152 DONE 170.5s 09:29:06 09:29:06 #157 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:29:06 #157 DONE 170.4s 09:29:06 09:29:06 #197 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 09:29:06 #197 ... 09:29:06 09:29:06 #198 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 09:29:06 #198 DONE 0.2s 09:29:06 09:29:06 #199 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:29:06 #199 DONE 0.3s 09:29:06 09:29:06 #200 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:29:06 #200 DONE 0.5s 09:29:06 09:29:06 #201 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 09:29:06 #201 CACHED 09:29:06 09:29:06 #202 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 09:29:06 #202 CACHED 09:29:06 09:29:06 #203 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 09:29:06 #203 DONE 0.3s 09:29:06 09:29:06 #197 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 09:29:06 #197 DONE 0.6s 09:29:06 09:29:06 #204 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 09:29:06 #204 CACHED 09:29:06 09:29:06 #205 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 09:29:06 #205 CACHED 09:29:06 09:29:06 #206 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:29:06 #206 CACHED 09:29:06 09:29:06 #207 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:29:06 #207 CACHED 09:29:06 09:29:06 #208 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 09:29:06 #208 ... 09:29:06 09:29:06 #209 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:29:06 #209 DONE 1.1s 09:29:06 09:29:06 #210 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:29:06 #210 CACHED 09:29:06 09:29:06 #211 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:29:06 #211 CACHED 09:29:06 09:29:06 #212 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 09:29:06 #212 DONE 1.1s 09:29:06 09:29:06 #213 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 09:29:06 #213 ... 09:29:06 09:29:06 #214 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:29:06 #214 DONE 1.6s 09:29:06 09:29:06 #215 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:29:06 #215 DONE 1.6s 09:29:06 09:29:06 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:29:06 #216 DONE 1.6s 09:29:06 09:29:06 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 09:29:06 #217 ... 09:29:06 09:29:06 #218 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:29:06 #218 DONE 3.2s 09:29:06 09:29:06 #208 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 09:29:06 #208 DONE 3.2s 09:29:06 09:29:06 #219 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 09:29:06 #219 ... 09:29:06 09:29:06 #213 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 09:29:06 #213 DONE 2.4s 09:29:06 09:29:06 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:29:06 #220 DONE 2.4s 09:29:06 09:29:06 #221 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 09:29:06 #221 DONE 2.0s 09:29:06 09:29:06 #222 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 09:29:06 #222 DONE 2.0s 09:29:06 09:29:06 #223 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:29:06 #223 DONE 2.0s 09:29:06 09:29:06 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 09:29:06 #217 DONE 2.0s 09:29:06 09:29:06 #224 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 09:29:06 #224 DONE 0.5s 09:29:06 09:29:06 #219 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 09:29:06 #219 DONE 0.5s 09:29:06 09:29:06 #225 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 09:29:06 #225 DONE 0.2s 09:29:06 09:29:06 #226 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 09:29:06 #226 DONE 0.2s 09:29:06 09:29:06 #227 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 09:29:06 #227 ... 09:29:06 09:29:06 #228 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 09:29:06 #228 DONE 0.2s 09:29:06 09:29:06 #229 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 09:29:06 #229 DONE 0.3s 09:29:06 09:29:06 #227 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 09:29:06 #227 DONE 0.2s 09:29:06 09:29:06 #94 [core-keeper] exporting to image 09:29:06 #94 exporting layers 09:29:06 #94 writing image sha256:30824e1bae9221b9a79cc1f290468423c5a070ba309f2072f16760deda911fec done 09:29:06 #94 writing image sha256:72366a012551891169bcb1097bbf423585cad7c29b2d75689a9349699063f6ab 0.1s done 09:29:06 #94 naming to docker.io/library/support-scheduler 0.0s done 09:29:06 #94 naming to docker.io/library/core-keeper done 09:29:06 #94 exporting layers 0.2s done 09:29:06 #94 writing image sha256:233877cf6e929627b67297c7244a864bf0c42184dd440c167f2b89cb6e35ca02 done 09:29:06 #94 naming to docker.io/library/core-command done 09:29:06 #94 writing image sha256:127d92f1e6ef6c9e7139bcfe3acef56455333af718189714bc8e71d88df84cae 0.0s done 09:29:06 #94 naming to docker.io/library/support-notifications done 09:29:06 #94 writing image sha256:ab767ab919d9a9597dd5f8d1fa12812caccc7e44265d94724b25d097815dab9a 09:29:06 #94 writing image sha256:ab767ab919d9a9597dd5f8d1fa12812caccc7e44265d94724b25d097815dab9a done 09:29:06 #94 writing image sha256:e7930c85664ca9c1ad70bc20a361d3a8922e8d49389907b7059a637a3e0f3ce1 done 09:29:06 #94 naming to docker.io/library/core-data done 09:29:06 #94 naming to docker.io/library/support-cron-scheduler done 09:29:06 #94 ... 09:29:06 09:29:06 #230 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:29:06 #230 DONE 0.3s 09:29:06 09:29:06 #94 [security-proxy-auth] exporting to image 09:29:06 #94 exporting layers 0.6s done 09:29:06 #94 writing image sha256:0f14612a8bdcd4a86b617b24fd4d663b2bb9b3232cefaff87a9670d63526902a done 09:29:06 #94 naming to docker.io/library/core-metadata done 09:29:06 #94 writing image sha256:f86ecdbb13c1c543844a021a429634f1ab6d822ed4e020e945dca2bd952372cc done 09:29:06 #94 naming to docker.io/library/security-proxy-auth done 09:29:06 #94 DONE 8.3s 09:29:06 09:29:06 #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 09:29:06 time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:29:06 time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:29:06 time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:29:06 time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:29:06 time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:29:06 time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:29:06 time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:29:06 time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:29:06 time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:29:06 time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:29:06 time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:29:06 time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:29:06 time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:29:06 time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:29:06 time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:29:06 time="2024-08-07T09:24:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 09:29:06 $ docker stop --time=1 192476144cee877a3a9ff3553cfdfd6d3ef12cffd642328e61034673d71c517e 09:29:07 $ docker rm -f --volumes 192476144cee877a3a9ff3553cfdfd6d3ef12cffd642328e61034673d71c517e [Pipeline] // withDockerContainer [Pipeline] sh 09:29:08 + docker images 09:29:08 REPOSITORY TAG IMAGE ID CREATED SIZE 09:29:08 core-data latest e7930c85664c 3 seconds ago 39.5MB 09:29:08 security-proxy-auth latest f86ecdbb13c1 3 seconds ago 33MB 09:29:08 core-keeper latest 72366a012551 4 seconds ago 39.4MB 09:29:08 support-scheduler latest 30824e1bae92 4 seconds ago 41.8MB 09:29:08 core-command latest 233877cf6e92 4 seconds ago 35.4MB 09:29:08 core-metadata latest 0f14612a8bdc 4 seconds ago 39.6MB 09:29:08 support-notifications latest 127d92f1e6ef 4 seconds ago 42.4MB 09:29:08 support-cron-scheduler latest ab767ab919d9 4 seconds ago 42.7MB 09:29:08 security-bootstrapper latest eee98859a777 49 seconds ago 18.9MB 09:29:08 security-secretstore-setup latest 27e7b6c68936 52 seconds ago 37MB 09:29:08 security-proxy-setup latest 2ba1b5d53ed5 53 seconds ago 26.2MB 09:29:08 security-spiffe-token-provider latest d537a8416785 54 seconds ago 28.8MB 09:29:08 core-common-config-bootstrapper latest b737b819d04a 55 seconds ago 15.2MB 09:29:08 security-spire-server latest a37eaca0f1b1 3 minutes ago 121MB 09:29:08 security-spire-agent latest 3bae70320bc3 3 minutes ago 182MB 09:29:08 security-spire-config latest 2ec4b1987af9 3 minutes ago 120MB 09:29:08 ci-base-image-x86_64 latest 61b767139233 8 minutes ago 970MB 09:29:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 3 months ago 565MB 09:29:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 14 months ago 334MB 09:29:08 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:29:08 provisioning config files... 09:29:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/665@tmp/config12192548793031540925tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:29:08 ---> ****-login.sh 09:29:08 nexus3.edgexfoundry.org:10001 09:29:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:29:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:29:08 Configure a credential helper to remove this warning. See 09:29:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:29:08 09:29:08 Login Succeeded 09:29:08 nexus3.edgexfoundry.org:10002 09:29:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:29:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:29:08 Configure a credential helper to remove this warning. See 09:29:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:29:08 09:29:08 Login Succeeded 09:29:08 nexus3.edgexfoundry.org:10003 09:29:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:29:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:29:09 Configure a credential helper to remove this warning. See 09:29:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:29:09 09:29:09 Login Succeeded 09:29:09 nexus3.edgexfoundry.org:10004 09:29:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:29:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:29:09 Configure a credential helper to remove this warning. See 09:29:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:29:09 09:29:09 Login Succeeded 09:29:09 ****.io 09:29:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:29:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:29:09 Configure a credential helper to remove this warning. See 09:29:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:29:09 09:29:09 Login Succeeded 09:29:09 ---> ****-login.sh ends [Pipeline] } 09:29:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:29:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 09:29:09 [edgeXDocker.push] Tagging docker image core-command with the following tags: 09:29:09 4508c6b134dd8db5d14b2b122fe51143339f6eec 09:29:09 latest 09:29:09 3.2.0-dev.47 09:29:09 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:29:09 main 09:29:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:09 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:10 + docker push nexus3.edgexfoundry.org:10004/core-command:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:29:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:29:10 d2f4476199a3: Preparing 09:29:10 7b4708146fe1: Preparing 09:29:10 abc11f145367: Preparing 09:29:10 cb7ba920a49b: Preparing 09:29:10 7241d4fb73e8: Preparing 09:29:10 4352e4e348a4: Preparing 09:29:10 ce7f800efff9: Preparing 09:29:10 ce7f800efff9: Waiting 09:29:10 7241d4fb73e8: Pushed 09:29:10 abc11f145367: Pushed 09:29:10 d2f4476199a3: Pushed 09:29:10 ce7f800efff9: Layer already exists 09:29:10 cb7ba920a49b: Pushed 09:29:10 4352e4e348a4: Pushed 09:29:13 7b4708146fe1: Pushed 09:29:13 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:d18e782bef3a159a1bfe099986cf050bdb5af95875fbbd2e494cff72832eacde size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:13 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:13 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 09:29:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:29:13 d2f4476199a3: Preparing 09:29:13 7b4708146fe1: Preparing 09:29:13 abc11f145367: Preparing 09:29:13 cb7ba920a49b: Preparing 09:29:13 7241d4fb73e8: Preparing 09:29:13 4352e4e348a4: Preparing 09:29:13 ce7f800efff9: Preparing 09:29:13 4352e4e348a4: Waiting 09:29:13 ce7f800efff9: Waiting 09:29:13 abc11f145367: Layer already exists 09:29:13 cb7ba920a49b: Layer already exists 09:29:13 7b4708146fe1: Layer already exists 09:29:13 7241d4fb73e8: Layer already exists 09:29:13 d2f4476199a3: Layer already exists 09:29:13 ce7f800efff9: Layer already exists 09:29:13 4352e4e348a4: Layer already exists 09:29:13 latest: digest: sha256:d18e782bef3a159a1bfe099986cf050bdb5af95875fbbd2e494cff72832eacde size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:14 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:14 + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.47 09:29:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:29:14 d2f4476199a3: Preparing 09:29:14 7b4708146fe1: Preparing 09:29:14 abc11f145367: Preparing 09:29:14 cb7ba920a49b: Preparing 09:29:14 7241d4fb73e8: Preparing 09:29:14 4352e4e348a4: Preparing 09:29:14 ce7f800efff9: Preparing 09:29:14 4352e4e348a4: Waiting 09:29:14 ce7f800efff9: Waiting 09:29:14 d2f4476199a3: Layer already exists 09:29:14 7b4708146fe1: Layer already exists 09:29:14 abc11f145367: Layer already exists 09:29:14 7241d4fb73e8: Layer already exists 09:29:14 cb7ba920a49b: Layer already exists 09:29:14 4352e4e348a4: Layer already exists 09:29:14 ce7f800efff9: Layer already exists 09:29:14 3.2.0-dev.47: digest: sha256:d18e782bef3a159a1bfe099986cf050bdb5af95875fbbd2e494cff72832eacde size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:14 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:15 + docker push nexus3.edgexfoundry.org:10004/core-command:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:29:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:29:15 d2f4476199a3: Preparing 09:29:15 7b4708146fe1: Preparing 09:29:15 abc11f145367: Preparing 09:29:15 cb7ba920a49b: Preparing 09:29:15 7241d4fb73e8: Preparing 09:29:15 4352e4e348a4: Preparing 09:29:15 ce7f800efff9: Preparing 09:29:15 ce7f800efff9: Waiting 09:29:15 4352e4e348a4: Waiting 09:29:15 abc11f145367: Layer already exists 09:29:15 7b4708146fe1: Layer already exists 09:29:15 d2f4476199a3: Layer already exists 09:29:15 7241d4fb73e8: Layer already exists 09:29:15 cb7ba920a49b: Layer already exists 09:29:15 ce7f800efff9: Layer already exists 09:29:15 4352e4e348a4: Layer already exists 09:29:15 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:d18e782bef3a159a1bfe099986cf050bdb5af95875fbbd2e494cff72832eacde size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:15 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:16 + docker push nexus3.edgexfoundry.org:10004/core-command:main 09:29:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:29:16 d2f4476199a3: Preparing 09:29:16 7b4708146fe1: Preparing 09:29:16 abc11f145367: Preparing 09:29:16 cb7ba920a49b: Preparing 09:29:16 7241d4fb73e8: Preparing 09:29:16 4352e4e348a4: Preparing 09:29:16 ce7f800efff9: Preparing 09:29:16 4352e4e348a4: Waiting 09:29:16 ce7f800efff9: Waiting 09:29:16 7241d4fb73e8: Layer already exists 09:29:16 abc11f145367: Layer already exists 09:29:16 cb7ba920a49b: Layer already exists 09:29:16 7b4708146fe1: Layer already exists 09:29:16 d2f4476199a3: Layer already exists 09:29:16 4352e4e348a4: Layer already exists 09:29:16 ce7f800efff9: Layer already exists 09:29:16 main: digest: sha256:d18e782bef3a159a1bfe099986cf050bdb5af95875fbbd2e494cff72832eacde size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:29:16 ===================================================== [Pipeline] echo 09:29:16 taggedImages: 09:29:16 - nexus3.edgexfoundry.org:10004/core-command:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:29:16 - nexus3.edgexfoundry.org:10004/core-command:latest 09:29:16 - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.47 09:29:16 - nexus3.edgexfoundry.org:10004/core-command:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:29:16 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 09:29:16 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 09:29:16 4508c6b134dd8db5d14b2b122fe51143339f6eec 09:29:16 latest 09:29:16 3.2.0-dev.47 09:29:16 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:29:16 main 09:29:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:16 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:16 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:29:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:29:16 8063639f92f3: Preparing 09:29:16 d393ce2caa2a: Preparing 09:29:16 1bc7dcfa761b: Preparing 09:29:16 ad7655b55e66: Preparing 09:29:16 abc11f145367: Preparing 09:29:16 cb7ba920a49b: Preparing 09:29:16 7241d4fb73e8: Preparing 09:29:16 4352e4e348a4: Preparing 09:29:16 ce7f800efff9: Preparing 09:29:16 7241d4fb73e8: Waiting 09:29:16 cb7ba920a49b: Waiting 09:29:16 4352e4e348a4: Waiting 09:29:16 ce7f800efff9: Waiting 09:29:16 abc11f145367: Layer already exists 09:29:16 cb7ba920a49b: Layer already exists 09:29:16 7241d4fb73e8: Layer already exists 09:29:16 4352e4e348a4: Layer already exists 09:29:16 ce7f800efff9: Layer already exists 09:29:16 1bc7dcfa761b: Pushed 09:29:16 d393ce2caa2a: Pushed 09:29:16 8063639f92f3: Pushed 09:29:17 ad7655b55e66: Pushed 09:29:17 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:44ddfe826bef0102bd30242f03f16bc19f203b349c816b6207df21ce45842304 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:18 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:18 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 09:29:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:29:18 8063639f92f3: Preparing 09:29:18 d393ce2caa2a: Preparing 09:29:18 1bc7dcfa761b: Preparing 09:29:18 ad7655b55e66: Preparing 09:29:18 abc11f145367: Preparing 09:29:18 cb7ba920a49b: Preparing 09:29:18 7241d4fb73e8: Preparing 09:29:18 4352e4e348a4: Preparing 09:29:18 ce7f800efff9: Preparing 09:29:18 4352e4e348a4: Waiting 09:29:18 7241d4fb73e8: Waiting 09:29:18 cb7ba920a49b: Waiting 09:29:18 ce7f800efff9: Waiting 09:29:18 d393ce2caa2a: Layer already exists 09:29:18 abc11f145367: Layer already exists 09:29:18 8063639f92f3: Layer already exists 09:29:18 ad7655b55e66: Layer already exists 09:29:18 1bc7dcfa761b: Layer already exists 09:29:18 7241d4fb73e8: Layer already exists 09:29:18 4352e4e348a4: Layer already exists 09:29:18 cb7ba920a49b: Layer already exists 09:29:18 ce7f800efff9: Layer already exists 09:29:18 latest: digest: sha256:44ddfe826bef0102bd30242f03f16bc19f203b349c816b6207df21ce45842304 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:18 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:19 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.47 09:29:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:29:19 8063639f92f3: Preparing 09:29:19 d393ce2caa2a: Preparing 09:29:19 1bc7dcfa761b: Preparing 09:29:19 ad7655b55e66: Preparing 09:29:19 abc11f145367: Preparing 09:29:19 cb7ba920a49b: Preparing 09:29:19 7241d4fb73e8: Preparing 09:29:19 4352e4e348a4: Preparing 09:29:19 ce7f800efff9: Preparing 09:29:19 cb7ba920a49b: Waiting 09:29:19 7241d4fb73e8: Waiting 09:29:19 4352e4e348a4: Waiting 09:29:19 ce7f800efff9: Waiting 09:29:19 1bc7dcfa761b: Layer already exists 09:29:19 d393ce2caa2a: Layer already exists 09:29:19 ad7655b55e66: Layer already exists 09:29:19 abc11f145367: Layer already exists 09:29:19 8063639f92f3: Layer already exists 09:29:19 4352e4e348a4: Layer already exists 09:29:19 cb7ba920a49b: Layer already exists 09:29:19 7241d4fb73e8: Layer already exists 09:29:19 ce7f800efff9: Layer already exists 09:29:19 3.2.0-dev.47: digest: sha256:44ddfe826bef0102bd30242f03f16bc19f203b349c816b6207df21ce45842304 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:19 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:19 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:29:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:29:19 8063639f92f3: Preparing 09:29:19 d393ce2caa2a: Preparing 09:29:19 1bc7dcfa761b: Preparing 09:29:19 ad7655b55e66: Preparing 09:29:19 abc11f145367: Preparing 09:29:19 cb7ba920a49b: Preparing 09:29:19 7241d4fb73e8: Preparing 09:29:19 4352e4e348a4: Preparing 09:29:19 ce7f800efff9: Preparing 09:29:19 7241d4fb73e8: Waiting 09:29:19 cb7ba920a49b: Waiting 09:29:19 4352e4e348a4: Waiting 09:29:19 ce7f800efff9: Waiting 09:29:19 8063639f92f3: Layer already exists 09:29:19 abc11f145367: Layer already exists 09:29:19 1bc7dcfa761b: Layer already exists 09:29:19 d393ce2caa2a: Layer already exists 09:29:19 ad7655b55e66: Layer already exists 09:29:19 7241d4fb73e8: Layer already exists 09:29:19 cb7ba920a49b: Layer already exists 09:29:19 ce7f800efff9: Layer already exists 09:29:19 4352e4e348a4: Layer already exists 09:29:19 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:44ddfe826bef0102bd30242f03f16bc19f203b349c816b6207df21ce45842304 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:20 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:20 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 09:29:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:29:20 8063639f92f3: Preparing 09:29:20 d393ce2caa2a: Preparing 09:29:20 1bc7dcfa761b: Preparing 09:29:20 ad7655b55e66: Preparing 09:29:20 abc11f145367: Preparing 09:29:20 cb7ba920a49b: Preparing 09:29:20 7241d4fb73e8: Preparing 09:29:20 4352e4e348a4: Preparing 09:29:20 ce7f800efff9: Preparing 09:29:20 cb7ba920a49b: Waiting 09:29:20 7241d4fb73e8: Waiting 09:29:20 4352e4e348a4: Waiting 09:29:20 ce7f800efff9: Waiting 09:29:20 8063639f92f3: Layer already exists 09:29:20 ad7655b55e66: Layer already exists 09:29:20 d393ce2caa2a: Layer already exists 09:29:20 1bc7dcfa761b: Layer already exists 09:29:20 abc11f145367: Layer already exists 09:29:20 7241d4fb73e8: Layer already exists 09:29:20 cb7ba920a49b: Layer already exists 09:29:20 4352e4e348a4: Layer already exists 09:29:20 ce7f800efff9: Layer already exists 09:29:20 main: digest: sha256:44ddfe826bef0102bd30242f03f16bc19f203b349c816b6207df21ce45842304 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:29:20 ===================================================== [Pipeline] echo 09:29:20 taggedImages: 09:29:20 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:29:20 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 09:29:20 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.47 09:29:20 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:29:20 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 09:29:20 [edgeXDocker.push] Tagging docker image core-data with the following tags: 09:29:20 4508c6b134dd8db5d14b2b122fe51143339f6eec 09:29:20 latest 09:29:20 3.2.0-dev.47 09:29:20 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:29:20 main 09:29:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:20 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:21 + docker push nexus3.edgexfoundry.org:10004/core-data:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:29:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:29:21 8d0302964069: Preparing 09:29:21 f4acc35ab52c: Preparing 09:29:21 abc11f145367: Preparing 09:29:21 cb7ba920a49b: Preparing 09:29:21 7241d4fb73e8: Preparing 09:29:21 178732b6b9ac: Preparing 09:29:21 ce7f800efff9: Preparing 09:29:21 178732b6b9ac: Waiting 09:29:21 abc11f145367: Layer already exists 09:29:21 cb7ba920a49b: Layer already exists 09:29:21 7241d4fb73e8: Layer already exists 09:29:21 ce7f800efff9: Layer already exists 09:29:21 8d0302964069: Pushed 09:29:21 178732b6b9ac: Pushed 09:29:24 f4acc35ab52c: Pushed 09:29:24 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:a544b12fe0c6bb3f1bc379726cacc94f070c3c267d3af08b4938db2b4d5d69b6 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:24 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:25 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 09:29:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:29:25 8d0302964069: Preparing 09:29:25 f4acc35ab52c: Preparing 09:29:25 abc11f145367: Preparing 09:29:25 cb7ba920a49b: Preparing 09:29:25 7241d4fb73e8: Preparing 09:29:25 178732b6b9ac: Preparing 09:29:25 ce7f800efff9: Preparing 09:29:25 ce7f800efff9: Waiting 09:29:25 178732b6b9ac: Waiting 09:29:25 f4acc35ab52c: Layer already exists 09:29:25 8d0302964069: Layer already exists 09:29:25 7241d4fb73e8: Layer already exists 09:29:25 abc11f145367: Layer already exists 09:29:25 cb7ba920a49b: Layer already exists 09:29:25 178732b6b9ac: Layer already exists 09:29:25 ce7f800efff9: Layer already exists 09:29:25 latest: digest: sha256:a544b12fe0c6bb3f1bc379726cacc94f070c3c267d3af08b4938db2b4d5d69b6 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:25 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:25 + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.47 09:29:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:29:25 8d0302964069: Preparing 09:29:25 f4acc35ab52c: Preparing 09:29:25 abc11f145367: Preparing 09:29:25 cb7ba920a49b: Preparing 09:29:25 7241d4fb73e8: Preparing 09:29:25 178732b6b9ac: Preparing 09:29:25 ce7f800efff9: Preparing 09:29:25 178732b6b9ac: Waiting 09:29:25 ce7f800efff9: Waiting 09:29:25 abc11f145367: Layer already exists 09:29:25 cb7ba920a49b: Layer already exists 09:29:25 f4acc35ab52c: Layer already exists 09:29:25 7241d4fb73e8: Layer already exists 09:29:25 8d0302964069: Layer already exists 09:29:25 ce7f800efff9: Layer already exists 09:29:25 178732b6b9ac: Layer already exists 09:29:25 3.2.0-dev.47: digest: sha256:a544b12fe0c6bb3f1bc379726cacc94f070c3c267d3af08b4938db2b4d5d69b6 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:26 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:26 + docker push nexus3.edgexfoundry.org:10004/core-data:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:29:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:29:26 8d0302964069: Preparing 09:29:26 f4acc35ab52c: Preparing 09:29:26 abc11f145367: Preparing 09:29:26 cb7ba920a49b: Preparing 09:29:26 7241d4fb73e8: Preparing 09:29:26 178732b6b9ac: Preparing 09:29:26 ce7f800efff9: Preparing 09:29:26 178732b6b9ac: Waiting 09:29:26 ce7f800efff9: Waiting 09:29:26 7241d4fb73e8: Layer already exists 09:29:26 8d0302964069: Layer already exists 09:29:26 cb7ba920a49b: Layer already exists 09:29:26 f4acc35ab52c: Layer already exists 09:29:26 abc11f145367: Layer already exists 09:29:26 ce7f800efff9: Layer already exists 09:29:26 178732b6b9ac: Layer already exists 09:29:26 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:a544b12fe0c6bb3f1bc379726cacc94f070c3c267d3af08b4938db2b4d5d69b6 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:26 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:27 + docker push nexus3.edgexfoundry.org:10004/core-data:main 09:29:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:29:27 8d0302964069: Preparing 09:29:27 f4acc35ab52c: Preparing 09:29:27 abc11f145367: Preparing 09:29:27 cb7ba920a49b: Preparing 09:29:27 7241d4fb73e8: Preparing 09:29:27 178732b6b9ac: Preparing 09:29:27 ce7f800efff9: Preparing 09:29:27 178732b6b9ac: Waiting 09:29:27 ce7f800efff9: Waiting 09:29:27 8d0302964069: Layer already exists 09:29:27 f4acc35ab52c: Layer already exists 09:29:27 abc11f145367: Layer already exists 09:29:27 7241d4fb73e8: Layer already exists 09:29:27 cb7ba920a49b: Layer already exists 09:29:27 178732b6b9ac: Layer already exists 09:29:27 ce7f800efff9: Layer already exists 09:29:27 main: digest: sha256:a544b12fe0c6bb3f1bc379726cacc94f070c3c267d3af08b4938db2b4d5d69b6 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:29:27 ===================================================== [Pipeline] echo 09:29:27 taggedImages: 09:29:27 - nexus3.edgexfoundry.org:10004/core-data:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:29:27 - nexus3.edgexfoundry.org:10004/core-data:latest 09:29:27 - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.47 09:29:27 - nexus3.edgexfoundry.org:10004/core-data:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:29:27 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 09:29:27 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 09:29:27 4508c6b134dd8db5d14b2b122fe51143339f6eec 09:29:27 latest 09:29:27 3.2.0-dev.47 09:29:27 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:29:27 main 09:29:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:27 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:27 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:29:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 09:29:27 466e93f0c98c: Preparing 09:29:27 5f5872b4578e: Preparing 09:29:27 cb7ba920a49b: Preparing 09:29:27 8bbba411a4ec: Preparing 09:29:27 28496a7810ce: Preparing 09:29:27 ce7f800efff9: Preparing 09:29:27 ce7f800efff9: Waiting 09:29:27 cb7ba920a49b: Layer already exists 09:29:27 ce7f800efff9: Layer already exists 09:29:27 8bbba411a4ec: Pushed 09:29:27 466e93f0c98c: Pushed 09:29:27 28496a7810ce: Pushed 09:29:28 #81 ... 09:29:28 09:29:28 #93 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:29:28 #93 DONE 96.1s 09:29:28 09:29:28 #82 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:29:28 #82 DONE 93.4s 09:29:28 09:29:28 #92 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:29:28 #92 DONE 87.6s 09:29:28 09:29:28 #117 [security-spiffe-token-provider builder 6/7] COPY . . 09:29:28 #117 ... 09:29:28 09:29:28 #81 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:29:28 #81 DONE 93.3s 09:29:28 09:29:28 #89 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:29:28 #89 DONE 88.6s 09:29:28 09:29:28 #118 [core-keeper builder 7/8] COPY . . 09:29:28 #118 ... 09:29:28 09:29:28 #119 [security-proxy-setup builder 6/7] COPY . . 09:29:28 #119 DONE 1.5s 09:29:28 09:29:28 #120 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:29:28 #120 CACHED 09:29:28 09:29:28 #121 [support-notifications builder 6/7] COPY . . 09:29:28 #121 CACHED 09:29:28 09:29:28 #122 [support-notifications builder 4/7] COPY go.mod vendor* ./ 09:29:28 #122 CACHED 09:29:28 09:29:28 #123 [security-bootstrapper builder 6/7] COPY . . 09:29:28 #123 CACHED 09:29:28 09:29:28 #124 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 09:29:28 #124 CACHED 09:29:28 09:29:28 #125 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:29:28 #125 CACHED 09:29:28 09:29:28 #126 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 09:29:28 #126 CACHED 09:29:28 09:29:28 #127 [security-secretstore-setup builder 6/7] COPY . . 09:29:28 #127 CACHED 09:29:28 09:29:28 #128 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:29:28 #128 CACHED 09:29:28 09:29:28 #129 [support-cron-scheduler builder 6/7] COPY . . 09:29:28 #129 DONE 1.5s 09:29:28 09:29:28 #130 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:29:28 #130 CACHED 09:29:28 09:29:28 #131 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 09:29:28 #131 CACHED 09:29:28 09:29:28 #132 [core-common-config-bootstrapper builder 6/7] COPY . . 09:29:28 #132 CACHED 09:29:28 09:29:28 #133 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 09:29:28 #133 CACHED 09:29:28 09:29:28 #134 [support-scheduler builder 6/7] COPY . . 09:29:28 #134 CACHED 09:29:28 09:29:28 #135 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:29:28 #135 CACHED 09:29:28 09:29:28 #136 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:29:28 #136 CACHED 09:29:28 09:29:28 #137 [core-metadata builder 6/7] COPY . . 09:29:28 #137 CACHED 09:29:28 09:29:28 #138 [core-metadata builder 4/7] COPY go.mod vendor* ./ 09:29:28 #138 CACHED 09:29:28 09:29:28 #139 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:29:28 #139 CACHED 09:29:28 09:29:28 #140 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 09:29:28 #140 CACHED 09:29:28 09:29:28 #141 [security-proxy-auth builder 6/7] COPY . . 09:29:28 #141 CACHED 09:29:28 09:29:28 #118 [core-keeper builder 7/8] COPY . . 09:29:28 #118 DONE 1.4s 09:29:28 09:29:28 #142 [core-command builder 6/7] COPY . . 09:29:28 #142 CACHED 09:29:28 09:29:28 #143 [core-command builder 4/7] COPY go.mod vendor* ./ 09:29:28 #143 CACHED 09:29:28 09:29:28 #144 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:29:28 #144 CACHED 09:29:28 09:29:28 #117 [security-spiffe-token-provider builder 6/7] COPY . . 09:29:28 #117 DONE 1.5s 09:29:28 09:29:28 #145 [core-data builder 6/7] COPY . . 09:29:28 #145 DONE 1.5s 09:29:28 09:29:28 #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 09:29:28 #146 ... 09:29:28 09:29:28 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:29:28 #0 3.834 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:29:28 #147 ... 09:29:28 09:29:28 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:29:28 #0 5.675 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:29:28 #148 ... 09:29:28 09:29:28 #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 09:29:28 #146 6.861 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 09:29:30 #146 ... 09:29:30 09:29:30 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:29:30 #0 6.375 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:29:30 #149 ... 09:29:30 09:29:30 #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 09:29:30 #0 6.672 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 09:29:30 #150 ... 09:29:30 09:29:30 #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:29:30 #0 7.084 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 09:29:30 #151 ... 09:29:30 09:29:30 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:29:30 #0 7.060 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 09:29:30 #152 ... 09:29:30 09:29:30 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:29:30 #0 6.837 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:29:30 #153 ... 09:29:30 09:29:30 #154 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 09:29:30 #0 6.147 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 09:29:30 #154 ... 09:29:30 09:29:30 #155 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 09:29:30 #0 6.195 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 09:29:30 #155 ... 09:29:30 09:29:30 #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 09:29:30 #0 5.807 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:29:31 5f5872b4578e: Pushed 09:29:31 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:8dfeefc8b94569672e4f8afaf97547f56de610873242d35c73354f9ebe6ffdc2 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:31 #156 ... 09:29:31 09:29:31 #157 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:29:31 #0 7.002 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 09:29:31 #157 ... 09:29:31 09:29:31 #158 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 09:29:31 #0 6.647 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 09:29:31 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:31 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 09:29:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 09:29:31 466e93f0c98c: Preparing 09:29:31 5f5872b4578e: Preparing 09:29:31 cb7ba920a49b: Preparing 09:29:31 8bbba411a4ec: Preparing 09:29:31 28496a7810ce: Preparing 09:29:31 ce7f800efff9: Preparing 09:29:31 ce7f800efff9: Waiting 09:29:31 8bbba411a4ec: Layer already exists 09:29:31 cb7ba920a49b: Layer already exists 09:29:31 28496a7810ce: Layer already exists 09:29:31 466e93f0c98c: Layer already exists 09:29:31 5f5872b4578e: Layer already exists 09:29:31 ce7f800efff9: Layer already exists 09:29:31 latest: digest: sha256:8dfeefc8b94569672e4f8afaf97547f56de610873242d35c73354f9ebe6ffdc2 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:32 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:32 + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.47 09:29:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 09:29:32 466e93f0c98c: Preparing 09:29:32 5f5872b4578e: Preparing 09:29:32 cb7ba920a49b: Preparing 09:29:32 8bbba411a4ec: Preparing 09:29:32 28496a7810ce: Preparing 09:29:32 ce7f800efff9: Preparing 09:29:32 ce7f800efff9: Waiting 09:29:32 5f5872b4578e: Layer already exists 09:29:32 8bbba411a4ec: Layer already exists 09:29:32 cb7ba920a49b: Layer already exists 09:29:32 28496a7810ce: Layer already exists 09:29:32 466e93f0c98c: Layer already exists 09:29:32 ce7f800efff9: Layer already exists 09:29:32 3.2.0-dev.47: digest: sha256:8dfeefc8b94569672e4f8afaf97547f56de610873242d35c73354f9ebe6ffdc2 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:32 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:33 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:29:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 09:29:33 466e93f0c98c: Preparing 09:29:33 5f5872b4578e: Preparing 09:29:33 cb7ba920a49b: Preparing 09:29:33 8bbba411a4ec: Preparing 09:29:33 28496a7810ce: Preparing 09:29:33 ce7f800efff9: Preparing 09:29:33 ce7f800efff9: Waiting 09:29:33 cb7ba920a49b: Layer already exists 09:29:33 28496a7810ce: Layer already exists 09:29:33 5f5872b4578e: Layer already exists 09:29:33 466e93f0c98c: Layer already exists 09:29:33 8bbba411a4ec: Layer already exists 09:29:33 ce7f800efff9: Layer already exists 09:29:33 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:8dfeefc8b94569672e4f8afaf97547f56de610873242d35c73354f9ebe6ffdc2 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:33 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:33 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 09:29:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 09:29:33 466e93f0c98c: Preparing 09:29:33 5f5872b4578e: Preparing 09:29:33 cb7ba920a49b: Preparing 09:29:33 8bbba411a4ec: Preparing 09:29:33 28496a7810ce: Preparing 09:29:33 ce7f800efff9: Preparing 09:29:33 8bbba411a4ec: Layer already exists 09:29:33 28496a7810ce: Layer already exists 09:29:33 5f5872b4578e: Layer already exists 09:29:33 466e93f0c98c: Layer already exists 09:29:33 cb7ba920a49b: Layer already exists 09:29:33 ce7f800efff9: Layer already exists 09:29:33 main: digest: sha256:8dfeefc8b94569672e4f8afaf97547f56de610873242d35c73354f9ebe6ffdc2 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:29:33 ===================================================== [Pipeline] echo 09:29:33 taggedImages: 09:29:33 - nexus3.edgexfoundry.org:10004/core-keeper:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:29:33 - nexus3.edgexfoundry.org:10004/core-keeper:latest 09:29:33 - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.47 09:29:33 - nexus3.edgexfoundry.org:10004/core-keeper:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:29:33 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 09:29:33 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 09:29:33 4508c6b134dd8db5d14b2b122fe51143339f6eec 09:29:33 latest 09:29:33 3.2.0-dev.47 09:29:33 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:29:33 main 09:29:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:34 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:34 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:29:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:29:34 5aa5aee5d7d7: Preparing 09:29:34 14ae05e76a6f: Preparing 09:29:34 e03e5e8beb8a: Preparing 09:29:34 abc11f145367: Preparing 09:29:34 cb7ba920a49b: Preparing 09:29:34 7241d4fb73e8: Preparing 09:29:34 4352e4e348a4: Preparing 09:29:34 ce7f800efff9: Preparing 09:29:34 4352e4e348a4: Waiting 09:29:34 ce7f800efff9: Waiting 09:29:34 7241d4fb73e8: Waiting 09:29:34 cb7ba920a49b: Layer already exists 09:29:34 abc11f145367: Layer already exists 09:29:34 7241d4fb73e8: Layer already exists 09:29:34 4352e4e348a4: Layer already exists 09:29:34 ce7f800efff9: Layer already exists 09:29:34 14ae05e76a6f: Pushed 09:29:34 5aa5aee5d7d7: Pushed 09:29:38 e03e5e8beb8a: Pushed 09:29:38 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:cc61e142acd5d72c65f041021920b2b66ab601680605d82fc232fe33d30cf5d3 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:39 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:39 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 09:29:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:29:39 5aa5aee5d7d7: Preparing 09:29:39 14ae05e76a6f: Preparing 09:29:39 e03e5e8beb8a: Preparing 09:29:39 abc11f145367: Preparing 09:29:39 cb7ba920a49b: Preparing 09:29:39 7241d4fb73e8: Preparing 09:29:39 4352e4e348a4: Preparing 09:29:39 ce7f800efff9: Preparing 09:29:39 4352e4e348a4: Waiting 09:29:39 7241d4fb73e8: Waiting 09:29:39 ce7f800efff9: Waiting 09:29:39 e03e5e8beb8a: Layer already exists 09:29:39 5aa5aee5d7d7: Layer already exists 09:29:39 cb7ba920a49b: Layer already exists 09:29:39 abc11f145367: Layer already exists 09:29:39 14ae05e76a6f: Layer already exists 09:29:39 ce7f800efff9: Layer already exists 09:29:39 7241d4fb73e8: Layer already exists 09:29:39 4352e4e348a4: Layer already exists 09:29:39 latest: digest: sha256:cc61e142acd5d72c65f041021920b2b66ab601680605d82fc232fe33d30cf5d3 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:39 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:40 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.47 09:29:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:29:40 5aa5aee5d7d7: Preparing 09:29:40 14ae05e76a6f: Preparing 09:29:40 e03e5e8beb8a: Preparing 09:29:40 abc11f145367: Preparing 09:29:40 cb7ba920a49b: Preparing 09:29:40 7241d4fb73e8: Preparing 09:29:40 4352e4e348a4: Preparing 09:29:40 ce7f800efff9: Preparing 09:29:40 ce7f800efff9: Waiting 09:29:40 4352e4e348a4: Waiting 09:29:40 7241d4fb73e8: Waiting 09:29:40 cb7ba920a49b: Layer already exists 09:29:40 14ae05e76a6f: Layer already exists 09:29:40 abc11f145367: Layer already exists 09:29:40 5aa5aee5d7d7: Layer already exists 09:29:40 e03e5e8beb8a: Layer already exists 09:29:40 4352e4e348a4: Layer already exists 09:29:40 ce7f800efff9: Layer already exists 09:29:40 7241d4fb73e8: Layer already exists 09:29:40 3.2.0-dev.47: digest: sha256:cc61e142acd5d72c65f041021920b2b66ab601680605d82fc232fe33d30cf5d3 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:40 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:40 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:29:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:29:40 5aa5aee5d7d7: Preparing 09:29:40 14ae05e76a6f: Preparing 09:29:40 e03e5e8beb8a: Preparing 09:29:40 abc11f145367: Preparing 09:29:40 cb7ba920a49b: Preparing 09:29:40 7241d4fb73e8: Preparing 09:29:40 4352e4e348a4: Preparing 09:29:40 ce7f800efff9: Preparing 09:29:40 7241d4fb73e8: Waiting 09:29:40 4352e4e348a4: Waiting 09:29:40 ce7f800efff9: Waiting 09:29:40 5aa5aee5d7d7: Layer already exists 09:29:40 e03e5e8beb8a: Layer already exists 09:29:40 cb7ba920a49b: Layer already exists 09:29:40 14ae05e76a6f: Layer already exists 09:29:40 abc11f145367: Layer already exists 09:29:40 ce7f800efff9: Layer already exists 09:29:40 7241d4fb73e8: Layer already exists 09:29:40 4352e4e348a4: Layer already exists 09:29:40 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:cc61e142acd5d72c65f041021920b2b66ab601680605d82fc232fe33d30cf5d3 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:41 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:41 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 09:29:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:29:41 5aa5aee5d7d7: Preparing 09:29:41 14ae05e76a6f: Preparing 09:29:41 e03e5e8beb8a: Preparing 09:29:41 abc11f145367: Preparing 09:29:41 cb7ba920a49b: Preparing 09:29:41 7241d4fb73e8: Preparing 09:29:41 4352e4e348a4: Preparing 09:29:41 ce7f800efff9: Preparing 09:29:41 4352e4e348a4: Waiting 09:29:41 ce7f800efff9: Waiting 09:29:41 7241d4fb73e8: Waiting 09:29:41 5aa5aee5d7d7: Layer already exists 09:29:41 14ae05e76a6f: Layer already exists 09:29:41 cb7ba920a49b: Layer already exists 09:29:41 abc11f145367: Layer already exists 09:29:41 e03e5e8beb8a: Layer already exists 09:29:41 7241d4fb73e8: Layer already exists 09:29:41 ce7f800efff9: Layer already exists 09:29:41 4352e4e348a4: Layer already exists 09:29:41 main: digest: sha256:cc61e142acd5d72c65f041021920b2b66ab601680605d82fc232fe33d30cf5d3 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:29:41 ===================================================== [Pipeline] echo 09:29:41 taggedImages: 09:29:41 - nexus3.edgexfoundry.org:10004/core-metadata:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:29:41 - nexus3.edgexfoundry.org:10004/core-metadata:latest 09:29:41 - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.47 09:29:41 - nexus3.edgexfoundry.org:10004/core-metadata:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:29:41 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 09:29:41 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 09:29:41 4508c6b134dd8db5d14b2b122fe51143339f6eec 09:29:41 latest 09:29:41 3.2.0-dev.47 09:29:41 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:29:41 main 09:29:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:41 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:42 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:29:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:29:42 876fca83b38a: Preparing 09:29:42 97eef593e865: Preparing 09:29:42 628e3322a4ec: Preparing 09:29:42 258f89ccc103: Preparing 09:29:42 343dead94f67: Preparing 09:29:42 b18e622de76a: Preparing 09:29:42 4c8f5d726133: Preparing 09:29:42 16e3a8a4dc17: Preparing 09:29:42 abc11f145367: Preparing 09:29:42 cb7ba920a49b: Preparing 09:29:42 0fd7b07a423c: Preparing 09:29:42 df9151aacb48: Preparing 09:29:42 5f70bf18a086: Preparing 09:29:42 dc298d003547: Preparing 09:29:42 0abdcaacb7cd: Preparing 09:29:42 8f4c903badd3: Preparing 09:29:42 ce7f800efff9: Preparing 09:29:42 5f70bf18a086: Waiting 09:29:42 b18e622de76a: Waiting 09:29:42 abc11f145367: Waiting 09:29:42 df9151aacb48: Waiting 09:29:42 cb7ba920a49b: Waiting 09:29:42 4c8f5d726133: Waiting 09:29:42 dc298d003547: Waiting 09:29:42 0fd7b07a423c: Waiting 09:29:42 16e3a8a4dc17: Waiting 09:29:42 ce7f800efff9: Waiting 09:29:42 0abdcaacb7cd: Waiting 09:29:42 8f4c903badd3: Waiting 09:29:42 876fca83b38a: Pushed 09:29:42 258f89ccc103: Pushed 09:29:42 97eef593e865: Pushed 09:29:42 343dead94f67: Pushed 09:29:42 628e3322a4ec: Pushed 09:29:42 b18e622de76a: Pushed 09:29:42 abc11f145367: Layer already exists 09:29:42 cb7ba920a49b: Layer already exists 09:29:42 5f70bf18a086: Layer already exists 09:29:42 4c8f5d726133: Pushed 09:29:42 df9151aacb48: Pushed 09:29:42 0fd7b07a423c: Pushed 09:29:42 dc298d003547: Pushed 09:29:42 0abdcaacb7cd: Pushed 09:29:42 ce7f800efff9: Layer already exists 09:29:42 8f4c903badd3: Pushed 09:29:43 16e3a8a4dc17: Pushed 09:29:43 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:8efb48932fe570f8d8230991b265a93d6dca0024569f0a9f417c692f088f4e25 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:44 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:44 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 09:29:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:29:44 876fca83b38a: Preparing 09:29:44 97eef593e865: Preparing 09:29:44 628e3322a4ec: Preparing 09:29:44 258f89ccc103: Preparing 09:29:44 343dead94f67: Preparing 09:29:44 b18e622de76a: Preparing 09:29:44 4c8f5d726133: Preparing 09:29:44 16e3a8a4dc17: Preparing 09:29:44 abc11f145367: Preparing 09:29:44 b18e622de76a: Waiting 09:29:44 4c8f5d726133: Waiting 09:29:44 16e3a8a4dc17: Waiting 09:29:44 abc11f145367: Waiting 09:29:44 cb7ba920a49b: Preparing 09:29:44 0fd7b07a423c: Preparing 09:29:44 df9151aacb48: Preparing 09:29:44 0fd7b07a423c: Waiting 09:29:44 5f70bf18a086: Preparing 09:29:44 dc298d003547: Preparing 09:29:44 cb7ba920a49b: Waiting 09:29:44 0abdcaacb7cd: Preparing 09:29:44 8f4c903badd3: Preparing 09:29:44 df9151aacb48: Waiting 09:29:44 0abdcaacb7cd: Waiting 09:29:44 dc298d003547: Waiting 09:29:44 5f70bf18a086: Waiting 09:29:44 ce7f800efff9: Preparing 09:29:44 8f4c903badd3: Waiting 09:29:44 ce7f800efff9: Waiting 09:29:44 343dead94f67: Layer already exists 09:29:44 258f89ccc103: Layer already exists 09:29:44 628e3322a4ec: Layer already exists 09:29:44 876fca83b38a: Layer already exists 09:29:44 97eef593e865: Layer already exists 09:29:44 abc11f145367: Layer already exists 09:29:44 4c8f5d726133: Layer already exists 09:29:44 b18e622de76a: Layer already exists 09:29:44 16e3a8a4dc17: Layer already exists 09:29:44 cb7ba920a49b: Layer already exists 09:29:44 0fd7b07a423c: Layer already exists 09:29:44 5f70bf18a086: Layer already exists 09:29:44 df9151aacb48: Layer already exists 09:29:44 dc298d003547: Layer already exists 09:29:44 0abdcaacb7cd: Layer already exists 09:29:44 ce7f800efff9: Layer already exists 09:29:44 8f4c903badd3: Layer already exists 09:29:44 latest: digest: sha256:8efb48932fe570f8d8230991b265a93d6dca0024569f0a9f417c692f088f4e25 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:44 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:45 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.47 09:29:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:29:45 876fca83b38a: Preparing 09:29:45 97eef593e865: Preparing 09:29:45 628e3322a4ec: Preparing 09:29:45 258f89ccc103: Preparing 09:29:45 343dead94f67: Preparing 09:29:45 b18e622de76a: Preparing 09:29:45 4c8f5d726133: Preparing 09:29:45 16e3a8a4dc17: Preparing 09:29:45 abc11f145367: Preparing 09:29:45 cb7ba920a49b: Preparing 09:29:45 0fd7b07a423c: Preparing 09:29:45 df9151aacb48: Preparing 09:29:45 5f70bf18a086: Preparing 09:29:45 dc298d003547: Preparing 09:29:45 0abdcaacb7cd: Preparing 09:29:45 8f4c903badd3: Preparing 09:29:45 b18e622de76a: Waiting 09:29:45 ce7f800efff9: Preparing 09:29:45 4c8f5d726133: Waiting 09:29:45 16e3a8a4dc17: Waiting 09:29:45 abc11f145367: Waiting 09:29:45 cb7ba920a49b: Waiting 09:29:45 0fd7b07a423c: Waiting 09:29:45 df9151aacb48: Waiting 09:29:45 5f70bf18a086: Waiting 09:29:45 dc298d003547: Waiting 09:29:45 0abdcaacb7cd: Waiting 09:29:45 343dead94f67: Layer already exists 09:29:45 876fca83b38a: Layer already exists 09:29:45 258f89ccc103: Layer already exists 09:29:45 97eef593e865: Layer already exists 09:29:45 628e3322a4ec: Layer already exists 09:29:45 16e3a8a4dc17: Layer already exists 09:29:45 4c8f5d726133: Layer already exists 09:29:45 b18e622de76a: Layer already exists 09:29:45 abc11f145367: Layer already exists 09:29:45 cb7ba920a49b: Layer already exists 09:29:45 0fd7b07a423c: Layer already exists 09:29:45 0abdcaacb7cd: Layer already exists 09:29:45 df9151aacb48: Layer already exists 09:29:45 dc298d003547: Layer already exists 09:29:45 5f70bf18a086: Layer already exists 09:29:45 8f4c903badd3: Layer already exists 09:29:45 ce7f800efff9: Layer already exists 09:29:45 3.2.0-dev.47: digest: sha256:8efb48932fe570f8d8230991b265a93d6dca0024569f0a9f417c692f088f4e25 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:45 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:45 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:29:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:29:45 876fca83b38a: Preparing 09:29:45 97eef593e865: Preparing 09:29:45 628e3322a4ec: Preparing 09:29:45 258f89ccc103: Preparing 09:29:45 343dead94f67: Preparing 09:29:45 b18e622de76a: Preparing 09:29:45 4c8f5d726133: Preparing 09:29:45 16e3a8a4dc17: Preparing 09:29:45 abc11f145367: Preparing 09:29:45 cb7ba920a49b: Preparing 09:29:45 0fd7b07a423c: Preparing 09:29:45 df9151aacb48: Preparing 09:29:45 5f70bf18a086: Preparing 09:29:45 dc298d003547: Preparing 09:29:45 0abdcaacb7cd: Preparing 09:29:45 8f4c903badd3: Preparing 09:29:45 ce7f800efff9: Preparing 09:29:45 b18e622de76a: Waiting 09:29:45 4c8f5d726133: Waiting 09:29:45 16e3a8a4dc17: Waiting 09:29:45 cb7ba920a49b: Waiting 09:29:45 0fd7b07a423c: Waiting 09:29:45 df9151aacb48: Waiting 09:29:45 dc298d003547: Waiting 09:29:45 0abdcaacb7cd: Waiting 09:29:45 5f70bf18a086: Waiting 09:29:45 8f4c903badd3: Waiting 09:29:45 ce7f800efff9: Waiting 09:29:45 abc11f145367: Waiting 09:29:45 876fca83b38a: Layer already exists 09:29:45 97eef593e865: Layer already exists 09:29:45 343dead94f67: Layer already exists 09:29:45 258f89ccc103: Layer already exists 09:29:45 628e3322a4ec: Layer already exists 09:29:45 b18e622de76a: Layer already exists 09:29:45 abc11f145367: Layer already exists 09:29:45 16e3a8a4dc17: Layer already exists 09:29:45 cb7ba920a49b: Layer already exists 09:29:45 0fd7b07a423c: Layer already exists 09:29:45 4c8f5d726133: Layer already exists 09:29:45 dc298d003547: Layer already exists 09:29:45 5f70bf18a086: Layer already exists 09:29:45 df9151aacb48: Layer already exists 09:29:45 8f4c903badd3: Layer already exists 09:29:45 0abdcaacb7cd: Layer already exists 09:29:45 ce7f800efff9: Layer already exists 09:29:45 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:8efb48932fe570f8d8230991b265a93d6dca0024569f0a9f417c692f088f4e25 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:46 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:46 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 09:29:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:29:46 876fca83b38a: Preparing 09:29:46 97eef593e865: Preparing 09:29:46 628e3322a4ec: Preparing 09:29:46 258f89ccc103: Preparing 09:29:46 343dead94f67: Preparing 09:29:46 b18e622de76a: Preparing 09:29:46 4c8f5d726133: Preparing 09:29:46 16e3a8a4dc17: Preparing 09:29:46 abc11f145367: Preparing 09:29:46 cb7ba920a49b: Preparing 09:29:46 0fd7b07a423c: Preparing 09:29:46 df9151aacb48: Preparing 09:29:46 5f70bf18a086: Preparing 09:29:46 dc298d003547: Preparing 09:29:46 0abdcaacb7cd: Preparing 09:29:46 8f4c903badd3: Preparing 09:29:46 ce7f800efff9: Preparing 09:29:46 b18e622de76a: Waiting 09:29:46 df9151aacb48: Waiting 09:29:46 4c8f5d726133: Waiting 09:29:46 5f70bf18a086: Waiting 09:29:46 dc298d003547: Waiting 09:29:46 16e3a8a4dc17: Waiting 09:29:46 0abdcaacb7cd: Waiting 09:29:46 abc11f145367: Waiting 09:29:46 8f4c903badd3: Waiting 09:29:46 cb7ba920a49b: Waiting 09:29:46 ce7f800efff9: Waiting 09:29:46 0fd7b07a423c: Waiting 09:29:46 628e3322a4ec: Layer already exists 09:29:46 97eef593e865: Layer already exists 09:29:46 258f89ccc103: Layer already exists 09:29:46 876fca83b38a: Layer already exists 09:29:46 343dead94f67: Layer already exists 09:29:46 16e3a8a4dc17: Layer already exists 09:29:46 b18e622de76a: Layer already exists 09:29:46 4c8f5d726133: Layer already exists 09:29:46 cb7ba920a49b: Layer already exists 09:29:46 abc11f145367: Layer already exists 09:29:46 0fd7b07a423c: Layer already exists 09:29:46 5f70bf18a086: Layer already exists 09:29:46 dc298d003547: Layer already exists 09:29:46 df9151aacb48: Layer already exists 09:29:46 8f4c903badd3: Layer already exists 09:29:46 0abdcaacb7cd: Layer already exists 09:29:46 ce7f800efff9: Layer already exists 09:29:46 main: digest: sha256:8efb48932fe570f8d8230991b265a93d6dca0024569f0a9f417c692f088f4e25 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:29:46 ===================================================== [Pipeline] echo 09:29:46 taggedImages: 09:29:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:29:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 09:29:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.47 09:29:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:29:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 09:29:46 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 09:29:46 4508c6b134dd8db5d14b2b122fe51143339f6eec 09:29:46 latest 09:29:46 3.2.0-dev.47 09:29:46 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:29:46 main 09:29:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:47 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:29:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:29:47 2f602aa55bec: Preparing 09:29:47 1709a329284d: Preparing 09:29:47 d0f122ff2761: Preparing 09:29:47 3c944437df51: Preparing 09:29:47 abc11f145367: Preparing 09:29:47 cb7ba920a49b: Preparing 09:29:47 7241d4fb73e8: Preparing 09:29:47 cb7ba920a49b: Waiting 09:29:47 4352e4e348a4: Preparing 09:29:47 ce7f800efff9: Preparing 09:29:47 ce7f800efff9: Waiting 09:29:47 7241d4fb73e8: Waiting 09:29:47 4352e4e348a4: Waiting 09:29:47 abc11f145367: Layer already exists 09:29:47 cb7ba920a49b: Layer already exists 09:29:47 7241d4fb73e8: Layer already exists 09:29:47 4352e4e348a4: Layer already exists 09:29:47 ce7f800efff9: Layer already exists 09:29:47 2f602aa55bec: Pushed 09:29:47 d0f122ff2761: Pushed 09:29:47 1709a329284d: Pushed 09:29:49 3c944437df51: Pushed 09:29:50 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:416bbfe8c344c4b11861861f8985394212a1f60b07d90e494e18f501d3f9d5b9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:50 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 09:29:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:29:50 2f602aa55bec: Preparing 09:29:50 1709a329284d: Preparing 09:29:50 d0f122ff2761: Preparing 09:29:50 3c944437df51: Preparing 09:29:50 abc11f145367: Preparing 09:29:50 cb7ba920a49b: Preparing 09:29:50 7241d4fb73e8: Preparing 09:29:50 4352e4e348a4: Preparing 09:29:50 ce7f800efff9: Preparing 09:29:50 cb7ba920a49b: Waiting 09:29:50 4352e4e348a4: Waiting 09:29:50 7241d4fb73e8: Waiting 09:29:50 ce7f800efff9: Waiting 09:29:50 1709a329284d: Layer already exists 09:29:50 3c944437df51: Layer already exists 09:29:50 d0f122ff2761: Layer already exists 09:29:50 2f602aa55bec: Layer already exists 09:29:50 abc11f145367: Layer already exists 09:29:50 4352e4e348a4: Layer already exists 09:29:50 cb7ba920a49b: Layer already exists 09:29:50 ce7f800efff9: Layer already exists 09:29:50 7241d4fb73e8: Layer already exists 09:29:50 latest: digest: sha256:416bbfe8c344c4b11861861f8985394212a1f60b07d90e494e18f501d3f9d5b9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:51 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.47 09:29:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:29:51 2f602aa55bec: Preparing 09:29:51 1709a329284d: Preparing 09:29:51 d0f122ff2761: Preparing 09:29:51 3c944437df51: Preparing 09:29:51 abc11f145367: Preparing 09:29:51 cb7ba920a49b: Preparing 09:29:51 7241d4fb73e8: Preparing 09:29:51 4352e4e348a4: Preparing 09:29:51 ce7f800efff9: Preparing 09:29:51 7241d4fb73e8: Waiting 09:29:51 cb7ba920a49b: Waiting 09:29:51 4352e4e348a4: Waiting 09:29:51 ce7f800efff9: Waiting 09:29:51 d0f122ff2761: Layer already exists 09:29:51 2f602aa55bec: Layer already exists 09:29:51 1709a329284d: Layer already exists 09:29:51 3c944437df51: Layer already exists 09:29:51 abc11f145367: Layer already exists 09:29:51 4352e4e348a4: Layer already exists 09:29:51 7241d4fb73e8: Layer already exists 09:29:51 ce7f800efff9: Layer already exists 09:29:51 cb7ba920a49b: Layer already exists 09:29:51 3.2.0-dev.47: digest: sha256:416bbfe8c344c4b11861861f8985394212a1f60b07d90e494e18f501d3f9d5b9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:51 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:29:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:29:52 2f602aa55bec: Preparing 09:29:52 1709a329284d: Preparing 09:29:52 d0f122ff2761: Preparing 09:29:52 3c944437df51: Preparing 09:29:52 abc11f145367: Preparing 09:29:52 cb7ba920a49b: Preparing 09:29:52 7241d4fb73e8: Preparing 09:29:52 4352e4e348a4: Preparing 09:29:52 7241d4fb73e8: Waiting 09:29:52 ce7f800efff9: Preparing 09:29:52 4352e4e348a4: Waiting 09:29:52 ce7f800efff9: Waiting 09:29:52 1709a329284d: Layer already exists 09:29:52 d0f122ff2761: Layer already exists 09:29:52 2f602aa55bec: Layer already exists 09:29:52 abc11f145367: Layer already exists 09:29:52 3c944437df51: Layer already exists 09:29:52 4352e4e348a4: Layer already exists 09:29:52 7241d4fb73e8: Layer already exists 09:29:52 cb7ba920a49b: Layer already exists 09:29:52 ce7f800efff9: Layer already exists 09:29:52 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:416bbfe8c344c4b11861861f8985394212a1f60b07d90e494e18f501d3f9d5b9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:52 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 09:29:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:29:52 2f602aa55bec: Preparing 09:29:52 1709a329284d: Preparing 09:29:52 d0f122ff2761: Preparing 09:29:52 3c944437df51: Preparing 09:29:52 abc11f145367: Preparing 09:29:52 cb7ba920a49b: Preparing 09:29:52 7241d4fb73e8: Preparing 09:29:52 4352e4e348a4: Preparing 09:29:52 ce7f800efff9: Preparing 09:29:52 ce7f800efff9: Waiting 09:29:52 7241d4fb73e8: Waiting 09:29:52 4352e4e348a4: Waiting 09:29:52 cb7ba920a49b: Waiting 09:29:52 1709a329284d: Layer already exists 09:29:52 abc11f145367: Layer already exists 09:29:52 3c944437df51: Layer already exists 09:29:52 2f602aa55bec: Layer already exists 09:29:52 d0f122ff2761: Layer already exists 09:29:52 cb7ba920a49b: Layer already exists 09:29:52 7241d4fb73e8: Layer already exists 09:29:52 4352e4e348a4: Layer already exists 09:29:52 ce7f800efff9: Layer already exists 09:29:52 main: digest: sha256:416bbfe8c344c4b11861861f8985394212a1f60b07d90e494e18f501d3f9d5b9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:29:52 ===================================================== [Pipeline] echo 09:29:52 taggedImages: 09:29:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:29:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 09:29:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.47 09:29:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:29:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 09:29:52 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 09:29:52 4508c6b134dd8db5d14b2b122fe51143339f6eec 09:29:52 latest 09:29:52 3.2.0-dev.47 09:29:52 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:29:52 main 09:29:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:53 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:29:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:29:53 8b28a3356e85: Preparing 09:29:53 ff95b5e1d98e: Preparing 09:29:53 dcac8c4d628d: Preparing 09:29:53 782798a0494d: Preparing 09:29:53 a3fc8da313ca: Preparing 09:29:53 abc11f145367: Preparing 09:29:53 cb7ba920a49b: Preparing 09:29:53 896159aa1049: Preparing 09:29:53 e6052a627314: Preparing 09:29:53 3354464cf0d7: Preparing 09:29:53 ce7f800efff9: Preparing 09:29:53 abc11f145367: Waiting 09:29:53 cb7ba920a49b: Waiting 09:29:53 896159aa1049: Waiting 09:29:53 3354464cf0d7: Waiting 09:29:53 ce7f800efff9: Waiting 09:29:53 e6052a627314: Waiting 09:29:53 8b28a3356e85: Pushed 09:29:53 782798a0494d: Pushed 09:29:53 a3fc8da313ca: Pushed 09:29:53 ff95b5e1d98e: Pushed 09:29:53 abc11f145367: Layer already exists 09:29:53 cb7ba920a49b: Layer already exists 09:29:53 ce7f800efff9: Layer already exists 09:29:53 896159aa1049: Pushed 09:29:53 e6052a627314: Pushed 09:29:54 dcac8c4d628d: Pushed 09:29:54 3354464cf0d7: Pushed 09:29:54 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:8082b45e2a7abe54314db4f3983cd3a9a1e13a89aa26f6b528ff532229bf3ef2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:55 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 09:29:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:29:55 8b28a3356e85: Preparing 09:29:55 ff95b5e1d98e: Preparing 09:29:55 dcac8c4d628d: Preparing 09:29:55 782798a0494d: Preparing 09:29:55 a3fc8da313ca: Preparing 09:29:55 abc11f145367: Preparing 09:29:55 cb7ba920a49b: Preparing 09:29:55 896159aa1049: Preparing 09:29:55 e6052a627314: Preparing 09:29:55 3354464cf0d7: Preparing 09:29:55 ce7f800efff9: Preparing 09:29:55 abc11f145367: Waiting 09:29:55 cb7ba920a49b: Waiting 09:29:55 896159aa1049: Waiting 09:29:55 e6052a627314: Waiting 09:29:55 3354464cf0d7: Waiting 09:29:55 ce7f800efff9: Waiting 09:29:55 ff95b5e1d98e: Layer already exists 09:29:55 8b28a3356e85: Layer already exists 09:29:55 a3fc8da313ca: Layer already exists 09:29:55 782798a0494d: Layer already exists 09:29:55 dcac8c4d628d: Layer already exists 09:29:55 896159aa1049: Layer already exists 09:29:55 abc11f145367: Layer already exists 09:29:55 cb7ba920a49b: Layer already exists 09:29:55 e6052a627314: Layer already exists 09:29:55 3354464cf0d7: Layer already exists 09:29:55 ce7f800efff9: Layer already exists 09:29:55 latest: digest: sha256:8082b45e2a7abe54314db4f3983cd3a9a1e13a89aa26f6b528ff532229bf3ef2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:55 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.47 09:29:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:29:56 8b28a3356e85: Preparing 09:29:56 ff95b5e1d98e: Preparing 09:29:56 dcac8c4d628d: Preparing 09:29:56 782798a0494d: Preparing 09:29:56 a3fc8da313ca: Preparing 09:29:56 abc11f145367: Preparing 09:29:56 cb7ba920a49b: Preparing 09:29:56 896159aa1049: Preparing 09:29:56 e6052a627314: Preparing 09:29:56 3354464cf0d7: Preparing 09:29:56 ce7f800efff9: Preparing 09:29:56 896159aa1049: Waiting 09:29:56 abc11f145367: Waiting 09:29:56 e6052a627314: Waiting 09:29:56 3354464cf0d7: Waiting 09:29:56 ce7f800efff9: Waiting 09:29:56 cb7ba920a49b: Waiting 09:29:56 8b28a3356e85: Layer already exists 09:29:56 a3fc8da313ca: Layer already exists 09:29:56 ff95b5e1d98e: Layer already exists 09:29:56 782798a0494d: Layer already exists 09:29:56 dcac8c4d628d: Layer already exists 09:29:56 abc11f145367: Layer already exists 09:29:56 cb7ba920a49b: Layer already exists 09:29:56 e6052a627314: Layer already exists 09:29:56 3354464cf0d7: Layer already exists 09:29:56 896159aa1049: Layer already exists 09:29:56 ce7f800efff9: Layer already exists 09:29:56 3.2.0-dev.47: digest: sha256:8082b45e2a7abe54314db4f3983cd3a9a1e13a89aa26f6b528ff532229bf3ef2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:56 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:29:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:29:56 8b28a3356e85: Preparing 09:29:56 ff95b5e1d98e: Preparing 09:29:56 dcac8c4d628d: Preparing 09:29:56 782798a0494d: Preparing 09:29:56 a3fc8da313ca: Preparing 09:29:56 abc11f145367: Preparing 09:29:56 cb7ba920a49b: Preparing 09:29:56 896159aa1049: Preparing 09:29:56 e6052a627314: Preparing 09:29:56 3354464cf0d7: Preparing 09:29:56 ce7f800efff9: Preparing 09:29:56 cb7ba920a49b: Waiting 09:29:56 896159aa1049: Waiting 09:29:56 e6052a627314: Waiting 09:29:56 ce7f800efff9: Waiting 09:29:56 3354464cf0d7: Waiting 09:29:56 abc11f145367: Waiting 09:29:56 dcac8c4d628d: Layer already exists 09:29:56 782798a0494d: Layer already exists 09:29:56 a3fc8da313ca: Layer already exists 09:29:56 8b28a3356e85: Layer already exists 09:29:56 ff95b5e1d98e: Layer already exists 09:29:56 cb7ba920a49b: Layer already exists 09:29:56 896159aa1049: Layer already exists 09:29:56 e6052a627314: Layer already exists 09:29:56 3354464cf0d7: Layer already exists 09:29:56 abc11f145367: Layer already exists 09:29:56 ce7f800efff9: Layer already exists 09:29:56 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:8082b45e2a7abe54314db4f3983cd3a9a1e13a89aa26f6b528ff532229bf3ef2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:57 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 09:29:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:29:57 8b28a3356e85: Preparing 09:29:57 ff95b5e1d98e: Preparing 09:29:57 dcac8c4d628d: Preparing 09:29:57 782798a0494d: Preparing 09:29:57 a3fc8da313ca: Preparing 09:29:57 abc11f145367: Preparing 09:29:57 cb7ba920a49b: Preparing 09:29:57 896159aa1049: Preparing 09:29:57 e6052a627314: Preparing 09:29:57 3354464cf0d7: Preparing 09:29:57 ce7f800efff9: Preparing 09:29:57 cb7ba920a49b: Waiting 09:29:57 896159aa1049: Waiting 09:29:57 e6052a627314: Waiting 09:29:57 3354464cf0d7: Waiting 09:29:57 ce7f800efff9: Waiting 09:29:57 abc11f145367: Waiting 09:29:57 a3fc8da313ca: Layer already exists 09:29:57 ff95b5e1d98e: Layer already exists 09:29:57 8b28a3356e85: Layer already exists 09:29:57 dcac8c4d628d: Layer already exists 09:29:57 782798a0494d: Layer already exists 09:29:57 cb7ba920a49b: Layer already exists 09:29:57 3354464cf0d7: Layer already exists 09:29:57 abc11f145367: Layer already exists 09:29:57 896159aa1049: Layer already exists 09:29:57 e6052a627314: Layer already exists 09:29:57 ce7f800efff9: Layer already exists 09:29:57 main: digest: sha256:8082b45e2a7abe54314db4f3983cd3a9a1e13a89aa26f6b528ff532229bf3ef2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:29:57 ===================================================== [Pipeline] echo 09:29:57 taggedImages: 09:29:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:29:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 09:29:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.47 09:29:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:29:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 09:29:57 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 09:29:57 4508c6b134dd8db5d14b2b122fe51143339f6eec 09:29:57 latest 09:29:57 3.2.0-dev.47 09:29:57 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:29:57 main 09:29:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:58 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:29:58 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:29:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:29:58 ed243a301b63: Preparing 09:29:58 12203273aa39: Preparing 09:29:58 64b8aaad4f9b: Preparing 09:29:58 75b786236020: Preparing 09:29:58 2ac6a70017c7: Preparing 09:29:58 f14417fcec5f: Preparing 09:29:58 d6753d0930e5: Preparing 09:29:58 abc11f145367: Preparing 09:29:58 cb7ba920a49b: Preparing 09:29:58 e36744b447df: Preparing 09:29:58 1eecfe4bc7d7: Preparing 09:29:58 ce7f800efff9: Preparing 09:29:58 d6753d0930e5: Waiting 09:29:58 abc11f145367: Waiting 09:29:58 cb7ba920a49b: Waiting 09:29:58 f14417fcec5f: Waiting 09:29:58 e36744b447df: Waiting 09:29:58 1eecfe4bc7d7: Waiting 09:29:58 ce7f800efff9: Waiting 09:29:58 2ac6a70017c7: Pushed 09:29:58 12203273aa39: Pushed 09:29:58 ed243a301b63: Pushed 09:29:58 abc11f145367: Layer already exists 09:29:58 cb7ba920a49b: Layer already exists 09:29:58 f14417fcec5f: Pushed 09:29:58 d6753d0930e5: Pushed 09:29:58 ce7f800efff9: Layer already exists 09:29:58 e36744b447df: Pushed 09:29:59 75b786236020: Pushed 09:29:59 64b8aaad4f9b: Pushed 09:29:59 1eecfe4bc7d7: Pushed 09:29:59 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:36182eac7533503e25a052288e194d7bd5cf87d8bf4cde5676e7ca451651ef03 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:00 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:00 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 09:30:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:30:00 ed243a301b63: Preparing 09:30:00 12203273aa39: Preparing 09:30:00 64b8aaad4f9b: Preparing 09:30:00 75b786236020: Preparing 09:30:00 2ac6a70017c7: Preparing 09:30:00 f14417fcec5f: Preparing 09:30:00 d6753d0930e5: Preparing 09:30:00 abc11f145367: Preparing 09:30:00 cb7ba920a49b: Preparing 09:30:00 e36744b447df: Preparing 09:30:00 1eecfe4bc7d7: Preparing 09:30:00 ce7f800efff9: Preparing 09:30:00 cb7ba920a49b: Waiting 09:30:00 e36744b447df: Waiting 09:30:00 d6753d0930e5: Waiting 09:30:00 f14417fcec5f: Waiting 09:30:00 abc11f145367: Waiting 09:30:00 ce7f800efff9: Waiting 09:30:00 ed243a301b63: Layer already exists 09:30:00 12203273aa39: Layer already exists 09:30:00 64b8aaad4f9b: Layer already exists 09:30:00 2ac6a70017c7: Layer already exists 09:30:00 75b786236020: Layer already exists 09:30:00 f14417fcec5f: Layer already exists 09:30:00 d6753d0930e5: Layer already exists 09:30:00 cb7ba920a49b: Layer already exists 09:30:00 abc11f145367: Layer already exists 09:30:00 e36744b447df: Layer already exists 09:30:00 ce7f800efff9: Layer already exists 09:30:00 1eecfe4bc7d7: Layer already exists 09:30:00 latest: digest: sha256:36182eac7533503e25a052288e194d7bd5cf87d8bf4cde5676e7ca451651ef03 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:00 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:01 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.47 09:30:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:30:01 ed243a301b63: Preparing 09:30:01 12203273aa39: Preparing 09:30:01 64b8aaad4f9b: Preparing 09:30:01 75b786236020: Preparing 09:30:01 2ac6a70017c7: Preparing 09:30:01 f14417fcec5f: Preparing 09:30:01 d6753d0930e5: Preparing 09:30:01 abc11f145367: Preparing 09:30:01 cb7ba920a49b: Preparing 09:30:01 e36744b447df: Preparing 09:30:01 1eecfe4bc7d7: Preparing 09:30:01 ce7f800efff9: Preparing 09:30:01 abc11f145367: Waiting 09:30:01 cb7ba920a49b: Waiting 09:30:01 e36744b447df: Waiting 09:30:01 d6753d0930e5: Waiting 09:30:01 1eecfe4bc7d7: Waiting 09:30:01 ce7f800efff9: Waiting 09:30:01 75b786236020: Layer already exists 09:30:01 2ac6a70017c7: Layer already exists 09:30:01 64b8aaad4f9b: Layer already exists 09:30:01 ed243a301b63: Layer already exists 09:30:01 12203273aa39: Layer already exists 09:30:01 d6753d0930e5: Layer already exists 09:30:01 f14417fcec5f: Layer already exists 09:30:01 cb7ba920a49b: Layer already exists 09:30:01 abc11f145367: Layer already exists 09:30:01 e36744b447df: Layer already exists 09:30:01 ce7f800efff9: Layer already exists 09:30:01 1eecfe4bc7d7: Layer already exists 09:30:01 3.2.0-dev.47: digest: sha256:36182eac7533503e25a052288e194d7bd5cf87d8bf4cde5676e7ca451651ef03 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:01 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:01 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:30:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:30:01 ed243a301b63: Preparing 09:30:01 12203273aa39: Preparing 09:30:01 64b8aaad4f9b: Preparing 09:30:01 75b786236020: Preparing 09:30:01 2ac6a70017c7: Preparing 09:30:01 f14417fcec5f: Preparing 09:30:01 d6753d0930e5: Preparing 09:30:01 abc11f145367: Preparing 09:30:01 cb7ba920a49b: Preparing 09:30:01 e36744b447df: Preparing 09:30:01 1eecfe4bc7d7: Preparing 09:30:01 ce7f800efff9: Preparing 09:30:01 e36744b447df: Waiting 09:30:01 d6753d0930e5: Waiting 09:30:01 abc11f145367: Waiting 09:30:01 1eecfe4bc7d7: Waiting 09:30:01 ce7f800efff9: Waiting 09:30:01 f14417fcec5f: Waiting 09:30:01 2ac6a70017c7: Layer already exists 09:30:01 75b786236020: Layer already exists 09:30:01 64b8aaad4f9b: Layer already exists 09:30:01 ed243a301b63: Layer already exists 09:30:01 12203273aa39: Layer already exists 09:30:01 abc11f145367: Layer already exists 09:30:01 cb7ba920a49b: Layer already exists 09:30:01 f14417fcec5f: Layer already exists 09:30:01 e36744b447df: Layer already exists 09:30:01 d6753d0930e5: Layer already exists 09:30:01 ce7f800efff9: Layer already exists 09:30:01 1eecfe4bc7d7: Layer already exists 09:30:01 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:36182eac7533503e25a052288e194d7bd5cf87d8bf4cde5676e7ca451651ef03 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:02 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:02 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 09:30:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:30:02 ed243a301b63: Preparing 09:30:02 12203273aa39: Preparing 09:30:02 64b8aaad4f9b: Preparing 09:30:02 75b786236020: Preparing 09:30:02 2ac6a70017c7: Preparing 09:30:02 f14417fcec5f: Preparing 09:30:02 d6753d0930e5: Preparing 09:30:02 abc11f145367: Preparing 09:30:02 cb7ba920a49b: Preparing 09:30:02 e36744b447df: Preparing 09:30:02 1eecfe4bc7d7: Preparing 09:30:02 ce7f800efff9: Preparing 09:30:02 abc11f145367: Waiting 09:30:02 cb7ba920a49b: Waiting 09:30:02 1eecfe4bc7d7: Waiting 09:30:02 e36744b447df: Waiting 09:30:02 ce7f800efff9: Waiting 09:30:02 f14417fcec5f: Waiting 09:30:02 d6753d0930e5: Waiting 09:30:02 2ac6a70017c7: Layer already exists 09:30:02 75b786236020: Layer already exists 09:30:02 12203273aa39: Layer already exists 09:30:02 ed243a301b63: Layer already exists 09:30:02 64b8aaad4f9b: Layer already exists 09:30:02 d6753d0930e5: Layer already exists 09:30:02 f14417fcec5f: Layer already exists 09:30:02 cb7ba920a49b: Layer already exists 09:30:02 e36744b447df: Layer already exists 09:30:02 abc11f145367: Layer already exists 09:30:02 1eecfe4bc7d7: Layer already exists 09:30:02 ce7f800efff9: Layer already exists 09:30:02 main: digest: sha256:36182eac7533503e25a052288e194d7bd5cf87d8bf4cde5676e7ca451651ef03 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:30:02 ===================================================== [Pipeline] echo 09:30:02 taggedImages: 09:30:02 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:30:02 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 09:30:02 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.47 09:30:02 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:30:02 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 09:30:02 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 09:30:02 4508c6b134dd8db5d14b2b122fe51143339f6eec 09:30:02 latest 09:30:02 3.2.0-dev.47 09:30:02 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:30:02 main 09:30:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:02 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:03 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:30:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:30:03 9cf55247caa1: Preparing 09:30:03 dc861bffb638: Preparing 09:30:03 abc11f145367: Preparing 09:30:03 cb7ba920a49b: Preparing 09:30:03 fafc476cd0e8: Preparing 09:30:03 767a311cbb62: Preparing 09:30:03 ce7f800efff9: Preparing 09:30:03 767a311cbb62: Waiting 09:30:03 ce7f800efff9: Waiting 09:30:03 cb7ba920a49b: Layer already exists 09:30:03 abc11f145367: Layer already exists 09:30:03 ce7f800efff9: Layer already exists 09:30:03 fafc476cd0e8: Pushed 09:30:03 9cf55247caa1: Pushed 09:30:04 767a311cbb62: Pushed 09:30:05 dc861bffb638: Pushed 09:30:05 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:260d4e00a6cb4a46c2b51d86d69fc140c3f9637290cae0f2af30d881cbb32678 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:05 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:05 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 09:30:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:30:05 9cf55247caa1: Preparing 09:30:05 dc861bffb638: Preparing 09:30:05 abc11f145367: Preparing 09:30:05 cb7ba920a49b: Preparing 09:30:05 fafc476cd0e8: Preparing 09:30:05 767a311cbb62: Preparing 09:30:05 ce7f800efff9: Preparing 09:30:05 ce7f800efff9: Waiting 09:30:05 767a311cbb62: Waiting 09:30:05 9cf55247caa1: Layer already exists 09:30:05 cb7ba920a49b: Layer already exists 09:30:05 fafc476cd0e8: Layer already exists 09:30:05 dc861bffb638: Layer already exists 09:30:05 abc11f145367: Layer already exists 09:30:05 767a311cbb62: Layer already exists 09:30:05 ce7f800efff9: Layer already exists 09:30:05 latest: digest: sha256:260d4e00a6cb4a46c2b51d86d69fc140c3f9637290cae0f2af30d881cbb32678 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:06 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:06 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.47 09:30:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:30:06 9cf55247caa1: Preparing 09:30:06 dc861bffb638: Preparing 09:30:06 abc11f145367: Preparing 09:30:06 cb7ba920a49b: Preparing 09:30:06 fafc476cd0e8: Preparing 09:30:06 767a311cbb62: Preparing 09:30:06 ce7f800efff9: Preparing 09:30:06 767a311cbb62: Waiting 09:30:06 ce7f800efff9: Waiting 09:30:06 fafc476cd0e8: Layer already exists 09:30:06 cb7ba920a49b: Layer already exists 09:30:06 abc11f145367: Layer already exists 09:30:06 dc861bffb638: Layer already exists 09:30:06 9cf55247caa1: Layer already exists 09:30:06 767a311cbb62: Layer already exists 09:30:06 ce7f800efff9: Layer already exists 09:30:06 3.2.0-dev.47: digest: sha256:260d4e00a6cb4a46c2b51d86d69fc140c3f9637290cae0f2af30d881cbb32678 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:06 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:07 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:30:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:30:07 9cf55247caa1: Preparing 09:30:07 dc861bffb638: Preparing 09:30:07 abc11f145367: Preparing 09:30:07 cb7ba920a49b: Preparing 09:30:07 fafc476cd0e8: Preparing 09:30:07 767a311cbb62: Preparing 09:30:07 ce7f800efff9: Preparing 09:30:07 767a311cbb62: Waiting 09:30:07 ce7f800efff9: Waiting 09:30:07 cb7ba920a49b: Layer already exists 09:30:07 dc861bffb638: Layer already exists 09:30:07 fafc476cd0e8: Layer already exists 09:30:07 9cf55247caa1: Layer already exists 09:30:07 abc11f145367: Layer already exists 09:30:07 ce7f800efff9: Layer already exists 09:30:07 767a311cbb62: Layer already exists 09:30:07 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:260d4e00a6cb4a46c2b51d86d69fc140c3f9637290cae0f2af30d881cbb32678 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:07 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:07 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 09:30:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:30:07 9cf55247caa1: Preparing 09:30:07 dc861bffb638: Preparing 09:30:07 abc11f145367: Preparing 09:30:07 cb7ba920a49b: Preparing 09:30:07 fafc476cd0e8: Preparing 09:30:07 767a311cbb62: Preparing 09:30:07 ce7f800efff9: Preparing 09:30:07 767a311cbb62: Waiting 09:30:07 ce7f800efff9: Waiting 09:30:07 fafc476cd0e8: Layer already exists 09:30:07 9cf55247caa1: Layer already exists 09:30:07 abc11f145367: Layer already exists 09:30:07 dc861bffb638: Layer already exists 09:30:07 cb7ba920a49b: Layer already exists 09:30:07 767a311cbb62: Layer already exists 09:30:07 ce7f800efff9: Layer already exists 09:30:07 main: digest: sha256:260d4e00a6cb4a46c2b51d86d69fc140c3f9637290cae0f2af30d881cbb32678 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:30:07 ===================================================== [Pipeline] echo 09:30:07 taggedImages: 09:30:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:30:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 09:30:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.47 09:30:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:30:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 09:30:07 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 09:30:07 4508c6b134dd8db5d14b2b122fe51143339f6eec 09:30:07 latest 09:30:07 3.2.0-dev.47 09:30:07 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:30:07 main 09:30:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:08 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:30:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:30:08 ea1237372410: Preparing 09:30:08 048c293ca00b: Preparing 09:30:08 8ff45bbd4823: Preparing 09:30:08 abc11f145367: Preparing 09:30:08 cb7ba920a49b: Preparing 09:30:08 56ead4fc9f3a: Preparing 09:30:08 9c0c717d3479: Preparing 09:30:08 cfb3bcbd531e: Preparing 09:30:08 eaf1d187b47d: Preparing 09:30:08 ce7f800efff9: Preparing 09:30:08 cfb3bcbd531e: Waiting 09:30:08 eaf1d187b47d: Waiting 09:30:08 56ead4fc9f3a: Waiting 09:30:08 ce7f800efff9: Waiting 09:30:08 9c0c717d3479: Waiting 09:30:08 cb7ba920a49b: Layer already exists 09:30:08 abc11f145367: Layer already exists 09:30:08 048c293ca00b: Pushed 09:30:08 ea1237372410: Pushed 09:30:08 8ff45bbd4823: Pushed 09:30:08 ce7f800efff9: Layer already exists 09:30:08 cfb3bcbd531e: Pushed 09:30:08 eaf1d187b47d: Pushed 09:30:14 9c0c717d3479: Pushed 09:30:18 56ead4fc9f3a: Pushed 09:30:18 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:703da3988f32bdafede04c712174b49c7ff4ff1309e336db489f36cf9645e52c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:18 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 09:30:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:30:19 ea1237372410: Preparing 09:30:19 048c293ca00b: Preparing 09:30:19 8ff45bbd4823: Preparing 09:30:19 abc11f145367: Preparing 09:30:19 cb7ba920a49b: Preparing 09:30:19 56ead4fc9f3a: Preparing 09:30:19 9c0c717d3479: Preparing 09:30:19 cfb3bcbd531e: Preparing 09:30:19 eaf1d187b47d: Preparing 09:30:19 ce7f800efff9: Preparing 09:30:19 eaf1d187b47d: Waiting 09:30:19 ce7f800efff9: Waiting 09:30:19 9c0c717d3479: Waiting 09:30:19 56ead4fc9f3a: Waiting 09:30:19 cfb3bcbd531e: Waiting 09:30:19 abc11f145367: Layer already exists 09:30:19 ea1237372410: Layer already exists 09:30:19 8ff45bbd4823: Layer already exists 09:30:19 048c293ca00b: Layer already exists 09:30:19 cb7ba920a49b: Layer already exists 09:30:19 cfb3bcbd531e: Layer already exists 09:30:19 9c0c717d3479: Layer already exists 09:30:19 eaf1d187b47d: Layer already exists 09:30:19 56ead4fc9f3a: Layer already exists 09:30:19 ce7f800efff9: Layer already exists 09:30:19 latest: digest: sha256:703da3988f32bdafede04c712174b49c7ff4ff1309e336db489f36cf9645e52c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:19 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.47 09:30:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:30:19 ea1237372410: Preparing 09:30:19 048c293ca00b: Preparing 09:30:19 8ff45bbd4823: Preparing 09:30:19 abc11f145367: Preparing 09:30:19 cb7ba920a49b: Preparing 09:30:19 56ead4fc9f3a: Preparing 09:30:19 9c0c717d3479: Preparing 09:30:19 cfb3bcbd531e: Preparing 09:30:19 eaf1d187b47d: Preparing 09:30:19 ce7f800efff9: Preparing 09:30:19 56ead4fc9f3a: Waiting 09:30:19 9c0c717d3479: Waiting 09:30:19 cfb3bcbd531e: Waiting 09:30:19 eaf1d187b47d: Waiting 09:30:19 ce7f800efff9: Waiting 09:30:19 048c293ca00b: Layer already exists 09:30:19 cb7ba920a49b: Layer already exists 09:30:19 8ff45bbd4823: Layer already exists 09:30:19 ea1237372410: Layer already exists 09:30:19 abc11f145367: Layer already exists 09:30:19 56ead4fc9f3a: Layer already exists 09:30:19 cfb3bcbd531e: Layer already exists 09:30:19 9c0c717d3479: Layer already exists 09:30:19 eaf1d187b47d: Layer already exists 09:30:19 ce7f800efff9: Layer already exists 09:30:19 3.2.0-dev.47: digest: sha256:703da3988f32bdafede04c712174b49c7ff4ff1309e336db489f36cf9645e52c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:20 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:30:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:30:20 ea1237372410: Preparing 09:30:20 048c293ca00b: Preparing 09:30:20 8ff45bbd4823: Preparing 09:30:20 abc11f145367: Preparing 09:30:20 cb7ba920a49b: Preparing 09:30:20 56ead4fc9f3a: Preparing 09:30:20 9c0c717d3479: Preparing 09:30:20 cfb3bcbd531e: Preparing 09:30:20 eaf1d187b47d: Preparing 09:30:20 ce7f800efff9: Preparing 09:30:20 eaf1d187b47d: Waiting 09:30:20 cfb3bcbd531e: Waiting 09:30:20 56ead4fc9f3a: Waiting 09:30:20 ce7f800efff9: Waiting 09:30:20 9c0c717d3479: Waiting 09:30:20 cb7ba920a49b: Layer already exists 09:30:20 048c293ca00b: Layer already exists 09:30:20 ea1237372410: Layer already exists 09:30:20 8ff45bbd4823: Layer already exists 09:30:20 abc11f145367: Layer already exists 09:30:20 9c0c717d3479: Layer already exists 09:30:20 56ead4fc9f3a: Layer already exists 09:30:20 cfb3bcbd531e: Layer already exists 09:30:20 eaf1d187b47d: Layer already exists 09:30:20 ce7f800efff9: Layer already exists 09:30:20 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:703da3988f32bdafede04c712174b49c7ff4ff1309e336db489f36cf9645e52c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:20 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 09:30:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:30:21 ea1237372410: Preparing 09:30:21 048c293ca00b: Preparing 09:30:21 8ff45bbd4823: Preparing 09:30:21 abc11f145367: Preparing 09:30:21 cb7ba920a49b: Preparing 09:30:21 56ead4fc9f3a: Preparing 09:30:21 9c0c717d3479: Preparing 09:30:21 cfb3bcbd531e: Preparing 09:30:21 eaf1d187b47d: Preparing 09:30:21 ce7f800efff9: Preparing 09:30:21 ce7f800efff9: Waiting 09:30:21 eaf1d187b47d: Waiting 09:30:21 9c0c717d3479: Waiting 09:30:21 cfb3bcbd531e: Waiting 09:30:21 56ead4fc9f3a: Waiting 09:30:21 abc11f145367: Layer already exists 09:30:21 cb7ba920a49b: Layer already exists 09:30:21 ea1237372410: Layer already exists 09:30:21 8ff45bbd4823: Layer already exists 09:30:21 048c293ca00b: Layer already exists 09:30:21 9c0c717d3479: Layer already exists 09:30:21 cfb3bcbd531e: Layer already exists 09:30:21 56ead4fc9f3a: Layer already exists 09:30:21 eaf1d187b47d: Layer already exists 09:30:21 ce7f800efff9: Layer already exists 09:30:21 main: digest: sha256:703da3988f32bdafede04c712174b49c7ff4ff1309e336db489f36cf9645e52c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:30:21 ===================================================== [Pipeline] echo 09:30:21 taggedImages: 09:30:21 - nexus3.edgexfoundry.org:10004/security-spire-agent:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:30:21 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 09:30:21 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.47 09:30:21 - nexus3.edgexfoundry.org:10004/security-spire-agent:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:30:21 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 09:30:21 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 09:30:21 4508c6b134dd8db5d14b2b122fe51143339f6eec 09:30:21 latest 09:30:21 3.2.0-dev.47 09:30:21 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:30:21 main 09:30:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:21 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:30:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:30:21 8618bb6862d4: Preparing 09:30:21 91204b5a8e46: Preparing 09:30:21 fb46db518c06: Preparing 09:30:21 abc11f145367: Preparing 09:30:21 cb7ba920a49b: Preparing 09:30:21 ca526aa30f0b: Preparing 09:30:21 482a53638647: Preparing 09:30:21 7e93cdf99b31: Preparing 09:30:21 ce7f800efff9: Preparing 09:30:21 ca526aa30f0b: Waiting 09:30:21 482a53638647: Waiting 09:30:21 7e93cdf99b31: Waiting 09:30:21 ce7f800efff9: Waiting 09:30:21 abc11f145367: Layer already exists 09:30:21 cb7ba920a49b: Layer already exists 09:30:21 91204b5a8e46: Pushed 09:30:21 8618bb6862d4: Pushed 09:30:21 fb46db518c06: Pushed 09:30:21 482a53638647: Pushed 09:30:21 ce7f800efff9: Layer already exists 09:30:22 7e93cdf99b31: Pushed 09:30:32 ca526aa30f0b: Pushed 09:30:32 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:181e42c7c70310bd0811371c694dd10aa1bb4c76d8a41f05c0b9159dab69277e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:32 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 09:30:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:30:32 8618bb6862d4: Preparing 09:30:32 91204b5a8e46: Preparing 09:30:32 fb46db518c06: Preparing 09:30:32 abc11f145367: Preparing 09:30:32 cb7ba920a49b: Preparing 09:30:32 ca526aa30f0b: Preparing 09:30:32 482a53638647: Preparing 09:30:32 7e93cdf99b31: Preparing 09:30:32 ce7f800efff9: Preparing 09:30:32 ca526aa30f0b: Waiting 09:30:32 482a53638647: Waiting 09:30:32 7e93cdf99b31: Waiting 09:30:32 ce7f800efff9: Waiting 09:30:32 cb7ba920a49b: Layer already exists 09:30:32 abc11f145367: Layer already exists 09:30:32 91204b5a8e46: Layer already exists 09:30:32 8618bb6862d4: Layer already exists 09:30:32 fb46db518c06: Layer already exists 09:30:32 482a53638647: Layer already exists 09:30:32 ce7f800efff9: Layer already exists 09:30:32 ca526aa30f0b: Layer already exists 09:30:32 7e93cdf99b31: Layer already exists 09:30:32 latest: digest: sha256:181e42c7c70310bd0811371c694dd10aa1bb4c76d8a41f05c0b9159dab69277e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:33 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.47 09:30:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:30:33 8618bb6862d4: Preparing 09:30:33 91204b5a8e46: Preparing 09:30:33 fb46db518c06: Preparing 09:30:33 abc11f145367: Preparing 09:30:33 cb7ba920a49b: Preparing 09:30:33 ca526aa30f0b: Preparing 09:30:33 482a53638647: Preparing 09:30:33 7e93cdf99b31: Preparing 09:30:33 ce7f800efff9: Preparing 09:30:33 7e93cdf99b31: Waiting 09:30:33 ca526aa30f0b: Waiting 09:30:33 482a53638647: Waiting 09:30:33 ce7f800efff9: Waiting 09:30:33 91204b5a8e46: Layer already exists 09:30:33 8618bb6862d4: Layer already exists 09:30:33 cb7ba920a49b: Layer already exists 09:30:33 abc11f145367: Layer already exists 09:30:33 fb46db518c06: Layer already exists 09:30:33 ca526aa30f0b: Layer already exists 09:30:33 482a53638647: Layer already exists 09:30:33 ce7f800efff9: Layer already exists 09:30:33 7e93cdf99b31: Layer already exists 09:30:33 3.2.0-dev.47: digest: sha256:181e42c7c70310bd0811371c694dd10aa1bb4c76d8a41f05c0b9159dab69277e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:33 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:30:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:30:34 8618bb6862d4: Preparing 09:30:34 91204b5a8e46: Preparing 09:30:34 fb46db518c06: Preparing 09:30:34 abc11f145367: Preparing 09:30:34 cb7ba920a49b: Preparing 09:30:34 ca526aa30f0b: Preparing 09:30:34 482a53638647: Preparing 09:30:34 7e93cdf99b31: Preparing 09:30:34 ce7f800efff9: Preparing 09:30:34 ca526aa30f0b: Waiting 09:30:34 482a53638647: Waiting 09:30:34 7e93cdf99b31: Waiting 09:30:34 ce7f800efff9: Waiting 09:30:34 abc11f145367: Layer already exists 09:30:34 91204b5a8e46: Layer already exists 09:30:34 cb7ba920a49b: Layer already exists 09:30:34 fb46db518c06: Layer already exists 09:30:34 8618bb6862d4: Layer already exists 09:30:34 7e93cdf99b31: Layer already exists 09:30:34 ca526aa30f0b: Layer already exists 09:30:34 482a53638647: Layer already exists 09:30:34 ce7f800efff9: Layer already exists 09:30:34 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:181e42c7c70310bd0811371c694dd10aa1bb4c76d8a41f05c0b9159dab69277e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:34 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 09:30:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:30:34 8618bb6862d4: Preparing 09:30:34 91204b5a8e46: Preparing 09:30:34 fb46db518c06: Preparing 09:30:34 abc11f145367: Preparing 09:30:34 cb7ba920a49b: Preparing 09:30:34 ca526aa30f0b: Preparing 09:30:34 482a53638647: Preparing 09:30:34 7e93cdf99b31: Preparing 09:30:34 ce7f800efff9: Preparing 09:30:34 ca526aa30f0b: Waiting 09:30:34 7e93cdf99b31: Waiting 09:30:34 ce7f800efff9: Waiting 09:30:34 482a53638647: Waiting 09:30:34 8618bb6862d4: Layer already exists 09:30:34 cb7ba920a49b: Layer already exists 09:30:34 abc11f145367: Layer already exists 09:30:34 91204b5a8e46: Layer already exists 09:30:34 fb46db518c06: Layer already exists 09:30:34 ca526aa30f0b: Layer already exists 09:30:34 482a53638647: Layer already exists 09:30:34 ce7f800efff9: Layer already exists 09:30:34 7e93cdf99b31: Layer already exists 09:30:34 main: digest: sha256:181e42c7c70310bd0811371c694dd10aa1bb4c76d8a41f05c0b9159dab69277e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:30:35 ===================================================== [Pipeline] echo 09:30:35 taggedImages: 09:30:35 - nexus3.edgexfoundry.org:10004/security-spire-config:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:30:35 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 09:30:35 - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.47 09:30:35 - nexus3.edgexfoundry.org:10004/security-spire-config:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:30:35 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 09:30:35 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 09:30:35 4508c6b134dd8db5d14b2b122fe51143339f6eec 09:30:35 latest 09:30:35 3.2.0-dev.47 09:30:35 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:30:35 main 09:30:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:35 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:30:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:30:35 ea1237372410: Preparing 09:30:35 29e5906edb4a: Preparing 09:30:35 df5e4a58a5b7: Preparing 09:30:35 abc11f145367: Preparing 09:30:35 cb7ba920a49b: Preparing 09:30:35 399f8be3458c: Preparing 09:30:35 cfb3bcbd531e: Preparing 09:30:35 eaf1d187b47d: Preparing 09:30:35 ce7f800efff9: Preparing 09:30:35 399f8be3458c: Waiting 09:30:35 cfb3bcbd531e: Waiting 09:30:35 ce7f800efff9: Waiting 09:30:35 cb7ba920a49b: Layer already exists 09:30:35 ea1237372410: Layer already exists 09:30:35 abc11f145367: Layer already exists 09:30:35 cfb3bcbd531e: Layer already exists 09:30:35 eaf1d187b47d: Layer already exists 09:30:35 ce7f800efff9: Layer already exists 09:30:35 29e5906edb4a: Pushed 09:30:35 df5e4a58a5b7: Pushed 09:30:45 399f8be3458c: Pushed 09:30:45 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:8a3a9718ad484f6ebb6020c69be6198ec2adbca3f99b6c0c8068db39470da963 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:46 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 09:30:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:30:46 ea1237372410: Preparing 09:30:46 29e5906edb4a: Preparing 09:30:46 df5e4a58a5b7: Preparing 09:30:46 abc11f145367: Preparing 09:30:46 cb7ba920a49b: Preparing 09:30:46 399f8be3458c: Preparing 09:30:46 cfb3bcbd531e: Preparing 09:30:46 eaf1d187b47d: Preparing 09:30:46 ce7f800efff9: Preparing 09:30:46 399f8be3458c: Waiting 09:30:46 cfb3bcbd531e: Waiting 09:30:46 eaf1d187b47d: Waiting 09:30:46 ce7f800efff9: Waiting 09:30:46 cb7ba920a49b: Layer already exists 09:30:46 df5e4a58a5b7: Layer already exists 09:30:46 abc11f145367: Layer already exists 09:30:46 29e5906edb4a: Layer already exists 09:30:46 ea1237372410: Layer already exists 09:30:46 eaf1d187b47d: Layer already exists 09:30:46 ce7f800efff9: Layer already exists 09:30:46 399f8be3458c: Layer already exists 09:30:46 cfb3bcbd531e: Layer already exists 09:30:46 latest: digest: sha256:8a3a9718ad484f6ebb6020c69be6198ec2adbca3f99b6c0c8068db39470da963 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:46 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.47 09:30:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:30:47 ea1237372410: Preparing 09:30:47 29e5906edb4a: Preparing 09:30:47 df5e4a58a5b7: Preparing 09:30:47 abc11f145367: Preparing 09:30:47 cb7ba920a49b: Preparing 09:30:47 399f8be3458c: Preparing 09:30:47 cfb3bcbd531e: Preparing 09:30:47 eaf1d187b47d: Preparing 09:30:47 ce7f800efff9: Preparing 09:30:47 cfb3bcbd531e: Waiting 09:30:47 eaf1d187b47d: Waiting 09:30:47 ce7f800efff9: Waiting 09:30:47 399f8be3458c: Waiting 09:30:47 df5e4a58a5b7: Layer already exists 09:30:47 cb7ba920a49b: Layer already exists 09:30:47 ea1237372410: Layer already exists 09:30:47 abc11f145367: Layer already exists 09:30:47 29e5906edb4a: Layer already exists 09:30:47 cfb3bcbd531e: Layer already exists 09:30:47 399f8be3458c: Layer already exists 09:30:47 eaf1d187b47d: Layer already exists 09:30:47 ce7f800efff9: Layer already exists 09:30:47 3.2.0-dev.47: digest: sha256:8a3a9718ad484f6ebb6020c69be6198ec2adbca3f99b6c0c8068db39470da963 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:47 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:30:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:30:47 ea1237372410: Preparing 09:30:47 29e5906edb4a: Preparing 09:30:47 df5e4a58a5b7: Preparing 09:30:47 abc11f145367: Preparing 09:30:47 cb7ba920a49b: Preparing 09:30:47 399f8be3458c: Preparing 09:30:47 cfb3bcbd531e: Preparing 09:30:47 eaf1d187b47d: Preparing 09:30:47 ce7f800efff9: Preparing 09:30:47 cfb3bcbd531e: Waiting 09:30:47 eaf1d187b47d: Waiting 09:30:47 ce7f800efff9: Waiting 09:30:47 399f8be3458c: Waiting 09:30:47 29e5906edb4a: Layer already exists 09:30:47 df5e4a58a5b7: Layer already exists 09:30:47 ea1237372410: Layer already exists 09:30:47 cb7ba920a49b: Layer already exists 09:30:47 abc11f145367: Layer already exists 09:30:47 399f8be3458c: Layer already exists 09:30:47 cfb3bcbd531e: Layer already exists 09:30:47 eaf1d187b47d: Layer already exists 09:30:47 ce7f800efff9: Layer already exists 09:30:47 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:8a3a9718ad484f6ebb6020c69be6198ec2adbca3f99b6c0c8068db39470da963 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:48 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 09:30:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:30:48 ea1237372410: Preparing 09:30:48 29e5906edb4a: Preparing 09:30:48 df5e4a58a5b7: Preparing 09:30:48 abc11f145367: Preparing 09:30:48 cb7ba920a49b: Preparing 09:30:48 399f8be3458c: Preparing 09:30:48 cfb3bcbd531e: Preparing 09:30:48 eaf1d187b47d: Preparing 09:30:48 ce7f800efff9: Preparing 09:30:48 eaf1d187b47d: Waiting 09:30:48 399f8be3458c: Waiting 09:30:48 cfb3bcbd531e: Waiting 09:30:48 ce7f800efff9: Waiting 09:30:48 df5e4a58a5b7: Layer already exists 09:30:48 abc11f145367: Layer already exists 09:30:48 ea1237372410: Layer already exists 09:30:48 29e5906edb4a: Layer already exists 09:30:48 cb7ba920a49b: Layer already exists 09:30:48 cfb3bcbd531e: Layer already exists 09:30:48 ce7f800efff9: Layer already exists 09:30:48 399f8be3458c: Layer already exists 09:30:48 eaf1d187b47d: Layer already exists 09:30:48 main: digest: sha256:8a3a9718ad484f6ebb6020c69be6198ec2adbca3f99b6c0c8068db39470da963 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:30:48 ===================================================== [Pipeline] echo 09:30:48 taggedImages: 09:30:48 - nexus3.edgexfoundry.org:10004/security-spire-server:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:30:48 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 09:30:48 - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.47 09:30:48 - nexus3.edgexfoundry.org:10004/security-spire-server:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:30:48 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 09:30:48 [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: 09:30:48 4508c6b134dd8db5d14b2b122fe51143339f6eec 09:30:48 latest 09:30:48 3.2.0-dev.47 09:30:48 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:30:48 main 09:30:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:48 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:49 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:30:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 09:30:49 010ec23a095a: Preparing 09:30:49 fbf5a16462ef: Preparing 09:30:49 abc11f145367: Preparing 09:30:49 cb7ba920a49b: Preparing 09:30:49 53ff331bf9f7: Preparing 09:30:49 a268e1eb016d: Preparing 09:30:49 ce7f800efff9: Preparing 09:30:49 a268e1eb016d: Waiting 09:30:49 ce7f800efff9: Waiting 09:30:49 abc11f145367: Layer already exists 09:30:49 cb7ba920a49b: Layer already exists 09:30:49 ce7f800efff9: Layer already exists 09:30:49 53ff331bf9f7: Pushed 09:30:49 010ec23a095a: Pushed 09:30:49 a268e1eb016d: Pushed 09:30:53 fbf5a16462ef: Pushed 09:30:53 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:86dfc3ac6e37163126e89f2b45913b96560d7268894c78dc138d882156edf9bd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:53 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:54 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 09:30:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 09:30:54 010ec23a095a: Preparing 09:30:54 fbf5a16462ef: Preparing 09:30:54 abc11f145367: Preparing 09:30:54 cb7ba920a49b: Preparing 09:30:54 53ff331bf9f7: Preparing 09:30:54 a268e1eb016d: Preparing 09:30:54 ce7f800efff9: Preparing 09:30:54 a268e1eb016d: Waiting 09:30:54 ce7f800efff9: Waiting 09:30:54 abc11f145367: Layer already exists 09:30:54 cb7ba920a49b: Layer already exists 09:30:54 53ff331bf9f7: Layer already exists 09:30:54 010ec23a095a: Layer already exists 09:30:54 fbf5a16462ef: Layer already exists 09:30:54 ce7f800efff9: Layer already exists 09:30:54 a268e1eb016d: Layer already exists 09:30:54 latest: digest: sha256:86dfc3ac6e37163126e89f2b45913b96560d7268894c78dc138d882156edf9bd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:54 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:54 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.47 09:30:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 09:30:54 010ec23a095a: Preparing 09:30:54 fbf5a16462ef: Preparing 09:30:54 abc11f145367: Preparing 09:30:54 cb7ba920a49b: Preparing 09:30:54 53ff331bf9f7: Preparing 09:30:54 a268e1eb016d: Preparing 09:30:54 ce7f800efff9: Preparing 09:30:54 a268e1eb016d: Waiting 09:30:54 ce7f800efff9: Waiting 09:30:54 010ec23a095a: Layer already exists 09:30:54 abc11f145367: Layer already exists 09:30:54 53ff331bf9f7: Layer already exists 09:30:54 cb7ba920a49b: Layer already exists 09:30:54 fbf5a16462ef: Layer already exists 09:30:54 a268e1eb016d: Layer already exists 09:30:54 ce7f800efff9: Layer already exists 09:30:54 3.2.0-dev.47: digest: sha256:86dfc3ac6e37163126e89f2b45913b96560d7268894c78dc138d882156edf9bd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:54 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:55 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:30:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 09:30:55 010ec23a095a: Preparing 09:30:55 fbf5a16462ef: Preparing 09:30:55 abc11f145367: Preparing 09:30:55 cb7ba920a49b: Preparing 09:30:55 53ff331bf9f7: Preparing 09:30:55 a268e1eb016d: Preparing 09:30:55 a268e1eb016d: Waiting 09:30:55 ce7f800efff9: Preparing 09:30:55 ce7f800efff9: Waiting 09:30:55 010ec23a095a: Layer already exists 09:30:55 fbf5a16462ef: Layer already exists 09:30:55 53ff331bf9f7: Layer already exists 09:30:55 abc11f145367: Layer already exists 09:30:55 cb7ba920a49b: Layer already exists 09:30:55 a268e1eb016d: Layer already exists 09:30:55 ce7f800efff9: Layer already exists 09:30:55 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:86dfc3ac6e37163126e89f2b45913b96560d7268894c78dc138d882156edf9bd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:55 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:55 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main 09:30:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 09:30:55 010ec23a095a: Preparing 09:30:55 fbf5a16462ef: Preparing 09:30:55 abc11f145367: Preparing 09:30:55 cb7ba920a49b: Preparing 09:30:55 53ff331bf9f7: Preparing 09:30:55 a268e1eb016d: Preparing 09:30:55 ce7f800efff9: Preparing 09:30:55 a268e1eb016d: Waiting 09:30:55 ce7f800efff9: Waiting 09:30:55 abc11f145367: Layer already exists 09:30:55 fbf5a16462ef: Layer already exists 09:30:55 010ec23a095a: Layer already exists 09:30:55 53ff331bf9f7: Layer already exists 09:30:55 cb7ba920a49b: Layer already exists 09:30:55 a268e1eb016d: Layer already exists 09:30:55 ce7f800efff9: Layer already exists 09:30:55 main: digest: sha256:86dfc3ac6e37163126e89f2b45913b96560d7268894c78dc138d882156edf9bd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:30:56 ===================================================== [Pipeline] echo 09:30:56 taggedImages: 09:30:56 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:30:56 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 09:30:56 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.47 09:30:56 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:30:56 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo 09:30:56 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 09:30:56 4508c6b134dd8db5d14b2b122fe51143339f6eec 09:30:56 latest 09:30:56 3.2.0-dev.47 09:30:56 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:30:56 main 09:30:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:56 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:30:56 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:30:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:30:56 aac83413d07a: Preparing 09:30:56 ebd8544325bc: Preparing 09:30:56 abc11f145367: Preparing 09:30:56 cb7ba920a49b: Preparing 09:30:56 53ff331bf9f7: Preparing 09:30:56 a268e1eb016d: Preparing 09:30:56 ce7f800efff9: Preparing 09:30:56 a268e1eb016d: Waiting 09:30:56 ce7f800efff9: Waiting 09:30:56 cb7ba920a49b: Layer already exists 09:30:56 53ff331bf9f7: Layer already exists 09:30:56 abc11f145367: Layer already exists 09:30:56 a268e1eb016d: Layer already exists 09:30:56 ce7f800efff9: Layer already exists 09:30:56 aac83413d07a: Pushed 09:31:00 ebd8544325bc: Pushed 09:31:00 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:f296ba65ffcd13be93cb6f24735131930acbcecae8b8a27abc707f0ac1ad49fa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:31:00 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:31:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 09:31:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:31:00 aac83413d07a: Preparing 09:31:00 ebd8544325bc: Preparing 09:31:00 abc11f145367: Preparing 09:31:00 cb7ba920a49b: Preparing 09:31:00 53ff331bf9f7: Preparing 09:31:00 a268e1eb016d: Preparing 09:31:00 ce7f800efff9: Preparing 09:31:00 a268e1eb016d: Waiting 09:31:00 cb7ba920a49b: Layer already exists 09:31:00 aac83413d07a: Layer already exists 09:31:00 ebd8544325bc: Layer already exists 09:31:00 53ff331bf9f7: Layer already exists 09:31:00 abc11f145367: Layer already exists 09:31:00 a268e1eb016d: Layer already exists 09:31:00 ce7f800efff9: Layer already exists 09:31:00 latest: digest: sha256:f296ba65ffcd13be93cb6f24735131930acbcecae8b8a27abc707f0ac1ad49fa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:31:01 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:31:01 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.47 09:31:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:31:01 aac83413d07a: Preparing 09:31:01 ebd8544325bc: Preparing 09:31:01 abc11f145367: Preparing 09:31:01 cb7ba920a49b: Preparing 09:31:01 53ff331bf9f7: Preparing 09:31:01 a268e1eb016d: Preparing 09:31:01 ce7f800efff9: Preparing 09:31:01 a268e1eb016d: Waiting 09:31:01 ce7f800efff9: Waiting 09:31:01 abc11f145367: Layer already exists 09:31:01 aac83413d07a: Layer already exists 09:31:01 cb7ba920a49b: Layer already exists 09:31:01 53ff331bf9f7: Layer already exists 09:31:01 ebd8544325bc: Layer already exists 09:31:01 a268e1eb016d: Layer already exists 09:31:01 ce7f800efff9: Layer already exists 09:31:01 3.2.0-dev.47: digest: sha256:f296ba65ffcd13be93cb6f24735131930acbcecae8b8a27abc707f0ac1ad49fa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:31:01 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:31:02 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:31:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:31:02 aac83413d07a: Preparing 09:31:02 ebd8544325bc: Preparing 09:31:02 abc11f145367: Preparing 09:31:02 cb7ba920a49b: Preparing 09:31:02 53ff331bf9f7: Preparing 09:31:02 a268e1eb016d: Preparing 09:31:02 ce7f800efff9: Preparing 09:31:02 ce7f800efff9: Waiting 09:31:02 a268e1eb016d: Waiting 09:31:02 aac83413d07a: Layer already exists 09:31:02 ebd8544325bc: Layer already exists 09:31:02 abc11f145367: Layer already exists 09:31:02 cb7ba920a49b: Layer already exists 09:31:02 53ff331bf9f7: Layer already exists 09:31:02 a268e1eb016d: Layer already exists 09:31:02 ce7f800efff9: Layer already exists 09:31:02 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:f296ba65ffcd13be93cb6f24735131930acbcecae8b8a27abc707f0ac1ad49fa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:31:02 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:31:02 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 09:31:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:31:02 aac83413d07a: Preparing 09:31:02 ebd8544325bc: Preparing 09:31:02 abc11f145367: Preparing 09:31:02 cb7ba920a49b: Preparing 09:31:02 53ff331bf9f7: Preparing 09:31:02 a268e1eb016d: Preparing 09:31:02 ce7f800efff9: Preparing 09:31:02 a268e1eb016d: Waiting 09:31:02 ce7f800efff9: Waiting 09:31:02 ebd8544325bc: Layer already exists 09:31:02 cb7ba920a49b: Layer already exists 09:31:02 53ff331bf9f7: Layer already exists 09:31:02 aac83413d07a: Layer already exists 09:31:02 abc11f145367: Layer already exists 09:31:02 ce7f800efff9: Layer already exists 09:31:02 a268e1eb016d: Layer already exists 09:31:02 main: digest: sha256:f296ba65ffcd13be93cb6f24735131930acbcecae8b8a27abc707f0ac1ad49fa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:31:02 ===================================================== [Pipeline] echo 09:31:02 taggedImages: 09:31:02 - nexus3.edgexfoundry.org:10004/support-notifications:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:31:02 - nexus3.edgexfoundry.org:10004/support-notifications:latest 09:31:02 - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.47 09:31:02 - nexus3.edgexfoundry.org:10004/support-notifications:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:31:02 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 09:31:03 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 09:31:03 4508c6b134dd8db5d14b2b122fe51143339f6eec 09:31:03 latest 09:31:03 3.2.0-dev.47 09:31:03 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:31:03 main 09:31:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:31:03 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:31:03 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:31:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:31:03 76e24931a14a: Preparing 09:31:03 6ebbbe0d5cf3: Preparing 09:31:03 abc11f145367: Preparing 09:31:03 cb7ba920a49b: Preparing 09:31:03 7241d4fb73e8: Preparing 09:31:03 4352e4e348a4: Preparing 09:31:03 ce7f800efff9: Preparing 09:31:03 ce7f800efff9: Waiting 09:31:03 4352e4e348a4: Waiting 09:31:03 abc11f145367: Layer already exists 09:31:03 cb7ba920a49b: Layer already exists 09:31:03 7241d4fb73e8: Layer already exists 09:31:03 4352e4e348a4: Layer already exists 09:31:03 ce7f800efff9: Layer already exists 09:31:03 76e24931a14a: Pushed 09:31:06 6ebbbe0d5cf3: Pushed 09:31:07 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:9987b1d4808a0f13963f860e3d508339827f1c9bf63bbd9b4f4ad8e8f3a06102 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:31:07 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:31:07 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 09:31:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:31:07 76e24931a14a: Preparing 09:31:07 6ebbbe0d5cf3: Preparing 09:31:07 abc11f145367: Preparing 09:31:07 cb7ba920a49b: Preparing 09:31:07 7241d4fb73e8: Preparing 09:31:07 4352e4e348a4: Preparing 09:31:07 ce7f800efff9: Preparing 09:31:07 4352e4e348a4: Waiting 09:31:07 ce7f800efff9: Waiting 09:31:07 76e24931a14a: Layer already exists 09:31:07 abc11f145367: Layer already exists 09:31:07 6ebbbe0d5cf3: Layer already exists 09:31:07 cb7ba920a49b: Layer already exists 09:31:07 7241d4fb73e8: Layer already exists 09:31:07 ce7f800efff9: Layer already exists 09:31:07 4352e4e348a4: Layer already exists 09:31:07 latest: digest: sha256:9987b1d4808a0f13963f860e3d508339827f1c9bf63bbd9b4f4ad8e8f3a06102 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:31:08 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:31:08 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.47 09:31:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:31:08 76e24931a14a: Preparing 09:31:08 6ebbbe0d5cf3: Preparing 09:31:08 abc11f145367: Preparing 09:31:08 cb7ba920a49b: Preparing 09:31:08 7241d4fb73e8: Preparing 09:31:08 4352e4e348a4: Preparing 09:31:08 4352e4e348a4: Waiting 09:31:08 ce7f800efff9: Preparing 09:31:08 7241d4fb73e8: Layer already exists 09:31:08 6ebbbe0d5cf3: Layer already exists 09:31:08 cb7ba920a49b: Layer already exists 09:31:08 abc11f145367: Layer already exists 09:31:08 76e24931a14a: Layer already exists 09:31:08 ce7f800efff9: Layer already exists 09:31:08 4352e4e348a4: Layer already exists 09:31:08 3.2.0-dev.47: digest: sha256:9987b1d4808a0f13963f860e3d508339827f1c9bf63bbd9b4f4ad8e8f3a06102 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:31:09 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:31:09 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:31:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:31:09 76e24931a14a: Preparing 09:31:09 6ebbbe0d5cf3: Preparing 09:31:09 abc11f145367: Preparing 09:31:09 cb7ba920a49b: Preparing 09:31:09 7241d4fb73e8: Preparing 09:31:09 4352e4e348a4: Preparing 09:31:09 ce7f800efff9: Preparing 09:31:09 4352e4e348a4: Waiting 09:31:09 ce7f800efff9: Waiting 09:31:09 7241d4fb73e8: Layer already exists 09:31:09 76e24931a14a: Layer already exists 09:31:09 cb7ba920a49b: Layer already exists 09:31:09 abc11f145367: Layer already exists 09:31:09 6ebbbe0d5cf3: Layer already exists 09:31:09 ce7f800efff9: Layer already exists 09:31:09 4352e4e348a4: Layer already exists 09:31:09 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:9987b1d4808a0f13963f860e3d508339827f1c9bf63bbd9b4f4ad8e8f3a06102 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:31:09 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:31:10 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 09:31:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:31:10 76e24931a14a: Preparing 09:31:10 6ebbbe0d5cf3: Preparing 09:31:10 abc11f145367: Preparing 09:31:10 cb7ba920a49b: Preparing 09:31:10 7241d4fb73e8: Preparing 09:31:10 4352e4e348a4: Preparing 09:31:10 ce7f800efff9: Preparing 09:31:10 ce7f800efff9: Waiting 09:31:10 4352e4e348a4: Waiting 09:31:10 abc11f145367: Layer already exists 09:31:10 cb7ba920a49b: Layer already exists 09:31:10 76e24931a14a: Layer already exists 09:31:10 6ebbbe0d5cf3: Layer already exists 09:31:10 7241d4fb73e8: Layer already exists 09:31:10 4352e4e348a4: Layer already exists 09:31:10 ce7f800efff9: Layer already exists 09:31:10 main: digest: sha256:9987b1d4808a0f13963f860e3d508339827f1c9bf63bbd9b4f4ad8e8f3a06102 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:31:10 ===================================================== [Pipeline] echo 09:31:10 taggedImages: 09:31:10 - nexus3.edgexfoundry.org:10004/support-scheduler:4508c6b134dd8db5d14b2b122fe51143339f6eec 09:31:10 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 09:31:10 - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.47 09:31:10 - nexus3.edgexfoundry.org:10004/support-scheduler:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 09:31:10 - 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] } 09:51:54 #158 ... 09:51:54 09:51:54 #155 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 09:51:54 #155 DONE 1347.1s 09:51:54 09:51:54 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:51:54 #153 ... 09:51:54 09:51:54 #159 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 09:51:54 #159 DONE 0.3s 09:51:54 09:51:54 #160 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 09:51:54 #160 DONE 0.1s 09:51:54 09:51:54 #161 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 09:51:54 #161 DONE 0.2s 09:51:54 09:51:54 #162 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 09:51:54 #162 DONE 0.1s 09:51:54 09:51:54 #163 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:51:54 #163 DONE 0.3s 09:51:54 09:51:54 #164 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 09:51:54 #164 DONE 0.2s 09:51:54 09:51:54 #165 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:51:54 #165 DONE 2.4s 09:51:54 09:51:54 #104 [security-proxy-setup] exporting to image 09:51:54 #104 exporting layers 09:51:54 #104 exporting layers 1.4s done 09:51:54 #104 writing image sha256:3e97fa73aa156a394a75de81fe16f391d3e224644316e9be42467be1cd74faec 0.1s done 09:51:54 #104 naming to docker.io/library/security-proxy-setup-arm64 done 09:51:54 #104 DONE 8.3s 09:51:54 09:51:54 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:51:54 #147 1350.5 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.47" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:51:58 #147 ... 09:51:58 09:51:58 #156 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 09:51:58 #156 DONE 1358.7s 09:51:58 09:51:58 #166 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 09:51:59 #166 DONE 0.5s 09:51:59 09:51:59 #167 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 09:52:01 #167 DONE 2.5s 09:52:01 09:52:01 #168 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 09:52:01 #168 DONE 0.3s 09:52:01 09:52:01 #169 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 09:52:02 #169 DONE 0.3s 09:52:02 09:52:02 #170 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:52:02 #170 DONE 0.3s 09:52:02 09:52:02 #171 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 09:52:02 #171 DONE 0.2s 09:52:02 09:52:02 #172 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 09:52:03 #172 DONE 0.1s 09:52:03 09:52:03 #173 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 09:52:03 #173 DONE 0.1s 09:52:03 09:52:03 #174 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 09:52:03 #174 DONE 0.2s 09:52:03 09:52:03 #175 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 09:52:03 #175 DONE 0.2s 09:52:03 09:52:03 #176 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:52:03 #176 DONE 0.2s 09:52:03 09:52:03 #177 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 09:52:06 #177 DONE 2.1s 09:52:06 09:52:06 #104 [security-bootstrapper] exporting to image 09:52:06 #104 exporting layers 09:52:07 #104 exporting layers 1.3s done 09:52:07 #104 writing image sha256:b1b15d6868d3306a46dc73c6e3e6e91b9c9c872778bbd91a4e7c0380efe0ae86 done 09:52:07 #104 naming to docker.io/library/security-bootstrapper-arm64 done 09:52:07 #104 DONE 9.7s 09:52:07 09:52:07 #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 09:52:12 #58 ... 09:52:12 09:52:12 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:52:12 #147 DONE 1372.4s 09:52:12 09:52:12 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:52:13 #152 ... 09:52:13 09:52:13 #178 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 09:52:13 #178 DONE 0.2s 09:52:13 09:52:13 #158 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 09:52:13 #158 ... 09:52:13 09:52:13 #179 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 09:52:13 #179 DONE 0.2s 09:52:13 09:52:13 #180 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:52:13 #180 DONE 0.2s 09:52:13 09:52:13 #181 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 09:52:13 #181 DONE 0.2s 09:52:13 09:52:13 #182 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 09:52:14 #182 DONE 0.2s 09:52:14 09:52:14 #41 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 09:52:14 #41 ... 09:52:14 09:52:14 #183 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:52:14 #183 DONE 0.4s 09:52:14 09:52:14 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:52:14 #153 ... 09:52:14 09:52:14 #184 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:52:14 #184 DONE 0.4s 09:52:14 09:52:14 #185 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:52:14 #185 DONE 0.2s 09:52:14 09:52:14 #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 09:52:15 #150 ... 09:52:15 09:52:15 #186 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:52:17 #186 DONE 2.4s 09:52:17 09:52:17 #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 09:52:17 #58 ... 09:52:17 09:52:17 #104 [security-secretstore-setup] exporting to image 09:52:17 #104 exporting layers 09:52:18 #104 exporting layers 1.5s done 09:52:19 #104 writing image sha256:8884f672402ac17784b90a63e7b42b2b379184ab80a6962dbf6b74a01cac48b2 done 09:52:19 #104 naming to docker.io/library/security-secretstore-setup-arm64 done 09:52:19 #104 DONE 11.2s 09:52:19 09:52:19 #41 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 09:53:40 #41 ... 09:53:40 09:53:40 #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 09:53:40 #146 DONE 1447.2s 09:53:40 09:53:40 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:53:40 #149 ... 09:53:40 09:53:40 #187 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 09:53:40 #187 DONE 0.4s 09:53:40 09:53:40 #188 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 09:53:40 #188 DONE 0.2s 09:53:40 09:53:40 #189 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 09:53:40 #189 DONE 0.3s 09:53:40 09:53:40 #190 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 09:53:40 #190 DONE 0.2s 09:53:40 09:53:40 #191 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 09:53:40 #191 DONE 0.2s 09:53:40 09:53:40 #192 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:53:40 #192 DONE 2.3s 09:53:40 09:53:40 #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 09:53:40 #58 ... 09:53:40 09:53:40 #104 [core-common-config-bootstrapper] exporting to image 09:53:40 #104 exporting layers 09:53:40 #104 exporting layers 0.5s done 09:53:40 #104 writing image sha256:e4e69f8cf4cd24599d8b4d3ccbb590e7bf30c110472d73862d7a56eb1228908c done 09:53:40 #104 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 09:53:40 #104 DONE 11.7s 09:53:40 09:53:40 #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 09:56:02 #150 ... 09:56:02 09:56:02 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:56:02 #152 DONE 1596.9s 09:56:02 09:56:02 #157 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:56:02 #157 ... 09:56:02 09:56:02 #193 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:56:02 #193 DONE 0.2s 09:56:02 09:56:02 #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 09:56:02 #58 ... 09:56:02 09:56:02 #194 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:56:02 #194 DONE 0.2s 09:56:02 09:56:02 #195 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 09:56:02 #195 DONE 0.4s 09:56:02 09:56:02 #196 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 09:56:02 #196 DONE 0.1s 09:56:02 09:56:02 #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:56:02 #151 ... 09:56:02 09:56:02 #104 [security-spiffe-token-provider] exporting to image 09:56:02 #104 exporting layers 09:56:02 #104 exporting layers 0.8s done 09:56:02 #104 writing image sha256:9428803a087d5e881448485250f13f51bd817809898b19758c9691c3336c1ac4 done 09:56:02 #104 naming to docker.io/library/security-spiffe-token-provider-arm64 done 09:56:02 #104 DONE 12.4s 09:56:02 09:56:02 #157 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:05:54 #157 ... 10:05:54 10:05:54 #158 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:05:54 #158 DONE 2183.0s 10:05:54 10:05:54 #41 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 10:05:54 #41 ... 10:05:54 10:05:54 #197 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:05:54 #197 DONE 0.2s 10:05:54 10:05:54 #198 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:05:54 #198 DONE 0.3s 10:05:54 10:05:54 #199 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 10:05:54 #199 DONE 0.5s 10:05:54 10:05:54 #41 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 10:05:54 #41 ... 10:05:54 10:05:54 #200 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 10:05:54 #200 DONE 0.2s 10:05:54 10:05:54 #201 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 10:05:54 #201 DONE 0.2s 10:05:54 10:05:54 #202 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:05:54 #202 DONE 2.2s 10:05:54 10:05:54 #104 [security-proxy-auth] exporting to image 10:05:54 #104 exporting layers 10:05:54 #104 exporting layers 0.8s done 10:05:54 #104 writing image sha256:a5d61904b4cbd49c6abd37c3e9b0464c9cda983edab040b8cfb16d5ea719d067 done 10:05:54 #104 naming to docker.io/library/security-proxy-auth-arm64 done 10:05:54 #104 DONE 13.2s 10:05:54 10:05:54 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:07:16 #148 ... 10:07:16 10:07:16 #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:07:16 #150 DONE 2265.9s 10:07:16 10:07:16 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:07:16 #149 ... 10:07:16 10:07:16 #203 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 10:07:16 #203 DONE 0.1s 10:07:16 10:07:16 #204 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 10:07:16 #204 DONE 0.5s 10:07:16 10:07:16 #205 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:07:16 #205 DONE 0.5s 10:07:16 10:07:16 #206 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 10:07:16 #206 DONE 0.1s 10:07:16 10:07:16 #104 [core-command] exporting to image 10:07:16 #104 exporting layers 10:07:16 #104 exporting layers 0.4s done 10:07:16 #104 writing image sha256:a16eeb705a527869e826f5f5ba190d48940a43e4367cb53aeb747336965be560 done 10:07:16 #104 naming to docker.io/library/core-command-arm64 done 10:07:16 #104 DONE 13.6s 10:07:16 10:07:16 #41 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 10:09:53 #41 ... 10:09:53 10:09:53 #157 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:09:53 #157 DONE 2423.7s 10:09:53 10:09:53 #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:09:53 #58 ... 10:09:53 10:09:53 #207 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:09:53 #207 DONE 0.4s 10:09:53 10:09:53 #208 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:09:53 #208 DONE 0.5s 10:09:53 10:09:53 #209 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:09:53 #209 DONE 0.6s 10:09:53 10:09:53 #210 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 10:09:53 #210 DONE 0.4s 10:09:53 10:09:53 #104 [core-data] exporting to image 10:09:53 #104 exporting layers 10:09:53 #104 exporting layers 0.6s done 10:09:53 #104 writing image sha256:70d739a0f1380f7d604cd0a41eaabf934cceed7263498a36f7f62c20b428ea63 done 10:09:53 #104 naming to docker.io/library/core-data-arm64 done 10:09:53 #104 DONE 14.3s 10:09:53 10:09:53 #41 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 10:09:53 #41 ... 10:09:53 10:09:53 #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:09:53 #151 DONE 2429.6s 10:09:53 10:09:53 #41 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 10:09:53 #41 ... 10:09:53 10:09:53 #211 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 10:09:53 #211 DONE 0.2s 10:09:53 10:09:53 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:09:53 #148 ... 10:09:53 10:09:53 #212 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 10:09:53 #212 DONE 0.7s 10:09:53 10:09:53 #41 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 10:09:53 #41 ... 10:09:53 10:09:53 #213 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 10:09:53 #213 DONE 0.1s 10:09:53 10:09:53 #104 [core-keeper] exporting to image 10:09:53 #104 exporting layers 0.5s done 10:09:53 #104 writing image sha256:59926cd06604e64fa8f25cfc75d7a1ff757c1c43163effd4565e0fc142c5789a done 10:09:53 #104 naming to docker.io/library/core-keeper-arm64 done 10:09:53 #104 DONE 14.7s 10:09:53 10:09:53 #41 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 10:09:54 #41 ... 10:09:54 10:09:54 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:09:54 #148 DONE 2433.9s 10:09:54 10:09:54 #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:09:54 #58 ... 10:09:54 10:09:54 #214 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:09:54 #214 DONE 0.2s 10:09:54 10:09:54 #215 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:09:54 #215 DONE 0.1s 10:09:54 10:09:54 #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:09:54 #58 ... 10:09:54 10:09:54 #216 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:09:55 #216 DONE 0.5s 10:09:55 10:09:55 #217 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 10:09:55 #217 DONE 0.2s 10:09:55 10:09:55 #218 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 10:09:55 #218 DONE 0.1s 10:09:55 10:09:55 #41 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 10:09:55 #41 ... 10:09:55 10:09:55 #104 [core-metadata] exporting to image 10:09:56 #104 exporting layers 0.6s done 10:09:56 #104 writing image sha256:8963a001af8974ac905f44ab2963d6b2d11da26e0e3cb4c3bf482ada556bacd8 done 10:09:56 #104 naming to docker.io/library/core-metadata-arm64 done 10:09:56 #104 DONE 15.4s 10:09:56 10:09:56 #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:10:43 #58 ... 10:10:43 10:10:43 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:10:43 #149 DONE 2480.3s 10:10:43 10:10:43 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:10:43 #153 DONE 2480.2s 10:10:43 10:10:43 #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:10:43 #58 ... 10:10:43 10:10:43 #219 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:10:43 #219 DONE 0.1s 10:10:43 10:10:43 #220 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:10:43 #220 DONE 0.2s 10:10:43 10:10:43 #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 10:10:43 #58 ... 10:10:43 10:10:43 #221 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:10:43 #221 DONE 0.2s 10:10:43 10:10:43 #154 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 10:10:43 #154 DONE 2481.4s 10:10:43 10:10:43 #222 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:10:43 #222 DONE 0.2s 10:10:43 10:10:43 #223 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:10:43 #223 ... 10:10:43 10:10:43 #224 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:10:43 #224 DONE 0.8s 10:10:43 10:10:43 #225 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:10:43 #225 CACHED 10:10:43 10:10:43 #226 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:10:43 #226 CACHED 10:10:43 10:10:43 #227 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 10:10:43 #227 ... 10:10:43 10:10:43 #223 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:10:43 #223 DONE 0.6s 10:10:43 10:10:43 #228 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 10:10:43 #228 DONE 0.3s 10:10:43 10:10:43 #104 [support-scheduler] exporting to image 10:10:43 #104 exporting layers 10:10:43 #104 ... 10:10:43 10:10:43 #229 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 10:10:43 #229 DONE 0.3s 10:10:43 10:10:43 #104 [support-notifications] exporting to image 10:10:43 #104 ... 10:10:43 10:10:43 #227 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 10:10:43 #227 DONE 0.7s 10:10:43 10:10:43 #104 [support-scheduler] exporting to image 10:10:43 #104 exporting layers 0.7s done 10:10:43 #104 writing image sha256:30be43117e7cc451637ddc693f273a52a7cf48b9b78d306d126f64a7060922a0 0.0s done 10:10:43 #104 naming to docker.io/library/support-scheduler-arm64 0.0s done 10:10:43 #104 ... 10:10:43 10:10:43 #230 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 10:10:43 #230 DONE 0.2s 10:10:43 10:10:43 #104 [support-cron-scheduler] exporting to image 10:10:43 #104 exporting layers 0.8s done 10:10:43 #104 writing image sha256:d46eeef85ec00e9c626d02b2480de7e8fdba812cd0bebf1c4053ec59d6343e4e done 10:10:43 #104 naming to docker.io/library/support-notifications-arm64 done 10:10:43 #104 exporting layers 0.5s done 10:10:43 #104 writing image sha256:24c91ce9048416e4949888520b4df6a50ff1728905b165ee6bad7b6cd2c4b5bc done 10:10:43 #104 naming to docker.io/library/support-cron-scheduler-arm64 done 10:10:43 #104 DONE 16.7s 10:10:43 10:10:43 #41 [core-common-config-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 10:10:43 time="2024-08-07T09:26:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:10:43 time="2024-08-07T09:26:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:10:43 time="2024-08-07T09:26:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:10:43 time="2024-08-07T09:26:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:10:43 time="2024-08-07T09:26:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:10:43 time="2024-08-07T09:26:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:10:43 time="2024-08-07T09:26:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:10:43 time="2024-08-07T09:26:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:10:43 time="2024-08-07T09:26:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:10:43 time="2024-08-07T09:26:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:10:43 time="2024-08-07T09:26:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:10:43 time="2024-08-07T09:26:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:10:43 time="2024-08-07T09:26:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:10:43 time="2024-08-07T09:26:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:10:43 time="2024-08-07T09:26:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:10:43 time="2024-08-07T09:26:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 10:10:43 $ docker stop --time=1 bf49f394ca2c4b00f5d1edaaa6dc1bf98672a2ec24d69beb6d3beb2d7b952640 10:10:45 $ docker rm -f --volumes bf49f394ca2c4b00f5d1edaaa6dc1bf98672a2ec24d69beb6d3beb2d7b952640 [Pipeline] // withDockerContainer [Pipeline] sh 10:10:46 + docker images 10:10:46 REPOSITORY TAG IMAGE ID CREATED SIZE 10:10:46 support-notifications-arm64 latest d46eeef85ec0 4 seconds ago 41.9MB 10:10:46 support-cron-scheduler-arm64 latest 24c91ce90484 4 seconds ago 42.2MB 10:10:46 support-scheduler-arm64 latest 30be43117e7c 4 seconds ago 41.2MB 10:10:46 core-metadata-arm64 latest 8963a001af89 51 seconds ago 39.1MB 10:10:46 core-keeper-arm64 latest 59926cd06604 55 seconds ago 38.9MB 10:10:46 core-data-arm64 latest 70d739a0f138 About a minute ago 39MB 10:10:46 core-command-arm64 latest a16eeb705a52 3 minutes ago 35MB 10:10:46 security-proxy-auth-arm64 latest a5d61904b4cb 5 minutes ago 32.6MB 10:10:46 security-spiffe-token-provider-arm64 latest 9428803a087d 14 minutes ago 29MB 10:10:46 core-common-config-bootstrapper-arm64 latest e4e69f8cf4cd 17 minutes ago 15.3MB 10:10:46 security-secretstore-setup-arm64 latest 8884f672402a 18 minutes ago 36.4MB 10:10:46 security-bootstrapper-arm64 latest b1b15d6868d3 18 minutes ago 18.9MB 10:10:46 security-proxy-setup-arm64 latest 3e97fa73aa15 18 minutes ago 26.1MB 10:10:46 security-spire-config-arm64 latest 36fb9f905757 42 minutes ago 115MB 10:10:46 security-spire-agent-arm64 latest ea4d52873d81 42 minutes ago 174MB 10:10:46 security-spire-server-arm64 latest 1aff78484afe 42 minutes ago 116MB 10:10:46 ci-base-image-arm64 latest 8d2498ab9cc7 44 minutes ago 967MB 10:10:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 3 months ago 561MB 10:10:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 14 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:10:46 provisioning config files... 10:10:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/665@tmp/config4714720289122899432tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:10:46 ---> ****-login.sh 10:10:46 nexus3.edgexfoundry.org:10001 10:10:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:10:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:10:47 Configure a credential helper to remove this warning. See 10:10:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:10:47 10:10:47 Login Succeeded 10:10:47 nexus3.edgexfoundry.org:10002 10:10:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:10:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:10:47 Configure a credential helper to remove this warning. See 10:10:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:10:47 10:10:47 Login Succeeded 10:10:47 nexus3.edgexfoundry.org:10003 10:10:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:10:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:10:48 Configure a credential helper to remove this warning. See 10:10:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:10:48 10:10:48 Login Succeeded 10:10:48 nexus3.edgexfoundry.org:10004 10:10:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:10:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:10:48 Configure a credential helper to remove this warning. See 10:10:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:10:48 10:10:48 Login Succeeded 10:10:48 ****.io 10:10:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:10:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:10:49 Configure a credential helper to remove this warning. See 10:10:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:10:49 10:10:49 Login Succeeded 10:10:49 ---> ****-login.sh ends [Pipeline] } 10:10:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:10:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 10:10:49 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 10:10:49 4508c6b134dd8db5d14b2b122fe51143339f6eec 10:10:49 latest 10:10:49 3.2.0-dev.47 10:10:49 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:10:49 main 10:10:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:10:49 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:10:49 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:10:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:10:49 a7800fc4ff46: Preparing 10:10:49 9bb11759bfad: Preparing 10:10:49 8a5aaae076d9: Preparing 10:10:49 4217593ab4f8: Preparing 10:10:49 ab80fbf3005f: Preparing 10:10:49 c212ff69d499: Preparing 10:10:49 3c20671a5817: Preparing 10:10:49 c212ff69d499: Waiting 10:10:49 3c20671a5817: Waiting 10:11:11 9bb11759bfad: Pushed 10:11:11 a7800fc4ff46: Pushed 10:11:11 ab80fbf3005f: Pushed 10:11:11 8a5aaae076d9: Pushed 10:11:11 4217593ab4f8: Pushed 10:11:11 3c20671a5817: Layer already exists 10:11:11 c212ff69d499: Pushed 10:11:12 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:2baef09d212120537208c1a699fb4245e826a5715184901842bfac35b0060f93 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:12 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:12 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 10:11:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:11:12 a7800fc4ff46: Preparing 10:11:12 9bb11759bfad: Preparing 10:11:12 8a5aaae076d9: Preparing 10:11:12 4217593ab4f8: Preparing 10:11:12 ab80fbf3005f: Preparing 10:11:12 c212ff69d499: Preparing 10:11:12 3c20671a5817: Preparing 10:11:12 c212ff69d499: Waiting 10:11:12 3c20671a5817: Waiting 10:11:12 ab80fbf3005f: Layer already exists 10:11:12 a7800fc4ff46: Layer already exists 10:11:12 4217593ab4f8: Layer already exists 10:11:12 8a5aaae076d9: Layer already exists 10:11:12 9bb11759bfad: Layer already exists 10:11:12 3c20671a5817: Layer already exists 10:11:12 c212ff69d499: Layer already exists 10:11:13 latest: digest: sha256:2baef09d212120537208c1a699fb4245e826a5715184901842bfac35b0060f93 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:13 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:13 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.47 10:11:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:11:13 a7800fc4ff46: Preparing 10:11:13 9bb11759bfad: Preparing 10:11:13 8a5aaae076d9: Preparing 10:11:13 4217593ab4f8: Preparing 10:11:13 ab80fbf3005f: Preparing 10:11:13 c212ff69d499: Preparing 10:11:13 3c20671a5817: Preparing 10:11:13 c212ff69d499: Waiting 10:11:13 3c20671a5817: Waiting 10:11:13 4217593ab4f8: Layer already exists 10:11:13 ab80fbf3005f: Layer already exists 10:11:13 9bb11759bfad: Layer already exists 10:11:13 a7800fc4ff46: Layer already exists 10:11:13 8a5aaae076d9: Layer already exists 10:11:13 c212ff69d499: Layer already exists 10:11:13 3c20671a5817: Layer already exists 10:11:14 3.2.0-dev.47: digest: sha256:2baef09d212120537208c1a699fb4245e826a5715184901842bfac35b0060f93 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:14 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:14 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:11:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:11:14 a7800fc4ff46: Preparing 10:11:14 9bb11759bfad: Preparing 10:11:14 8a5aaae076d9: Preparing 10:11:14 4217593ab4f8: Preparing 10:11:14 ab80fbf3005f: Preparing 10:11:14 c212ff69d499: Preparing 10:11:14 3c20671a5817: Preparing 10:11:14 3c20671a5817: Waiting 10:11:14 c212ff69d499: Waiting 10:11:14 9bb11759bfad: Layer already exists 10:11:14 ab80fbf3005f: Layer already exists 10:11:14 4217593ab4f8: Layer already exists 10:11:14 a7800fc4ff46: Layer already exists 10:11:14 8a5aaae076d9: Layer already exists 10:11:14 3c20671a5817: Layer already exists 10:11:14 c212ff69d499: Layer already exists 10:11:15 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:2baef09d212120537208c1a699fb4245e826a5715184901842bfac35b0060f93 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:15 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:15 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 10:11:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:11:15 a7800fc4ff46: Preparing 10:11:15 9bb11759bfad: Preparing 10:11:15 8a5aaae076d9: Preparing 10:11:15 4217593ab4f8: Preparing 10:11:15 ab80fbf3005f: Preparing 10:11:15 c212ff69d499: Preparing 10:11:15 3c20671a5817: Preparing 10:11:15 c212ff69d499: Waiting 10:11:15 3c20671a5817: Waiting 10:11:15 4217593ab4f8: Layer already exists 10:11:15 a7800fc4ff46: Layer already exists 10:11:15 9bb11759bfad: Layer already exists 10:11:15 8a5aaae076d9: Layer already exists 10:11:15 ab80fbf3005f: Layer already exists 10:11:15 c212ff69d499: Layer already exists 10:11:15 3c20671a5817: Layer already exists 10:11:16 main: digest: sha256:2baef09d212120537208c1a699fb4245e826a5715184901842bfac35b0060f93 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:11:16 ===================================================== [Pipeline] echo 10:11:16 taggedImages: 10:11:16 - nexus3.edgexfoundry.org:10004/core-command-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:11:16 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 10:11:16 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.47 10:11:16 - nexus3.edgexfoundry.org:10004/core-command-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:11:16 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 10:11:16 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 10:11:16 4508c6b134dd8db5d14b2b122fe51143339f6eec 10:11:16 latest 10:11:16 3.2.0-dev.47 10:11:16 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:11:16 main 10:11:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:16 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:17 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:11:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:11:17 ac4f5deaf791: Preparing 10:11:17 380473ac504c: Preparing 10:11:17 f2d0e93d13fa: Preparing 10:11:17 0ca7b429385e: Preparing 10:11:17 8a5aaae076d9: Preparing 10:11:17 4217593ab4f8: Preparing 10:11:17 ab80fbf3005f: Preparing 10:11:17 c212ff69d499: Preparing 10:11:17 3c20671a5817: Preparing 10:11:17 4217593ab4f8: Waiting 10:11:17 ab80fbf3005f: Waiting 10:11:17 c212ff69d499: Waiting 10:11:17 3c20671a5817: Waiting 10:11:17 8a5aaae076d9: Layer already exists 10:11:17 4217593ab4f8: Layer already exists 10:11:17 380473ac504c: Pushed 10:11:17 f2d0e93d13fa: Pushed 10:11:17 ab80fbf3005f: Layer already exists 10:11:17 ac4f5deaf791: Pushed 10:11:17 c212ff69d499: Layer already exists 10:11:17 3c20671a5817: Layer already exists 10:11:19 0ca7b429385e: Pushed 10:11:19 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:c533b9c5ce9dc2d301b6e7e36ddef30aa5067f7d64278ba1007f55c22038b190 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:19 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:20 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 10:11:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:11:20 ac4f5deaf791: Preparing 10:11:20 380473ac504c: Preparing 10:11:20 f2d0e93d13fa: Preparing 10:11:20 0ca7b429385e: Preparing 10:11:20 8a5aaae076d9: Preparing 10:11:20 4217593ab4f8: Preparing 10:11:20 ab80fbf3005f: Preparing 10:11:20 c212ff69d499: Preparing 10:11:20 3c20671a5817: Preparing 10:11:20 4217593ab4f8: Waiting 10:11:20 ab80fbf3005f: Waiting 10:11:20 c212ff69d499: Waiting 10:11:20 3c20671a5817: Waiting 10:11:20 0ca7b429385e: Layer already exists 10:11:20 380473ac504c: Layer already exists 10:11:20 ac4f5deaf791: Layer already exists 10:11:20 8a5aaae076d9: Layer already exists 10:11:20 f2d0e93d13fa: Layer already exists 10:11:20 4217593ab4f8: Layer already exists 10:11:20 3c20671a5817: Layer already exists 10:11:20 ab80fbf3005f: Layer already exists 10:11:20 c212ff69d499: Layer already exists 10:11:20 latest: digest: sha256:c533b9c5ce9dc2d301b6e7e36ddef30aa5067f7d64278ba1007f55c22038b190 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:20 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:21 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.47 10:11:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:11:21 ac4f5deaf791: Preparing 10:11:21 380473ac504c: Preparing 10:11:21 f2d0e93d13fa: Preparing 10:11:21 0ca7b429385e: Preparing 10:11:21 8a5aaae076d9: Preparing 10:11:21 4217593ab4f8: Preparing 10:11:21 ab80fbf3005f: Preparing 10:11:21 c212ff69d499: Preparing 10:11:21 3c20671a5817: Preparing 10:11:21 ab80fbf3005f: Waiting 10:11:21 c212ff69d499: Waiting 10:11:21 3c20671a5817: Waiting 10:11:21 4217593ab4f8: Waiting 10:11:21 f2d0e93d13fa: Layer already exists 10:11:21 8a5aaae076d9: Layer already exists 10:11:21 ac4f5deaf791: Layer already exists 10:11:21 380473ac504c: Layer already exists 10:11:21 0ca7b429385e: Layer already exists 10:11:21 4217593ab4f8: Layer already exists 10:11:21 ab80fbf3005f: Layer already exists 10:11:21 3c20671a5817: Layer already exists 10:11:21 c212ff69d499: Layer already exists 10:11:21 3.2.0-dev.47: digest: sha256:c533b9c5ce9dc2d301b6e7e36ddef30aa5067f7d64278ba1007f55c22038b190 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:21 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:22 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:11:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:11:22 ac4f5deaf791: Preparing 10:11:22 380473ac504c: Preparing 10:11:22 f2d0e93d13fa: Preparing 10:11:22 0ca7b429385e: Preparing 10:11:22 8a5aaae076d9: Preparing 10:11:22 4217593ab4f8: Preparing 10:11:22 ab80fbf3005f: Preparing 10:11:22 4217593ab4f8: Waiting 10:11:22 c212ff69d499: Preparing 10:11:22 ab80fbf3005f: Waiting 10:11:22 3c20671a5817: Preparing 10:11:22 c212ff69d499: Waiting 10:11:22 3c20671a5817: Waiting 10:11:22 0ca7b429385e: Layer already exists 10:11:22 ac4f5deaf791: Layer already exists 10:11:22 380473ac504c: Layer already exists 10:11:22 8a5aaae076d9: Layer already exists 10:11:22 f2d0e93d13fa: Layer already exists 10:11:22 ab80fbf3005f: Layer already exists 10:11:22 4217593ab4f8: Layer already exists 10:11:22 3c20671a5817: Layer already exists 10:11:22 c212ff69d499: Layer already exists 10:11:22 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:c533b9c5ce9dc2d301b6e7e36ddef30aa5067f7d64278ba1007f55c22038b190 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:22 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:23 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 10:11:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:11:23 ac4f5deaf791: Preparing 10:11:23 380473ac504c: Preparing 10:11:23 f2d0e93d13fa: Preparing 10:11:23 0ca7b429385e: Preparing 10:11:23 8a5aaae076d9: Preparing 10:11:23 4217593ab4f8: Preparing 10:11:23 ab80fbf3005f: Preparing 10:11:23 c212ff69d499: Preparing 10:11:23 3c20671a5817: Preparing 10:11:23 4217593ab4f8: Waiting 10:11:23 c212ff69d499: Waiting 10:11:23 3c20671a5817: Waiting 10:11:23 ab80fbf3005f: Waiting 10:11:23 ac4f5deaf791: Layer already exists 10:11:23 380473ac504c: Layer already exists 10:11:23 8a5aaae076d9: Layer already exists 10:11:23 f2d0e93d13fa: Layer already exists 10:11:23 0ca7b429385e: Layer already exists 10:11:23 3c20671a5817: Layer already exists 10:11:23 ab80fbf3005f: Layer already exists 10:11:23 4217593ab4f8: Layer already exists 10:11:23 c212ff69d499: Layer already exists 10:11:23 main: digest: sha256:c533b9c5ce9dc2d301b6e7e36ddef30aa5067f7d64278ba1007f55c22038b190 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:11:23 ===================================================== [Pipeline] echo 10:11:23 taggedImages: 10:11:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:11:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 10:11:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.47 10:11:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:11:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 10:11:23 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 10:11:23 4508c6b134dd8db5d14b2b122fe51143339f6eec 10:11:23 latest 10:11:23 3.2.0-dev.47 10:11:23 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:11:23 main 10:11:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:23 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:24 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:11:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:11:24 21f47b3432a5: Preparing 10:11:24 1627c737a49f: Preparing 10:11:24 8a5aaae076d9: Preparing 10:11:24 4217593ab4f8: Preparing 10:11:24 ce6cb577a56c: Preparing 10:11:24 a6064f200290: Preparing 10:11:24 3c20671a5817: Preparing 10:11:24 a6064f200290: Waiting 10:11:24 3c20671a5817: Waiting 10:11:24 4217593ab4f8: Layer already exists 10:11:24 8a5aaae076d9: Layer already exists 10:11:24 3c20671a5817: Layer already exists 10:11:24 ce6cb577a56c: Pushed 10:11:24 21f47b3432a5: Pushed 10:11:24 a6064f200290: Pushed 10:11:31 1627c737a49f: Pushed 10:11:31 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:1ac11e0be2f7f0546ccf7737f3bdd008288d36cc0c0b957c26261889fc9f8350 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:31 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:32 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 10:11:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:11:32 21f47b3432a5: Preparing 10:11:32 1627c737a49f: Preparing 10:11:32 8a5aaae076d9: Preparing 10:11:32 4217593ab4f8: Preparing 10:11:32 ce6cb577a56c: Preparing 10:11:32 a6064f200290: Preparing 10:11:32 3c20671a5817: Preparing 10:11:32 a6064f200290: Waiting 10:11:32 3c20671a5817: Waiting 10:11:32 8a5aaae076d9: Layer already exists 10:11:32 1627c737a49f: Layer already exists 10:11:32 ce6cb577a56c: Layer already exists 10:11:32 21f47b3432a5: Layer already exists 10:11:32 4217593ab4f8: Layer already exists 10:11:32 a6064f200290: Layer already exists 10:11:32 3c20671a5817: Layer already exists 10:11:32 latest: digest: sha256:1ac11e0be2f7f0546ccf7737f3bdd008288d36cc0c0b957c26261889fc9f8350 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:32 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:33 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.47 10:11:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:11:33 21f47b3432a5: Preparing 10:11:33 1627c737a49f: Preparing 10:11:33 8a5aaae076d9: Preparing 10:11:33 4217593ab4f8: Preparing 10:11:33 ce6cb577a56c: Preparing 10:11:33 a6064f200290: Preparing 10:11:33 3c20671a5817: Preparing 10:11:33 a6064f200290: Waiting 10:11:33 3c20671a5817: Waiting 10:11:33 ce6cb577a56c: Layer already exists 10:11:33 8a5aaae076d9: Layer already exists 10:11:33 1627c737a49f: Layer already exists 10:11:33 4217593ab4f8: Layer already exists 10:11:33 21f47b3432a5: Layer already exists 10:11:33 3c20671a5817: Layer already exists 10:11:33 a6064f200290: Layer already exists 10:11:33 3.2.0-dev.47: digest: sha256:1ac11e0be2f7f0546ccf7737f3bdd008288d36cc0c0b957c26261889fc9f8350 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:33 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:34 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:11:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:11:34 21f47b3432a5: Preparing 10:11:34 1627c737a49f: Preparing 10:11:34 8a5aaae076d9: Preparing 10:11:34 4217593ab4f8: Preparing 10:11:34 ce6cb577a56c: Preparing 10:11:34 a6064f200290: Preparing 10:11:34 3c20671a5817: Preparing 10:11:34 a6064f200290: Waiting 10:11:34 3c20671a5817: Waiting 10:11:34 1627c737a49f: Layer already exists 10:11:34 8a5aaae076d9: Layer already exists 10:11:34 4217593ab4f8: Layer already exists 10:11:34 ce6cb577a56c: Layer already exists 10:11:34 21f47b3432a5: Layer already exists 10:11:34 a6064f200290: Layer already exists 10:11:34 3c20671a5817: Layer already exists 10:11:35 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:1ac11e0be2f7f0546ccf7737f3bdd008288d36cc0c0b957c26261889fc9f8350 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:35 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:35 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 10:11:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:11:35 21f47b3432a5: Preparing 10:11:35 1627c737a49f: Preparing 10:11:35 8a5aaae076d9: Preparing 10:11:35 4217593ab4f8: Preparing 10:11:35 ce6cb577a56c: Preparing 10:11:35 a6064f200290: Preparing 10:11:35 3c20671a5817: Preparing 10:11:35 a6064f200290: Waiting 10:11:35 3c20671a5817: Waiting 10:11:35 8a5aaae076d9: Layer already exists 10:11:35 1627c737a49f: Layer already exists 10:11:35 4217593ab4f8: Layer already exists 10:11:35 ce6cb577a56c: Layer already exists 10:11:35 21f47b3432a5: Layer already exists 10:11:35 a6064f200290: Layer already exists 10:11:35 3c20671a5817: Layer already exists 10:11:36 main: digest: sha256:1ac11e0be2f7f0546ccf7737f3bdd008288d36cc0c0b957c26261889fc9f8350 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:11:36 ===================================================== [Pipeline] echo 10:11:36 taggedImages: 10:11:36 - nexus3.edgexfoundry.org:10004/core-data-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:11:36 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 10:11:36 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.47 10:11:36 - nexus3.edgexfoundry.org:10004/core-data-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:11:36 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 10:11:36 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 10:11:36 4508c6b134dd8db5d14b2b122fe51143339f6eec 10:11:36 latest 10:11:36 3.2.0-dev.47 10:11:36 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:11:36 main 10:11:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:36 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:37 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:11:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 10:11:37 c8f87558b125: Preparing 10:11:37 9364681a664d: Preparing 10:11:37 4217593ab4f8: Preparing 10:11:37 04dc5728730b: Preparing 10:11:37 f43f9fe56aba: Preparing 10:11:37 3c20671a5817: Preparing 10:11:37 3c20671a5817: Waiting 10:11:37 4217593ab4f8: Layer already exists 10:11:37 3c20671a5817: Layer already exists 10:11:37 c8f87558b125: Pushed 10:11:37 f43f9fe56aba: Pushed 10:11:37 04dc5728730b: Pushed 10:11:43 9364681a664d: Pushed 10:11:44 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:15259da4f3797bfc2889c9aa73c0e75c4a838efab03459d903275a206df64659 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:44 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:44 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 10:11:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 10:11:44 c8f87558b125: Preparing 10:11:44 9364681a664d: Preparing 10:11:44 4217593ab4f8: Preparing 10:11:44 04dc5728730b: Preparing 10:11:44 f43f9fe56aba: Preparing 10:11:44 3c20671a5817: Preparing 10:11:44 3c20671a5817: Waiting 10:11:44 9364681a664d: Layer already exists 10:11:44 f43f9fe56aba: Layer already exists 10:11:44 c8f87558b125: Layer already exists 10:11:44 04dc5728730b: Layer already exists 10:11:44 4217593ab4f8: Layer already exists 10:11:44 3c20671a5817: Layer already exists 10:11:45 latest: digest: sha256:15259da4f3797bfc2889c9aa73c0e75c4a838efab03459d903275a206df64659 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:45 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:45 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.47 10:11:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 10:11:45 c8f87558b125: Preparing 10:11:45 9364681a664d: Preparing 10:11:45 4217593ab4f8: Preparing 10:11:45 04dc5728730b: Preparing 10:11:45 f43f9fe56aba: Preparing 10:11:45 3c20671a5817: Preparing 10:11:45 3c20671a5817: Waiting 10:11:45 04dc5728730b: Layer already exists 10:11:45 4217593ab4f8: Layer already exists 10:11:45 c8f87558b125: Layer already exists 10:11:45 9364681a664d: Layer already exists 10:11:45 f43f9fe56aba: Layer already exists 10:11:45 3c20671a5817: Layer already exists 10:11:46 3.2.0-dev.47: digest: sha256:15259da4f3797bfc2889c9aa73c0e75c4a838efab03459d903275a206df64659 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:46 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:46 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:11:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 10:11:46 c8f87558b125: Preparing 10:11:46 9364681a664d: Preparing 10:11:46 4217593ab4f8: Preparing 10:11:46 04dc5728730b: Preparing 10:11:46 f43f9fe56aba: Preparing 10:11:46 3c20671a5817: Preparing 10:11:46 3c20671a5817: Waiting 10:11:46 f43f9fe56aba: Layer already exists 10:11:46 04dc5728730b: Layer already exists 10:11:46 4217593ab4f8: Layer already exists 10:11:46 c8f87558b125: Layer already exists 10:11:46 9364681a664d: Layer already exists 10:11:47 3c20671a5817: Layer already exists 10:11:47 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:15259da4f3797bfc2889c9aa73c0e75c4a838efab03459d903275a206df64659 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:47 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:47 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 10:11:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 10:11:47 c8f87558b125: Preparing 10:11:47 9364681a664d: Preparing 10:11:47 4217593ab4f8: Preparing 10:11:47 04dc5728730b: Preparing 10:11:47 f43f9fe56aba: Preparing 10:11:47 3c20671a5817: Preparing 10:11:47 3c20671a5817: Waiting 10:11:47 c8f87558b125: Layer already exists 10:11:47 f43f9fe56aba: Layer already exists 10:11:47 04dc5728730b: Layer already exists 10:11:47 4217593ab4f8: Layer already exists 10:11:47 9364681a664d: Layer already exists 10:11:47 3c20671a5817: Layer already exists 10:11:48 main: digest: sha256:15259da4f3797bfc2889c9aa73c0e75c4a838efab03459d903275a206df64659 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:11:48 ===================================================== [Pipeline] echo 10:11:48 taggedImages: 10:11:48 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:11:48 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 10:11:48 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.47 10:11:48 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:11:48 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 10:11:48 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 10:11:48 4508c6b134dd8db5d14b2b122fe51143339f6eec 10:11:48 latest 10:11:48 3.2.0-dev.47 10:11:48 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:11:48 main 10:11:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:48 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:49 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:11:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:11:49 0fe85ae931b4: Preparing 10:11:49 8bc1a04ce8ab: Preparing 10:11:49 b34598c05fdc: Preparing 10:11:49 8a5aaae076d9: Preparing 10:11:49 4217593ab4f8: Preparing 10:11:49 ab80fbf3005f: Preparing 10:11:49 c212ff69d499: Preparing 10:11:49 3c20671a5817: Preparing 10:11:49 ab80fbf3005f: Waiting 10:11:49 c212ff69d499: Waiting 10:11:49 3c20671a5817: Waiting 10:11:49 4217593ab4f8: Layer already exists 10:11:49 8a5aaae076d9: Layer already exists 10:11:49 ab80fbf3005f: Layer already exists 10:11:49 c212ff69d499: Layer already exists 10:11:49 3c20671a5817: Layer already exists 10:11:49 0fe85ae931b4: Pushed 10:11:49 8bc1a04ce8ab: Pushed 10:11:56 b34598c05fdc: Pushed 10:11:56 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:4ab3e8642d64730424ce643780632e0a63f8b8517054e44915507a4e83ee78a7 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:56 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 10:11:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:11:56 0fe85ae931b4: Preparing 10:11:56 8bc1a04ce8ab: Preparing 10:11:56 b34598c05fdc: Preparing 10:11:56 8a5aaae076d9: Preparing 10:11:56 4217593ab4f8: Preparing 10:11:56 ab80fbf3005f: Preparing 10:11:56 c212ff69d499: Preparing 10:11:56 3c20671a5817: Preparing 10:11:56 c212ff69d499: Waiting 10:11:56 3c20671a5817: Waiting 10:11:56 ab80fbf3005f: Waiting 10:11:56 8bc1a04ce8ab: Layer already exists 10:11:56 0fe85ae931b4: Layer already exists 10:11:56 b34598c05fdc: Layer already exists 10:11:56 8a5aaae076d9: Layer already exists 10:11:56 4217593ab4f8: Layer already exists 10:11:56 ab80fbf3005f: Layer already exists 10:11:56 3c20671a5817: Layer already exists 10:11:56 c212ff69d499: Layer already exists 10:11:57 latest: digest: sha256:4ab3e8642d64730424ce643780632e0a63f8b8517054e44915507a4e83ee78a7 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:57 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:58 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.47 10:11:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:11:58 0fe85ae931b4: Preparing 10:11:58 8bc1a04ce8ab: Preparing 10:11:58 b34598c05fdc: Preparing 10:11:58 8a5aaae076d9: Preparing 10:11:58 4217593ab4f8: Preparing 10:11:58 ab80fbf3005f: Preparing 10:11:58 c212ff69d499: Preparing 10:11:58 3c20671a5817: Preparing 10:11:58 ab80fbf3005f: Waiting 10:11:58 c212ff69d499: Waiting 10:11:58 3c20671a5817: Waiting 10:11:58 8bc1a04ce8ab: Layer already exists 10:11:58 8a5aaae076d9: Layer already exists 10:11:58 4217593ab4f8: Layer already exists 10:11:58 0fe85ae931b4: Layer already exists 10:11:58 b34598c05fdc: Layer already exists 10:11:58 3c20671a5817: Layer already exists 10:11:58 ab80fbf3005f: Layer already exists 10:11:58 c212ff69d499: Layer already exists 10:11:58 3.2.0-dev.47: digest: sha256:4ab3e8642d64730424ce643780632e0a63f8b8517054e44915507a4e83ee78a7 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:58 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:59 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:11:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:11:59 0fe85ae931b4: Preparing 10:11:59 8bc1a04ce8ab: Preparing 10:11:59 b34598c05fdc: Preparing 10:11:59 8a5aaae076d9: Preparing 10:11:59 4217593ab4f8: Preparing 10:11:59 ab80fbf3005f: Preparing 10:11:59 c212ff69d499: Preparing 10:11:59 3c20671a5817: Preparing 10:11:59 ab80fbf3005f: Waiting 10:11:59 c212ff69d499: Waiting 10:11:59 3c20671a5817: Waiting 10:11:59 4217593ab4f8: Layer already exists 10:11:59 0fe85ae931b4: Layer already exists 10:11:59 8a5aaae076d9: Layer already exists 10:11:59 8bc1a04ce8ab: Layer already exists 10:11:59 b34598c05fdc: Layer already exists 10:11:59 ab80fbf3005f: Layer already exists 10:11:59 c212ff69d499: Layer already exists 10:11:59 3c20671a5817: Layer already exists 10:11:59 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:4ab3e8642d64730424ce643780632e0a63f8b8517054e44915507a4e83ee78a7 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:59 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:00 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 10:12:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:12:00 0fe85ae931b4: Preparing 10:12:00 8bc1a04ce8ab: Preparing 10:12:00 b34598c05fdc: Preparing 10:12:00 8a5aaae076d9: Preparing 10:12:00 4217593ab4f8: Preparing 10:12:00 ab80fbf3005f: Preparing 10:12:00 c212ff69d499: Preparing 10:12:00 3c20671a5817: Preparing 10:12:00 c212ff69d499: Waiting 10:12:00 ab80fbf3005f: Waiting 10:12:00 3c20671a5817: Waiting 10:12:00 8bc1a04ce8ab: Layer already exists 10:12:00 8a5aaae076d9: Layer already exists 10:12:00 0fe85ae931b4: Layer already exists 10:12:00 4217593ab4f8: Layer already exists 10:12:00 b34598c05fdc: Layer already exists 10:12:00 c212ff69d499: Layer already exists 10:12:00 ab80fbf3005f: Layer already exists 10:12:00 3c20671a5817: Layer already exists 10:12:00 main: digest: sha256:4ab3e8642d64730424ce643780632e0a63f8b8517054e44915507a4e83ee78a7 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:12:00 ===================================================== [Pipeline] echo 10:12:00 taggedImages: 10:12:00 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:12:00 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 10:12:00 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.47 10:12:00 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:12:00 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 10:12:00 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 10:12:00 4508c6b134dd8db5d14b2b122fe51143339f6eec 10:12:00 latest 10:12:00 3.2.0-dev.47 10:12:00 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:12:00 main 10:12:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:00 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:12:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:12:01 31288145d9dc: Preparing 10:12:01 f7137aef2b42: Preparing 10:12:01 927c31de4b15: Preparing 10:12:01 4a1df6da295c: Preparing 10:12:01 ead720d42570: Preparing 10:12:01 149aee1c0d05: Preparing 10:12:01 970ba5b0cdb8: Preparing 10:12:01 5c152aa3e9ae: Preparing 10:12:01 8a5aaae076d9: Preparing 10:12:01 4217593ab4f8: Preparing 10:12:01 149aee1c0d05: Waiting 10:12:01 970ba5b0cdb8: Waiting 10:12:01 5c152aa3e9ae: Waiting 10:12:01 8a5aaae076d9: Waiting 10:12:01 c3ca0e11a1d0: Preparing 10:12:01 b96fa532d1be: Preparing 10:12:01 5f70bf18a086: Preparing 10:12:01 d4adcdbe9191: Preparing 10:12:01 1cfd9491ce09: Preparing 10:12:01 6af2ca912572: Preparing 10:12:01 3c20671a5817: Preparing 10:12:01 c3ca0e11a1d0: Waiting 10:12:01 4217593ab4f8: Waiting 10:12:01 b96fa532d1be: Waiting 10:12:01 1cfd9491ce09: Waiting 10:12:01 6af2ca912572: Waiting 10:12:01 3c20671a5817: Waiting 10:12:01 5f70bf18a086: Waiting 10:12:01 d4adcdbe9191: Waiting 10:12:01 927c31de4b15: Pushed 10:12:01 31288145d9dc: Pushed 10:12:01 4a1df6da295c: Pushed 10:12:01 f7137aef2b42: Pushed 10:12:01 ead720d42570: Pushed 10:12:01 4217593ab4f8: Layer already exists 10:12:01 8a5aaae076d9: Layer already exists 10:12:01 149aee1c0d05: Pushed 10:12:01 970ba5b0cdb8: Pushed 10:12:01 5f70bf18a086: Layer already exists 10:12:01 b96fa532d1be: Pushed 10:12:01 d4adcdbe9191: Pushed 10:12:01 c3ca0e11a1d0: Pushed 10:12:02 1cfd9491ce09: Pushed 10:12:02 3c20671a5817: Layer already exists 10:12:02 6af2ca912572: Pushed 10:12:04 5c152aa3e9ae: Pushed 10:12:04 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:fecd31d8633becc3726f79da0c765a8968b4e0dcb8faf412ce8be43004ecde49 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:05 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 10:12:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:12:05 31288145d9dc: Preparing 10:12:05 f7137aef2b42: Preparing 10:12:05 927c31de4b15: Preparing 10:12:05 4a1df6da295c: Preparing 10:12:05 ead720d42570: Preparing 10:12:05 149aee1c0d05: Preparing 10:12:05 970ba5b0cdb8: Preparing 10:12:05 5c152aa3e9ae: Preparing 10:12:05 8a5aaae076d9: Preparing 10:12:05 4217593ab4f8: Preparing 10:12:05 c3ca0e11a1d0: Preparing 10:12:05 b96fa532d1be: Preparing 10:12:05 5f70bf18a086: Preparing 10:12:05 d4adcdbe9191: Preparing 10:12:05 1cfd9491ce09: Preparing 10:12:05 6af2ca912572: Preparing 10:12:05 3c20671a5817: Preparing 10:12:05 970ba5b0cdb8: Waiting 10:12:05 5c152aa3e9ae: Waiting 10:12:05 8a5aaae076d9: Waiting 10:12:05 4217593ab4f8: Waiting 10:12:05 c3ca0e11a1d0: Waiting 10:12:05 b96fa532d1be: Waiting 10:12:05 5f70bf18a086: Waiting 10:12:05 149aee1c0d05: Waiting 10:12:05 d4adcdbe9191: Waiting 10:12:05 6af2ca912572: Waiting 10:12:05 1cfd9491ce09: Waiting 10:12:05 3c20671a5817: Waiting 10:12:05 927c31de4b15: Layer already exists 10:12:05 31288145d9dc: Layer already exists 10:12:05 ead720d42570: Layer already exists 10:12:05 4a1df6da295c: Layer already exists 10:12:05 f7137aef2b42: Layer already exists 10:12:05 8a5aaae076d9: Layer already exists 10:12:05 5c152aa3e9ae: Layer already exists 10:12:05 149aee1c0d05: Layer already exists 10:12:05 970ba5b0cdb8: Layer already exists 10:12:05 4217593ab4f8: Layer already exists 10:12:05 1cfd9491ce09: Layer already exists 10:12:05 c3ca0e11a1d0: Layer already exists 10:12:05 d4adcdbe9191: Layer already exists 10:12:05 5f70bf18a086: Layer already exists 10:12:05 b96fa532d1be: Layer already exists 10:12:05 6af2ca912572: Layer already exists 10:12:05 3c20671a5817: Layer already exists 10:12:05 latest: digest: sha256:fecd31d8633becc3726f79da0c765a8968b4e0dcb8faf412ce8be43004ecde49 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:06 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.47 10:12:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:12:06 31288145d9dc: Preparing 10:12:06 f7137aef2b42: Preparing 10:12:06 927c31de4b15: Preparing 10:12:06 4a1df6da295c: Preparing 10:12:06 ead720d42570: Preparing 10:12:06 149aee1c0d05: Preparing 10:12:06 970ba5b0cdb8: Preparing 10:12:06 5c152aa3e9ae: Preparing 10:12:06 8a5aaae076d9: Preparing 10:12:06 4217593ab4f8: Preparing 10:12:06 c3ca0e11a1d0: Preparing 10:12:06 b96fa532d1be: Preparing 10:12:06 5f70bf18a086: Preparing 10:12:06 d4adcdbe9191: Preparing 10:12:06 1cfd9491ce09: Preparing 10:12:06 6af2ca912572: Preparing 10:12:06 3c20671a5817: Preparing 10:12:06 8a5aaae076d9: Waiting 10:12:06 4217593ab4f8: Waiting 10:12:06 c3ca0e11a1d0: Waiting 10:12:06 b96fa532d1be: Waiting 10:12:06 149aee1c0d05: Waiting 10:12:06 5f70bf18a086: Waiting 10:12:06 970ba5b0cdb8: Waiting 10:12:06 d4adcdbe9191: Waiting 10:12:06 1cfd9491ce09: Waiting 10:12:06 6af2ca912572: Waiting 10:12:06 3c20671a5817: Waiting 10:12:06 5c152aa3e9ae: Waiting 10:12:06 927c31de4b15: Layer already exists 10:12:06 4a1df6da295c: Layer already exists 10:12:06 31288145d9dc: Layer already exists 10:12:06 ead720d42570: Layer already exists 10:12:06 f7137aef2b42: Layer already exists 10:12:06 5c152aa3e9ae: Layer already exists 10:12:06 970ba5b0cdb8: Layer already exists 10:12:06 8a5aaae076d9: Layer already exists 10:12:06 4217593ab4f8: Layer already exists 10:12:06 149aee1c0d05: Layer already exists 10:12:06 b96fa532d1be: Layer already exists 10:12:06 1cfd9491ce09: Layer already exists 10:12:06 5f70bf18a086: Layer already exists 10:12:06 c3ca0e11a1d0: Layer already exists 10:12:06 d4adcdbe9191: Layer already exists 10:12:06 6af2ca912572: Layer already exists 10:12:06 3c20671a5817: Layer already exists 10:12:06 3.2.0-dev.47: digest: sha256:fecd31d8633becc3726f79da0c765a8968b4e0dcb8faf412ce8be43004ecde49 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:07 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:07 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:12:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:12:07 31288145d9dc: Preparing 10:12:07 f7137aef2b42: Preparing 10:12:07 927c31de4b15: Preparing 10:12:07 4a1df6da295c: Preparing 10:12:07 ead720d42570: Preparing 10:12:07 149aee1c0d05: Preparing 10:12:07 970ba5b0cdb8: Preparing 10:12:07 5c152aa3e9ae: Preparing 10:12:07 8a5aaae076d9: Preparing 10:12:07 4217593ab4f8: Preparing 10:12:07 c3ca0e11a1d0: Preparing 10:12:07 b96fa532d1be: Preparing 10:12:07 5f70bf18a086: Preparing 10:12:07 d4adcdbe9191: Preparing 10:12:07 1cfd9491ce09: Preparing 10:12:07 6af2ca912572: Preparing 10:12:07 3c20671a5817: Preparing 10:12:07 149aee1c0d05: Waiting 10:12:07 970ba5b0cdb8: Waiting 10:12:07 b96fa532d1be: Waiting 10:12:07 5f70bf18a086: Waiting 10:12:07 d4adcdbe9191: Waiting 10:12:07 1cfd9491ce09: Waiting 10:12:07 6af2ca912572: Waiting 10:12:07 3c20671a5817: Waiting 10:12:07 4217593ab4f8: Waiting 10:12:07 5c152aa3e9ae: Waiting 10:12:07 c3ca0e11a1d0: Waiting 10:12:07 8a5aaae076d9: Waiting 10:12:07 ead720d42570: Layer already exists 10:12:07 31288145d9dc: Layer already exists 10:12:07 f7137aef2b42: Layer already exists 10:12:07 4a1df6da295c: Layer already exists 10:12:07 927c31de4b15: Layer already exists 10:12:07 970ba5b0cdb8: Layer already exists 10:12:07 149aee1c0d05: Layer already exists 10:12:07 8a5aaae076d9: Layer already exists 10:12:07 4217593ab4f8: Layer already exists 10:12:07 5c152aa3e9ae: Layer already exists 10:12:07 d4adcdbe9191: Layer already exists 10:12:07 c3ca0e11a1d0: Layer already exists 10:12:07 5f70bf18a086: Layer already exists 10:12:07 b96fa532d1be: Layer already exists 10:12:07 1cfd9491ce09: Layer already exists 10:12:07 3c20671a5817: Layer already exists 10:12:07 6af2ca912572: Layer already exists 10:12:07 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:fecd31d8633becc3726f79da0c765a8968b4e0dcb8faf412ce8be43004ecde49 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:08 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:08 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 10:12:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:12:08 31288145d9dc: Preparing 10:12:08 f7137aef2b42: Preparing 10:12:08 927c31de4b15: Preparing 10:12:08 4a1df6da295c: Preparing 10:12:08 ead720d42570: Preparing 10:12:08 149aee1c0d05: Preparing 10:12:08 970ba5b0cdb8: Preparing 10:12:08 5c152aa3e9ae: Preparing 10:12:08 8a5aaae076d9: Preparing 10:12:08 4217593ab4f8: Preparing 10:12:08 c3ca0e11a1d0: Preparing 10:12:08 b96fa532d1be: Preparing 10:12:08 5f70bf18a086: Preparing 10:12:08 d4adcdbe9191: Preparing 10:12:08 1cfd9491ce09: Preparing 10:12:08 6af2ca912572: Preparing 10:12:08 3c20671a5817: Preparing 10:12:08 5c152aa3e9ae: Waiting 10:12:08 8a5aaae076d9: Waiting 10:12:08 4217593ab4f8: Waiting 10:12:08 c3ca0e11a1d0: Waiting 10:12:08 b96fa532d1be: Waiting 10:12:08 5f70bf18a086: Waiting 10:12:08 d4adcdbe9191: Waiting 10:12:08 1cfd9491ce09: Waiting 10:12:08 6af2ca912572: Waiting 10:12:08 149aee1c0d05: Waiting 10:12:08 970ba5b0cdb8: Waiting 10:12:08 f7137aef2b42: Layer already exists 10:12:08 927c31de4b15: Layer already exists 10:12:08 ead720d42570: Layer already exists 10:12:08 4a1df6da295c: Layer already exists 10:12:08 31288145d9dc: Layer already exists 10:12:08 970ba5b0cdb8: Layer already exists 10:12:08 5c152aa3e9ae: Layer already exists 10:12:08 149aee1c0d05: Layer already exists 10:12:08 8a5aaae076d9: Layer already exists 10:12:08 4217593ab4f8: Layer already exists 10:12:08 d4adcdbe9191: Layer already exists 10:12:08 5f70bf18a086: Layer already exists 10:12:08 c3ca0e11a1d0: Layer already exists 10:12:08 1cfd9491ce09: Layer already exists 10:12:08 b96fa532d1be: Layer already exists 10:12:08 3c20671a5817: Layer already exists 10:12:08 6af2ca912572: Layer already exists 10:12:08 main: digest: sha256:fecd31d8633becc3726f79da0c765a8968b4e0dcb8faf412ce8be43004ecde49 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:12:08 ===================================================== [Pipeline] echo 10:12:08 taggedImages: 10:12:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:12:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 10:12:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.47 10:12:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:12:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 10:12:08 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 10:12:08 4508c6b134dd8db5d14b2b122fe51143339f6eec 10:12:08 latest 10:12:08 3.2.0-dev.47 10:12:08 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:12:08 main 10:12:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:09 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:12:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:12:09 e67151b8de1b: Preparing 10:12:09 b93b4666e132: Preparing 10:12:09 9ec016c7cb77: Preparing 10:12:09 d1d4d1e1e5b5: Preparing 10:12:09 8a5aaae076d9: Preparing 10:12:09 4217593ab4f8: Preparing 10:12:09 ab80fbf3005f: Preparing 10:12:09 c212ff69d499: Preparing 10:12:09 3c20671a5817: Preparing 10:12:09 4217593ab4f8: Waiting 10:12:09 ab80fbf3005f: Waiting 10:12:09 c212ff69d499: Waiting 10:12:09 3c20671a5817: Waiting 10:12:09 8a5aaae076d9: Layer already exists 10:12:09 4217593ab4f8: Layer already exists 10:12:09 9ec016c7cb77: Pushed 10:12:09 b93b4666e132: Pushed 10:12:09 ab80fbf3005f: Layer already exists 10:12:09 c212ff69d499: Layer already exists 10:12:09 3c20671a5817: Layer already exists 10:12:09 e67151b8de1b: Pushed 10:12:15 d1d4d1e1e5b5: Pushed 10:12:15 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:7508a58cc1ff78b6d65d3f3a5b1602ef16e23e55bddbe950d6299a7838465955 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:15 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 10:12:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:12:16 e67151b8de1b: Preparing 10:12:16 b93b4666e132: Preparing 10:12:16 9ec016c7cb77: Preparing 10:12:16 d1d4d1e1e5b5: Preparing 10:12:16 8a5aaae076d9: Preparing 10:12:16 4217593ab4f8: Preparing 10:12:16 ab80fbf3005f: Preparing 10:12:16 c212ff69d499: Preparing 10:12:16 3c20671a5817: Preparing 10:12:16 4217593ab4f8: Waiting 10:12:16 ab80fbf3005f: Waiting 10:12:16 c212ff69d499: Waiting 10:12:16 3c20671a5817: Waiting 10:12:16 e67151b8de1b: Layer already exists 10:12:16 8a5aaae076d9: Layer already exists 10:12:16 d1d4d1e1e5b5: Layer already exists 10:12:16 b93b4666e132: Layer already exists 10:12:16 9ec016c7cb77: Layer already exists 10:12:16 3c20671a5817: Layer already exists 10:12:16 4217593ab4f8: Layer already exists 10:12:16 c212ff69d499: Layer already exists 10:12:16 ab80fbf3005f: Layer already exists 10:12:16 latest: digest: sha256:7508a58cc1ff78b6d65d3f3a5b1602ef16e23e55bddbe950d6299a7838465955 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:16 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.47 10:12:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:12:17 e67151b8de1b: Preparing 10:12:17 b93b4666e132: Preparing 10:12:17 9ec016c7cb77: Preparing 10:12:17 d1d4d1e1e5b5: Preparing 10:12:17 8a5aaae076d9: Preparing 10:12:17 4217593ab4f8: Preparing 10:12:17 ab80fbf3005f: Preparing 10:12:17 c212ff69d499: Preparing 10:12:17 3c20671a5817: Preparing 10:12:17 4217593ab4f8: Waiting 10:12:17 ab80fbf3005f: Waiting 10:12:17 c212ff69d499: Waiting 10:12:17 3c20671a5817: Waiting 10:12:17 9ec016c7cb77: Layer already exists 10:12:17 d1d4d1e1e5b5: Layer already exists 10:12:17 e67151b8de1b: Layer already exists 10:12:17 b93b4666e132: Layer already exists 10:12:17 8a5aaae076d9: Layer already exists 10:12:17 c212ff69d499: Layer already exists 10:12:17 ab80fbf3005f: Layer already exists 10:12:17 3c20671a5817: Layer already exists 10:12:17 4217593ab4f8: Layer already exists 10:12:17 3.2.0-dev.47: digest: sha256:7508a58cc1ff78b6d65d3f3a5b1602ef16e23e55bddbe950d6299a7838465955 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:17 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:12:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:12:18 e67151b8de1b: Preparing 10:12:18 b93b4666e132: Preparing 10:12:18 9ec016c7cb77: Preparing 10:12:18 d1d4d1e1e5b5: Preparing 10:12:18 8a5aaae076d9: Preparing 10:12:18 4217593ab4f8: Preparing 10:12:18 ab80fbf3005f: Preparing 10:12:18 c212ff69d499: Preparing 10:12:18 3c20671a5817: Preparing 10:12:18 4217593ab4f8: Waiting 10:12:18 ab80fbf3005f: Waiting 10:12:18 c212ff69d499: Waiting 10:12:18 3c20671a5817: Waiting 10:12:18 d1d4d1e1e5b5: Layer already exists 10:12:18 9ec016c7cb77: Layer already exists 10:12:18 b93b4666e132: Layer already exists 10:12:18 e67151b8de1b: Layer already exists 10:12:18 8a5aaae076d9: Layer already exists 10:12:18 c212ff69d499: Layer already exists 10:12:18 ab80fbf3005f: Layer already exists 10:12:18 3c20671a5817: Layer already exists 10:12:18 4217593ab4f8: Layer already exists 10:12:18 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:7508a58cc1ff78b6d65d3f3a5b1602ef16e23e55bddbe950d6299a7838465955 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:18 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 10:12:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:12:19 e67151b8de1b: Preparing 10:12:19 b93b4666e132: Preparing 10:12:19 9ec016c7cb77: Preparing 10:12:19 d1d4d1e1e5b5: Preparing 10:12:19 8a5aaae076d9: Preparing 10:12:19 4217593ab4f8: Preparing 10:12:19 ab80fbf3005f: Preparing 10:12:19 c212ff69d499: Preparing 10:12:19 3c20671a5817: Preparing 10:12:19 ab80fbf3005f: Waiting 10:12:19 c212ff69d499: Waiting 10:12:19 3c20671a5817: Waiting 10:12:19 4217593ab4f8: Waiting 10:12:19 d1d4d1e1e5b5: Layer already exists 10:12:19 8a5aaae076d9: Layer already exists 10:12:19 9ec016c7cb77: Layer already exists 10:12:19 e67151b8de1b: Layer already exists 10:12:19 b93b4666e132: Layer already exists 10:12:19 3c20671a5817: Layer already exists 10:12:19 ab80fbf3005f: Layer already exists 10:12:19 c212ff69d499: Layer already exists 10:12:19 4217593ab4f8: Layer already exists 10:12:20 main: digest: sha256:7508a58cc1ff78b6d65d3f3a5b1602ef16e23e55bddbe950d6299a7838465955 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:12:20 ===================================================== [Pipeline] echo 10:12:20 taggedImages: 10:12:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:12:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 10:12:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.47 10:12:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:12:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 10:12:20 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 10:12:20 4508c6b134dd8db5d14b2b122fe51143339f6eec 10:12:20 latest 10:12:20 3.2.0-dev.47 10:12:20 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:12:20 main 10:12:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:20 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:12:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:12:21 0472c926f0f4: Preparing 10:12:21 558ec6d10ebe: Preparing 10:12:21 c313f41da9ed: Preparing 10:12:21 63236f08116c: Preparing 10:12:21 97977ef12d94: Preparing 10:12:21 8a5aaae076d9: Preparing 10:12:21 4217593ab4f8: Preparing 10:12:21 5ddb2e3fe3db: Preparing 10:12:21 72a9a322b7e6: Preparing 10:12:21 07c8809ebc50: Preparing 10:12:21 3c20671a5817: Preparing 10:12:21 8a5aaae076d9: Waiting 10:12:21 4217593ab4f8: Waiting 10:12:21 5ddb2e3fe3db: Waiting 10:12:21 72a9a322b7e6: Waiting 10:12:21 07c8809ebc50: Waiting 10:12:21 3c20671a5817: Waiting 10:12:21 97977ef12d94: Pushed 10:12:21 63236f08116c: Pushed 10:12:21 0472c926f0f4: Pushed 10:12:21 558ec6d10ebe: Pushed 10:12:21 8a5aaae076d9: Layer already exists 10:12:21 4217593ab4f8: Layer already exists 10:12:21 3c20671a5817: Layer already exists 10:12:21 5ddb2e3fe3db: Pushed 10:12:21 72a9a322b7e6: Pushed 10:12:23 c313f41da9ed: Pushed 10:12:24 07c8809ebc50: Pushed 10:12:24 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:7936be720d57892023c15d133efaa835960bc41e3f161611a08cb6e4ef71e206 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:24 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 10:12:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:12:25 0472c926f0f4: Preparing 10:12:25 558ec6d10ebe: Preparing 10:12:25 c313f41da9ed: Preparing 10:12:25 63236f08116c: Preparing 10:12:25 97977ef12d94: Preparing 10:12:25 8a5aaae076d9: Preparing 10:12:25 4217593ab4f8: Preparing 10:12:25 8a5aaae076d9: Waiting 10:12:25 5ddb2e3fe3db: Preparing 10:12:25 72a9a322b7e6: Preparing 10:12:25 07c8809ebc50: Preparing 10:12:25 3c20671a5817: Preparing 10:12:25 4217593ab4f8: Waiting 10:12:25 5ddb2e3fe3db: Waiting 10:12:25 07c8809ebc50: Waiting 10:12:25 72a9a322b7e6: Waiting 10:12:25 3c20671a5817: Waiting 10:12:25 0472c926f0f4: Layer already exists 10:12:25 97977ef12d94: Layer already exists 10:12:25 558ec6d10ebe: Layer already exists 10:12:25 63236f08116c: Layer already exists 10:12:25 c313f41da9ed: Layer already exists 10:12:25 8a5aaae076d9: Layer already exists 10:12:25 72a9a322b7e6: Layer already exists 10:12:25 4217593ab4f8: Layer already exists 10:12:25 5ddb2e3fe3db: Layer already exists 10:12:25 07c8809ebc50: Layer already exists 10:12:25 3c20671a5817: Layer already exists 10:12:25 latest: digest: sha256:7936be720d57892023c15d133efaa835960bc41e3f161611a08cb6e4ef71e206 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:25 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.47 10:12:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:12:26 0472c926f0f4: Preparing 10:12:26 558ec6d10ebe: Preparing 10:12:26 c313f41da9ed: Preparing 10:12:26 63236f08116c: Preparing 10:12:26 97977ef12d94: Preparing 10:12:26 8a5aaae076d9: Preparing 10:12:26 4217593ab4f8: Preparing 10:12:26 5ddb2e3fe3db: Preparing 10:12:26 72a9a322b7e6: Preparing 10:12:26 07c8809ebc50: Preparing 10:12:26 3c20671a5817: Preparing 10:12:26 72a9a322b7e6: Waiting 10:12:26 8a5aaae076d9: Waiting 10:12:26 07c8809ebc50: Waiting 10:12:26 3c20671a5817: Waiting 10:12:26 4217593ab4f8: Waiting 10:12:26 5ddb2e3fe3db: Waiting 10:12:26 c313f41da9ed: Layer already exists 10:12:26 558ec6d10ebe: Layer already exists 10:12:26 0472c926f0f4: Layer already exists 10:12:26 63236f08116c: Layer already exists 10:12:26 97977ef12d94: Layer already exists 10:12:26 8a5aaae076d9: Layer already exists 10:12:26 4217593ab4f8: Layer already exists 10:12:26 5ddb2e3fe3db: Layer already exists 10:12:26 07c8809ebc50: Layer already exists 10:12:26 72a9a322b7e6: Layer already exists 10:12:26 3c20671a5817: Layer already exists 10:12:26 3.2.0-dev.47: digest: sha256:7936be720d57892023c15d133efaa835960bc41e3f161611a08cb6e4ef71e206 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:26 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:12:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:12:26 0472c926f0f4: Preparing 10:12:26 558ec6d10ebe: Preparing 10:12:26 c313f41da9ed: Preparing 10:12:26 63236f08116c: Preparing 10:12:26 97977ef12d94: Preparing 10:12:26 8a5aaae076d9: Preparing 10:12:26 4217593ab4f8: Preparing 10:12:26 5ddb2e3fe3db: Preparing 10:12:26 72a9a322b7e6: Preparing 10:12:26 07c8809ebc50: Preparing 10:12:26 3c20671a5817: Preparing 10:12:26 8a5aaae076d9: Waiting 10:12:26 4217593ab4f8: Waiting 10:12:26 5ddb2e3fe3db: Waiting 10:12:26 72a9a322b7e6: Waiting 10:12:26 07c8809ebc50: Waiting 10:12:26 3c20671a5817: Waiting 10:12:26 63236f08116c: Layer already exists 10:12:26 558ec6d10ebe: Layer already exists 10:12:26 c313f41da9ed: Layer already exists 10:12:26 97977ef12d94: Layer already exists 10:12:26 0472c926f0f4: Layer already exists 10:12:26 4217593ab4f8: Layer already exists 10:12:26 5ddb2e3fe3db: Layer already exists 10:12:26 72a9a322b7e6: Layer already exists 10:12:26 8a5aaae076d9: Layer already exists 10:12:26 07c8809ebc50: Layer already exists 10:12:26 3c20671a5817: Layer already exists 10:12:27 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:7936be720d57892023c15d133efaa835960bc41e3f161611a08cb6e4ef71e206 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:27 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 10:12:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:12:27 0472c926f0f4: Preparing 10:12:27 558ec6d10ebe: Preparing 10:12:27 c313f41da9ed: Preparing 10:12:27 63236f08116c: Preparing 10:12:27 97977ef12d94: Preparing 10:12:27 8a5aaae076d9: Preparing 10:12:27 4217593ab4f8: Preparing 10:12:27 5ddb2e3fe3db: Preparing 10:12:27 72a9a322b7e6: Preparing 10:12:27 07c8809ebc50: Preparing 10:12:27 3c20671a5817: Preparing 10:12:27 4217593ab4f8: Waiting 10:12:27 5ddb2e3fe3db: Waiting 10:12:27 72a9a322b7e6: Waiting 10:12:27 07c8809ebc50: Waiting 10:12:27 3c20671a5817: Waiting 10:12:27 8a5aaae076d9: Waiting 10:12:27 558ec6d10ebe: Layer already exists 10:12:27 63236f08116c: Layer already exists 10:12:27 0472c926f0f4: Layer already exists 10:12:27 97977ef12d94: Layer already exists 10:12:27 c313f41da9ed: Layer already exists 10:12:27 5ddb2e3fe3db: Layer already exists 10:12:27 07c8809ebc50: Layer already exists 10:12:27 4217593ab4f8: Layer already exists 10:12:27 72a9a322b7e6: Layer already exists 10:12:27 8a5aaae076d9: Layer already exists 10:12:28 3c20671a5817: Layer already exists 10:12:28 main: digest: sha256:7936be720d57892023c15d133efaa835960bc41e3f161611a08cb6e4ef71e206 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:12:28 ===================================================== [Pipeline] echo 10:12:28 taggedImages: 10:12:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:12:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 10:12:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.47 10:12:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:12:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 10:12:28 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 10:12:28 4508c6b134dd8db5d14b2b122fe51143339f6eec 10:12:28 latest 10:12:28 3.2.0-dev.47 10:12:28 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:12:28 main 10:12:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:28 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:29 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:12:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:12:29 c7eb5b6d5fc1: Preparing 10:12:29 bcf1bef8fee6: Preparing 10:12:29 efab91007929: Preparing 10:12:29 fd75ab483716: Preparing 10:12:29 8e93c58ed900: Preparing 10:12:29 d355de4939d6: Preparing 10:12:29 e7f6ba896ec0: Preparing 10:12:29 8a5aaae076d9: Preparing 10:12:29 4217593ab4f8: Preparing 10:12:29 17833e2a5961: Preparing 10:12:29 42ae93b2bfe5: Preparing 10:12:29 3c20671a5817: Preparing 10:12:29 d355de4939d6: Waiting 10:12:29 e7f6ba896ec0: Waiting 10:12:29 8a5aaae076d9: Waiting 10:12:29 4217593ab4f8: Waiting 10:12:29 17833e2a5961: Waiting 10:12:29 42ae93b2bfe5: Waiting 10:12:29 3c20671a5817: Waiting 10:12:29 bcf1bef8fee6: Pushed 10:12:29 8e93c58ed900: Pushed 10:12:29 c7eb5b6d5fc1: Pushed 10:12:29 8a5aaae076d9: Layer already exists 10:12:29 d355de4939d6: Pushed 10:12:29 4217593ab4f8: Layer already exists 10:12:29 e7f6ba896ec0: Pushed 10:12:29 3c20671a5817: Layer already exists 10:12:29 17833e2a5961: Pushed 10:12:31 fd75ab483716: Pushed 10:12:32 efab91007929: Pushed 10:12:32 42ae93b2bfe5: Pushed 10:12:32 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:9c0d30f0003bb08706c47f107e25c745e6464bac49763702b471ed1c37440c43 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:32 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:33 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 10:12:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:12:33 c7eb5b6d5fc1: Preparing 10:12:33 bcf1bef8fee6: Preparing 10:12:33 efab91007929: Preparing 10:12:33 fd75ab483716: Preparing 10:12:33 8e93c58ed900: Preparing 10:12:33 d355de4939d6: Preparing 10:12:33 e7f6ba896ec0: Preparing 10:12:33 8a5aaae076d9: Preparing 10:12:33 4217593ab4f8: Preparing 10:12:33 17833e2a5961: Preparing 10:12:33 42ae93b2bfe5: Preparing 10:12:33 3c20671a5817: Preparing 10:12:33 8a5aaae076d9: Waiting 10:12:33 4217593ab4f8: Waiting 10:12:33 17833e2a5961: Waiting 10:12:33 42ae93b2bfe5: Waiting 10:12:33 e7f6ba896ec0: Waiting 10:12:33 d355de4939d6: Waiting 10:12:33 3c20671a5817: Waiting 10:12:33 fd75ab483716: Layer already exists 10:12:33 c7eb5b6d5fc1: Layer already exists 10:12:33 efab91007929: Layer already exists 10:12:33 bcf1bef8fee6: Layer already exists 10:12:33 8e93c58ed900: Layer already exists 10:12:33 d355de4939d6: Layer already exists 10:12:33 8a5aaae076d9: Layer already exists 10:12:33 e7f6ba896ec0: Layer already exists 10:12:33 17833e2a5961: Layer already exists 10:12:33 4217593ab4f8: Layer already exists 10:12:33 42ae93b2bfe5: Layer already exists 10:12:33 3c20671a5817: Layer already exists 10:12:33 latest: digest: sha256:9c0d30f0003bb08706c47f107e25c745e6464bac49763702b471ed1c37440c43 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:33 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:34 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.47 10:12:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:12:34 c7eb5b6d5fc1: Preparing 10:12:34 bcf1bef8fee6: Preparing 10:12:34 efab91007929: Preparing 10:12:34 fd75ab483716: Preparing 10:12:34 8e93c58ed900: Preparing 10:12:34 d355de4939d6: Preparing 10:12:34 e7f6ba896ec0: Preparing 10:12:34 d355de4939d6: Waiting 10:12:34 e7f6ba896ec0: Waiting 10:12:34 8a5aaae076d9: Preparing 10:12:34 4217593ab4f8: Preparing 10:12:34 8a5aaae076d9: Waiting 10:12:34 4217593ab4f8: Waiting 10:12:34 17833e2a5961: Preparing 10:12:34 42ae93b2bfe5: Preparing 10:12:34 17833e2a5961: Waiting 10:12:34 42ae93b2bfe5: Waiting 10:12:34 3c20671a5817: Preparing 10:12:34 3c20671a5817: Waiting 10:12:34 8e93c58ed900: Layer already exists 10:12:34 bcf1bef8fee6: Layer already exists 10:12:34 fd75ab483716: Layer already exists 10:12:34 efab91007929: Layer already exists 10:12:34 c7eb5b6d5fc1: Layer already exists 10:12:34 8a5aaae076d9: Layer already exists 10:12:34 e7f6ba896ec0: Layer already exists 10:12:34 d355de4939d6: Layer already exists 10:12:34 17833e2a5961: Layer already exists 10:12:34 4217593ab4f8: Layer already exists 10:12:34 3c20671a5817: Layer already exists 10:12:34 42ae93b2bfe5: Layer already exists 10:12:34 3.2.0-dev.47: digest: sha256:9c0d30f0003bb08706c47f107e25c745e6464bac49763702b471ed1c37440c43 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:34 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:35 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:12:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:12:35 c7eb5b6d5fc1: Preparing 10:12:35 bcf1bef8fee6: Preparing 10:12:35 efab91007929: Preparing 10:12:35 fd75ab483716: Preparing 10:12:35 8e93c58ed900: Preparing 10:12:35 d355de4939d6: Preparing 10:12:35 e7f6ba896ec0: Preparing 10:12:35 8a5aaae076d9: Preparing 10:12:35 4217593ab4f8: Preparing 10:12:35 d355de4939d6: Waiting 10:12:35 17833e2a5961: Preparing 10:12:35 e7f6ba896ec0: Waiting 10:12:35 42ae93b2bfe5: Preparing 10:12:35 8a5aaae076d9: Waiting 10:12:35 3c20671a5817: Preparing 10:12:35 4217593ab4f8: Waiting 10:12:35 17833e2a5961: Waiting 10:12:35 3c20671a5817: Waiting 10:12:35 42ae93b2bfe5: Waiting 10:12:35 efab91007929: Layer already exists 10:12:35 c7eb5b6d5fc1: Layer already exists 10:12:35 bcf1bef8fee6: Layer already exists 10:12:35 8e93c58ed900: Layer already exists 10:12:35 fd75ab483716: Layer already exists 10:12:35 8a5aaae076d9: Layer already exists 10:12:35 e7f6ba896ec0: Layer already exists 10:12:35 4217593ab4f8: Layer already exists 10:12:35 d355de4939d6: Layer already exists 10:12:35 17833e2a5961: Layer already exists 10:12:35 3c20671a5817: Layer already exists 10:12:35 42ae93b2bfe5: Layer already exists 10:12:35 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:9c0d30f0003bb08706c47f107e25c745e6464bac49763702b471ed1c37440c43 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:35 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:36 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 10:12:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:12:36 c7eb5b6d5fc1: Preparing 10:12:36 bcf1bef8fee6: Preparing 10:12:36 efab91007929: Preparing 10:12:36 fd75ab483716: Preparing 10:12:36 8e93c58ed900: Preparing 10:12:36 d355de4939d6: Preparing 10:12:36 e7f6ba896ec0: Preparing 10:12:36 8a5aaae076d9: Preparing 10:12:36 4217593ab4f8: Preparing 10:12:36 17833e2a5961: Preparing 10:12:36 42ae93b2bfe5: Preparing 10:12:36 3c20671a5817: Preparing 10:12:36 8a5aaae076d9: Waiting 10:12:36 4217593ab4f8: Waiting 10:12:36 17833e2a5961: Waiting 10:12:36 42ae93b2bfe5: Waiting 10:12:36 3c20671a5817: Waiting 10:12:36 d355de4939d6: Waiting 10:12:36 e7f6ba896ec0: Waiting 10:12:36 8e93c58ed900: Layer already exists 10:12:36 bcf1bef8fee6: Layer already exists 10:12:36 fd75ab483716: Layer already exists 10:12:36 efab91007929: Layer already exists 10:12:36 c7eb5b6d5fc1: Layer already exists 10:12:36 e7f6ba896ec0: Layer already exists 10:12:36 d355de4939d6: Layer already exists 10:12:36 17833e2a5961: Layer already exists 10:12:36 8a5aaae076d9: Layer already exists 10:12:36 4217593ab4f8: Layer already exists 10:12:36 3c20671a5817: Layer already exists 10:12:36 42ae93b2bfe5: Layer already exists 10:12:36 main: digest: sha256:9c0d30f0003bb08706c47f107e25c745e6464bac49763702b471ed1c37440c43 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:12:36 ===================================================== [Pipeline] echo 10:12:36 taggedImages: 10:12:36 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:12:36 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 10:12:36 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.47 10:12:36 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:12:36 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 10:12:36 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 10:12:36 4508c6b134dd8db5d14b2b122fe51143339f6eec 10:12:36 latest 10:12:36 3.2.0-dev.47 10:12:36 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:12:36 main 10:12:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:36 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:37 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:12:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:12:37 323b214126af: Preparing 10:12:37 d4a60704a649: Preparing 10:12:37 8a5aaae076d9: Preparing 10:12:37 4217593ab4f8: Preparing 10:12:37 9a6f8d9e87b0: Preparing 10:12:37 82199c57de0f: Preparing 10:12:37 3c20671a5817: Preparing 10:12:37 82199c57de0f: Waiting 10:12:37 4217593ab4f8: Layer already exists 10:12:37 8a5aaae076d9: Layer already exists 10:12:37 3c20671a5817: Layer already exists 10:12:37 9a6f8d9e87b0: Pushed 10:12:37 323b214126af: Pushed 10:12:39 82199c57de0f: Pushed 10:12:41 d4a60704a649: Pushed 10:12:41 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:aeb3d238ce22983183bd918f37695ce6f6960694f94ca5a50979de00b89234c2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:41 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:42 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 10:12:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:12:42 323b214126af: Preparing 10:12:42 d4a60704a649: Preparing 10:12:42 8a5aaae076d9: Preparing 10:12:42 4217593ab4f8: Preparing 10:12:42 9a6f8d9e87b0: Preparing 10:12:42 82199c57de0f: Preparing 10:12:42 3c20671a5817: Preparing 10:12:42 82199c57de0f: Waiting 10:12:42 3c20671a5817: Waiting 10:12:42 4217593ab4f8: Layer already exists 10:12:42 8a5aaae076d9: Layer already exists 10:12:42 d4a60704a649: Layer already exists 10:12:42 9a6f8d9e87b0: Layer already exists 10:12:42 323b214126af: Layer already exists 10:12:42 82199c57de0f: Layer already exists 10:12:42 3c20671a5817: Layer already exists 10:12:42 latest: digest: sha256:aeb3d238ce22983183bd918f37695ce6f6960694f94ca5a50979de00b89234c2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:42 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:43 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.47 10:12:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:12:43 323b214126af: Preparing 10:12:43 d4a60704a649: Preparing 10:12:43 8a5aaae076d9: Preparing 10:12:43 4217593ab4f8: Preparing 10:12:43 9a6f8d9e87b0: Preparing 10:12:43 82199c57de0f: Preparing 10:12:43 3c20671a5817: Preparing 10:12:43 82199c57de0f: Waiting 10:12:43 3c20671a5817: Waiting 10:12:43 323b214126af: Layer already exists 10:12:43 8a5aaae076d9: Layer already exists 10:12:43 4217593ab4f8: Layer already exists 10:12:43 d4a60704a649: Layer already exists 10:12:43 9a6f8d9e87b0: Layer already exists 10:12:43 3c20671a5817: Layer already exists 10:12:43 82199c57de0f: Layer already exists 10:12:43 3.2.0-dev.47: digest: sha256:aeb3d238ce22983183bd918f37695ce6f6960694f94ca5a50979de00b89234c2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:43 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:44 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:12:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:12:44 323b214126af: Preparing 10:12:44 d4a60704a649: Preparing 10:12:44 8a5aaae076d9: Preparing 10:12:44 4217593ab4f8: Preparing 10:12:44 9a6f8d9e87b0: Preparing 10:12:44 82199c57de0f: Preparing 10:12:44 3c20671a5817: Preparing 10:12:44 82199c57de0f: Waiting 10:12:44 3c20671a5817: Waiting 10:12:44 4217593ab4f8: Layer already exists 10:12:44 8a5aaae076d9: Layer already exists 10:12:44 323b214126af: Layer already exists 10:12:44 9a6f8d9e87b0: Layer already exists 10:12:44 d4a60704a649: Layer already exists 10:12:44 82199c57de0f: Layer already exists 10:12:44 3c20671a5817: Layer already exists 10:12:44 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:aeb3d238ce22983183bd918f37695ce6f6960694f94ca5a50979de00b89234c2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:44 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:45 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 10:12:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:12:45 323b214126af: Preparing 10:12:45 d4a60704a649: Preparing 10:12:45 8a5aaae076d9: Preparing 10:12:45 4217593ab4f8: Preparing 10:12:45 9a6f8d9e87b0: Preparing 10:12:45 82199c57de0f: Preparing 10:12:45 3c20671a5817: Preparing 10:12:45 82199c57de0f: Waiting 10:12:45 3c20671a5817: Waiting 10:12:45 9a6f8d9e87b0: Layer already exists 10:12:45 323b214126af: Layer already exists 10:12:45 8a5aaae076d9: Layer already exists 10:12:45 4217593ab4f8: Layer already exists 10:12:45 d4a60704a649: Layer already exists 10:12:45 3c20671a5817: Layer already exists 10:12:45 82199c57de0f: Layer already exists 10:12:45 main: digest: sha256:aeb3d238ce22983183bd918f37695ce6f6960694f94ca5a50979de00b89234c2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:12:45 ===================================================== [Pipeline] echo 10:12:45 taggedImages: 10:12:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:12:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 10:12:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.47 10:12:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:12:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 10:12:45 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 10:12:45 4508c6b134dd8db5d14b2b122fe51143339f6eec 10:12:45 latest 10:12:45 3.2.0-dev.47 10:12:45 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:12:45 main 10:12:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:45 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:12:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:12:46 d603821e36e5: Preparing 10:12:46 43c830c650cd: Preparing 10:12:46 3792f635ed52: Preparing 10:12:46 8a5aaae076d9: Preparing 10:12:46 4217593ab4f8: Preparing 10:12:46 8dac8a35e40c: Preparing 10:12:46 33269069b368: Preparing 10:12:46 181f61b3e418: Preparing 10:12:46 d9dffa1e1393: Preparing 10:12:46 3c20671a5817: Preparing 10:12:46 33269069b368: Waiting 10:12:46 181f61b3e418: Waiting 10:12:46 8dac8a35e40c: Waiting 10:12:46 d9dffa1e1393: Waiting 10:12:46 3c20671a5817: Waiting 10:12:46 8a5aaae076d9: Layer already exists 10:12:46 4217593ab4f8: Layer already exists 10:12:46 3792f635ed52: Pushed 10:12:46 d603821e36e5: Pushed 10:12:46 43c830c650cd: Pushed 10:12:46 3c20671a5817: Layer already exists 10:12:46 181f61b3e418: Pushed 10:12:47 d9dffa1e1393: Pushed 10:13:02 33269069b368: Pushed 10:13:09 8dac8a35e40c: Pushed 10:13:09 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:c311e4ac892225ea69c0d61f9a69cb8a6ab399ffa34547c158fdc4648f531444 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:09 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 10:13:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:13:10 d603821e36e5: Preparing 10:13:10 43c830c650cd: Preparing 10:13:10 3792f635ed52: Preparing 10:13:10 8a5aaae076d9: Preparing 10:13:10 4217593ab4f8: Preparing 10:13:10 8dac8a35e40c: Preparing 10:13:10 33269069b368: Preparing 10:13:10 181f61b3e418: Preparing 10:13:10 d9dffa1e1393: Preparing 10:13:10 3c20671a5817: Preparing 10:13:10 8dac8a35e40c: Waiting 10:13:10 33269069b368: Waiting 10:13:10 181f61b3e418: Waiting 10:13:10 d9dffa1e1393: Waiting 10:13:10 3c20671a5817: Waiting 10:13:10 43c830c650cd: Layer already exists 10:13:10 8a5aaae076d9: Layer already exists 10:13:10 3792f635ed52: Layer already exists 10:13:10 d603821e36e5: Layer already exists 10:13:10 4217593ab4f8: Layer already exists 10:13:10 8dac8a35e40c: Layer already exists 10:13:10 181f61b3e418: Layer already exists 10:13:10 d9dffa1e1393: Layer already exists 10:13:10 33269069b368: Layer already exists 10:13:10 3c20671a5817: Layer already exists 10:13:10 latest: digest: sha256:c311e4ac892225ea69c0d61f9a69cb8a6ab399ffa34547c158fdc4648f531444 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:10 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.47 10:13:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:13:11 d603821e36e5: Preparing 10:13:11 43c830c650cd: Preparing 10:13:11 3792f635ed52: Preparing 10:13:11 8a5aaae076d9: Preparing 10:13:11 4217593ab4f8: Preparing 10:13:11 8dac8a35e40c: Preparing 10:13:11 33269069b368: Preparing 10:13:11 181f61b3e418: Preparing 10:13:11 d9dffa1e1393: Preparing 10:13:11 3c20671a5817: Preparing 10:13:11 181f61b3e418: Waiting 10:13:11 d9dffa1e1393: Waiting 10:13:11 3c20671a5817: Waiting 10:13:11 8dac8a35e40c: Waiting 10:13:11 33269069b368: Waiting 10:13:11 3792f635ed52: Layer already exists 10:13:11 d603821e36e5: Layer already exists 10:13:11 4217593ab4f8: Layer already exists 10:13:11 43c830c650cd: Layer already exists 10:13:11 8a5aaae076d9: Layer already exists 10:13:11 8dac8a35e40c: Layer already exists 10:13:11 33269069b368: Layer already exists 10:13:11 181f61b3e418: Layer already exists 10:13:11 d9dffa1e1393: Layer already exists 10:13:11 3c20671a5817: Layer already exists 10:13:11 3.2.0-dev.47: digest: sha256:c311e4ac892225ea69c0d61f9a69cb8a6ab399ffa34547c158fdc4648f531444 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:11 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:13:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:13:12 d603821e36e5: Preparing 10:13:12 43c830c650cd: Preparing 10:13:12 3792f635ed52: Preparing 10:13:12 8a5aaae076d9: Preparing 10:13:12 4217593ab4f8: Preparing 10:13:12 8dac8a35e40c: Preparing 10:13:12 33269069b368: Preparing 10:13:12 181f61b3e418: Preparing 10:13:12 d9dffa1e1393: Preparing 10:13:12 3c20671a5817: Preparing 10:13:12 33269069b368: Waiting 10:13:12 181f61b3e418: Waiting 10:13:12 d9dffa1e1393: Waiting 10:13:12 3c20671a5817: Waiting 10:13:12 8dac8a35e40c: Waiting 10:13:12 d603821e36e5: Layer already exists 10:13:12 3792f635ed52: Layer already exists 10:13:12 43c830c650cd: Layer already exists 10:13:12 4217593ab4f8: Layer already exists 10:13:12 8a5aaae076d9: Layer already exists 10:13:12 181f61b3e418: Layer already exists 10:13:12 d9dffa1e1393: Layer already exists 10:13:12 8dac8a35e40c: Layer already exists 10:13:12 3c20671a5817: Layer already exists 10:13:12 33269069b368: Layer already exists 10:13:12 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:c311e4ac892225ea69c0d61f9a69cb8a6ab399ffa34547c158fdc4648f531444 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:12 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 10:13:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:13:13 d603821e36e5: Preparing 10:13:13 43c830c650cd: Preparing 10:13:13 3792f635ed52: Preparing 10:13:13 8a5aaae076d9: Preparing 10:13:13 4217593ab4f8: Preparing 10:13:13 8dac8a35e40c: Preparing 10:13:13 33269069b368: Preparing 10:13:13 8dac8a35e40c: Waiting 10:13:13 181f61b3e418: Preparing 10:13:13 33269069b368: Waiting 10:13:13 181f61b3e418: Waiting 10:13:13 d9dffa1e1393: Preparing 10:13:13 3c20671a5817: Preparing 10:13:13 d9dffa1e1393: Waiting 10:13:13 3c20671a5817: Waiting 10:13:13 3792f635ed52: Layer already exists 10:13:13 43c830c650cd: Layer already exists 10:13:13 d603821e36e5: Layer already exists 10:13:13 4217593ab4f8: Layer already exists 10:13:13 8a5aaae076d9: Layer already exists 10:13:13 8dac8a35e40c: Layer already exists 10:13:13 33269069b368: Layer already exists 10:13:13 3c20671a5817: Layer already exists 10:13:13 181f61b3e418: Layer already exists 10:13:13 d9dffa1e1393: Layer already exists 10:13:13 main: digest: sha256:c311e4ac892225ea69c0d61f9a69cb8a6ab399ffa34547c158fdc4648f531444 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:13:13 ===================================================== [Pipeline] echo 10:13:13 taggedImages: 10:13:13 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:13:13 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 10:13:13 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.47 10:13:13 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:13:13 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 10:13:13 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 10:13:13 4508c6b134dd8db5d14b2b122fe51143339f6eec 10:13:13 latest 10:13:13 3.2.0-dev.47 10:13:13 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:13:13 main 10:13:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:13 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:13:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:13:14 420a9fc3b1d4: Preparing 10:13:14 f8dc04c17704: Preparing 10:13:14 2d0c803edb56: Preparing 10:13:14 8a5aaae076d9: Preparing 10:13:14 4217593ab4f8: Preparing 10:13:14 167e21fa0630: Preparing 10:13:14 f10f67b48084: Preparing 10:13:14 d8e93a7d407a: Preparing 10:13:14 3c20671a5817: Preparing 10:13:14 f10f67b48084: Waiting 10:13:14 d8e93a7d407a: Waiting 10:13:14 3c20671a5817: Waiting 10:13:14 167e21fa0630: Waiting 10:13:14 8a5aaae076d9: Layer already exists 10:13:15 4217593ab4f8: Layer already exists 10:13:15 2d0c803edb56: Pushed 10:13:15 f8dc04c17704: Pushed 10:13:15 420a9fc3b1d4: Pushed 10:13:15 3c20671a5817: Layer already exists 10:13:15 f10f67b48084: Pushed 10:13:15 d8e93a7d407a: Pushed 10:13:37 167e21fa0630: Pushed 10:13:37 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:becbfcc1cce14c24c299e9eea87f2649bef0a1d41cf41a91e81dc37ef553640b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:38 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 10:13:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:13:38 420a9fc3b1d4: Preparing 10:13:38 f8dc04c17704: Preparing 10:13:38 2d0c803edb56: Preparing 10:13:38 8a5aaae076d9: Preparing 10:13:38 4217593ab4f8: Preparing 10:13:38 167e21fa0630: Preparing 10:13:38 f10f67b48084: Preparing 10:13:38 d8e93a7d407a: Preparing 10:13:38 3c20671a5817: Preparing 10:13:38 f10f67b48084: Waiting 10:13:38 d8e93a7d407a: Waiting 10:13:38 3c20671a5817: Waiting 10:13:38 167e21fa0630: Waiting 10:13:38 420a9fc3b1d4: Layer already exists 10:13:38 2d0c803edb56: Layer already exists 10:13:38 f8dc04c17704: Layer already exists 10:13:38 8a5aaae076d9: Layer already exists 10:13:38 4217593ab4f8: Layer already exists 10:13:38 167e21fa0630: Layer already exists 10:13:38 f10f67b48084: Layer already exists 10:13:38 d8e93a7d407a: Layer already exists 10:13:38 3c20671a5817: Layer already exists 10:13:38 latest: digest: sha256:becbfcc1cce14c24c299e9eea87f2649bef0a1d41cf41a91e81dc37ef553640b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:39 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.47 10:13:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:13:39 420a9fc3b1d4: Preparing 10:13:39 f8dc04c17704: Preparing 10:13:39 2d0c803edb56: Preparing 10:13:39 8a5aaae076d9: Preparing 10:13:39 4217593ab4f8: Preparing 10:13:39 167e21fa0630: Preparing 10:13:39 f10f67b48084: Preparing 10:13:39 d8e93a7d407a: Preparing 10:13:39 3c20671a5817: Preparing 10:13:39 167e21fa0630: Waiting 10:13:39 f10f67b48084: Waiting 10:13:39 d8e93a7d407a: Waiting 10:13:39 3c20671a5817: Waiting 10:13:39 8a5aaae076d9: Layer already exists 10:13:39 2d0c803edb56: Layer already exists 10:13:39 4217593ab4f8: Layer already exists 10:13:39 420a9fc3b1d4: Layer already exists 10:13:39 f8dc04c17704: Layer already exists 10:13:39 f10f67b48084: Layer already exists 10:13:39 d8e93a7d407a: Layer already exists 10:13:39 167e21fa0630: Layer already exists 10:13:39 3c20671a5817: Layer already exists 10:13:39 3.2.0-dev.47: digest: sha256:becbfcc1cce14c24c299e9eea87f2649bef0a1d41cf41a91e81dc37ef553640b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:40 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:13:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:13:40 420a9fc3b1d4: Preparing 10:13:40 f8dc04c17704: Preparing 10:13:40 2d0c803edb56: Preparing 10:13:40 8a5aaae076d9: Preparing 10:13:40 4217593ab4f8: Preparing 10:13:40 167e21fa0630: Preparing 10:13:40 f10f67b48084: Preparing 10:13:40 d8e93a7d407a: Preparing 10:13:40 3c20671a5817: Preparing 10:13:40 167e21fa0630: Waiting 10:13:40 f10f67b48084: Waiting 10:13:40 d8e93a7d407a: Waiting 10:13:40 3c20671a5817: Waiting 10:13:40 f8dc04c17704: Layer already exists 10:13:40 8a5aaae076d9: Layer already exists 10:13:40 420a9fc3b1d4: Layer already exists 10:13:40 4217593ab4f8: Layer already exists 10:13:40 2d0c803edb56: Layer already exists 10:13:40 167e21fa0630: Layer already exists 10:13:40 d8e93a7d407a: Layer already exists 10:13:40 f10f67b48084: Layer already exists 10:13:40 3c20671a5817: Layer already exists 10:13:40 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:becbfcc1cce14c24c299e9eea87f2649bef0a1d41cf41a91e81dc37ef553640b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:41 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 10:13:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:13:41 420a9fc3b1d4: Preparing 10:13:41 f8dc04c17704: Preparing 10:13:41 2d0c803edb56: Preparing 10:13:41 8a5aaae076d9: Preparing 10:13:41 4217593ab4f8: Preparing 10:13:41 167e21fa0630: Preparing 10:13:41 f10f67b48084: Preparing 10:13:41 d8e93a7d407a: Preparing 10:13:41 3c20671a5817: Preparing 10:13:41 167e21fa0630: Waiting 10:13:41 f10f67b48084: Waiting 10:13:41 d8e93a7d407a: Waiting 10:13:41 3c20671a5817: Waiting 10:13:41 f8dc04c17704: Layer already exists 10:13:41 4217593ab4f8: Layer already exists 10:13:41 420a9fc3b1d4: Layer already exists 10:13:41 8a5aaae076d9: Layer already exists 10:13:41 2d0c803edb56: Layer already exists 10:13:41 f10f67b48084: Layer already exists 10:13:41 3c20671a5817: Layer already exists 10:13:41 d8e93a7d407a: Layer already exists 10:13:41 167e21fa0630: Layer already exists 10:13:41 main: digest: sha256:becbfcc1cce14c24c299e9eea87f2649bef0a1d41cf41a91e81dc37ef553640b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:13:41 ===================================================== [Pipeline] echo 10:13:41 taggedImages: 10:13:41 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:13:41 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 10:13:41 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.47 10:13:41 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:13:41 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 10:13:41 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 10:13:41 4508c6b134dd8db5d14b2b122fe51143339f6eec 10:13:41 latest 10:13:41 3.2.0-dev.47 10:13:41 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:13:41 main 10:13:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:42 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:13:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:13:42 3c61a4816b6a: Preparing 10:13:42 acad8de7d55b: Preparing 10:13:42 3bd20d437541: Preparing 10:13:42 8a5aaae076d9: Preparing 10:13:42 4217593ab4f8: Preparing 10:13:42 2529aa2f1788: Preparing 10:13:42 181f61b3e418: Preparing 10:13:42 d9dffa1e1393: Preparing 10:13:42 3c20671a5817: Preparing 10:13:42 181f61b3e418: Waiting 10:13:42 d9dffa1e1393: Waiting 10:13:42 2529aa2f1788: Waiting 10:13:42 3c20671a5817: Waiting 10:13:42 8a5aaae076d9: Layer already exists 10:13:42 4217593ab4f8: Layer already exists 10:13:42 181f61b3e418: Layer already exists 10:13:42 acad8de7d55b: Pushed 10:13:42 d9dffa1e1393: Layer already exists 10:13:42 3bd20d437541: Pushed 10:13:42 3c61a4816b6a: Pushed 10:13:42 3c20671a5817: Layer already exists 10:14:09 2529aa2f1788: Pushed 10:14:09 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:765f95fb29d186ef4284b5e4361080ebaf2b0941502b3c07a91ed3143c9cf90a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:09 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 10:14:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:14:10 3c61a4816b6a: Preparing 10:14:10 acad8de7d55b: Preparing 10:14:10 3bd20d437541: Preparing 10:14:10 8a5aaae076d9: Preparing 10:14:10 4217593ab4f8: Preparing 10:14:10 2529aa2f1788: Preparing 10:14:10 181f61b3e418: Preparing 10:14:10 d9dffa1e1393: Preparing 10:14:10 3c20671a5817: Preparing 10:14:10 181f61b3e418: Waiting 10:14:10 d9dffa1e1393: Waiting 10:14:10 3c20671a5817: Waiting 10:14:10 2529aa2f1788: Waiting 10:14:10 acad8de7d55b: Layer already exists 10:14:10 4217593ab4f8: Layer already exists 10:14:10 3bd20d437541: Layer already exists 10:14:10 8a5aaae076d9: Layer already exists 10:14:10 3c61a4816b6a: Layer already exists 10:14:10 d9dffa1e1393: Layer already exists 10:14:10 2529aa2f1788: Layer already exists 10:14:10 181f61b3e418: Layer already exists 10:14:10 3c20671a5817: Layer already exists 10:14:10 latest: digest: sha256:765f95fb29d186ef4284b5e4361080ebaf2b0941502b3c07a91ed3143c9cf90a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:10 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.47 10:14:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:14:11 3c61a4816b6a: Preparing 10:14:11 acad8de7d55b: Preparing 10:14:11 3bd20d437541: Preparing 10:14:11 8a5aaae076d9: Preparing 10:14:11 4217593ab4f8: Preparing 10:14:11 2529aa2f1788: Preparing 10:14:11 181f61b3e418: Preparing 10:14:11 d9dffa1e1393: Preparing 10:14:11 3c20671a5817: Preparing 10:14:11 2529aa2f1788: Waiting 10:14:11 181f61b3e418: Waiting 10:14:11 d9dffa1e1393: Waiting 10:14:11 8a5aaae076d9: Layer already exists 10:14:11 4217593ab4f8: Layer already exists 10:14:11 3c61a4816b6a: Layer already exists 10:14:11 acad8de7d55b: Layer already exists 10:14:11 3bd20d437541: Layer already exists 10:14:11 d9dffa1e1393: Layer already exists 10:14:11 181f61b3e418: Layer already exists 10:14:11 2529aa2f1788: Layer already exists 10:14:11 3c20671a5817: Layer already exists 10:14:11 3.2.0-dev.47: digest: sha256:765f95fb29d186ef4284b5e4361080ebaf2b0941502b3c07a91ed3143c9cf90a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:11 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:14:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:14:12 3c61a4816b6a: Preparing 10:14:12 acad8de7d55b: Preparing 10:14:12 3bd20d437541: Preparing 10:14:12 8a5aaae076d9: Preparing 10:14:12 4217593ab4f8: Preparing 10:14:12 2529aa2f1788: Preparing 10:14:12 181f61b3e418: Preparing 10:14:12 d9dffa1e1393: Preparing 10:14:12 3c20671a5817: Preparing 10:14:12 181f61b3e418: Waiting 10:14:12 2529aa2f1788: Waiting 10:14:12 d9dffa1e1393: Waiting 10:14:12 8a5aaae076d9: Layer already exists 10:14:12 3c61a4816b6a: Layer already exists 10:14:12 3bd20d437541: Layer already exists 10:14:12 acad8de7d55b: Layer already exists 10:14:12 4217593ab4f8: Layer already exists 10:14:12 2529aa2f1788: Layer already exists 10:14:12 181f61b3e418: Layer already exists 10:14:12 3c20671a5817: Layer already exists 10:14:12 d9dffa1e1393: Layer already exists 10:14:12 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:765f95fb29d186ef4284b5e4361080ebaf2b0941502b3c07a91ed3143c9cf90a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:12 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 10:14:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:14:13 3c61a4816b6a: Preparing 10:14:13 acad8de7d55b: Preparing 10:14:13 3bd20d437541: Preparing 10:14:13 8a5aaae076d9: Preparing 10:14:13 4217593ab4f8: Preparing 10:14:13 2529aa2f1788: Preparing 10:14:13 181f61b3e418: Preparing 10:14:13 2529aa2f1788: Waiting 10:14:13 d9dffa1e1393: Preparing 10:14:13 181f61b3e418: Waiting 10:14:13 3c20671a5817: Preparing 10:14:13 d9dffa1e1393: Waiting 10:14:13 3c61a4816b6a: Layer already exists 10:14:13 4217593ab4f8: Layer already exists 10:14:13 8a5aaae076d9: Layer already exists 10:14:13 3bd20d437541: Layer already exists 10:14:13 acad8de7d55b: Layer already exists 10:14:13 181f61b3e418: Layer already exists 10:14:13 d9dffa1e1393: Layer already exists 10:14:13 2529aa2f1788: Layer already exists 10:14:13 3c20671a5817: Layer already exists 10:14:13 main: digest: sha256:765f95fb29d186ef4284b5e4361080ebaf2b0941502b3c07a91ed3143c9cf90a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:14:13 ===================================================== [Pipeline] echo 10:14:13 taggedImages: 10:14:13 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:14:13 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 10:14:13 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.47 10:14:13 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:14:13 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 10:14:13 [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: 10:14:13 4508c6b134dd8db5d14b2b122fe51143339f6eec 10:14:13 latest 10:14:13 3.2.0-dev.47 10:14:13 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:14:13 main 10:14:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:14 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:14 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:14:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 10:14:14 3975b60d9b9c: Preparing 10:14:14 7d7e4ea1172d: Preparing 10:14:14 8a5aaae076d9: Preparing 10:14:14 4217593ab4f8: Preparing 10:14:14 22869e4bb8d7: Preparing 10:14:14 d0a7f5bd18b2: Preparing 10:14:14 3c20671a5817: Preparing 10:14:14 d0a7f5bd18b2: Waiting 10:14:14 3c20671a5817: Waiting 10:14:14 4217593ab4f8: Layer already exists 10:14:14 8a5aaae076d9: Layer already exists 10:14:14 3c20671a5817: Layer already exists 10:14:14 22869e4bb8d7: Pushed 10:14:14 3975b60d9b9c: Pushed 10:14:14 d0a7f5bd18b2: Pushed 10:14:23 7d7e4ea1172d: Pushed 10:14:23 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:8185daefafaa907fb0fa4d7fee25cf6b4cd50dbf0f641637c6f6e6adf5dc1ca6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:23 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:23 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 10:14:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 10:14:23 3975b60d9b9c: Preparing 10:14:23 7d7e4ea1172d: Preparing 10:14:23 8a5aaae076d9: Preparing 10:14:23 4217593ab4f8: Preparing 10:14:23 22869e4bb8d7: Preparing 10:14:23 d0a7f5bd18b2: Preparing 10:14:23 3c20671a5817: Preparing 10:14:23 d0a7f5bd18b2: Waiting 10:14:23 3c20671a5817: Waiting 10:14:23 22869e4bb8d7: Layer already exists 10:14:23 4217593ab4f8: Layer already exists 10:14:23 7d7e4ea1172d: Layer already exists 10:14:23 3975b60d9b9c: Layer already exists 10:14:23 8a5aaae076d9: Layer already exists 10:14:23 d0a7f5bd18b2: Layer already exists 10:14:23 3c20671a5817: Layer already exists 10:14:24 latest: digest: sha256:8185daefafaa907fb0fa4d7fee25cf6b4cd50dbf0f641637c6f6e6adf5dc1ca6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:24 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:24 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.47 10:14:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 10:14:24 3975b60d9b9c: Preparing 10:14:24 7d7e4ea1172d: Preparing 10:14:24 8a5aaae076d9: Preparing 10:14:24 4217593ab4f8: Preparing 10:14:24 22869e4bb8d7: Preparing 10:14:24 d0a7f5bd18b2: Preparing 10:14:24 3c20671a5817: Preparing 10:14:24 d0a7f5bd18b2: Waiting 10:14:24 7d7e4ea1172d: Layer already exists 10:14:24 22869e4bb8d7: Layer already exists 10:14:24 3975b60d9b9c: Layer already exists 10:14:24 4217593ab4f8: Layer already exists 10:14:24 8a5aaae076d9: Layer already exists 10:14:24 3c20671a5817: Layer already exists 10:14:24 d0a7f5bd18b2: Layer already exists 10:14:25 3.2.0-dev.47: digest: sha256:8185daefafaa907fb0fa4d7fee25cf6b4cd50dbf0f641637c6f6e6adf5dc1ca6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:25 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:25 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:14:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 10:14:25 3975b60d9b9c: Preparing 10:14:25 7d7e4ea1172d: Preparing 10:14:25 8a5aaae076d9: Preparing 10:14:25 4217593ab4f8: Preparing 10:14:25 22869e4bb8d7: Preparing 10:14:25 d0a7f5bd18b2: Preparing 10:14:25 3c20671a5817: Preparing 10:14:25 d0a7f5bd18b2: Waiting 10:14:25 3c20671a5817: Waiting 10:14:25 8a5aaae076d9: Layer already exists 10:14:25 4217593ab4f8: Layer already exists 10:14:25 3975b60d9b9c: Layer already exists 10:14:25 7d7e4ea1172d: Layer already exists 10:14:25 22869e4bb8d7: Layer already exists 10:14:25 3c20671a5817: Layer already exists 10:14:25 d0a7f5bd18b2: Layer already exists 10:14:26 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:8185daefafaa907fb0fa4d7fee25cf6b4cd50dbf0f641637c6f6e6adf5dc1ca6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:26 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:26 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main 10:14:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 10:14:26 3975b60d9b9c: Preparing 10:14:26 7d7e4ea1172d: Preparing 10:14:26 8a5aaae076d9: Preparing 10:14:26 4217593ab4f8: Preparing 10:14:26 22869e4bb8d7: Preparing 10:14:26 d0a7f5bd18b2: Preparing 10:14:26 3c20671a5817: Preparing 10:14:26 d0a7f5bd18b2: Waiting 10:14:26 3c20671a5817: Waiting 10:14:26 8a5aaae076d9: Layer already exists 10:14:26 7d7e4ea1172d: Layer already exists 10:14:26 4217593ab4f8: Layer already exists 10:14:26 3975b60d9b9c: Layer already exists 10:14:26 22869e4bb8d7: Layer already exists 10:14:26 3c20671a5817: Layer already exists 10:14:26 d0a7f5bd18b2: Layer already exists 10:14:27 main: digest: sha256:8185daefafaa907fb0fa4d7fee25cf6b4cd50dbf0f641637c6f6e6adf5dc1ca6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:14:27 ===================================================== [Pipeline] echo 10:14:27 taggedImages: 10:14:27 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:14:27 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 10:14:27 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.47 10:14:27 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:14:27 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo 10:14:27 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 10:14:27 4508c6b134dd8db5d14b2b122fe51143339f6eec 10:14:27 latest 10:14:27 3.2.0-dev.47 10:14:27 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:14:27 main 10:14:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:27 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:28 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:14:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:14:28 8a7902c4853e: Preparing 10:14:28 4910d7e5ad06: Preparing 10:14:28 8a5aaae076d9: Preparing 10:14:28 4217593ab4f8: Preparing 10:14:28 22869e4bb8d7: Preparing 10:14:28 d0a7f5bd18b2: Preparing 10:14:28 3c20671a5817: Preparing 10:14:28 d0a7f5bd18b2: Waiting 10:14:28 3c20671a5817: Waiting 10:14:28 4217593ab4f8: Layer already exists 10:14:28 22869e4bb8d7: Layer already exists 10:14:28 8a5aaae076d9: Layer already exists 10:14:28 d0a7f5bd18b2: Layer already exists 10:14:28 3c20671a5817: Layer already exists 10:14:28 8a7902c4853e: Pushed 10:14:36 4910d7e5ad06: Pushed 10:14:36 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:236e3cdbcfde88167f50b34061b77803875abd981311b941ebfd067cd0179fba size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:36 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 10:14:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:14:37 8a7902c4853e: Preparing 10:14:37 4910d7e5ad06: Preparing 10:14:37 8a5aaae076d9: Preparing 10:14:37 4217593ab4f8: Preparing 10:14:37 22869e4bb8d7: Preparing 10:14:37 d0a7f5bd18b2: Preparing 10:14:37 3c20671a5817: Preparing 10:14:37 3c20671a5817: Waiting 10:14:37 d0a7f5bd18b2: Waiting 10:14:37 22869e4bb8d7: Layer already exists 10:14:37 8a7902c4853e: Layer already exists 10:14:37 8a5aaae076d9: Layer already exists 10:14:37 4910d7e5ad06: Layer already exists 10:14:37 4217593ab4f8: Layer already exists 10:14:37 3c20671a5817: Layer already exists 10:14:37 d0a7f5bd18b2: Layer already exists 10:14:37 latest: digest: sha256:236e3cdbcfde88167f50b34061b77803875abd981311b941ebfd067cd0179fba size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:37 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:38 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.47 10:14:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:14:38 8a7902c4853e: Preparing 10:14:38 4910d7e5ad06: Preparing 10:14:38 8a5aaae076d9: Preparing 10:14:38 4217593ab4f8: Preparing 10:14:38 22869e4bb8d7: Preparing 10:14:38 d0a7f5bd18b2: Preparing 10:14:38 3c20671a5817: Preparing 10:14:38 d0a7f5bd18b2: Waiting 10:14:38 3c20671a5817: Waiting 10:14:38 8a7902c4853e: Layer already exists 10:14:38 4910d7e5ad06: Layer already exists 10:14:38 22869e4bb8d7: Layer already exists 10:14:38 8a5aaae076d9: Layer already exists 10:14:38 4217593ab4f8: Layer already exists 10:14:38 3c20671a5817: Layer already exists 10:14:38 d0a7f5bd18b2: Layer already exists 10:14:38 3.2.0-dev.47: digest: sha256:236e3cdbcfde88167f50b34061b77803875abd981311b941ebfd067cd0179fba size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:38 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:39 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:14:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:14:39 8a7902c4853e: Preparing 10:14:39 4910d7e5ad06: Preparing 10:14:39 8a5aaae076d9: Preparing 10:14:39 4217593ab4f8: Preparing 10:14:39 22869e4bb8d7: Preparing 10:14:39 d0a7f5bd18b2: Preparing 10:14:39 3c20671a5817: Preparing 10:14:39 d0a7f5bd18b2: Waiting 10:14:39 3c20671a5817: Waiting 10:14:39 22869e4bb8d7: Layer already exists 10:14:39 8a7902c4853e: Layer already exists 10:14:39 4910d7e5ad06: Layer already exists 10:14:39 4217593ab4f8: Layer already exists 10:14:39 8a5aaae076d9: Layer already exists 10:14:39 d0a7f5bd18b2: Layer already exists 10:14:39 3c20671a5817: Layer already exists 10:14:39 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:236e3cdbcfde88167f50b34061b77803875abd981311b941ebfd067cd0179fba size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:39 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:40 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 10:14:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:14:40 8a7902c4853e: Preparing 10:14:40 4910d7e5ad06: Preparing 10:14:40 8a5aaae076d9: Preparing 10:14:40 4217593ab4f8: Preparing 10:14:40 22869e4bb8d7: Preparing 10:14:40 d0a7f5bd18b2: Preparing 10:14:40 3c20671a5817: Preparing 10:14:40 d0a7f5bd18b2: Waiting 10:14:40 3c20671a5817: Waiting 10:14:40 8a7902c4853e: Layer already exists 10:14:40 8a5aaae076d9: Layer already exists 10:14:40 22869e4bb8d7: Layer already exists 10:14:40 4217593ab4f8: Layer already exists 10:14:40 4910d7e5ad06: Layer already exists 10:14:40 d0a7f5bd18b2: Layer already exists 10:14:40 3c20671a5817: Layer already exists 10:14:40 main: digest: sha256:236e3cdbcfde88167f50b34061b77803875abd981311b941ebfd067cd0179fba size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:14:40 ===================================================== [Pipeline] echo 10:14:40 taggedImages: 10:14:40 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:14:40 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 10:14:40 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.47 10:14:40 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:14:40 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 10:14:40 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 10:14:40 4508c6b134dd8db5d14b2b122fe51143339f6eec 10:14:40 latest 10:14:40 3.2.0-dev.47 10:14:40 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:14:40 main 10:14:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:40 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:41 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:14:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:14:41 f251c593bca1: Preparing 10:14:41 dd5fd48a94e5: Preparing 10:14:41 8a5aaae076d9: Preparing 10:14:41 4217593ab4f8: Preparing 10:14:41 ab80fbf3005f: Preparing 10:14:41 c212ff69d499: Preparing 10:14:41 3c20671a5817: Preparing 10:14:41 c212ff69d499: Waiting 10:14:41 3c20671a5817: Waiting 10:14:41 ab80fbf3005f: Layer already exists 10:14:41 8a5aaae076d9: Layer already exists 10:14:41 4217593ab4f8: Layer already exists 10:14:41 c212ff69d499: Layer already exists 10:14:41 3c20671a5817: Layer already exists 10:14:41 f251c593bca1: Pushed 10:14:50 dd5fd48a94e5: Pushed 10:14:50 4508c6b134dd8db5d14b2b122fe51143339f6eec: digest: sha256:df3f63a8d89131de26557b4a0aba3527b9988fc2c2793de54dc4e433d2af1d81 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:50 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 10:14:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:14:50 f251c593bca1: Preparing 10:14:50 dd5fd48a94e5: Preparing 10:14:50 8a5aaae076d9: Preparing 10:14:50 4217593ab4f8: Preparing 10:14:50 ab80fbf3005f: Preparing 10:14:50 c212ff69d499: Preparing 10:14:50 3c20671a5817: Preparing 10:14:50 c212ff69d499: Waiting 10:14:50 3c20671a5817: Waiting 10:14:50 f251c593bca1: Layer already exists 10:14:50 ab80fbf3005f: Layer already exists 10:14:50 4217593ab4f8: Layer already exists 10:14:50 dd5fd48a94e5: Layer already exists 10:14:50 8a5aaae076d9: Layer already exists 10:14:50 3c20671a5817: Layer already exists 10:14:50 c212ff69d499: Layer already exists 10:14:51 latest: digest: sha256:df3f63a8d89131de26557b4a0aba3527b9988fc2c2793de54dc4e433d2af1d81 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:51 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:51 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.47 10:14:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:14:51 f251c593bca1: Preparing 10:14:51 dd5fd48a94e5: Preparing 10:14:51 8a5aaae076d9: Preparing 10:14:51 4217593ab4f8: Preparing 10:14:51 ab80fbf3005f: Preparing 10:14:51 c212ff69d499: Preparing 10:14:51 3c20671a5817: Preparing 10:14:51 c212ff69d499: Waiting 10:14:51 3c20671a5817: Waiting 10:14:51 4217593ab4f8: Layer already exists 10:14:51 8a5aaae076d9: Layer already exists 10:14:51 f251c593bca1: Layer already exists 10:14:51 dd5fd48a94e5: Layer already exists 10:14:51 ab80fbf3005f: Layer already exists 10:14:51 3c20671a5817: Layer already exists 10:14:51 c212ff69d499: Layer already exists 10:14:52 3.2.0-dev.47: digest: sha256:df3f63a8d89131de26557b4a0aba3527b9988fc2c2793de54dc4e433d2af1d81 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:52 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:52 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:14:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:14:52 f251c593bca1: Preparing 10:14:52 dd5fd48a94e5: Preparing 10:14:52 8a5aaae076d9: Preparing 10:14:52 4217593ab4f8: Preparing 10:14:52 ab80fbf3005f: Preparing 10:14:52 c212ff69d499: Preparing 10:14:52 3c20671a5817: Preparing 10:14:52 c212ff69d499: Waiting 10:14:52 4217593ab4f8: Layer already exists 10:14:52 f251c593bca1: Layer already exists 10:14:52 ab80fbf3005f: Layer already exists 10:14:52 8a5aaae076d9: Layer already exists 10:14:52 dd5fd48a94e5: Layer already exists 10:14:52 3c20671a5817: Layer already exists 10:14:52 c212ff69d499: Layer already exists 10:14:53 4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47: digest: sha256:df3f63a8d89131de26557b4a0aba3527b9988fc2c2793de54dc4e433d2af1d81 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:53 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:53 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 10:14:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:14:53 f251c593bca1: Preparing 10:14:53 dd5fd48a94e5: Preparing 10:14:53 8a5aaae076d9: Preparing 10:14:53 4217593ab4f8: Preparing 10:14:53 ab80fbf3005f: Preparing 10:14:53 c212ff69d499: Preparing 10:14:53 3c20671a5817: Preparing 10:14:53 c212ff69d499: Waiting 10:14:53 3c20671a5817: Waiting 10:14:53 ab80fbf3005f: Layer already exists 10:14:53 f251c593bca1: Layer already exists 10:14:53 8a5aaae076d9: Layer already exists 10:14:53 dd5fd48a94e5: Layer already exists 10:14:53 4217593ab4f8: Layer already exists 10:14:53 3c20671a5817: Layer already exists 10:14:53 c212ff69d499: Layer already exists 10:14:54 main: digest: sha256:df3f63a8d89131de26557b4a0aba3527b9988fc2c2793de54dc4e433d2af1d81 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:14:54 ===================================================== [Pipeline] echo 10:14:54 taggedImages: 10:14:54 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec 10:14:54 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 10:14:54 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.47 10:14:54 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4508c6b134dd8db5d14b2b122fe51143339f6eec-3.2.0-dev.47 10:14:54 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:14:54 10:14:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:14:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:14:55 arm64: Pulling from edgex-lftools-log-publisher 10:14:55 8998bd30e6a1: Pulling fs layer 10:14:55 04944245beec: Pulling fs layer 10:14:55 699f458cf7ca: Pulling fs layer 10:14:55 765212b225bb: Pulling fs layer 10:14:55 f23df028b6ca: Pulling fs layer 10:14:55 d65c8cfc05b1: Pulling fs layer 10:14:55 2437ff75d9bd: Pulling fs layer 10:14:55 f23df028b6ca: Waiting 10:14:55 765212b225bb: Waiting 10:14:55 d65c8cfc05b1: Waiting 10:14:55 2437ff75d9bd: Waiting 10:14:55 04944245beec: Verifying Checksum 10:14:55 04944245beec: Download complete 10:14:55 765212b225bb: Verifying Checksum 10:14:55 765212b225bb: Download complete 10:14:55 f23df028b6ca: Verifying Checksum 10:14:55 f23df028b6ca: Download complete 10:14:55 d65c8cfc05b1: Verifying Checksum 10:14:55 d65c8cfc05b1: Download complete 10:14:55 699f458cf7ca: Verifying Checksum 10:14:55 699f458cf7ca: Download complete 10:14:56 8998bd30e6a1: Verifying Checksum 10:14:56 8998bd30e6a1: Download complete 10:14:58 2437ff75d9bd: Verifying Checksum 10:14:58 2437ff75d9bd: Download complete 10:15:00 8998bd30e6a1: Pull complete 10:15:01 04944245beec: Pull complete 10:15:03 699f458cf7ca: Pull complete 10:15:03 765212b225bb: Pull complete 10:15:04 f23df028b6ca: Pull complete 10:15:05 d65c8cfc05b1: Pull complete 10:15:23 2437ff75d9bd: Pull complete 10:15:23 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 10:15:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:15:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:15:23 prd-ubuntu20.04-docker-arm64-4c-16g-7285 does not seem to be running inside a container 10:15:23 $ 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/665 -v /w/workspace/edgex-go/665:/w/workspace/edgex-go/665:rw,z -v /w/workspace/edgex-go/665@tmp:/w/workspace/edgex-go/665@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 10:15:27 $ docker top 45d4bdef9e255162e15ca352e7827c55925e1741ebd96f5cd538c7e73d578c50 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:15:28 ---> job-cost.sh 10:15:28 lf-activate-venv: SKIPPING 10:15:28 INFO: No Stack... 10:15:28 INFO: Retrieving Pricing Info for: v3-standard-4 10:15:29 INFO: Archiving Costs [Pipeline] sh 10:15:30 + cat /w/workspace/edgex-go/665/archives/cost.csv 10:15:30 + cut -d, -f6 [Pipeline] lock 10:15:30 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-665-stack-cost] 10:15:30 Resource [jenkins-edgexfoundry-edgex-go-main-665-stack-cost] did not exist. Created. 10:15:30 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-665-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:15:30 + echo total: 0.10999999940395355 [Pipeline] stash 10:15:31 Stashed 1 file(s) [Pipeline] } 10:15:31 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-665-stack-cost] [Pipeline] // lock [Pipeline] } 10:15:31 $ docker stop --time=1 45d4bdef9e255162e15ca352e7827c55925e1741ebd96f5cd538c7e73d578c50 10:15:33 $ docker rm -f --volumes 45d4bdef9e255162e15ca352e7827c55925e1741ebd96f5cd538c7e73d578c50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 10:15:33 provisioning config files... 10:15:33 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/665@tmp/config16694779733351065329tmp [Pipeline] { [Pipeline] sh 10:15:34 + set +x 10:15:34 + curl -s https://codecov.io/bash 10:15:34 + bash -s -- 10:15:34 10:15:34 _____ _ 10:15:34 / ____| | | 10:15:34 | | ___ __| | ___ ___ _____ __ 10:15:34 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:15:34 | |___| (_) | (_| | __/ (_| (_) \ V / 10:15:34 \_____\___/ \__,_|\___|\___\___/ \_/ 10:15:34 Bash-1.0.6 10:15:34 10:15:34 10:15:34 ==> git version 2.25.1 found 10:15:34 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 10:15:34 Release-Date: 2020-01-08 10:15:34 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 10:15:34 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 10:15:34 ==> Jenkins CI detected. 10:15:34 current dir:  /w/workspace/edgex-go/665 10:15:34 project root: . 10:15:34 --> token set from env 10:15:34 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:15:34 ==> Running gcov in . (disable via -X gcov) 10:15:34 ==> Python coveragepy not found 10:15:34 ==> Searching for coverage reports in: 10:15:34 + . 10:15:34 -> Found 1 reports 10:15:34 ==> Detecting git/mercurial file structure 10:15:34 ==> Reading reports 10:15:34 + ./coverage.out bytes=504074 10:15:34 ==> Appending adjustments 10:15:34 https://docs.codecov.io/docs/fixing-reports 10:15:35 + Found adjustments 10:15:35 ==> Gzipping contents 10:15:35 64K /tmp/codecov.phHRRX.gz 10:15:35 ==> Uploading reports 10:15:35 url: https://codecov.io 10:15:35 query: branch=main&commit=4508c6b134dd8db5d14b2b122fe51143339f6eec&build=665&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F665%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:15:35 -> Pinging Codecov 10:15:35 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=4508c6b134dd8db5d14b2b122fe51143339f6eec&build=665&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F665%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:15:35 -> Uploading to 10:15:35 https://storage.googleapis.com/codecov/v4/raw/2024-08-07/00271124DB129430A58F1EEE437C3FCB/4508c6b134dd8db5d14b2b122fe51143339f6eec/f1f5a512-75b4-446e-810a-2c00b42b69fa.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20240807%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240807T101535Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4520be364ba726f0ee6dbba003ce92f9e8cbbf8b8a93f3261437b5e71fe06926 10:15:35 % Total % Received % Xferd Average Speed Time Time Time Current 10:15:35 Dload Upload Total Spent Left Speed 10:15:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 64558 0 0 100 64558 0 204k --:--:-- --:--:-- --:--:-- 204k 10:15:36 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/4508c6b134dd8db5d14b2b122fe51143339f6eec [Pipeline] } 10:15:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 10:15:36 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:15:36 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:15:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 10:15:36 10:15:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:15:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 10:15:37 latest: Pulling from edgex-devops/edgex-snyk-go 10:15:37 619be1103602: Already exists 10:15:37 f8ea3408117e: Pulling fs layer 10:15:37 91320369b822: Pulling fs layer 10:15:37 0406650e8295: Pulling fs layer 10:15:37 4f4fb700ef54: Pulling fs layer 10:15:37 96d80e3f36e1: Pulling fs layer 10:15:37 bcf3aedb951c: Pulling fs layer 10:15:37 96d80e3f36e1: Waiting 10:15:37 bcf3aedb951c: Waiting 10:15:37 4f4fb700ef54: Waiting 10:15:37 0406650e8295: Verifying Checksum 10:15:37 0406650e8295: Download complete 10:15:37 f8ea3408117e: Download complete 10:15:37 4f4fb700ef54: Verifying Checksum 10:15:37 4f4fb700ef54: Download complete 10:15:37 f8ea3408117e: Pull complete 10:15:37 96d80e3f36e1: Verifying Checksum 10:15:37 96d80e3f36e1: Download complete 10:15:37 91320369b822: Verifying Checksum 10:15:37 91320369b822: Download complete 10:15:38 bcf3aedb951c: Download complete 10:15:40 91320369b822: Pull complete 10:15:40 0406650e8295: Pull complete 10:15:40 4f4fb700ef54: Pull complete 10:15:41 96d80e3f36e1: Pull complete 10:15:44 bcf3aedb951c: Pull complete 10:15:44 Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 10:15:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 10:15:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:15:44 prd-ubuntu20.04-docker-8c-8g-7283 does not seem to be running inside a container 10:15:44 $ 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/665 -v /w/workspace/edgex-go/665:/w/workspace/edgex-go/665:rw,z -v /w/workspace/edgex-go/665@tmp:/w/workspace/edgex-go/665@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 10:15:50 $ docker top d61db4b434468a5eeccea658fd36edfa31abd6a8d283a9ebbd6b8af88a644e7c -eo pid,comm [Pipeline] { [Pipeline] sh 10:15:50 + git config --global --add safe.directory /w/workspace/edgex-go/665 [Pipeline] echo 10:15:50 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 10:15:51 + set -o pipefail 10:15:51 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 10:15:59 10:15:59 Monitoring /w/workspace/edgex-go/665 (github.com/edgexfoundry/edgex-go)... 10:15:59 10:15:59 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/e72dbddd-02d1-4199-bd36-4f3b58a412c7 10:15:59 10:15:59 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:15:59 10:15:59 10:15:59 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 10:15:59 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 10:15:59 $ docker stop --time=1 d61db4b434468a5eeccea658fd36edfa31abd6a8d283a9ebbd6b8af88a644e7c 10:16:04 $ docker rm -f --volumes d61db4b434468a5eeccea658fd36edfa31abd6a8d283a9ebbd6b8af88a644e7c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 10:16:04 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:16:04 provisioning config files... 10:16:04 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/665@tmp/config17805878274744022451tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:16:05 --> edgex-publish-swagger.sh 10:16:05 === Publish openapi/v3 API === 10:16:05 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 10:16:05 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/665/openapi/v3/core-command.yaml] 10:16:05 % Total % Received % Xferd Average Speed Time Time Time Current 10:16:05 Dload Upload Total Spent Left Speed 10:16:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 58854 --:--:-- --:--:-- --:--:-- 58854 10:16:05 10:16:05 10:16:05 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/665/openapi/v3/core-data.yaml] 10:16:05 % Total % Received % Xferd Average Speed Time Time Time Current 10:16:05 Dload Upload Total Spent Left Speed 10:16:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 764k --:--:-- --:--:-- --:--:-- 756k 100 72043 0 0 100 72043 0 126k --:--:-- --:--:-- --:--:-- 126k 10:16:06 10:16:06 10:16:06 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/665/openapi/v3/core-keeper.yaml] 10:16:06 % Total % Received % Xferd Average Speed Time Time Time Current 10:16:06 Dload Upload Total Spent Left Speed 10:16:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 206 100k --:--:-- --:--:-- --:--:-- 100k 10:16:06 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:16:06 10:16:06 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/665/openapi/v3/core-metadata.yaml] 10:16:06 % Total % Received % Xferd Average Speed Time Time Time Current 10:16:06 Dload Upload Total Spent Left Speed 10:16:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 148k 0 0 100 148k 0 726k --:--:-- --:--:-- --:--:-- 722k 100 149k 100 156 100 148k 321 307k --:--:-- --:--:-- --:--:-- 306k 10:16:07 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 10:16:07 10:16:07 [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/665/openapi/v3/support-cron-scheduler.yaml] 10:16:07 % Total % Received % Xferd Average Speed Time Time Time Current 10:16:07 Dload Upload Total Spent Left Speed 10:16:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 42902 100 66 100 42836 191 121k --:--:-- --:--:-- --:--:-- 121k 10:16:07 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:16:07 10:16:07 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/665/openapi/v3/support-notifications.yaml] 10:16:07 % Total % Received % Xferd Average Speed Time Time Time Current 10:16:07 Dload Upload Total Spent Left Speed 10:16:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 330 180k --:--:-- --:--:-- --:--:-- 180k 100 87457 100 156 100 87301 330 180k --:--:-- --:--:-- --:--:-- 180k 10:16:07 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 10:16:07 10:16:07 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/665/openapi/v3/support-scheduler.yaml] 10:16:07 % Total % Received % Xferd Average Speed Time Time Time Current 10:16:07 Dload Upload Total Spent Left Speed 10:16:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 326 77309 --:--:-- --:--:-- --:--:-- 77798 10:16:08 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 10:16:08 [Pipeline] } 10:16:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 10:16:08 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:16:08 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:16:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:16:09 prd-ubuntu20.04-docker-8c-8g-7283 does not seem to be running inside a container 10:16:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/665 -v /w/workspace/edgex-go/665:/w/workspace/edgex-go/665:rw,z -v /w/workspace/edgex-go/665@tmp:/w/workspace/edgex-go/665@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:16:09 $ docker top c8279192c36b7a1141eea8ad8cd2d0199244a396e24144f74b479946b3d76045 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:16:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:16:09 [ssh-agent] Looking for ssh-agent implementation... 10:16:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:16:09 $ docker exec c8279192c36b7a1141eea8ad8cd2d0199244a396e24144f74b479946b3d76045 ssh-agent 10:16:10 SSH_AUTH_SOCK=/tmp/ssh-Wz0HrHHwgpCA/agent.32 10:16:10 SSH_AGENT_PID=38 10:16:10 Running ssh-add (command line suppressed) 10:16:10 Identity added: /w/workspace/edgex-go/665@tmp/private_key_2486586668442003571.key (/w/workspace/edgex-go/665@tmp/private_key_2486586668442003571.key) 10:16:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:16:10 + git semver tag 10:16:10 2024-08-07 10:16:10,676 [run_tag] DEBUG tag force:False 10:16:10 2024-08-07 10:16:10,676 [check_head_tag] DEBUG check head tag 10:16:10 2024-08-07 10:16:10,678 [execute] INFO git cat-file --batch-check 10:16:10 2024-08-07 10:16:10,678 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/665, universal_newlines=False, shell=None, istream=) 10:16:10 2024-08-07 10:16:10,683 [execute] INFO git cat-file --batch 10:16:10 2024-08-07 10:16:10,683 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/665, universal_newlines=False, shell=None, istream=) 10:16:10 2024-08-07 10:16:10,721 [read_version] DEBUG read version from /w/workspace/edgex-go/665/.semver/main 10:16:10 2024-08-07 10:16:10,722 [execute] INFO git tag -a v3.2.0-dev.47 -m v3.2.0-dev.47 10:16:10 2024-08-07 10:16:10,722 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.47', '-m', 'v3.2.0-dev.47'], cwd=/w/workspace/edgex-go/665, universal_newlines=False, shell=None, istream=None) 10:16:10 2024-08-07 10:16:10,728 [read_version] DEBUG read version from /w/workspace/edgex-go/665/.semver/main 10:16:10 3.2.0-dev.47 [Pipeline] } 10:16:10 $ docker exec --env ******** --env ******** c8279192c36b7a1141eea8ad8cd2d0199244a396e24144f74b479946b3d76045 ssh-agent -k 10:16:11 unset SSH_AUTH_SOCK; 10:16:11 unset SSH_AGENT_PID; 10:16:11 echo Agent pid 38 killed; 10:16:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:16:11 + git semver [Pipeline] } 10:16:11 $ docker stop --time=1 c8279192c36b7a1141eea8ad8cd2d0199244a396e24144f74b479946b3d76045 10:16:12 $ docker rm -f --volumes c8279192c36b7a1141eea8ad8cd2d0199244a396e24144f74b479946b3d76045 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:16:13 10:16:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:16:13 0.23.1-centos7: Pulling from edgex-lftools 10:16:13 ab5ef0e58194: Pulling fs layer 10:16:13 9712f1f96733: Pulling fs layer 10:16:13 63f879dbbcfc: Pulling fs layer 10:16:13 0d9ebad4ef96: Pulling fs layer 10:16:13 e9a5061849ea: Pulling fs layer 10:16:13 d747dcd14b5f: Pulling fs layer 10:16:13 2de7ff778b66: Pulling fs layer 10:16:13 e9a5061849ea: Waiting 10:16:13 0d9ebad4ef96: Waiting 10:16:13 d747dcd14b5f: Waiting 10:16:13 2de7ff778b66: Waiting 10:16:13 9712f1f96733: Download complete 10:16:13 63f879dbbcfc: Verifying Checksum 10:16:13 63f879dbbcfc: Download complete 10:16:14 e9a5061849ea: Verifying Checksum 10:16:14 e9a5061849ea: Download complete 10:16:14 d747dcd14b5f: Download complete 10:16:14 0d9ebad4ef96: Verifying Checksum 10:16:14 0d9ebad4ef96: Download complete 10:16:14 ab5ef0e58194: Verifying Checksum 10:16:14 ab5ef0e58194: Download complete 10:16:14 2de7ff778b66: Verifying Checksum 10:16:14 2de7ff778b66: Download complete 10:16:17 ab5ef0e58194: Pull complete 10:16:17 9712f1f96733: Pull complete 10:16:17 63f879dbbcfc: Pull complete 10:16:22 0d9ebad4ef96: Pull complete 10:16:22 e9a5061849ea: Pull complete 10:16:22 d747dcd14b5f: Pull complete 10:16:23 2de7ff778b66: Pull complete 10:16:23 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:16:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:16:23 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:16:23 prd-ubuntu20.04-docker-8c-8g-7283 does not seem to be running inside a container 10:16:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/665 -v /w/workspace/edgex-go/665:/w/workspace/edgex-go/665:rw,z -v /w/workspace/edgex-go/665@tmp:/w/workspace/edgex-go/665@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 10:16:25 $ docker top a3fe015fdb0334cdea78dc179d71346a47ae259878b5dafb228de75a7a35b6d0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:16:25 provisioning config files... 10:16:25 copy managed file [sigul-config] to file:/w/workspace/edgex-go/665@tmp/config2059404596157266890tmp 10:16:25 copy managed file [sigul-password] to file:/w/workspace/edgex-go/665@tmp/config7943460777377896347tmp 10:16:25 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/665@tmp/config2938933547138345156tmp [Pipeline] { [Pipeline] echo 10:16:25 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:16:25 ---> sigul-configuration.sh 10:16:25 gpg: directory `/root/.gnupg' created 10:16:25 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:16:25 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:16:25 gpg: keyring `/root/.gnupg/secring.gpg' created 10:16:25 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:16:25 gpg: CAST5 encrypted data 10:16:25 gpg: encrypted with 1 passphrase 10:16:25 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:16:25 + mkdir /home/jenkins 10:16:25 + mkdir /home/jenkins/sigul [Pipeline] sh 10:16:26 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 10:16:26 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:16:26 ---> sigul-install.sh 10:16:26 Sigul already installed; skipping installation. [Pipeline] sh 10:16:26 + git tag --list 10:16:26 0.6.0 10:16:26 0.6.1 10:16:26 0.7.0 10:16:26 0.7.1 10:16:26 v1.0.0 10:16:26 v1.0.1 10:16:26 v1.1.0 10:16:26 v1.2.0 10:16:26 v1.2.1 10:16:26 v1.3.0 10:16:26 v1.3.1 10:16:26 v2.0.0 10:16:26 v2.1.0 10:16:26 v2.1.1 10:16:26 v2.2.0 10:16:26 v2.3.0 10:16:26 v3.0 10:16:26 v3.0.0 10:16:26 v3.1 10:16:26 v3.1.0 10:16:26 v3.1.0-dev.1 10:16:26 v3.1.0-dev.10 10:16:26 v3.1.0-dev.11 10:16:26 v3.1.0-dev.12 10:16:26 v3.1.0-dev.13 10:16:26 v3.1.0-dev.14 10:16:26 v3.1.0-dev.15 10:16:26 v3.1.0-dev.16 10:16:26 v3.1.0-dev.17 10:16:26 v3.1.0-dev.18 10:16:26 v3.1.0-dev.19 10:16:26 v3.1.0-dev.2 10:16:26 v3.1.0-dev.20 10:16:26 v3.1.0-dev.21 10:16:26 v3.1.0-dev.22 10:16:26 v3.1.0-dev.23 10:16:26 v3.1.0-dev.24 10:16:26 v3.1.0-dev.25 10:16:26 v3.1.0-dev.26 10:16:26 v3.1.0-dev.27 10:16:26 v3.1.0-dev.28 10:16:26 v3.1.0-dev.29 10:16:26 v3.1.0-dev.3 10:16:26 v3.1.0-dev.30 10:16:26 v3.1.0-dev.31 10:16:26 v3.1.0-dev.32 10:16:26 v3.1.0-dev.33 10:16:26 v3.1.0-dev.34 10:16:26 v3.1.0-dev.35 10:16:26 v3.1.0-dev.36 10:16:26 v3.1.0-dev.37 10:16:26 v3.1.0-dev.38 10:16:26 v3.1.0-dev.39 10:16:26 v3.1.0-dev.4 10:16:26 v3.1.0-dev.40 10:16:26 v3.1.0-dev.41 10:16:26 v3.1.0-dev.42 10:16:26 v3.1.0-dev.43 10:16:26 v3.1.0-dev.44 10:16:26 v3.1.0-dev.45 10:16:26 v3.1.0-dev.46 10:16:26 v3.1.0-dev.47 10:16:26 v3.1.0-dev.48 10:16:26 v3.1.0-dev.49 10:16:26 v3.1.0-dev.5 10:16:26 v3.1.0-dev.50 10:16:26 v3.1.0-dev.51 10:16:26 v3.1.0-dev.52 10:16:26 v3.1.0-dev.53 10:16:26 v3.1.0-dev.54 10:16:26 v3.1.0-dev.55 10:16:26 v3.1.0-dev.56 10:16:26 v3.1.0-dev.57 10:16:26 v3.1.0-dev.58 10:16:26 v3.1.0-dev.59 10:16:26 v3.1.0-dev.6 10:16:26 v3.1.0-dev.60 10:16:26 v3.1.0-dev.61 10:16:26 v3.1.0-dev.62 10:16:26 v3.1.0-dev.63 10:16:26 v3.1.0-dev.64 10:16:26 v3.1.0-dev.65 10:16:26 v3.1.0-dev.66 10:16:26 v3.1.0-dev.67 10:16:26 v3.1.0-dev.68 10:16:26 v3.1.0-dev.69 10:16:26 v3.1.0-dev.7 10:16:26 v3.1.0-dev.70 10:16:26 v3.1.0-dev.71 10:16:26 v3.1.0-dev.72 10:16:26 v3.1.0-dev.73 10:16:26 v3.1.0-dev.8 10:16:26 v3.1.0-dev.9 10:16:26 v3.1.1 10:16:26 v3.1.1-dev.1 10:16:26 v3.1.1-dev.2 10:16:26 v3.2.0-dev.1 10:16:26 v3.2.0-dev.10 10:16:26 v3.2.0-dev.11 10:16:26 v3.2.0-dev.12 10:16:26 v3.2.0-dev.13 10:16:26 v3.2.0-dev.14 10:16:26 v3.2.0-dev.15 10:16:26 v3.2.0-dev.16 10:16:26 v3.2.0-dev.17 10:16:26 v3.2.0-dev.18 10:16:26 v3.2.0-dev.19 10:16:26 v3.2.0-dev.2 10:16:26 v3.2.0-dev.20 10:16:26 v3.2.0-dev.21 10:16:26 v3.2.0-dev.22 10:16:26 v3.2.0-dev.23 10:16:26 v3.2.0-dev.24 10:16:26 v3.2.0-dev.25 10:16:26 v3.2.0-dev.26 10:16:26 v3.2.0-dev.27 10:16:26 v3.2.0-dev.28 10:16:26 v3.2.0-dev.29 10:16:26 v3.2.0-dev.3 10:16:26 v3.2.0-dev.30 10:16:26 v3.2.0-dev.31 10:16:26 v3.2.0-dev.32 10:16:26 v3.2.0-dev.33 10:16:26 v3.2.0-dev.34 10:16:26 v3.2.0-dev.35 10:16:26 v3.2.0-dev.36 10:16:26 v3.2.0-dev.37 10:16:26 v3.2.0-dev.38 10:16:26 v3.2.0-dev.39 10:16:26 v3.2.0-dev.4 10:16:26 v3.2.0-dev.40 10:16:26 v3.2.0-dev.41 10:16:26 v3.2.0-dev.42 10:16:26 v3.2.0-dev.43 10:16:26 v3.2.0-dev.44 10:16:26 v3.2.0-dev.45 10:16:26 v3.2.0-dev.46 10:16:26 v3.2.0-dev.47 10:16:26 v3.2.0-dev.5 10:16:26 v3.2.0-dev.6 10:16:26 v3.2.0-dev.7 10:16:26 v3.2.0-dev.8 10:16:26 v3.2.0-dev.9 [Pipeline] sh 10:16:27 + lftools sign git-tag v3.2.0-dev.47 10:16:27 Signing Git tag with Sigul... 10:16:27 Signing v3.2.0-dev.47 [Pipeline] echo 10:16:28 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:16:28 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:16:28 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:16:28 $ docker stop --time=1 a3fe015fdb0334cdea78dc179d71346a47ae259878b5dafb228de75a7a35b6d0 10:16:29 $ docker rm -f --volumes a3fe015fdb0334cdea78dc179d71346a47ae259878b5dafb228de75a7a35b6d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 10:16:30 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:16:30 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:16:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:16:30 prd-ubuntu20.04-docker-8c-8g-7283 does not seem to be running inside a container 10:16:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/665 -v /w/workspace/edgex-go/665:/w/workspace/edgex-go/665:rw,z -v /w/workspace/edgex-go/665@tmp:/w/workspace/edgex-go/665@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:16:31 $ docker top 3dc22e5e6eb2546c61617ab3ead804486aada8618e72d08b5307831f93dbbdd3 -eo pid,comm 10:16:31 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 10:16:31 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:16:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:16:31 [ssh-agent] Looking for ssh-agent implementation... 10:16:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:16:31 $ docker exec 3dc22e5e6eb2546c61617ab3ead804486aada8618e72d08b5307831f93dbbdd3 ssh-agent 10:16:31 SSH_AUTH_SOCK=/tmp/ssh-h8WervR7MDYF/agent.33 10:16:31 SSH_AGENT_PID=39 10:16:31 Running ssh-add (command line suppressed) 10:16:31 Identity added: /w/workspace/edgex-go/665@tmp/private_key_15428819840507353168.key (/w/workspace/edgex-go/665@tmp/private_key_15428819840507353168.key) 10:16:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:16:31 + git semver bump pre 10:16:32 2024-08-07 10:16:31,970 [read_version] DEBUG read version from /w/workspace/edgex-go/665/.semver/main 10:16:32 2024-08-07 10:16:31,970 [bump_version] DEBUG bumping version:3.2.0-dev.47 on axis:pre with prefix:dev 10:16:32 2024-08-07 10:16:31,970 [bump_version] DEBUG bumped version:3.2.0-dev.48 10:16:32 2024-08-07 10:16:31,970 [write_version] DEBUG write version:3.2.0-dev.48 to path:/w/workspace/edgex-go/665/.semver/main with force:True 10:16:32 2024-08-07 10:16:31,971 [read_version] DEBUG read version from /w/workspace/edgex-go/665/.semver/main 10:16:32 2024-08-07 10:16:31,971 [write_file] DEBUG write to file:/w/workspace/edgex-go/665/.semver/main 10:16:32 2024-08-07 10:16:31,972 [execute] INFO git cat-file --batch-check 10:16:32 2024-08-07 10:16:31,973 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/665/.semver, universal_newlines=False, shell=None, istream=) 10:16:32 2024-08-07 10:16:31,978 [execute] INFO git cat-file --batch 10:16:32 2024-08-07 10:16:31,979 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/665/.semver, universal_newlines=False, shell=None, istream=) 10:16:32 2024-08-07 10:16:31,984 [read_version] DEBUG read version from /w/workspace/edgex-go/665/.semver/main 10:16:32 3.2.0-dev.48 [Pipeline] } 10:16:32 $ docker exec --env ******** --env ******** 3dc22e5e6eb2546c61617ab3ead804486aada8618e72d08b5307831f93dbbdd3 ssh-agent -k 10:16:32 unset SSH_AUTH_SOCK; 10:16:32 unset SSH_AGENT_PID; 10:16:32 echo Agent pid 39 killed; 10:16:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:16:32 + git semver [Pipeline] } 10:16:32 $ docker stop --time=1 3dc22e5e6eb2546c61617ab3ead804486aada8618e72d08b5307831f93dbbdd3 10:16:34 $ docker rm -f --volumes 3dc22e5e6eb2546c61617ab3ead804486aada8618e72d08b5307831f93dbbdd3 [Pipeline] // withDockerContainer [Pipeline] sh 10:16:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:16:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:16:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:16:34 prd-ubuntu20.04-docker-8c-8g-7283 does not seem to be running inside a container 10:16:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/665 -v /w/workspace/edgex-go/665:/w/workspace/edgex-go/665:rw,z -v /w/workspace/edgex-go/665@tmp:/w/workspace/edgex-go/665@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:16:35 $ docker top 7b3fabde43e104e856c7762bcfcef2d9650a2b66ba415e70d5e62a3c50af4bff -eo pid,comm 10:16:35 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 10:16:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:16:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:16:35 [ssh-agent] Looking for ssh-agent implementation... 10:16:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:16:35 $ docker exec 7b3fabde43e104e856c7762bcfcef2d9650a2b66ba415e70d5e62a3c50af4bff ssh-agent 10:16:35 SSH_AUTH_SOCK=/tmp/ssh-fxyJi9qIpbaD/agent.32 10:16:35 SSH_AGENT_PID=38 10:16:35 Running ssh-add (command line suppressed) 10:16:35 Identity added: /w/workspace/edgex-go/665@tmp/private_key_1472476943327557942.key (/w/workspace/edgex-go/665@tmp/private_key_1472476943327557942.key) 10:16:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:16:35 + git semver push 10:16:36 2024-08-07 10:16:36,170 [run_push] DEBUG push 10:16:36 2024-08-07 10:16:36,170 [execute] INFO git cat-file --batch-check 10:16:36 2024-08-07 10:16:36,171 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/665/.semver, universal_newlines=False, shell=None, istream=) 10:16:36 2024-08-07 10:16:36,175 [execute] INFO git rev-list 54c64ad21045cbd13fc8716b9d5125f3cb1d19e5 -- 10:16:36 2024-08-07 10:16:36,175 [execute] DEBUG Popen(['git', 'rev-list', '54c64ad21045cbd13fc8716b9d5125f3cb1d19e5', '--'], cwd=/w/workspace/edgex-go/665/.semver, universal_newlines=False, shell=None, istream=None) 10:16:36 2024-08-07 10:16:36,197 [execute] INFO git fetch -v origin 10:16:36 2024-08-07 10:16:36,197 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/665/.semver, universal_newlines=True, shell=None, istream=None) 10:16:36 2024-08-07 10:16:36,745 [run_push] DEBUG no remote changes detected 10:16:36 2024-08-07 10:16:36,745 [execute] INFO git push origin semver 10:16:36 2024-08-07 10:16:36,746 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/665/.semver, universal_newlines=False, shell=None, istream=None) 10:16:38 2024-08-07 10:16:37,764 [run_push] DEBUG push all version tags 10:16:38 2024-08-07 10:16:37,765 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 10:16:38 2024-08-07 10:16:37,766 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/665, universal_newlines=False, shell=None, istream=None) 10:16:39 2024-08-07 10:16:39,160 [read_version] DEBUG read version from /w/workspace/edgex-go/665/.semver/main 10:16:39 3.2.0-dev.48 [Pipeline] } 10:16:39 $ docker exec --env ******** --env ******** 7b3fabde43e104e856c7762bcfcef2d9650a2b66ba415e70d5e62a3c50af4bff ssh-agent -k 10:16:39 unset SSH_AUTH_SOCK; 10:16:39 unset SSH_AGENT_PID; 10:16:39 echo Agent pid 38 killed; 10:16:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:16:40 + git semver [Pipeline] } 10:16:40 $ docker stop --time=1 7b3fabde43e104e856c7762bcfcef2d9650a2b66ba415e70d5e62a3c50af4bff 10:16:41 $ docker rm -f --volumes 7b3fabde43e104e856c7762bcfcef2d9650a2b66ba415e70d5e62a3c50af4bff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 10:16:42 + [ -d /w/workspace/edgex-go/665/archives ] [Pipeline] libraryResource [Pipeline] sh 10:16:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:16:43 ---> package-listing.sh 10:16:43 ++ facter osfamily 10:16:43 ++ tr '[:upper:]' '[:lower:]' 10:16:43 + OS_FAMILY=debian 10:16:43 + workspace=/w/workspace/edgex-go/665 10:16:43 + START_PACKAGES=/tmp/packages_start.txt 10:16:43 + END_PACKAGES=/tmp/packages_end.txt 10:16:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:16:43 + PACKAGES=/tmp/packages_start.txt 10:16:43 + '[' /w/workspace/edgex-go/665 ']' 10:16:43 + PACKAGES=/tmp/packages_end.txt 10:16:43 + case "${OS_FAMILY}" in 10:16:43 + dpkg -l 10:16:43 + grep '^ii' 10:16:43 + '[' -f /tmp/packages_start.txt ']' 10:16:43 + '[' -f /tmp/packages_end.txt ']' 10:16:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:16:43 + '[' /w/workspace/edgex-go/665 ']' 10:16:43 + mkdir -p /w/workspace/edgex-go/665/archives/ 10:16:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/665/archives/ [Pipeline] echo 10:16:43 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/665/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:16:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:16:44 10:16:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:16:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:16:44 latest: Pulling from edgex-lftools-log-publisher 10:16:44 5eb5b503b376: Pulling fs layer 10:16:44 5c69ac0246d0: Pulling fs layer 10:16:44 ec43610c2a17: Pulling fs layer 10:16:44 3a2ae6a8a46f: Pulling fs layer 10:16:44 33b1e0a273af: Pulling fs layer 10:16:44 5d3b04190fa2: Pulling fs layer 10:16:44 2f39f015ded8: Pulling fs layer 10:16:44 33b1e0a273af: Waiting 10:16:44 5d3b04190fa2: Waiting 10:16:44 3a2ae6a8a46f: Waiting 10:16:44 5c69ac0246d0: Download complete 10:16:44 3a2ae6a8a46f: Download complete 10:16:44 33b1e0a273af: Verifying Checksum 10:16:44 33b1e0a273af: Download complete 10:16:44 5d3b04190fa2: Download complete 10:16:44 ec43610c2a17: Verifying Checksum 10:16:44 ec43610c2a17: Download complete 10:16:44 5eb5b503b376: Verifying Checksum 10:16:44 5eb5b503b376: Download complete 10:16:45 2f39f015ded8: Download complete 10:16:46 5eb5b503b376: Pull complete 10:16:46 5c69ac0246d0: Pull complete 10:16:46 ec43610c2a17: Pull complete 10:16:46 3a2ae6a8a46f: Pull complete 10:16:46 33b1e0a273af: Pull complete 10:16:47 5d3b04190fa2: Pull complete 10:16:52 2f39f015ded8: Pull complete 10:16:52 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:16:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:16:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:16:52 prd-ubuntu20.04-docker-8c-8g-7283 does not seem to be running inside a container 10:16:52 $ 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/665/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/665 -v /w/workspace/edgex-go/665:/w/workspace/edgex-go/665:rw,z -v /w/workspace/edgex-go/665@tmp:/w/workspace/edgex-go/665@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 10:16:53 $ docker top c9db3dc17a4b1f1cd0d67508733b3edb2ea3af3abd523890cd7a474b92f40483 -eo pid,comm [Pipeline] { [Pipeline] sh 10:16:54 + touch /tmp/pre-build-complete [Pipeline] sh 10:16:54 + mkdir -p /var/log/sysstat [Pipeline] sh 10:16:55 + ls /var/log/sa-host 10:16:55 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:16:55 provisioning config files... 10:16:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/665@tmp/config14059664979227763922tmp [Pipeline] { [Pipeline] echo 10:16:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:16:55 ---> create-netrc.sh [Pipeline] } 10:16:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:16:55 ---> python-tools-install.sh [Pipeline] echo 10:16:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:16:56 ---> sudo-logs.sh 10:16:56 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:16:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:16:56 ---> job-cost.sh 10:16:56 lf-activate-venv: SKIPPING 10:16:56 DEBUG: total: 0.10999999940395355 10:16:56 INFO: Retrieving Stack Cost... 10:16:56 INFO: Retrieving Pricing Info for: v3-standard-8 10:16:57 INFO: Archiving Costs [Pipeline] echo 10:16:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:16:57 ---> logs-deploy.sh 10:16:57 lf-activate-venv: SKIPPING 10:16:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/665 10:16:57 INFO: archiving workspace using pattern(s): 10:16:58 Archives upload complete. 10:16:58 INFO: archiving logs to Nexus 10:16:59 ---> uname -a: 10:16:59 Linux prd-ubuntu20-04-docker-8c-8g-7283 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 10:16:59 10:16:59 10:16:59 ---> lscpu: 10:16:59 Architecture: x86_64 10:16:59 CPU op-mode(s): 32-bit, 64-bit 10:16:59 Byte Order: Little Endian 10:16:59 Address sizes: 40 bits physical, 48 bits virtual 10:16:59 CPU(s): 8 10:16:59 On-line CPU(s) list: 0-7 10:16:59 Thread(s) per core: 1 10:16:59 Core(s) per socket: 1 10:16:59 Socket(s): 8 10:16:59 NUMA node(s): 1 10:16:59 Vendor ID: AuthenticAMD 10:16:59 CPU family: 23 10:16:59 Model: 49 10:16:59 Model name: AMD EPYC-Rome Processor 10:16:59 Stepping: 0 10:16:59 CPU MHz: 2799.998 10:16:59 BogoMIPS: 5599.99 10:16:59 Virtualization: AMD-V 10:16:59 Hypervisor vendor: KVM 10:16:59 Virtualization type: full 10:16:59 L1d cache: 256 KiB 10:16:59 L1i cache: 256 KiB 10:16:59 L2 cache: 4 MiB 10:16:59 L3 cache: 128 MiB 10:16:59 NUMA node0 CPU(s): 0-7 10:16:59 Vulnerability Itlb multihit: Not affected 10:16:59 Vulnerability L1tf: Not affected 10:16:59 Vulnerability Mds: Not affected 10:16:59 Vulnerability Meltdown: Not affected 10:16:59 Vulnerability Mmio stale data: Not affected 10:16:59 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:16:59 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 10:16:59 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 10:16:59 Vulnerability Srbds: Not affected 10:16:59 Vulnerability Tsx async abort: Not affected 10:16:59 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 10:16:59 10:16:59 10:16:59 ---> nproc: 10:16:59 8 10:16:59 10:16:59 10:16:59 ---> df -h: 10:16:59 Filesystem Size Used Avail Use% Mounted on 10:16:59 overlay 155G 29G 127G 19% / 10:16:59 tmpfs 64M 0 64M 0% /dev 10:16:59 tmpfs 16G 0 16G 0% /sys/fs/cgroup 10:16:59 shm 64M 0 64M 0% /dev/shm 10:16:59 /dev/vda1 155G 29G 127G 19% /facter-os 10:16:59 10:16:59 10:16:59 ---> sar -b -r -n DEV: 10:16:59 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7283) 08/07/24 _x86_64_ (8 CPU) 10:16:59 10:16:59 09:19:25 LINUX RESTART (8 CPU) 10:16:59 10:16:59 09:20:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:16:59 09:21:01 435.48 12.05 423.43 0.00 1776.64 86177.64 0.00 10:16:59 09:22:01 45.54 0.03 45.51 0.00 3.60 22491.05 0.00 10:16:59 09:23:01 29.51 0.08 29.42 0.00 0.67 16037.20 0.00 10:16:59 09:24:01 52.47 0.12 52.36 0.00 6.00 40408.20 0.00 10:16:59 09:25:01 264.47 2.85 261.62 0.00 140.24 212428.20 0.00 10:16:59 09:26:01 786.92 12.86 774.06 0.00 2101.35 143372.31 0.00 10:16:59 09:27:01 433.91 2.13 431.77 0.00 2275.44 153407.49 0.00 10:16:59 09:28:01 313.18 0.07 313.11 0.00 0.93 83297.98 0.00 10:16:59 09:29:01 658.84 0.10 658.74 0.00 0.80 116688.55 0.00 10:16:59 09:30:01 169.88 0.18 169.69 0.00 23.59 10569.68 0.00 10:16:59 09:31:01 25.56 0.00 25.56 0.00 0.00 631.76 0.00 10:16:59 09:32:01 6.47 0.00 6.47 0.00 0.00 140.91 0.00 10:16:59 09:33:01 1.52 0.00 1.52 0.00 0.00 16.39 0.00 10:16:59 09:34:01 1.73 0.00 1.73 0.00 0.00 18.93 0.00 10:16:59 09:35:01 2.28 0.02 2.27 0.00 0.13 25.33 0.00 10:16:59 09:36:01 2.30 0.00 2.30 0.00 0.00 29.19 0.00 10:16:59 09:37:01 0.98 0.00 0.98 0.00 0.00 11.46 0.00 10:16:59 09:38:01 1.33 0.00 1.33 0.00 0.00 16.13 0.00 10:16:59 09:39:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 10:16:59 09:40:01 2.03 0.00 2.03 0.00 0.00 23.73 0.00 10:16:59 09:41:01 1.25 0.00 1.25 0.00 0.00 14.40 0.00 10:16:59 09:42:01 1.58 0.00 1.58 0.00 0.00 18.79 0.00 10:16:59 09:43:01 1.07 0.00 1.07 0.00 0.00 11.73 0.00 10:16:59 09:44:01 1.47 0.00 1.47 0.00 0.00 16.80 0.00 10:16:59 09:45:01 1.50 0.00 1.50 0.00 0.00 16.66 0.00 10:16:59 09:46:01 1.93 0.00 1.93 0.00 0.00 21.60 0.00 10:16:59 09:47:01 1.08 0.00 1.08 0.00 0.00 12.13 0.00 10:16:59 09:48:01 1.53 0.00 1.53 0.00 0.00 18.00 0.00 10:16:59 09:49:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 10:16:59 09:50:01 1.52 0.00 1.52 0.00 0.00 17.86 0.00 10:16:59 09:51:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 10:16:59 09:52:01 1.55 0.00 1.55 0.00 0.00 17.20 0.00 10:16:59 09:53:01 1.07 0.00 1.07 0.00 0.00 12.13 0.00 10:16:59 09:54:01 1.42 0.00 1.42 0.00 0.00 17.06 0.00 10:16:59 09:55:01 1.10 0.00 1.10 0.00 0.00 12.80 0.00 10:16:59 09:56:01 1.53 0.00 1.53 0.00 0.00 17.86 0.00 10:16:59 09:57:01 1.23 0.00 1.23 0.00 0.00 13.46 0.00 10:16:59 09:58:01 1.92 0.00 1.92 0.00 0.00 21.99 0.00 10:16:59 09:59:01 1.17 0.00 1.17 0.00 0.00 13.60 0.00 10:16:59 10:00:01 1.70 0.00 1.70 0.00 0.00 20.40 0.00 10:16:59 10:01:01 1.13 0.00 1.13 0.00 0.00 12.40 0.00 10:16:59 10:02:01 1.40 0.00 1.40 0.00 0.00 16.13 0.00 10:16:59 10:03:01 1.02 0.00 1.02 0.00 0.00 11.86 0.00 10:16:59 10:04:01 1.53 0.00 1.53 0.00 0.00 17.86 0.00 10:16:59 10:05:01 1.13 0.00 1.13 0.00 0.00 13.06 0.00 10:16:59 10:06:01 1.48 0.00 1.48 0.00 0.00 16.80 0.00 10:16:59 10:07:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 10:16:59 10:08:01 1.53 0.00 1.53 0.00 0.00 18.00 0.00 10:16:59 10:09:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 10:16:59 10:10:01 1.77 0.00 1.77 0.00 0.00 19.59 0.00 10:16:59 10:11:02 1.02 0.00 1.02 0.00 0.00 11.73 0.00 10:16:59 10:12:01 1.19 0.00 1.19 0.00 0.00 13.96 0.00 10:16:59 10:13:01 1.10 0.00 1.10 0.00 0.00 12.40 0.00 10:16:59 10:14:01 1.27 0.00 1.27 0.00 0.00 14.93 0.00 10:16:59 10:15:01 1.13 0.00 1.13 0.00 0.00 13.46 0.00 10:16:59 10:16:01 97.33 0.52 96.82 0.00 17.46 24144.91 0.00 10:16:59 Average: 60.37 0.55 59.82 0.00 113.40 16265.35 0.00 10:16:59 10:16:59 09:20:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:16:59 09:21:01 28336520 31524820 782508 2.38 125436 3280632 1741208 5.13 1146320 2945008 6960 10:16:59 09:22:01 26941636 31331704 964764 2.93 128912 4391556 2430364 7.16 2019076 3371440 487572 10:16:59 09:23:01 27082292 31423316 872484 2.65 134636 4307320 2110072 6.22 1451640 3767252 448524 10:16:59 09:24:01 27778240 31483660 819496 2.49 136184 3743140 2079204 6.13 1343204 3256828 160772 10:16:59 09:25:01 20734620 31351708 933996 2.84 148180 10420060 2570068 7.57 1897932 9499552 478736 10:16:59 09:26:01 17078404 31332388 918928 2.79 327148 13559840 2396260 7.06 2714244 11983884 60 10:16:59 09:27:01 9433212 28544456 3628080 11.03 372396 17923860 11368720 33.50 6401192 15376820 54552 10:16:59 09:28:01 6044752 27223756 4961992 15.09 397536 19907852 10123232 29.83 8513292 16617592 151776 10:16:59 09:29:01 9938220 31346768 893208 2.72 408368 20281548 2393228 7.05 3295228 18180520 6108 10:16:59 09:30:01 9791240 31393720 852168 2.59 411780 20468200 2099272 6.19 3485752 18145788 772 10:16:59 09:31:01 9798124 31401692 843976 2.57 412688 20468456 2095952 6.18 3946264 17679220 516 10:16:59 09:32:01 9790864 31394600 851056 2.59 412840 20468472 2103656 6.20 3985324 17645696 180 10:16:59 09:33:01 9793796 31397588 848212 2.58 412900 20468472 2103656 6.20 3981760 17645704 8 10:16:59 09:34:01 9805500 31409412 836676 2.54 412928 20468476 2103656 6.20 3969468 17645704 12 10:16:59 09:35:01 9806296 31410252 836220 2.54 412992 20468480 2139960 6.31 3969320 17645708 8 10:16:59 09:36:01 9809596 31413620 832768 2.53 413044 20468520 2139960 6.31 3966772 17645720 192 10:16:59 09:37:01 9808884 31412948 833244 2.53 413056 20468524 2139960 6.31 3967056 17645724 8 10:16:59 09:38:01 9809152 31413220 832960 2.53 413068 20468528 2139960 6.31 3966804 17645728 12 10:16:59 09:39:01 9808844 31412964 833152 2.53 413108 20468528 2139960 6.31 3966904 17645756 180 10:16:59 09:40:01 9809340 31413520 832588 2.53 413156 20468532 2139960 6.31 3966724 17645764 8 10:16:59 09:41:01 9810088 31414304 831748 2.53 413184 20468536 2139960 6.31 3966140 17645764 8 10:16:59 09:42:01 9809788 31414048 831956 2.53 413212 20468540 2139960 6.31 3966216 17645768 40 10:16:59 09:43:01 9809980 31414264 831920 2.53 413224 20468544 2139960 6.31 3966272 17645772 8 10:16:59 09:44:01 9809648 31414032 832080 2.53 413240 20468672 2139960 6.31 3966312 17645848 48 10:16:59 09:45:01 9809268 31413712 832368 2.53 413264 20468672 2139960 6.31 3966388 17645908 8 10:16:59 09:46:01 9809544 31414016 831984 2.53 413296 20468684 2139960 6.31 3966368 17645908 8 10:16:59 09:47:01 9809212 31413740 832184 2.53 413332 20468684 2139960 6.31 3966416 17645916 12 10:16:59 09:48:01 9809608 31414172 831996 2.53 413348 20468688 2139960 6.31 3966728 17645920 56 10:16:59 09:49:01 9809856 31414428 831944 2.53 413356 20468692 2139960 6.31 3966488 17645924 12 10:16:59 09:50:01 9809840 31414416 831912 2.53 413380 20468692 2139960 6.31 3966548 17645924 56 10:16:59 09:51:01 9809540 31414164 832136 2.53 413392 20468700 2139960 6.31 3966536 17645928 12 10:16:59 09:52:01 9809712 31414336 831896 2.53 413400 20468700 2123452 6.26 3966556 17645928 44 10:16:59 09:53:01 9809664 31414404 831740 2.53 413412 20468832 2123452 6.26 3966576 17646024 16 10:16:59 09:54:01 9809592 31414396 831712 2.53 413428 20468836 2123452 6.26 3966780 17646068 52 10:16:59 09:55:01 9809504 31414312 831720 2.53 413464 20468832 2123452 6.26 3966684 17646068 16 10:16:59 09:56:01 9809420 31414284 831924 2.53 413484 20468840 2123452 6.26 3966576 17646068 228 10:16:59 09:57:01 9809404 31414272 831888 2.53 413504 20468840 2123452 6.26 3966616 17646068 184 10:16:59 09:58:01 9809332 31414260 831836 2.53 413548 20468844 2123452 6.26 3966672 17646072 16 10:16:59 09:59:01 9809308 31414300 831780 2.53 413576 20468848 2123452 6.26 3966740 17646080 8 10:16:59 10:00:01 9809512 31414512 831476 2.53 413612 20468844 2123452 6.26 3966808 17646080 56 10:16:59 10:01:01 9809464 31414504 831428 2.53 413632 20468856 2123452 6.26 3966788 17646080 180 10:16:59 10:02:01 9809380 31414424 831580 2.53 413644 20468864 2123452 6.26 3967432 17646084 64 10:16:59 10:03:01 9809632 31414724 831400 2.53 413660 20468864 2123452 6.26 3966860 17646088 16 10:16:59 10:04:01 9809464 31414572 831628 2.53 413676 20468868 2123452 6.26 3967040 17646100 64 10:16:59 10:05:01 9809408 31414520 831608 2.53 413696 20468864 2123452 6.26 3966928 17646100 20 10:16:59 10:06:01 9809360 31414520 831592 2.53 413704 20468872 2123452 6.26 3966868 17646100 48 10:16:59 10:07:01 9809564 31414736 831320 2.53 413708 20468876 2139508 6.31 3966868 17646104 8 10:16:59 10:08:01 9809548 31414724 831268 2.53 413712 20468880 2139508 6.31 3966868 17646104 24 10:16:59 10:09:01 9809676 31414876 831272 2.53 413720 20468884 2139508 6.31 3966948 17646108 16 10:16:59 10:10:01 9809692 31414896 831208 2.53 413752 20468868 2139508 6.31 3967040 17646108 16 10:16:59 10:11:02 9809456 31414708 831396 2.53 413764 20468888 2139508 6.31 3966988 17646116 12 10:16:59 10:12:01 9809632 31414888 831376 2.53 413780 20468892 2139508 6.31 3967016 17646120 148 10:16:59 10:13:01 9809616 31414872 831348 2.53 413796 20468892 2139508 6.31 3967016 17646120 8 10:16:59 10:14:01 9809568 31414892 831308 2.53 413816 20468896 2139508 6.31 3967072 17646128 152 10:16:59 10:15:01 9809268 31414596 831512 2.53 413848 20468900 2139508 6.31 3967132 17646132 36 10:16:59 10:16:01 8613204 31370788 872524 2.65 423548 21508224 2260560 6.66 4171844 18528852 367164 10:16:59 Average: 11306202 31284138 964115 2.93 386026 18944373 2454746 7.23 3838596 16353123 38675 10:16:59 10:16:59 09:20:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:16:59 09:21:01 lo 4.67 4.67 0.46 0.46 0.00 0.00 0.00 0.00 10:16:59 09:21:01 docker0 829.15 817.63 60.24 4940.27 0.00 0.00 0.00 0.00 10:16:59 09:21:01 ens3 1313.30 1230.28 12701.92 136.48 0.00 0.00 0.00 0.00 10:16:59 09:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 09:22:01 docker0 0.10 0.17 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 09:22:01 ens3 40.89 25.66 37.75 17.17 0.00 0.00 0.00 0.00 10:16:59 09:22:01 veth9ac6fd4 0.10 0.28 0.01 0.02 0.00 0.00 0.00 0.00 10:16:59 09:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:23:01 docker0 1.48 1.48 0.11 0.13 0.00 0.00 0.00 0.00 10:16:59 09:23:01 ens3 25.74 18.44 21.09 11.02 0.00 0.00 0.00 0.00 10:16:59 09:23:01 veth9ac6fd4 1.48 1.50 0.13 0.13 0.00 0.00 0.00 0.00 10:16:59 09:24:01 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 10:16:59 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:24:01 ens3 93.60 58.36 2221.39 15.26 0.00 0.00 0.00 0.00 10:16:59 09:25:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 10:16:59 09:25:01 veth137d55d 0.62 0.77 0.06 0.25 0.00 0.00 0.00 0.00 10:16:59 09:25:01 veth71840f8 4.28 7.03 0.32 103.80 0.00 0.00 0.00 0.01 10:16:59 09:25:01 veth9f42ad4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:25:01 docker0 21.18 35.89 1.34 484.59 0.00 0.00 0.00 0.00 10:16:59 09:25:01 ens3 143.78 100.27 1413.69 175.88 0.00 0.00 0.00 0.00 10:16:59 09:25:01 veth57eb6d5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:25:01 veth9f7e451 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:25:01 veth27044a2 5.13 8.82 0.40 92.74 0.00 0.00 0.00 0.01 10:16:59 09:25:01 vethef03ae9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:25:01 veth3a3d56e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:25:01 veth91048f8 2.70 4.40 0.22 62.94 0.00 0.00 0.00 0.01 10:16:59 09:25:01 vethb4c7328 2.08 6.03 0.16 98.05 0.00 0.00 0.00 0.01 10:16:59 09:25:01 vethfebcb57 1.32 2.82 0.10 31.38 0.00 0.00 0.00 0.00 10:16:59 09:25:01 veth4f6c91f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:25:01 veth3eeaf67 1.30 2.68 0.10 31.47 0.00 0.00 0.00 0.00 10:16:59 09:25:01 vethb504639 1.85 2.40 0.14 31.36 0.00 0.00 0.00 0.00 10:16:59 09:25:01 veth3de9c37 1.90 2.88 0.14 32.73 0.00 0.00 0.00 0.00 10:16:59 09:26:01 lo 0.73 0.73 0.06 0.06 0.00 0.00 0.00 0.00 10:16:59 09:26:01 veth137d55d 0.13 0.68 0.01 0.03 0.00 0.00 0.00 0.00 10:16:59 09:26:01 veth9c48dd9 74.40 132.83 7.68 1179.35 0.00 0.00 0.00 0.10 10:16:59 09:26:01 veth8f8b66a 75.90 133.05 7.85 1186.21 0.00 0.00 0.00 0.10 10:16:59 09:26:01 docker0 421.36 749.41 36.63 6485.45 0.00 0.00 0.00 0.00 10:16:59 09:26:01 ens3 880.89 480.74 7846.04 55.32 0.00 0.00 0.00 0.00 10:16:59 09:26:01 veth60d271f 81.24 153.09 8.32 1193.49 0.00 0.00 0.00 0.10 10:16:59 09:26:01 veth7ac0bea 75.40 136.62 7.79 1179.96 0.00 0.00 0.00 0.10 10:16:59 09:26:01 veth8bc2e39 81.98 145.21 8.36 1179.47 0.00 0.00 0.00 0.10 10:16:59 09:27:01 veth0f2811e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 10:16:59 09:27:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 10:16:59 09:27:01 veth137d55d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:27:01 vethc22bacd 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 10:16:59 09:27:01 veth525d578 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 10:16:59 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:27:01 vethef56363 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 10:16:59 09:27:01 ens3 292.56 127.14 1415.27 13.63 0.00 0.00 0.00 0.00 10:16:59 09:27:01 veth776197f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 10:16:59 09:27:01 veth3fd97a6 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 10:16:59 09:27:01 veth4bb6597 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 10:16:59 09:27:01 veth456f2e5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 10:16:59 09:27:01 vethd62cc56 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 10:16:59 09:27:01 veth5559ce1 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 10:16:59 09:27:01 veth54ce0c7 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 10:16:59 09:27:01 veth207133a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 10:16:59 09:27:01 veth2ec0c0d 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 10:16:59 09:28:01 veth0f2811e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:28:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 10:16:59 09:28:01 veth137d55d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:28:01 vethc22bacd 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:28:01 veth525d578 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:28:01 vethef56363 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:28:01 ens3 3.70 2.13 2.85 1.41 0.00 0.00 0.00 0.00 10:16:59 09:28:01 veth776197f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:28:01 veth3fd97a6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:28:01 veth4bb6597 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:28:01 veth456f2e5 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:28:01 vethd62cc56 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:28:01 veth5559ce1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:28:01 veth54ce0c7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:28:01 veth207133a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:28:01 veth2ec0c0d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:29:01 veth137d55d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:29:01 ens3 21.48 11.38 16.84 9.07 0.00 0.00 0.00 0.00 10:16:59 09:30:01 lo 48.92 48.92 4.82 4.82 0.00 0.00 0.00 0.00 10:16:59 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:30:01 ens3 386.07 388.50 209.58 1460.83 0.00 0.00 0.00 0.00 10:16:59 09:31:01 lo 30.19 30.19 2.98 2.98 0.00 0.00 0.00 0.00 10:16:59 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:31:01 ens3 385.99 370.92 156.94 2495.31 0.00 0.00 0.00 0.00 10:16:59 09:32:01 lo 5.80 5.80 0.57 0.57 0.00 0.00 0.00 0.00 10:16:59 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:32:01 ens3 83.09 89.95 35.25 311.76 0.00 0.00 0.00 0.00 10:16:59 09:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:33:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:34:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 09:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:35:01 ens3 0.43 0.18 0.48 0.07 0.00 0.00 0.00 0.00 10:16:59 09:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:36:01 ens3 0.18 0.12 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:37:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:38:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 09:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:39:01 ens3 0.08 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:40:01 ens3 0.30 0.25 0.09 0.08 0.00 0.00 0.00 0.00 10:16:59 09:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:41:01 ens3 0.22 0.00 0.02 0.00 0.00 0.00 0.00 0.00 10:16:59 09:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:42:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 09:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:43:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:44:01 ens3 0.40 0.23 0.13 0.02 0.00 0.00 0.00 0.00 10:16:59 09:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:45:01 ens3 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 10:16:59 09:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:46:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 09:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:47:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:48:01 ens3 0.92 0.52 0.31 0.23 0.00 0.00 0.00 0.00 10:16:59 09:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:49:01 ens3 0.17 0.05 0.06 0.00 0.00 0.00 0.00 0.00 10:16:59 09:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:50:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 10:16:59 09:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:51:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:52:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 09:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:53:01 ens3 0.62 0.05 0.06 0.00 0.00 0.00 0.00 0.00 10:16:59 09:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:54:01 ens3 0.70 0.42 0.41 0.28 0.00 0.00 0.00 0.00 10:16:59 09:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:55:01 ens3 0.20 0.13 0.08 0.07 0.00 0.00 0.00 0.00 10:16:59 09:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:56:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 09:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:57:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 09:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:58:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 09:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 09:59:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:00:01 ens3 0.32 0.20 0.09 0.07 0.00 0.00 0.00 0.00 10:16:59 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:01:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:02:01 ens3 0.53 0.40 0.27 0.22 0.00 0.00 0.00 0.00 10:16:59 10:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:03:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:04:01 ens3 0.92 0.35 0.31 0.21 0.00 0.00 0.00 0.00 10:16:59 10:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:05:01 ens3 0.30 0.17 0.19 0.07 0.00 0.00 0.00 0.00 10:16:59 10:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 10:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:06:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 10:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:07:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 10:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:08:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 10:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:09:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 10:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:10:01 ens3 0.30 0.22 0.09 0.07 0.00 0.00 0.00 0.00 10:16:59 10:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:11:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:11:02 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:12:01 ens3 0.31 0.24 0.13 0.02 0.00 0.00 0.00 0.00 10:16:59 10:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:13:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:14:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:16:59 10:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:16:59 10:15:01 ens3 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 10:16:59 10:16:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 10:16:59 10:16:01 docker0 86.10 155.42 7.59 1272.82 0.00 0.00 0.00 0.00 10:16:59 10:16:01 ens3 280.82 156.44 4885.03 22.61 0.00 0.00 0.00 0.00 10:16:59 Average: lo 1.75 1.75 0.17 0.17 0.00 0.00 0.00 0.00 10:16:59 Average: docker0 24.28 31.44 1.89 235.51 0.00 0.00 0.00 0.00 10:16:59 Average: ens3 70.77 54.76 553.18 84.44 0.00 0.00 0.00 0.00 10:16:59 10:16:59 10:16:59 ---> sar -P ALL: 10:16:59 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7283) 08/07/24 _x86_64_ (8 CPU) 10:16:59 10:16:59 09:19:25 LINUX RESTART (8 CPU) 10:16:59 10:16:59 09:20:01 CPU %user %nice %system %iowait %steal %idle 10:16:59 09:21:01 all 10.87 0.00 4.76 2.22 0.07 82.08 10:16:59 09:21:01 0 8.22 0.00 4.99 6.48 0.08 80.24 10:16:59 09:21:01 1 12.78 0.00 4.10 0.14 0.08 82.90 10:16:59 09:21:01 2 14.40 0.00 4.85 3.40 0.08 77.27 10:16:59 09:21:01 3 11.88 0.00 5.79 3.85 0.05 78.43 10:16:59 09:21:01 4 8.64 0.00 5.91 3.55 0.07 81.82 10:16:59 09:21:01 5 9.73 0.00 4.48 0.12 0.05 85.62 10:16:59 09:21:01 6 11.31 0.00 3.85 0.14 0.08 84.62 10:16:59 09:21:01 7 10.01 0.00 4.14 0.05 0.07 85.73 10:16:59 09:22:01 all 39.14 0.00 6.10 1.63 0.13 53.00 10:16:59 09:22:01 0 41.31 0.00 6.00 0.22 0.19 52.28 10:16:59 09:22:01 1 38.39 0.00 5.81 0.12 0.12 55.56 10:16:59 09:22:01 2 38.82 0.00 6.16 0.02 0.13 54.87 10:16:59 09:22:01 3 39.94 0.00 5.87 1.67 0.10 52.41 10:16:59 09:22:01 4 39.92 0.00 5.95 0.19 0.10 53.84 10:16:59 09:22:01 5 35.81 0.00 5.58 0.08 0.10 58.43 10:16:59 09:22:01 6 41.66 0.00 7.03 0.22 0.19 50.91 10:16:59 09:22:01 7 37.29 0.00 6.40 10.55 0.10 45.66 10:16:59 09:23:01 all 51.13 0.00 5.92 0.70 0.10 42.15 10:16:59 09:23:01 0 50.97 0.00 6.02 0.49 0.10 42.42 10:16:59 09:23:01 1 49.82 0.00 5.68 0.05 0.10 44.35 10:16:59 09:23:01 2 53.19 0.00 6.09 0.20 0.10 40.42 10:16:59 09:23:01 3 52.13 0.00 6.05 1.06 0.12 40.64 10:16:59 09:23:01 4 51.74 0.00 5.60 0.17 0.10 42.39 10:16:59 09:23:01 5 50.03 0.00 5.30 0.20 0.10 44.36 10:16:59 09:23:01 6 50.53 0.00 5.91 0.25 0.08 43.23 10:16:59 09:23:01 7 50.62 0.00 6.68 3.18 0.10 39.41 10:16:59 09:24:01 all 30.58 0.00 5.76 3.70 0.10 59.87 10:16:59 09:24:01 0 30.62 0.00 5.91 6.37 0.10 57.00 10:16:59 09:24:01 1 30.21 0.00 5.37 1.67 0.08 62.66 10:16:59 09:24:01 2 29.78 0.00 5.38 0.24 0.08 64.52 10:16:59 09:24:01 3 32.50 0.00 6.51 4.05 0.10 56.84 10:16:59 09:24:01 4 30.53 0.00 5.54 0.25 0.10 63.58 10:16:59 09:24:01 5 30.47 0.00 5.71 0.92 0.08 62.81 10:16:59 09:24:01 6 28.56 0.00 5.57 15.47 0.10 50.29 10:16:59 09:24:01 7 31.92 0.00 6.09 0.57 0.12 61.30 10:16:59 09:25:01 all 17.52 0.00 6.60 21.34 0.15 54.39 10:16:59 09:25:01 0 17.31 0.00 6.54 15.63 0.14 60.37 10:16:59 09:25:01 1 17.73 0.00 7.12 25.24 0.16 49.76 10:16:59 09:25:01 2 18.54 0.00 7.14 20.37 0.16 53.79 10:16:59 09:25:01 3 17.24 0.00 6.62 39.80 0.09 36.25 10:16:59 09:25:01 4 15.67 0.00 6.74 27.37 0.14 50.09 10:16:59 09:25:01 5 16.66 0.00 6.65 15.64 0.10 60.95 10:16:59 09:25:01 6 18.57 0.00 5.95 15.13 0.14 60.21 10:16:59 09:25:01 7 18.50 0.00 6.05 11.65 0.24 63.55 10:16:59 09:26:01 all 11.31 0.00 6.07 27.81 0.10 54.71 10:16:59 09:26:01 0 9.44 0.00 5.56 41.11 0.09 43.81 10:16:59 09:26:01 1 11.84 0.00 6.20 46.21 0.10 35.65 10:16:59 09:26:01 2 13.91 0.00 6.73 18.67 0.12 60.57 10:16:59 09:26:01 3 13.65 0.00 6.65 20.64 0.08 58.97 10:16:59 09:26:01 4 10.60 0.00 6.24 45.71 0.10 37.35 10:16:59 09:26:01 5 9.21 0.00 5.17 14.68 0.10 70.84 10:16:59 09:26:01 6 9.97 0.00 4.98 16.99 0.08 67.97 10:16:59 09:26:01 7 11.85 0.00 7.04 18.51 0.14 62.46 10:16:59 09:27:01 all 69.49 0.00 13.58 5.68 0.16 11.09 10:16:59 09:27:01 0 69.71 0.00 12.53 1.95 0.15 15.65 10:16:59 09:27:01 1 70.37 0.00 13.36 11.98 0.14 4.16 10:16:59 09:27:01 2 69.35 0.00 14.99 5.01 0.15 10.50 10:16:59 09:27:01 3 69.82 0.00 13.94 2.44 0.15 13.65 10:16:59 09:27:01 4 67.80 0.00 14.59 14.44 0.17 2.99 10:16:59 09:27:01 5 69.34 0.00 13.17 4.21 0.14 13.14 10:16:59 09:27:01 6 69.14 0.00 13.30 2.64 0.17 14.74 10:16:59 09:27:01 7 70.35 0.00 12.80 2.94 0.17 13.74 10:16:59 09:28:01 all 88.89 0.00 10.99 0.00 0.12 0.00 10:16:59 09:28:01 0 89.59 0.00 10.28 0.00 0.13 0.00 10:16:59 09:28:01 1 89.31 0.00 10.55 0.00 0.12 0.02 10:16:59 09:28:01 2 88.50 0.00 11.38 0.00 0.12 0.00 10:16:59 09:28:01 3 88.43 0.00 11.45 0.00 0.12 0.00 10:16:59 09:28:01 4 88.01 0.00 11.83 0.00 0.14 0.02 10:16:59 09:28:01 5 88.97 0.00 10.89 0.00 0.14 0.00 10:16:59 09:28:01 6 89.18 0.00 10.72 0.00 0.10 0.00 10:16:59 09:28:01 7 89.05 0.00 10.85 0.00 0.10 0.00 10:16:59 09:29:01 all 73.58 0.00 10.72 2.98 0.12 12.60 10:16:59 09:29:01 0 73.69 0.00 11.01 0.81 0.13 14.36 10:16:59 09:29:01 1 73.70 0.00 10.60 13.77 0.15 1.77 10:16:59 09:29:01 2 74.41 0.00 10.12 0.64 0.12 14.72 10:16:59 09:29:01 3 73.09 0.00 11.99 3.05 0.10 11.77 10:16:59 09:29:01 4 73.24 0.00 10.00 0.29 0.14 16.33 10:16:59 09:29:01 5 74.08 0.00 11.07 1.92 0.12 12.82 10:16:59 09:29:01 6 72.66 0.00 11.19 3.21 0.14 12.81 10:16:59 09:29:01 7 73.77 0.00 9.78 0.27 0.10 16.08 10:16:59 09:30:01 all 6.69 0.00 1.43 2.56 0.06 89.25 10:16:59 09:30:01 0 8.90 0.00 1.62 2.42 0.07 87.00 10:16:59 09:30:01 1 5.92 0.00 1.32 4.01 0.07 88.68 10:16:59 09:30:01 2 6.25 0.00 1.72 0.89 0.07 91.08 10:16:59 09:30:01 3 6.76 0.00 1.56 4.37 0.05 87.26 10:16:59 09:30:01 4 7.21 0.00 1.34 0.62 0.07 90.77 10:16:59 09:30:01 5 7.51 0.00 1.86 3.70 0.08 86.84 10:16:59 09:30:01 6 7.29 0.00 1.12 2.85 0.07 88.68 10:16:59 09:30:01 7 3.67 0.00 0.92 1.66 0.05 93.70 10:16:59 09:31:01 all 10.44 0.00 0.89 0.07 0.06 88.53 10:16:59 09:31:01 0 10.18 0.00 0.85 0.02 0.07 88.88 10:16:59 09:31:01 1 10.86 0.00 0.75 0.18 0.07 88.13 10:16:59 09:31:01 2 11.97 0.00 0.99 0.17 0.07 86.80 10:16:59 09:31:01 3 8.81 0.00 0.92 0.02 0.05 90.21 10:16:59 09:31:01 4 11.47 0.00 0.99 0.00 0.08 87.45 10:16:59 09:31:01 5 4.66 0.00 0.89 0.08 0.05 94.32 10:16:59 09:31:01 6 14.56 0.00 0.87 0.05 0.08 84.43 10:16:59 09:31:01 7 11.02 0.00 0.87 0.02 0.05 88.04 10:16:59 10:16:59 09:31:01 CPU %user %nice %system %iowait %steal %idle 10:16:59 09:32:01 all 0.95 0.00 0.19 0.02 0.02 98.82 10:16:59 09:32:01 0 0.25 0.00 0.12 0.00 0.02 99.62 10:16:59 09:32:01 1 1.68 0.00 0.15 0.02 0.02 98.13 10:16:59 09:32:01 2 1.73 0.00 0.22 0.02 0.03 98.00 10:16:59 09:32:01 3 1.22 0.00 0.20 0.02 0.02 98.55 10:16:59 09:32:01 4 0.60 0.00 0.18 0.00 0.03 99.18 10:16:59 09:32:01 5 0.62 0.00 0.28 0.07 0.00 99.03 10:16:59 09:32:01 6 0.67 0.00 0.15 0.00 0.02 99.16 10:16:59 09:32:01 7 0.85 0.00 0.20 0.02 0.02 98.91 10:16:59 09:33:01 all 0.04 0.00 0.02 0.00 0.01 99.93 10:16:59 09:33:01 0 0.05 0.00 0.03 0.00 0.02 99.90 10:16:59 09:33:01 1 0.03 0.00 0.00 0.00 0.00 99.97 10:16:59 09:33:01 2 0.05 0.00 0.03 0.00 0.02 99.90 10:16:59 09:33:01 3 0.07 0.00 0.03 0.00 0.02 99.88 10:16:59 09:33:01 4 0.05 0.00 0.03 0.00 0.02 99.90 10:16:59 09:33:01 5 0.02 0.00 0.02 0.03 0.02 99.92 10:16:59 09:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:16:59 09:33:01 7 0.02 0.00 0.00 0.00 0.02 99.97 10:16:59 09:34:01 all 0.08 0.00 0.02 0.00 0.01 99.89 10:16:59 09:34:01 0 0.02 0.00 0.05 0.00 0.00 99.93 10:16:59 09:34:01 1 0.02 0.00 0.00 0.02 0.00 99.97 10:16:59 09:34:01 2 0.10 0.00 0.02 0.00 0.02 99.87 10:16:59 09:34:01 3 0.05 0.00 0.03 0.00 0.02 99.90 10:16:59 09:34:01 4 0.03 0.00 0.03 0.00 0.03 99.90 10:16:59 09:34:01 5 0.03 0.00 0.02 0.02 0.00 99.93 10:16:59 09:34:01 6 0.05 0.00 0.02 0.00 0.00 99.93 10:16:59 09:34:01 7 0.33 0.00 0.02 0.00 0.00 99.65 10:16:59 09:35:01 all 0.05 0.00 0.04 0.00 0.01 99.90 10:16:59 09:35:01 0 0.07 0.00 0.02 0.00 0.02 99.90 10:16:59 09:35:01 1 0.02 0.00 0.05 0.00 0.00 99.93 10:16:59 09:35:01 2 0.07 0.00 0.07 0.00 0.03 99.83 10:16:59 09:35:01 3 0.02 0.00 0.03 0.00 0.02 99.93 10:16:59 09:35:01 4 0.03 0.00 0.05 0.00 0.02 99.90 10:16:59 09:35:01 5 0.07 0.00 0.03 0.03 0.02 99.85 10:16:59 09:35:01 6 0.03 0.00 0.03 0.00 0.00 99.93 10:16:59 09:35:01 7 0.08 0.00 0.02 0.00 0.02 99.88 10:16:59 09:36:01 all 0.03 0.00 0.02 0.01 0.01 99.93 10:16:59 09:36:01 0 0.05 0.00 0.03 0.00 0.02 99.90 10:16:59 09:36:01 1 0.02 0.00 0.02 0.00 0.02 99.95 10:16:59 09:36:01 2 0.08 0.00 0.02 0.00 0.02 99.88 10:16:59 09:36:01 3 0.02 0.00 0.03 0.00 0.02 99.93 10:16:59 09:36:01 4 0.02 0.00 0.03 0.00 0.02 99.93 10:16:59 09:36:01 5 0.00 0.00 0.00 0.05 0.00 99.95 10:16:59 09:36:01 6 0.02 0.00 0.00 0.00 0.02 99.97 10:16:59 09:36:01 7 0.03 0.00 0.02 0.00 0.02 99.93 10:16:59 09:37:01 all 0.03 0.00 0.01 0.00 0.01 99.95 10:16:59 09:37:01 0 0.07 0.00 0.03 0.00 0.02 99.88 10:16:59 09:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:16:59 09:37:01 2 0.05 0.00 0.02 0.00 0.02 99.92 10:16:59 09:37:01 3 0.07 0.00 0.02 0.00 0.00 99.92 10:16:59 09:37:01 4 0.02 0.00 0.02 0.02 0.02 99.93 10:16:59 09:37:01 5 0.00 0.00 0.00 0.02 0.00 99.98 10:16:59 09:37:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:16:59 09:37:01 7 0.02 0.00 0.02 0.00 0.02 99.95 10:16:59 09:38:01 all 0.04 0.00 0.02 0.00 0.01 99.92 10:16:59 09:38:01 0 0.05 0.00 0.03 0.00 0.00 99.92 10:16:59 09:38:01 1 0.02 0.00 0.03 0.02 0.00 99.93 10:16:59 09:38:01 2 0.07 0.00 0.03 0.00 0.03 99.87 10:16:59 09:38:01 3 0.03 0.00 0.02 0.00 0.02 99.93 10:16:59 09:38:01 4 0.03 0.00 0.00 0.00 0.02 99.95 10:16:59 09:38:01 5 0.05 0.00 0.02 0.02 0.02 99.90 10:16:59 09:38:01 6 0.05 0.00 0.02 0.00 0.00 99.93 10:16:59 09:38:01 7 0.02 0.00 0.00 0.00 0.02 99.97 10:16:59 09:39:01 all 0.03 0.00 0.01 0.00 0.01 99.94 10:16:59 09:39:01 0 0.12 0.00 0.02 0.00 0.02 99.85 10:16:59 09:39:01 1 0.03 0.00 0.00 0.00 0.02 99.95 10:16:59 09:39:01 2 0.07 0.00 0.05 0.00 0.02 99.87 10:16:59 09:39:01 3 0.00 0.00 0.00 0.00 0.02 99.98 10:16:59 09:39:01 4 0.03 0.00 0.02 0.00 0.02 99.93 10:16:59 09:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:16:59 09:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:16:59 09:39:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:16:59 09:40:01 all 0.20 0.00 0.02 0.01 0.01 99.76 10:16:59 09:40:01 0 0.17 0.00 0.03 0.02 0.02 99.77 10:16:59 09:40:01 1 0.03 0.00 0.00 0.00 0.00 99.97 10:16:59 09:40:01 2 0.13 0.00 0.03 0.00 0.02 99.82 10:16:59 09:40:01 3 0.03 0.00 0.00 0.00 0.00 99.97 10:16:59 09:40:01 4 0.10 0.00 0.02 0.00 0.02 99.87 10:16:59 09:40:01 5 0.03 0.00 0.02 0.03 0.00 99.92 10:16:59 09:40:01 6 0.08 0.00 0.02 0.00 0.02 99.88 10:16:59 09:40:01 7 1.03 0.00 0.02 0.00 0.02 98.94 10:16:59 09:41:01 all 0.18 0.00 0.02 0.00 0.01 99.79 10:16:59 09:41:01 0 0.02 0.00 0.05 0.00 0.00 99.93 10:16:59 09:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:16:59 09:41:01 2 0.05 0.00 0.05 0.00 0.03 99.87 10:16:59 09:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:16:59 09:41:01 4 0.03 0.00 0.03 0.00 0.03 99.90 10:16:59 09:41:01 5 0.05 0.00 0.02 0.02 0.02 99.90 10:16:59 09:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:16:59 09:41:01 7 1.22 0.00 0.02 0.00 0.00 98.76 10:16:59 09:42:01 all 0.25 0.00 0.04 0.00 0.01 99.70 10:16:59 09:42:01 0 0.03 0.00 0.02 0.02 0.02 99.92 10:16:59 09:42:01 1 0.00 0.00 0.02 0.00 0.00 99.98 10:16:59 09:42:01 2 0.02 0.00 0.03 0.00 0.02 99.93 10:16:59 09:42:01 3 0.02 0.00 0.02 0.00 0.02 99.95 10:16:59 09:42:01 4 0.07 0.00 0.07 0.00 0.02 99.85 10:16:59 09:42:01 5 0.05 0.00 0.07 0.00 0.02 99.87 10:16:59 09:42:01 6 0.03 0.00 0.00 0.00 0.00 99.97 10:16:59 09:42:01 7 1.76 0.00 0.07 0.00 0.02 98.16 10:16:59 10:16:59 09:42:01 CPU %user %nice %system %iowait %steal %idle 10:16:59 09:43:01 all 0.04 0.00 0.02 0.00 0.01 99.93 10:16:59 09:43:01 0 0.02 0.00 0.02 0.02 0.00 99.95 10:16:59 09:43:01 1 0.00 0.00 0.02 0.00 0.00 99.98 10:16:59 09:43:01 2 0.03 0.00 0.00 0.00 0.02 99.95 10:16:59 09:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:16:59 09:43:01 4 0.08 0.00 0.08 0.00 0.03 99.80 10:16:59 09:43:01 5 0.03 0.00 0.03 0.02 0.02 99.90 10:16:59 09:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:16:59 09:43:01 7 0.10 0.00 0.03 0.00 0.02 99.85 10:16:59 09:44:01 all 0.04 0.00 0.02 0.00 0.01 99.93 10:16:59 09:44:01 0 0.10 0.00 0.00 0.02 0.02 99.87 10:16:59 09:44:01 1 0.03 0.00 0.02 0.00 0.02 99.93 10:16:59 09:44:01 2 0.05 0.00 0.03 0.00 0.00 99.92 10:16:59 09:44:01 3 0.02 0.00 0.02 0.00 0.02 99.95 10:16:59 09:44:01 4 0.07 0.00 0.03 0.00 0.03 99.87 10:16:59 09:44:01 5 0.00 0.00 0.02 0.00 0.00 99.98 10:16:59 09:44:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:16:59 09:44:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:16:59 09:45:01 all 0.03 0.00 0.02 0.00 0.01 99.94 10:16:59 09:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:16:59 09:45:01 1 0.02 0.00 0.02 0.00 0.02 99.95 10:16:59 09:45:01 2 0.07 0.00 0.02 0.00 0.02 99.90 10:16:59 09:45:01 3 0.00 0.00 0.02 0.00 0.00 99.98 10:16:59 09:45:01 4 0.08 0.00 0.03 0.00 0.02 99.87 10:16:59 09:45:01 5 0.02 0.00 0.03 0.03 0.02 99.90 10:16:59 09:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:16:59 09:45:01 7 0.00 0.00 0.00 0.00 0.02 99.98 10:16:59 09:46:01 all 0.22 0.00 0.02 0.00 0.01 99.75 10:16:59 09:46:01 0 0.02 0.00 0.00 0.02 0.02 99.95 10:16:59 09:46:01 1 0.02 0.00 0.02 0.00 0.02 99.95 10:16:59 09:46:01 2 0.05 0.00 0.03 0.00 0.02 99.90 10:16:59 09:46:01 3 0.02 0.00 0.00 0.00 0.02 99.97 10:16:59 09:46:01 4 0.05 0.00 0.02 0.00 0.03 99.90 10:16:59 09:46:01 5 0.05 0.00 0.03 0.02 0.02 99.88 10:16:59 09:46:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:16:59 09:46:01 7 1.50 0.00 0.03 0.00 0.00 98.47 10:16:59 09:47:01 all 0.29 0.00 0.02 0.00 0.01 99.68 10:16:59 09:47:01 0 0.02 0.00 0.02 0.02 0.00 99.95 10:16:59 09:47:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:16:59 09:47:01 2 0.13 0.00 0.03 0.00 0.02 99.82 10:16:59 09:47:01 3 0.05 0.00 0.00 0.00 0.00 99.95 10:16:59 09:47:01 4 0.05 0.00 0.03 0.00 0.02 99.90 10:16:59 09:47:01 5 0.02 0.00 0.02 0.02 0.00 99.95 10:16:59 09:47:01 6 0.03 0.00 0.02 0.00 0.00 99.95 10:16:59 09:47:01 7 1.97 0.00 0.00 0.00 0.02 98.01 10:16:59 09:48:01 all 0.13 0.00 0.02 0.00 0.01 99.84 10:16:59 09:48:01 0 0.02 0.00 0.02 0.02 0.02 99.93 10:16:59 09:48:01 1 0.00 0.00 0.00 0.00 0.02 99.98 10:16:59 09:48:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:16:59 09:48:01 3 0.00 0.00 0.02 0.00 0.00 99.98 10:16:59 09:48:01 4 0.03 0.00 0.00 0.00 0.02 99.95 10:16:59 09:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:16:59 09:48:01 6 0.03 0.00 0.03 0.00 0.02 99.92 10:16:59 09:48:01 7 0.94 0.00 0.07 0.00 0.02 98.97 10:16:59 09:49:01 all 0.04 0.00 0.02 0.00 0.01 99.93 10:16:59 09:49:01 0 0.02 0.00 0.02 0.00 0.02 99.95 10:16:59 09:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:16:59 09:49:01 2 0.03 0.00 0.02 0.00 0.02 99.93 10:16:59 09:49:01 3 0.03 0.00 0.00 0.00 0.02 99.95 10:16:59 09:49:01 4 0.07 0.00 0.03 0.00 0.03 99.87 10:16:59 09:49:01 5 0.05 0.00 0.03 0.02 0.00 99.90 10:16:59 09:49:01 6 0.05 0.00 0.00 0.00 0.00 99.95 10:16:59 09:49:01 7 0.02 0.00 0.03 0.00 0.02 99.93 10:16:59 09:50:01 all 0.03 0.00 0.02 0.00 0.01 99.94 10:16:59 09:50:01 0 0.02 0.00 0.03 0.03 0.02 99.90 10:16:59 09:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 10:16:59 09:50:01 2 0.07 0.00 0.03 0.00 0.00 99.90 10:16:59 09:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:16:59 09:50:01 4 0.07 0.00 0.02 0.00 0.02 99.90 10:16:59 09:50:01 5 0.03 0.00 0.05 0.00 0.02 99.90 10:16:59 09:50:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:16:59 09:50:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:16:59 09:51:01 all 0.04 0.00 0.02 0.00 0.02 99.93 10:16:59 09:51:01 0 0.03 0.00 0.03 0.00 0.03 99.90 10:16:59 09:51:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:16:59 09:51:01 2 0.03 0.00 0.03 0.00 0.02 99.92 10:16:59 09:51:01 3 0.05 0.00 0.02 0.00 0.02 99.92 10:16:59 09:51:01 4 0.07 0.00 0.03 0.00 0.02 99.88 10:16:59 09:51:01 5 0.03 0.00 0.00 0.02 0.02 99.93 10:16:59 09:51:01 6 0.02 0.00 0.00 0.00 0.02 99.97 10:16:59 09:51:01 7 0.02 0.00 0.00 0.00 0.02 99.97 10:16:59 09:52:01 all 0.04 0.00 0.01 0.00 0.01 99.94 10:16:59 09:52:01 0 0.00 0.00 0.00 0.02 0.02 99.97 10:16:59 09:52:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:16:59 09:52:01 2 0.03 0.00 0.03 0.00 0.02 99.92 10:16:59 09:52:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:16:59 09:52:01 4 0.02 0.00 0.02 0.00 0.02 99.95 10:16:59 09:52:01 5 0.00 0.00 0.02 0.02 0.00 99.97 10:16:59 09:52:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:16:59 09:52:01 7 0.22 0.00 0.00 0.00 0.00 99.78 10:16:59 09:53:01 all 0.09 0.00 0.02 0.00 0.01 99.88 10:16:59 09:53:01 0 0.00 0.00 0.02 0.02 0.02 99.95 10:16:59 09:53:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:16:59 09:53:01 2 0.10 0.00 0.03 0.00 0.00 99.87 10:16:59 09:53:01 3 0.03 0.00 0.02 0.00 0.02 99.93 10:16:59 09:53:01 4 0.05 0.00 0.03 0.00 0.03 99.88 10:16:59 09:53:01 5 0.03 0.00 0.02 0.00 0.00 99.95 10:16:59 09:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:16:59 09:53:01 7 0.52 0.00 0.00 0.00 0.02 99.47 10:16:59 10:16:59 09:53:01 CPU %user %nice %system %iowait %steal %idle 10:16:59 09:54:01 all 0.02 0.00 0.02 0.00 0.01 99.95 10:16:59 09:54:01 0 0.03 0.00 0.02 0.02 0.02 99.92 10:16:59 09:54:01 1 0.00 0.00 0.02 0.00 0.00 99.98 10:16:59 09:54:01 2 0.03 0.00 0.02 0.00 0.02 99.93 10:16:59 09:54:01 3 0.03 0.00 0.05 0.00 0.02 99.90 10:16:59 09:54:01 4 0.02 0.00 0.02 0.00 0.02 99.95 10:16:59 09:54:01 5 0.02 0.00 0.02 0.02 0.00 99.95 10:16:59 09:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:16:59 09:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:16:59 09:55:01 all 0.04 0.00 0.02 0.00 0.01 99.93 10:16:59 09:55:01 0 0.03 0.00 0.05 0.00 0.02 99.90 10:16:59 09:55:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:16:59 09:55:01 2 0.03 0.00 0.02 0.00 0.02 99.93 10:16:59 09:55:01 3 0.08 0.00 0.02 0.00 0.02 99.88 10:16:59 09:55:01 4 0.07 0.00 0.05 0.00 0.02 99.87 10:16:59 09:55:01 5 0.00 0.00 0.00 0.02 0.00 99.98 10:16:59 09:55:01 6 0.05 0.00 0.00 0.00 0.00 99.95 10:16:59 09:55:01 7 0.02 0.00 0.02 0.00 0.02 99.95 10:16:59 09:56:01 all 0.02 0.00 0.01 0.00 0.01 99.95 10:16:59 09:56:01 0 0.02 0.00 0.02 0.02 0.02 99.93 10:16:59 09:56:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:16:59 09:56:01 2 0.03 0.00 0.00 0.00 0.00 99.97 10:16:59 09:56:01 3 0.02 0.00 0.03 0.00 0.02 99.93 10:16:59 09:56:01 4 0.03 0.00 0.03 0.00 0.03 99.90 10:16:59 09:56:01 5 0.02 0.00 0.00 0.00 0.02 99.97 10:16:59 09:56:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:16:59 09:56:01 7 0.03 0.00 0.00 0.00 0.00 99.97 10:16:59 09:57:01 all 0.03 0.00 0.01 0.00 0.01 99.95 10:16:59 09:57:01 0 0.02 0.00 0.00 0.02 0.02 99.95 10:16:59 09:57:01 1 0.03 0.00 0.00 0.00 0.00 99.97 10:16:59 09:57:01 2 0.03 0.00 0.02 0.00 0.02 99.93 10:16:59 09:57:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:16:59 09:57:01 4 0.07 0.00 0.05 0.00 0.02 99.87 10:16:59 09:57:01 5 0.00 0.00 0.02 0.02 0.00 99.97 10:16:59 09:57:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:16:59 09:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:16:59 09:58:01 all 0.02 0.00 0.01 0.00 0.01 99.95 10:16:59 09:58:01 0 0.02 0.00 0.03 0.02 0.02 99.92 10:16:59 09:58:01 1 0.00 0.00 0.00 0.00 0.02 99.98 10:16:59 09:58:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:16:59 09:58:01 3 0.00 0.00 0.00 0.00 0.02 99.98 10:16:59 09:58:01 4 0.05 0.00 0.03 0.00 0.03 99.88 10:16:59 09:58:01 5 0.03 0.00 0.02 0.02 0.00 99.93 10:16:59 09:58:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:16:59 09:58:01 7 0.00 0.00 0.00 0.00 0.02 99.98 10:16:59 09:59:01 all 0.03 0.00 0.01 0.00 0.01 99.95 10:16:59 09:59:01 0 0.03 0.00 0.00 0.00 0.02 99.95 10:16:59 09:59:01 1 0.00 0.00 0.02 0.00 0.00 99.98 10:16:59 09:59:01 2 0.07 0.00 0.00 0.00 0.02 99.92 10:16:59 09:59:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:16:59 09:59:01 4 0.02 0.00 0.03 0.00 0.02 99.93 10:16:59 09:59:01 5 0.03 0.00 0.02 0.02 0.02 99.92 10:16:59 09:59:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:16:59 09:59:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:16:59 10:00:01 all 0.19 0.00 0.01 0.01 0.01 99.78 10:16:59 10:00:01 0 0.02 0.00 0.00 0.03 0.02 99.93 10:16:59 10:00:01 1 0.00 0.00 0.02 0.00 0.00 99.98 10:16:59 10:00:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:16:59 10:00:01 3 0.00 0.00 0.02 0.00 0.02 99.97 10:16:59 10:00:01 4 0.08 0.00 0.03 0.00 0.02 99.87 10:16:59 10:00:01 5 0.03 0.00 0.02 0.02 0.02 99.92 10:16:59 10:00:01 6 0.00 0.00 0.00 0.00 0.02 99.98 10:16:59 10:00:01 7 1.30 0.00 0.02 0.00 0.02 98.66 10:16:59 10:01:01 all 0.25 0.00 0.01 0.00 0.01 99.73 10:16:59 10:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:16:59 10:01:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:16:59 10:01:01 2 0.03 0.00 0.02 0.00 0.02 99.93 10:16:59 10:01:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:16:59 10:01:01 4 0.05 0.00 0.02 0.00 0.02 99.92 10:16:59 10:01:01 5 0.03 0.00 0.00 0.02 0.02 99.93 10:16:59 10:01:01 6 0.07 0.00 0.02 0.00 0.00 99.92 10:16:59 10:01:01 7 1.74 0.00 0.02 0.00 0.00 98.24 10:16:59 10:02:01 all 0.02 0.00 0.01 0.00 0.01 99.95 10:16:59 10:02:01 0 0.02 0.00 0.02 0.02 0.00 99.95 10:16:59 10:02:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:16:59 10:02:01 2 0.07 0.00 0.02 0.00 0.00 99.92 10:16:59 10:02:01 3 0.02 0.00 0.02 0.00 0.02 99.95 10:16:59 10:02:01 4 0.02 0.00 0.02 0.00 0.02 99.95 10:16:59 10:02:01 5 0.03 0.00 0.02 0.00 0.02 99.93 10:16:59 10:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:16:59 10:02:01 7 0.00 0.00 0.00 0.00 0.02 99.98 10:16:59 10:03:01 all 0.05 0.00 0.01 0.00 0.01 99.92 10:16:59 10:03:01 0 0.03 0.00 0.00 0.02 0.02 99.93 10:16:59 10:03:01 1 0.10 0.00 0.02 0.00 0.02 99.87 10:16:59 10:03:01 2 0.03 0.00 0.02 0.00 0.02 99.93 10:16:59 10:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:16:59 10:03:01 4 0.03 0.00 0.02 0.00 0.02 99.93 10:16:59 10:03:01 5 0.02 0.00 0.00 0.00 0.02 99.97 10:16:59 10:03:01 6 0.03 0.00 0.02 0.00 0.02 99.93 10:16:59 10:03:01 7 0.13 0.00 0.00 0.00 0.00 99.87 10:16:59 10:04:01 all 0.03 0.00 0.02 0.00 0.01 99.95 10:16:59 10:04:01 0 0.00 0.00 0.02 0.02 0.00 99.97 10:16:59 10:04:01 1 0.05 0.00 0.03 0.00 0.02 99.90 10:16:59 10:04:01 2 0.03 0.00 0.05 0.00 0.00 99.92 10:16:59 10:04:01 3 0.02 0.00 0.03 0.00 0.00 99.95 10:16:59 10:04:01 4 0.02 0.00 0.00 0.00 0.02 99.97 10:16:59 10:04:01 5 0.02 0.00 0.02 0.02 0.00 99.95 10:16:59 10:04:01 6 0.03 0.00 0.00 0.00 0.00 99.97 10:16:59 10:04:01 7 0.03 0.00 0.00 0.00 0.02 99.95 10:16:59 10:16:59 10:04:01 CPU %user %nice %system %iowait %steal %idle 10:16:59 10:05:01 all 0.03 0.00 0.01 0.00 0.01 99.95 10:16:59 10:05:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:16:59 10:05:01 1 0.10 0.00 0.00 0.00 0.02 99.88 10:16:59 10:05:01 2 0.00 0.00 0.02 0.00 0.00 99.98 10:16:59 10:05:01 3 0.02 0.00 0.02 0.00 0.02 99.95 10:16:59 10:05:01 4 0.02 0.00 0.00 0.00 0.02 99.97 10:16:59 10:05:01 5 0.07 0.00 0.03 0.00 0.02 99.88 10:16:59 10:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:16:59 10:05:01 7 0.05 0.00 0.02 0.00 0.00 99.93 10:16:59 10:06:01 all 0.03 0.00 0.02 0.01 0.01 99.94 10:16:59 10:06:01 0 0.03 0.00 0.00 0.03 0.02 99.92 10:16:59 10:06:01 1 0.03 0.00 0.05 0.00 0.00 99.92 10:16:59 10:06:01 2 0.07 0.00 0.00 0.00 0.02 99.92 10:16:59 10:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:16:59 10:06:01 4 0.02 0.00 0.02 0.00 0.02 99.95 10:16:59 10:06:01 5 0.03 0.00 0.07 0.02 0.02 99.87 10:16:59 10:06:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:16:59 10:06:01 7 0.00 0.00 0.00 0.00 0.02 99.98 10:16:59 10:07:01 all 0.02 0.00 0.02 0.00 0.01 99.95 10:16:59 10:07:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:16:59 10:07:01 1 0.02 0.00 0.02 0.00 0.02 99.95 10:16:59 10:07:01 2 0.07 0.00 0.03 0.00 0.00 99.90 10:16:59 10:07:01 3 0.02 0.00 0.03 0.00 0.02 99.93 10:16:59 10:07:01 4 0.05 0.00 0.02 0.00 0.02 99.92 10:16:59 10:07:01 5 0.02 0.00 0.02 0.00 0.02 99.95 10:16:59 10:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:16:59 10:07:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:16:59 10:08:01 all 0.11 0.00 0.01 0.00 0.01 99.87 10:16:59 10:08:01 0 0.00 0.00 0.02 0.02 0.00 99.97 10:16:59 10:08:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:16:59 10:08:01 2 0.05 0.00 0.00 0.00 0.02 99.93 10:16:59 10:08:01 3 0.05 0.00 0.00 0.00 0.00 99.95 10:16:59 10:08:01 4 0.03 0.00 0.03 0.00 0.02 99.92 10:16:59 10:08:01 5 0.05 0.00 0.02 0.02 0.02 99.90 10:16:59 10:08:01 6 0.05 0.00 0.02 0.00 0.00 99.93 10:16:59 10:08:01 7 0.62 0.00 0.00 0.00 0.02 99.37 10:16:59 10:09:01 all 0.01 0.00 0.02 0.00 0.01 99.96 10:16:59 10:09:01 0 0.00 0.00 0.00 0.02 0.02 99.97 10:16:59 10:09:01 1 0.03 0.00 0.03 0.00 0.00 99.93 10:16:59 10:09:01 2 0.00 0.00 0.03 0.00 0.00 99.97 10:16:59 10:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:16:59 10:09:01 4 0.03 0.00 0.03 0.00 0.00 99.93 10:16:59 10:09:01 5 0.00 0.00 0.02 0.00 0.02 99.97 10:16:59 10:09:01 6 0.00 0.00 0.03 0.00 0.02 99.95 10:16:59 10:09:01 7 0.00 0.00 0.02 0.00 0.00 99.98 10:16:59 10:10:01 all 0.17 0.00 0.02 0.00 0.01 99.80 10:16:59 10:10:01 0 0.00 0.00 0.02 0.02 0.00 99.97 10:16:59 10:10:01 1 0.03 0.00 0.03 0.00 0.02 99.92 10:16:59 10:10:01 2 0.03 0.00 0.03 0.00 0.00 99.93 10:16:59 10:10:01 3 0.00 0.00 0.02 0.00 0.00 99.98 10:16:59 10:10:01 4 0.02 0.00 0.02 0.00 0.02 99.95 10:16:59 10:10:01 5 0.03 0.00 0.03 0.02 0.02 99.90 10:16:59 10:10:01 6 0.07 0.00 0.02 0.00 0.00 99.92 10:16:59 10:10:01 7 1.16 0.00 0.00 0.00 0.00 98.84 10:16:59 10:11:02 all 0.27 0.00 0.01 0.00 0.02 99.70 10:16:59 10:11:02 0 0.00 0.00 0.02 0.00 0.02 99.97 10:16:59 10:11:02 1 0.05 0.00 0.05 0.00 0.02 99.88 10:16:59 10:11:02 2 0.02 0.00 0.00 0.00 0.02 99.97 10:16:59 10:11:02 3 0.03 0.00 0.00 0.00 0.02 99.95 10:16:59 10:11:02 4 0.02 0.00 0.02 0.00 0.02 99.95 10:16:59 10:11:02 5 0.02 0.00 0.02 0.00 0.02 99.95 10:16:59 10:11:02 6 0.02 0.00 0.00 0.00 0.02 99.97 10:16:59 10:11:02 7 1.97 0.00 0.02 0.00 0.02 98.00 10:16:59 10:12:01 all 0.09 0.00 0.02 0.00 0.01 99.87 10:16:59 10:12:01 0 0.02 0.00 0.00 0.02 0.00 99.97 10:16:59 10:12:01 1 0.05 0.00 0.05 0.00 0.02 99.88 10:16:59 10:12:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:16:59 10:12:01 3 0.02 0.00 0.00 0.00 0.02 99.97 10:16:59 10:12:01 4 0.03 0.00 0.03 0.00 0.02 99.92 10:16:59 10:12:01 5 0.03 0.00 0.00 0.02 0.02 99.93 10:16:59 10:12:01 6 0.07 0.00 0.05 0.00 0.02 99.86 10:16:59 10:12:01 7 0.49 0.00 0.03 0.00 0.02 99.46 10:16:59 10:13:01 all 0.03 0.00 0.01 0.00 0.01 99.95 10:16:59 10:13:01 0 0.02 0.00 0.00 0.02 0.00 99.97 10:16:59 10:13:01 1 0.07 0.00 0.02 0.00 0.00 99.92 10:16:59 10:13:01 2 0.05 0.00 0.02 0.00 0.02 99.92 10:16:59 10:13:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:16:59 10:13:01 4 0.03 0.00 0.02 0.00 0.02 99.93 10:16:59 10:13:01 5 0.02 0.00 0.02 0.00 0.02 99.95 10:16:59 10:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:16:59 10:13:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:16:59 10:14:01 all 0.11 0.00 0.01 0.00 0.01 99.86 10:16:59 10:14:01 0 0.03 0.00 0.02 0.00 0.02 99.93 10:16:59 10:14:01 1 0.05 0.00 0.02 0.00 0.02 99.92 10:16:59 10:14:01 2 0.03 0.00 0.00 0.00 0.00 99.97 10:16:59 10:14:01 3 0.05 0.00 0.00 0.00 0.02 99.93 10:16:59 10:14:01 4 0.03 0.00 0.02 0.00 0.02 99.93 10:16:59 10:14:01 5 0.00 0.00 0.02 0.02 0.02 99.95 10:16:59 10:14:01 6 0.03 0.00 0.02 0.00 0.02 99.93 10:16:59 10:14:01 7 0.62 0.00 0.02 0.00 0.02 99.35 10:16:59 10:15:01 all 0.03 0.00 0.03 0.00 0.01 99.94 10:16:59 10:15:01 0 0.00 0.00 0.02 0.02 0.00 99.97 10:16:59 10:15:01 1 0.08 0.00 0.03 0.00 0.02 99.87 10:16:59 10:15:01 2 0.00 0.00 0.03 0.00 0.00 99.97 10:16:59 10:15:01 3 0.00 0.00 0.02 0.00 0.00 99.98 10:16:59 10:15:01 4 0.07 0.00 0.03 0.00 0.02 99.88 10:16:59 10:15:01 5 0.03 0.00 0.05 0.02 0.02 99.88 10:16:59 10:15:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:16:59 10:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:16:59 10:16:59 10:15:01 CPU %user %nice %system %iowait %steal %idle 10:16:59 10:16:01 all 4.96 0.00 2.10 1.46 0.04 91.44 10:16:59 10:16:01 0 4.98 0.00 2.30 8.91 0.05 83.76 10:16:59 10:16:01 1 5.91 0.00 1.79 0.22 0.05 92.03 10:16:59 10:16:01 2 5.31 0.00 2.14 0.00 0.03 92.51 10:16:59 10:16:01 3 4.33 0.00 2.06 0.02 0.03 93.56 10:16:59 10:16:01 4 4.37 0.00 1.76 0.05 0.05 93.77 10:16:59 10:16:01 5 4.50 0.00 1.58 1.58 0.03 92.31 10:16:59 10:16:01 6 6.57 0.00 2.33 0.69 0.03 90.38 10:16:59 10:16:01 7 3.69 0.00 2.80 0.25 0.03 93.22 10:16:59 Average: all 7.39 0.00 1.34 1.23 0.03 90.02 10:16:59 Average: 0 7.38 0.00 1.32 1.49 0.03 89.78 10:16:59 Average: 1 7.42 0.00 1.30 1.81 0.03 89.45 10:16:59 Average: 2 7.57 0.00 1.39 0.86 0.03 90.15 10:16:59 Average: 3 7.45 0.00 1.42 1.40 0.03 89.70 10:16:59 Average: 4 7.19 0.00 1.36 1.61 0.04 89.81 10:16:59 Average: 5 7.10 0.00 1.29 0.77 0.03 90.81 10:16:59 Average: 6 7.41 0.00 1.29 1.01 0.03 90.27 10:16:59 Average: 7 7.60 0.00 1.32 0.87 0.03 90.18 10:16:59 10:16:59 10:16:59