Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 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-ssh522782273414542283.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-ssh1491543870657805972.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-ssh546518893420798173.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-ssh16646833832516298284.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-ssh11678881918078971478.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-8085 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/677 [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/677 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 (main) Commit message: "Merge pull request #4870 from lindseysimple/issue-4847-3" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 # timeout=10 > git rev-list --no-walk f6f99ba4b961ab207b8eb6d15e7748acd28fde6d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:01:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:01:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:01:05 ========================================================= 07:01:05 EdgeX Global Pipelines Version Info 07:01:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:01:06 ------------------- 07:01:06 stable info: 07:01:06 ------------------- 07:01:06 Commited By: Ginny Guan ginny@iotechsys.com 07:01:06 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 07:01:06 Message: update stable to v1.0.260 07:01:07 ------------------- 07:01:07 experimental info: 07:01:07 ------------------- 07:01:07 Commited By: Ginny Guan ginny@iotechsys.com 07:01:07 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 07:01:07 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:01:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:01:07 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:01:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:01:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:01:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:01:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 07:01:07 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 07:01:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:01:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 07:01:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 07:01:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:01:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:01:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 07:01:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:01:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:01:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:01:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:01:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:01:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:01:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 07:01:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:01:07 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:01:07 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 07:01:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 07:01:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 07:01:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 07:01:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] echo 07:01:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dcba1ae [Pipeline] echo 07:01:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:01:08 provisioning config files... 07:01:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/677@tmp/config17976912609512737522tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:01:08 ---> ****-login.sh 07:01:08 nexus3.edgexfoundry.org:10001 07:01:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:01:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:01:08 Configure a credential helper to remove this warning. See 07:01:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:01:08 07:01:08 Login Succeeded 07:01:08 nexus3.edgexfoundry.org:10002 07:01:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:01:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:01:08 Configure a credential helper to remove this warning. See 07:01:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:01:08 07:01:08 Login Succeeded 07:01:08 nexus3.edgexfoundry.org:10003 07:01:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:01:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:01:08 Configure a credential helper to remove this warning. See 07:01:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:01:08 07:01:08 Login Succeeded 07:01:08 nexus3.edgexfoundry.org:10004 07:01:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:01:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:01:08 Configure a credential helper to remove this warning. See 07:01:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:01:08 07:01:08 Login Succeeded 07:01:08 ****.io 07:01:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:01:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:01:09 Configure a credential helper to remove this warning. See 07:01:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:01:09 07:01:09 Login Succeeded 07:01:09 ---> ****-login.sh ends [Pipeline] } 07:01:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:01:09 + 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 07:01:09 + dirname cmd/core-command/Dockerfile 07:01:09 + cut -d/ -f2 07:01:09 + echo core-command,cmd/core-command/Dockerfile 07:01:09 + cut -d/ -f2 07:01:09 + dirname cmd/core-common-config-bootstrapper/Dockerfile 07:01:09 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 07:01:09 + dirname cmd/core-data/Dockerfile 07:01:09 + cut -d/ -f2 07:01:09 + echo core-data,cmd/core-data/Dockerfile 07:01:09 + dirname cmd/core-keeper/Dockerfile 07:01:09 + cut -d/ -f2 07:01:09 + echo core-keeper,cmd/core-keeper/Dockerfile 07:01:09 + cut -d/ -f2 07:01:09 + dirname cmd/core-metadata/Dockerfile 07:01:09 + echo core-metadata,cmd/core-metadata/Dockerfile 07:01:09 + dirname cmd/security-bootstrapper/Dockerfile 07:01:09 + cut -d/ -f2 07:01:09 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 07:01:09 + dirname cmd/security-proxy-auth/Dockerfile 07:01:09 + cut -d/ -f2 07:01:09 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 07:01:09 + dirname cmd/security-proxy-setup/Dockerfile 07:01:09 + cut -d/ -f2 07:01:09 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:01:09 + dirname cmd/security-secretstore-setup/Dockerfile 07:01:09 + cut -d/ -f2 07:01:09 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:01:09 + + dirname cmd/security-spiffe-token-provider/Dockerfile 07:01:09 cut -d/ -f2 07:01:09 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 07:01:09 + dirname cmd/security-spire-agent/Dockerfile 07:01:09 + cut -d/ -f2 07:01:09 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 07:01:09 + dirname cmd/security-spire-config/Dockerfile 07:01:09 + cut -d/ -f2 07:01:09 + echo security-spire-config,cmd/security-spire-config/Dockerfile 07:01:09 + dirname cmd/security-spire-server/Dockerfile 07:01:09 + cut -d/ -f2 07:01:09 + echo security-spire-server,cmd/security-spire-server/Dockerfile 07:01:09 + dirname cmd/support-cron-scheduler/Dockerfile 07:01:09 + cut -d/ -f2 07:01:09 + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile 07:01:09 + dirname cmd/support-notifications/Dockerfile 07:01:09 + cut -d/ -f2 07:01:09 + echo support-notifications,cmd/support-notifications/Dockerfile 07:01:09 + dirname cmd/support-scheduler/Dockerfile 07:01:09 + cut -d/ -f2 07:01:09 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 07:01:09 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 07:01:09 + git rev-list -1 --merges dcba1ae946b5ccf48e9dcc2a00fa110f4c613826~1..dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] echo 07:01:10 -----------> git rev-list -1 --merges dcba1ae946b5ccf48e9dcc2a00fa110f4c613826~1..dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:01:10 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [false] [Pipeline] sh 07:01:10 + git log --format=format:%s -1 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] echo 07:01:10 ========================================================= 07:01:10 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 07:01:10 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 07:01:10 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:01:10 + grep -v github /etc/ssh/ssh_known_hosts 07:01:10 + [ -e /tmp/ssh_known_hosts ] 07:01:10 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 07:01:10 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 07:01:10 + sudo tee -a /etc/ssh/ssh_known_hosts 07:01:10 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:01:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:01:11 07:01:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:01:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:01:11 0.1.4: Pulling from edgex-devops/py-git-semver 07:01:11 b85a868b505f: Pulling fs layer 07:01:11 e2be974225ed: Pulling fs layer 07:01:11 339a4e72a1f5: Pulling fs layer 07:01:11 988bab9f4d93: Pulling fs layer 07:01:11 1469e6f7b9e6: Pulling fs layer 07:01:11 eaf3925da568: Pulling fs layer 07:01:11 bab4dde63d76: Pulling fs layer 07:01:11 bde34c3a00c8: Pulling fs layer 07:01:11 b352a97aabf1: Pulling fs layer 07:01:11 4872d77fe225: Pulling fs layer 07:01:11 5851b861e8e6: Pulling fs layer 07:01:11 1469e6f7b9e6: Waiting 07:01:11 4872d77fe225: Waiting 07:01:11 eaf3925da568: Waiting 07:01:11 bab4dde63d76: Waiting 07:01:11 5851b861e8e6: Waiting 07:01:11 b352a97aabf1: Waiting 07:01:11 e2be974225ed: Download complete 07:01:11 988bab9f4d93: Verifying Checksum 07:01:11 988bab9f4d93: Download complete 07:01:11 1469e6f7b9e6: Verifying Checksum 07:01:11 1469e6f7b9e6: Download complete 07:01:11 eaf3925da568: Verifying Checksum 07:01:11 eaf3925da568: Download complete 07:01:11 339a4e72a1f5: Verifying Checksum 07:01:11 339a4e72a1f5: Download complete 07:01:11 bde34c3a00c8: Verifying Checksum 07:01:11 bde34c3a00c8: Download complete 07:01:11 b352a97aabf1: Download complete 07:01:11 4872d77fe225: Download complete 07:01:11 5851b861e8e6: Download complete 07:01:11 b85a868b505f: Verifying Checksum 07:01:11 b85a868b505f: Download complete 07:01:11 bab4dde63d76: Verifying Checksum 07:01:11 bab4dde63d76: Download complete 07:01:12 b85a868b505f: Pull complete 07:01:13 e2be974225ed: Pull complete 07:01:13 339a4e72a1f5: Pull complete 07:01:13 988bab9f4d93: Pull complete 07:01:14 1469e6f7b9e6: Pull complete 07:01:14 eaf3925da568: Pull complete 07:01:16 bab4dde63d76: Pull complete 07:01:16 bde34c3a00c8: Pull complete 07:01:16 b352a97aabf1: Pull complete 07:01:16 4872d77fe225: Pull complete 07:01:16 5851b861e8e6: Pull complete 07:01:16 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 07:01:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:01:16 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:01:16 prd-ubuntu20.04-docker-8c-8g-8085 does not seem to be running inside a container 07:01:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/677 -v /w/workspace/edgex-go/677:/w/workspace/edgex-go/677:rw,z -v /w/workspace/edgex-go/677@tmp:/w/workspace/edgex-go/677@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 07:01:19 $ docker top 9a7669fae6b9ae40f3f8ddbc9cc12c11205e1846832ef2ca96534843d442b44c -eo pid,comm 07:01:19 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 07:01:19 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:01:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:01:19 [ssh-agent] Looking for ssh-agent implementation... 07:01:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:01:20 $ docker exec 9a7669fae6b9ae40f3f8ddbc9cc12c11205e1846832ef2ca96534843d442b44c ssh-agent 07:01:20 SSH_AUTH_SOCK=/tmp/ssh-0cDbAqSNSt94/agent.32 07:01:20 SSH_AGENT_PID=38 07:01:20 Running ssh-add (command line suppressed) 07:01:20 Identity added: /w/workspace/edgex-go/677@tmp/private_key_6848153179844433327.key (/w/workspace/edgex-go/677@tmp/private_key_6848153179844433327.key) 07:01:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:01:20 + git tag --points-at HEAD [Pipeline] } 07:01:20 $ docker exec --env ******** --env ******** 9a7669fae6b9ae40f3f8ddbc9cc12c11205e1846832ef2ca96534843d442b44c ssh-agent -k 07:01:20 unset SSH_AUTH_SOCK; 07:01:20 unset SSH_AGENT_PID; 07:01:20 echo Agent pid 38 killed; 07:01:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:01:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:01:20 [ssh-agent] Looking for ssh-agent implementation... 07:01:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:01:20 $ docker exec 9a7669fae6b9ae40f3f8ddbc9cc12c11205e1846832ef2ca96534843d442b44c ssh-agent 07:01:21 SSH_AUTH_SOCK=/tmp/ssh-eG0KI1uXz8Hm/agent.71 07:01:21 SSH_AGENT_PID=77 07:01:21 Running ssh-add (command line suppressed) 07:01:21 Identity added: /w/workspace/edgex-go/677@tmp/private_key_11457157344308008627.key (/w/workspace/edgex-go/677@tmp/private_key_11457157344308008627.key) 07:01:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:01:21 + git semver init 07:01:21 2024-08-21 07:01:21,607 [run_init] DEBUG init version:0.0.0 force:False 07:01:21 2024-08-21 07:01:21,608 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/677/.semver 07:01:21 2024-08-21 07:01:21,608 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/677/.semver 07:01:21 2024-08-21 07:01:21,609 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/677/.semver'], cwd=/w/workspace/edgex-go/677, universal_newlines=False, shell=None, istream=None) 07:01:30 2024-08-21 07:01:29,216 [append_file] DEBUG append to file:/w/workspace/edgex-go/677/.git/info/exclude 07:01:30 2024-08-21 07:01:29,217 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/677/.semver/main with force:False 07:01:30 2024-08-21 07:01:29,217 [read_version] DEBUG read version from /w/workspace/edgex-go/677/.semver/main 07:01:30 2024-08-21 07:01:29,217 [read_version] DEBUG read version from /w/workspace/edgex-go/677/.semver/main 07:01:30 3.2.0-dev.58 [Pipeline] } 07:01:30 $ docker exec --env ******** --env ******** 9a7669fae6b9ae40f3f8ddbc9cc12c11205e1846832ef2ca96534843d442b44c ssh-agent -k 07:01:30 unset SSH_AUTH_SOCK; 07:01:30 unset SSH_AGENT_PID; 07:01:30 echo Agent pid 77 killed; 07:01:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:01:30 + git semver [Pipeline] } 07:01:30 $ docker stop --time=1 9a7669fae6b9ae40f3f8ddbc9cc12c11205e1846832ef2ca96534843d442b44c 07:01:32 $ docker rm -f --volumes 9a7669fae6b9ae40f3f8ddbc9cc12c11205e1846832ef2ca96534843d442b44c [Pipeline] // withDockerContainer [Pipeline] sh 07:01:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:01:32 Stashed 1 file(s) [Pipeline] echo 07:01:32 [edgeXSemver]: initialized semver on version 3.2.0-dev.58 [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 07:01:33 + git config --global --add safe.directory /w/workspace/edgex-go/677 [Pipeline] echo 07:01:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 07:01:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 07:01:33 ========================================================= 07:01:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 07:01:33 ========================================================= [Pipeline] fileExists [Pipeline] sh 07:01:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 07:01:33 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 07:01:33 619be1103602: Pulling fs layer 07:01:33 7862e08f4a3e: Pulling fs layer 07:01:33 5df492c9dc93: Pulling fs layer 07:01:33 7629e6793208: Pulling fs layer 07:01:33 4f4fb700ef54: Pulling fs layer 07:01:33 fb5054dd5b73: Pulling fs layer 07:01:33 eeca6798cff9: Pulling fs layer 07:01:33 aa269ceb94a6: Pulling fs layer 07:01:33 ada007ff1a6a: Pulling fs layer 07:01:33 fb5054dd5b73: Waiting 07:01:33 eeca6798cff9: Waiting 07:01:33 aa269ceb94a6: Waiting 07:01:33 ada007ff1a6a: Waiting 07:01:33 7629e6793208: Waiting 07:01:33 4f4fb700ef54: Waiting 07:01:33 7862e08f4a3e: Download complete 07:01:33 7629e6793208: Verifying Checksum 07:01:33 7629e6793208: Download complete 07:01:33 4f4fb700ef54: Verifying Checksum 07:01:33 4f4fb700ef54: Download complete 07:01:33 619be1103602: Verifying Checksum 07:01:33 619be1103602: Download complete 07:01:33 fb5054dd5b73: Download complete 07:01:33 eeca6798cff9: Verifying Checksum 07:01:33 eeca6798cff9: Download complete 07:01:33 619be1103602: Pull complete 07:01:33 ada007ff1a6a: Verifying Checksum 07:01:33 ada007ff1a6a: Download complete 07:01:34 7862e08f4a3e: Pull complete 07:01:34 5df492c9dc93: Verifying Checksum 07:01:34 5df492c9dc93: Download complete 07:01:34 aa269ceb94a6: Verifying Checksum 07:01:34 aa269ceb94a6: Download complete 07:01:38 5df492c9dc93: Pull complete 07:01:38 7629e6793208: Pull complete 07:01:38 4f4fb700ef54: Pull complete 07:01:38 fb5054dd5b73: Pull complete 07:01:38 eeca6798cff9: Pull complete 07:01:40 aa269ceb94a6: Pull complete 07:01:40 ada007ff1a6a: Pull complete 07:01:40 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 07:01:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 07:01:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh 07:01:41 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 07:01:41 WORKDIR /edgex 07:01:41 COPY go.mod . 07:01:41 RUN go mod download 07:01:41 + docker build -t ci-base-image-x86_64 -f - . 07:01:41 Sending build context to Docker daemon 179.1MB 07:01:41 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 07:01:41 ---> f489d0715acc 07:01:41 Step 2/4 : WORKDIR /edgex 07:01:47 Still waiting to schedule task 07:01:47 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 07:01:49 ---> Running in e3f6985b0abc 07:01:49 Removing intermediate container e3f6985b0abc 07:01:49 ---> 98d0b613ecde 07:01:49 Step 3/4 : COPY go.mod . 07:01:49 ---> 64c2fb9df62e 07:01:49 Step 4/4 : RUN go mod download 07:01:49 ---> Running in 8eae8fd8a740 07:02:21 Removing intermediate container 8eae8fd8a740 07:02:21 ---> bf35f4496fad 07:02:21 Successfully built bf35f4496fad 07:02:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:02:21 + docker inspect -f . ci-base-image-x86_64 07:02:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:02:21 prd-ubuntu20.04-docker-8c-8g-8085 does not seem to be running inside a container 07:02:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/677 -v /w/workspace/edgex-go/677:/w/workspace/edgex-go/677:rw,z -v /w/workspace/edgex-go/677@tmp:/w/workspace/edgex-go/677@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 07:02:22 $ docker top 9dd577b6f55e7cd928b6d02ae95cc13c8bafd72bd8ff9f73d60feac24d4f61c3 -eo pid,comm [Pipeline] { [Pipeline] sh 07:02:22 + go version 07:02:22 go version go1.21.9 linux/amd64 [Pipeline] } 07:02:22 $ docker stop --time=1 9dd577b6f55e7cd928b6d02ae95cc13c8bafd72bd8ff9f73d60feac24d4f61c3 07:02:23 $ docker rm -f --volumes 9dd577b6f55e7cd928b6d02ae95cc13c8bafd72bd8ff9f73d60feac24d4f61c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:02:24 + docker inspect -f . ci-base-image-x86_64 07:02:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:02:24 prd-ubuntu20.04-docker-8c-8g-8085 does not seem to be running inside a container 07:02:24 $ 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/677 -v /w/workspace/edgex-go/677:/w/workspace/edgex-go/677:rw,z -v /w/workspace/edgex-go/677@tmp:/w/workspace/edgex-go/677@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 07:02:24 $ docker top a0b8dcad1df3061bd03421d024ab8240a42f44a9821825fb43db2c8229bfee2b -eo pid,comm [Pipeline] { [Pipeline] echo 07:02:24 ========================================================= 07:02:24 [edgeXBuildGoParallel] Running Tests and Build... 07:02:24 ========================================================= [Pipeline] sh 07:02:25 + git config --global --add safe.directory /w/workspace/edgex-go/677 [Pipeline] fileExists [Pipeline] sh 07:02:25 + make test 07:02:25 go test -race -coverprofile=coverage.out ./... 07:02:33 ? github.com/edgexfoundry/edgex-go [no test files] 07:03:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:03:00 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 07:03:00 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:03:00 ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] 07:03:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:03:00 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:03:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:03:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:03:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 07:03:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:03:00 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 07:03:01 ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] 07:03:01 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:03:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:03:01 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:03:01 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 07:03:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:03:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:03:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 07:03:03 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 07:03:03 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 07:03:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.024s coverage: 28.7% of statements 07:03:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:03:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:03:04 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.038s coverage: 97.0% of statements 07:03:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 07:03:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 07:03:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 07:03:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:03:05 ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] 07:03:05 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] 07:03:05 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] 07:03:05 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 07:03:05 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] 07:03:06 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 07:03:06 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] 07:03:06 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] 07:03:06 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] 07:03:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 07:03:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.056s coverage: 69.2% of statements 07:03:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.043s coverage: 53.2% of statements 07:03:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.810s coverage: 93.4% of statements 07:03:07 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.070s coverage: 91.7% of statements 07:03:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:03:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:03:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.040s coverage: 7.0% of statements 07:03:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 07:03:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 07:03:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 07:03:10 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:03:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 07:03:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:03:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:03:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:03:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:03:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] 07:03:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:03:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models [no test files] 07:03:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.441s coverage: 95.8% of statements 07:03:11 ok github.com/edgexfoundry/edgex-go/internal/io 1.025s coverage: 72.2% of statements 07:03:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 07:03:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:03:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.044s coverage: 0.0% of statements [no tests to run] 07:03:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.041s coverage: 0.8% of statements 07:03:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.032s coverage: 30.7% of statements 07:03:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.028s coverage: 41.7% of statements 07:03:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.021s coverage: 77.8% of statements 07:03:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 94.1% of statements 07:03:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.027s coverage: 96.3% of statements 07:03:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.018s coverage: 87.5% of statements 07:03:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 07:03:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:03:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:03:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:03:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:03:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 07:03:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 07:03:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 07:03:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres [no test files] 07:03:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config [no test files] 07:03:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container [no test files] 07:03:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 07:03:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 07:03:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 07:03:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 07:03:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:03:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:03:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:03:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 07:03:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:03:21 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8086 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 07:03:21 Running in /w/workspace/edgex-go/677 [Pipeline] { [Pipeline] checkout 07:03:24 The recommended git tool is: git 07:03:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 07:03:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 07:03:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 07:03:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:03:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:03:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 07:03:25 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 07:03:25 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 07:03:25 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 07:03:25 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] 07:03:25 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action [no test files] 07:03:25 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/config [no test files] 07:03:25 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container [no test files] 07:03:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.030s coverage: 94.4% of statements 07:03:27 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure [no test files] 07:03:27 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] 07:03:27 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] 07:03:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 07:03:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 07:03:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 07:03:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:03:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:03:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 07:03:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 07:03:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 07:03:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 07:03:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:03:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:03:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 07:03:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 07:03:31 using credential edgex-jenkins-ssh 07:03:31 Cloning the remote Git repository 07:03:31 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:03:32 > git init /w/workspace/edgex-go/677 # timeout=10 07:03:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:03:32 > git --version # timeout=10 07:03:32 > git --version # 'git version 2.25.1' 07:03:32 using GIT_SSH to set credentials SSH Credentials for GitHub 07:03:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:03:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.279s coverage: 79.9% of statements 07:03:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.054s coverage: 92.9% of statements 07:03:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.022s coverage: 66.7% of statements 07:03:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.029s coverage: 62.3% of statements 07:03:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.022s coverage: 75.0% of statements 07:03:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.029s coverage: 87.2% of statements 07:03:39 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.019s coverage: 20.0% of statements 07:03:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.020s coverage: 100.0% of statements 07:03:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.063s coverage: 81.8% of statements 07:03:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.064s coverage: 82.1% of statements 07:03:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements 07:03:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.128s coverage: 63.1% of statements 07:03:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.023s coverage: 100.0% of statements 07:03:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.021s coverage: 89.4% of statements 07:03:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements 07:03:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.023s coverage: 73.7% of statements 07:03:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.016s coverage: 100.0% of statements 07:03:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.140s coverage: 36.5% of statements 07:03:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.024s coverage: 89.5% of statements 07:03:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.023s coverage: 84.8% of statements 07:03:39 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application 1.024s coverage: 5.3% of statements 07:03:39 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http 1.050s coverage: 76.9% of statements 07:03:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.046s coverage: 19.9% of statements 07:03:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.094s coverage: 95.7% of statements 07:03:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.027s coverage: 61.8% of statements 07:03:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.066s coverage: 98.9% of statements 07:03:39 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 07:03:39 running golangci-lint 07:03:39 golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z 07:03:39 go version go1.21.9 linux/amd64 07:03:39 level=info msg="[config_reader] Used config file .golangci.yml" 07:03:39 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 07:03:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:03:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:03:51 Avoid second fetch 07:03:51 Checking out Revision dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 (main) 07:03:52 Commit message: "Merge pull request #4870 from lindseysimple/issue-4847-3" 07:03:51 > git config core.sparsecheckout # timeout=10 07:03:51 > git checkout -f dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:03:56 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 07:03:56 % Total % Received % Xferd Average Speed Time Time Time Current 07:03:56 Dload Upload Total Spent Left Speed 07:03:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 89706 0 --:--:-- --:--:-- --:--:-- 89706 [Pipeline] sh 07:03:57 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 07:03:57 + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}sudo /etc/docker/daemon.json tee 07:03:57 /etc/docker/daemon.new 07:03:57 { 07:03:57 "registry-mirrors": [ 07:03:57 "https://nexus3.edgexfoundry.org:10001" 07:03:57 ], 07:03:57 "bip": "10.250.0.254/24", 07:03:57 "hosts": [ 07:03:57 "tcp://0.0.0.0:5555", 07:03:57 "unix:///var/run/docker.sock" 07:03:57 ], 07:03:57 "mtu": 1458, 07:03:57 "selinux-enabled": true, 07:03:57 "seccomp-profile": "/etc/docker/seccomp.json" 07:03:57 } [Pipeline] sh 07:03:57 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 07:03:58 + sudo service docker restart 07:04:06 level=info msg="[loader] Go packages loading at mode 575 (types_sizes|deps|exports_file|imports|name|compiled_files|files) took 24.704210841s" 07:04:06 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 46.085746ms" [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:04:16 provisioning config files... 07:04:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/677@tmp/config10772740123513339180tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:04:16 ---> ****-login.sh 07:04:16 nexus3.edgexfoundry.org:10001 07:04:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:04:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:04:17 Configure a credential helper to remove this warning. See 07:04:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:04:17 07:04:17 Login Succeeded 07:04:17 nexus3.edgexfoundry.org:10002 07:04:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:04:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:04:17 Configure a credential helper to remove this warning. See 07:04:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:04:17 07:04:17 Login Succeeded 07:04:17 nexus3.edgexfoundry.org:10003 07:04:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:04:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:04:18 Configure a credential helper to remove this warning. See 07:04:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:04:18 07:04:18 Login Succeeded 07:04:18 nexus3.edgexfoundry.org:10004 07:04:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:04:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:04:18 Configure a credential helper to remove this warning. See 07:04:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:04:18 07:04:18 Login Succeeded 07:04:18 ****.io 07:04:18 level=info msg="[linters_context/goanalysis] analyzers took 1m54.9022387s with top 10 stages: buildir: 1m5.318621282s, gosec: 9.53932153s, fact_deprecated: 2.608291515s, inspect: 2.478415117s, printf: 1.844995668s, S1038: 1.654184445s, fact_purity: 1.626334542s, ctrlflow: 1.621647283s, nilness: 1.327005535s, SA5012: 1.031968746s" 07:04:18 level=info msg="[runner] Issues before processing: 214, after processing: 0" 07:04:18 level=info msg="[runner] Processors filtering stat (out/in): identifier_marker: 214/214, exclude-rules: 22/214, autogenerated_exclude: 214/214, skip_dirs: 214/214, filename_unadjuster: 214/214, path_prettifier: 214/214, skip_files: 214/214, exclude: 214/214, nolint: 0/22, cgo: 214/214" 07:04:18 level=info msg="[runner] processing took 18.195584ms with stages: nolint: 7.119206ms, identifier_marker: 5.555905ms, exclude-rules: 1.76126ms, path_prettifier: 1.500401ms, autogenerated_exclude: 1.427861ms, skip_dirs: 775.441µs, cgo: 35.54µs, filename_unadjuster: 15.18µs, uniq_by_line: 670ns, fixer: 660ns, diff: 650ns, max_same_issues: 630ns, max_from_linter: 440ns, skip_files: 380ns, exclude: 300ns, severity-rules: 260ns, sort_results: 250ns, source_code: 210ns, max_per_file_from_linter: 120ns, path_prefixer: 110ns, path_shortener: 110ns" 07:04:18 level=info msg="[runner] linters took 13.603180699s with stages: goanalysis_metalinter: 13.584882815s" 07:04:18 level=info msg="File cache stats: 0 entries of total size 0B" 07:04:18 level=info msg="Memory: 381 samples, avg is 303.6MB, max is 1379.8MB" 07:04:18 level=info msg="Execution took 38.363493305s" 07:04:18 go vet ./... 07:04:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:04:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:04:24 Configure a credential helper to remove this warning. See 07:04:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:04:24 07:04:24 Login Succeeded 07:04:24 ---> ****-login.sh ends [Pipeline] } 07:04:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 07:04:24 + git config --global --add safe.directory /w/workspace/edgex-go/677 [Pipeline] echo 07:04:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 07:04:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 07:04:24 ========================================================= 07:04:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 07:04:24 ========================================================= [Pipeline] fileExists [Pipeline] sh 07:04:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 07:04:25 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:04:25 c6b39de5b339: Pulling fs layer 07:04:25 a69c41024577: Pulling fs layer 07:04:25 d6de4b400683: Pulling fs layer 07:04:25 35cb2a7552d0: Pulling fs layer 07:04:25 4f4fb700ef54: Pulling fs layer 07:04:25 464afbd9ba4c: Pulling fs layer 07:04:25 00f215d4a9da: Pulling fs layer 07:04:25 d496ad576159: Pulling fs layer 07:04:25 4f4fb700ef54: Waiting 07:04:25 464afbd9ba4c: Waiting 07:04:25 00f215d4a9da: Waiting 07:04:25 35cb2a7552d0: Waiting 07:04:25 d496ad576159: Waiting 07:04:25 a69c41024577: Download complete 07:04:25 35cb2a7552d0: Verifying Checksum 07:04:25 35cb2a7552d0: Download complete 07:04:25 4f4fb700ef54: Verifying Checksum 07:04:25 4f4fb700ef54: Download complete 07:04:25 464afbd9ba4c: Verifying Checksum 07:04:25 464afbd9ba4c: Download complete 07:04:25 c6b39de5b339: Verifying Checksum 07:04:25 c6b39de5b339: Download complete 07:04:25 d496ad576159: Verifying Checksum 07:04:25 d496ad576159: Download complete 07:04:26 c6b39de5b339: Pull complete 07:04:26 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:04:26 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:04:26 ./bin/test-attribution-txt.sh [Pipeline] echo 07:04:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 07:04:26 a69c41024577: Pull complete 07:04:27 d6de4b400683: Verifying Checksum 07:04:27 d6de4b400683: Download complete 07:04:27 00f215d4a9da: Verifying Checksum 07:04:27 00f215d4a9da: Download complete 07:04:28 + ls -al . 07:04:28 total 916 07:04:28 drwxrwxr-x 11 1001 1001 4096 Aug 21 07:02 . 07:04:28 drwxr-xr-x 4 root root 4096 Aug 21 07:02 .. 07:04:28 drwxrwxr-x 2 1001 1001 4096 Aug 21 07:01 .blubracket 07:04:28 -rw-rw-r-- 1 1001 1001 10 Aug 21 07:01 .dockerignore 07:04:28 drwxrwxr-x 8 1001 1001 4096 Aug 21 07:03 .git 07:04:28 drwxrwxr-x 3 1001 1001 4096 Aug 21 07:01 .github 07:04:28 -rw-rw-r-- 1 1001 1001 1102 Aug 21 07:01 .gitignore 07:04:28 -rw-rw-r-- 1 1001 1001 42 Aug 21 07:01 .golangci.yml 07:04:28 -rw-rw-r-- 1 1001 1001 100 Aug 21 07:01 .hadolint.yml 07:04:28 drwxr-xr-x 3 1001 1001 4096 Aug 21 07:01 .semver 07:04:28 -rw-rw-r-- 1 1001 1001 155 Aug 21 07:01 .sonarcloud.properties 07:04:28 -rw-rw-r-- 1 1001 1001 1171 Aug 21 07:01 ADOPTERS.md 07:04:28 -rw-rw-r-- 1 1001 1001 21286 Aug 21 07:01 Attribution.txt 07:04:28 -rw-rw-r-- 1 1001 1001 100284 Aug 21 07:01 CHANGELOG.md 07:04:28 -rw-rw-r-- 1 1001 1001 3804 Aug 21 07:01 CONTRIBUTING.md 07:04:28 -rw-rw-r-- 1 1001 1001 677 Aug 21 07:01 GOVERNANCE.md 07:04:28 -rw-rw-r-- 1 1001 1001 861 Aug 21 07:01 Jenkinsfile 07:04:28 -rw-rw-r-- 1 1001 1001 10775 Aug 21 07:01 LICENSE 07:04:28 -rw-rw-r-- 1 1001 1001 16854 Aug 21 07:01 Makefile 07:04:28 -rw-rw-r-- 1 1001 1001 582 Aug 21 07:01 OWNERS.md 07:04:28 -rw-rw-r-- 1 1001 1001 9528 Aug 21 07:01 README.md 07:04:28 -rw-rw-r-- 1 1001 1001 789 Aug 21 07:01 SECURITY.md 07:04:28 -rw-rw-r-- 1 1001 1001 12 Aug 21 07:01 VERSION 07:04:28 drwxrwxr-x 2 1001 1001 4096 Aug 21 07:01 bin 07:04:28 drwxrwxr-x 20 1001 1001 4096 Aug 21 07:01 cmd 07:04:28 -rw-r--r-- 1 root root 545411 Aug 21 07:03 coverage.out 07:04:28 drwxrwxr-x 2 1001 1001 4096 Aug 21 07:01 fuzz_test 07:04:28 -rw-rw-r-- 1 1001 1001 7305 Aug 21 07:01 go.mod 07:04:28 -rw-rw-r-- 1 1001 1001 102581 Aug 21 07:01 go.sum 07:04:28 drwxrwxr-x 7 1001 1001 4096 Aug 21 07:01 internal 07:04:28 drwxrwxr-x 3 1001 1001 4096 Aug 21 07:01 openapi 07:04:28 -rw-rw-r-- 1 1001 1001 584 Aug 21 07:01 security.txt 07:04:28 -rw-rw-r-- 1 1001 1001 204 Aug 21 07:01 version.go [Pipeline] sh 07:04:28 + '[' -e coverage.out ] 07:04:28 + chown 1001:1001 coverage.out [Pipeline] stash 07:04:28 Stashed 1 file(s) [Pipeline] sh 07:04:28 + make build 07:04:28 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 07:04:40 d6de4b400683: Pull complete 07:04:40 35cb2a7552d0: Pull complete 07:04:40 4f4fb700ef54: Pull complete 07:04:41 464afbd9ba4c: Pull complete 07:04:51 00f215d4a9da: Pull complete 07:04:51 d496ad576159: Pull complete 07:04:51 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 07:04:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 07:04:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh 07:04:52 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 07:04:52 WORKDIR /edgex 07:04:52 COPY go.mod . 07:04:52 RUN go mod download 07:04:52 + docker build -t ci-base-image-arm64 -f - . 07:04:52 Sending build context to Docker daemon 3.528MB 07:04:52 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 07:04:52 ---> f246e2811388 07:04:52 Step 2/4 : WORKDIR /edgex 07:04:54 ---> Running in bf939c445ccf 07:04:54 Removing intermediate container bf939c445ccf 07:04:54 ---> a36892d23f2b 07:04:54 Step 3/4 : COPY go.mod . 07:04:55 ---> da00d59dc54b 07:04:55 Step 4/4 : RUN go mod download 07:04:55 ---> Running in 274014543fd2 07:04:55 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:04:55 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 07:04:56 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 07:04:56 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 07:04:58 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:05:02 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:05:04 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 07:05:06 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 07:05:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:05:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:05:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 07:05:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:05:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 07:05:12 $ docker stop --time=1 a0b8dcad1df3061bd03421d024ab8240a42f44a9821825fb43db2c8229bfee2b 07:05:21 $ docker rm -f --volumes a0b8dcad1df3061bd03421d024ab8240a42f44a9821825fb43db2c8229bfee2b [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 07:05:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:05:22 07:05:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:05:23 latest: Pulling from edgex-devops/edgex-compose 07:05:23 91d30c5bc195: Pulling fs layer 07:05:23 2e9b0aa3be6d: Pulling fs layer 07:05:23 9c61dcf015f6: Pulling fs layer 07:05:23 4698f68db338: Pulling fs layer 07:05:23 2a2f49069b9e: Pulling fs layer 07:05:23 e0025b399a48: Pulling fs layer 07:05:23 4698f68db338: Waiting 07:05:23 e0025b399a48: Waiting 07:05:23 2a2f49069b9e: Waiting 07:05:23 91d30c5bc195: Verifying Checksum 07:05:23 91d30c5bc195: Download complete 07:05:23 4698f68db338: Download complete 07:05:23 2e9b0aa3be6d: Verifying Checksum 07:05:23 2e9b0aa3be6d: Download complete 07:05:23 e0025b399a48: Download complete 07:05:23 91d30c5bc195: Pull complete 07:05:23 2a2f49069b9e: Verifying Checksum 07:05:23 2a2f49069b9e: Download complete 07:05:23 2e9b0aa3be6d: Pull complete 07:05:23 9c61dcf015f6: Download complete 07:05:27 9c61dcf015f6: Pull complete 07:05:27 4698f68db338: Pull complete 07:05:36 2a2f49069b9e: Pull complete 07:05:36 e0025b399a48: Pull complete 07:05:36 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 07:05:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:05:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:05:36 prd-ubuntu20.04-docker-8c-8g-8085 does not seem to be running inside a container 07:05:36 $ 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/677 -v /w/workspace/edgex-go/677:/w/workspace/edgex-go/677:rw,z -v /w/workspace/edgex-go/677@tmp:/w/workspace/edgex-go/677@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 07:05:37 $ docker top 1f593b6a3229a87f62cca73183b069ae35f723f165e413bcce94210bdbd1a481 -eo pid,comm [Pipeline] { [Pipeline] sh 07:05:37 + docker compose -f ./docker-compose-build.yml build --parallel 07:05:39 #1 [security-bootstrapper internal] load build definition from Dockerfile 07:05:39 #1 transferring dockerfile: 3.17kB done 07:05:39 #1 DONE 0.5s 07:05:39 07:05:39 #2 [security-proxy-auth internal] load build definition from Dockerfile 07:05:40 #2 transferring dockerfile: 2.15kB done 07:05:40 #2 DONE 0.5s 07:05:40 07:05:40 #3 [security-bootstrapper internal] load .dockerignore 07:05:40 #3 transferring context: 50B done 07:05:40 #3 DONE 0.4s 07:05:40 07:05:40 #4 [core-data internal] load build definition from Dockerfile 07:05:41 #4 ... 07:05:41 07:05:41 #5 [security-spiffe-token-provider internal] load build definition from Dockerfile 07:05:41 #5 transferring dockerfile: 1.89kB done 07:05:41 #5 DONE 0.7s 07:05:41 07:05:41 #6 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:05:41 #6 DONE 0.0s 07:05:41 07:05:41 #7 [support-cron-scheduler internal] load .dockerignore 07:05:41 #7 ... 07:05:41 07:05:41 #8 [security-proxy-auth internal] load .dockerignore 07:05:41 #8 transferring context: 50B done 07:05:41 #8 DONE 1.1s 07:05:41 07:05:41 #6 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:05:41 #6 DONE 0.0s 07:05:41 07:05:41 #4 [core-data internal] load build definition from Dockerfile 07:05:41 #4 transferring dockerfile: 2.07kB done 07:05:41 #4 ... 07:05:41 07:05:41 #9 [security-spiffe-token-provider internal] load .dockerignore 07:05:41 #9 transferring context: 50B done 07:05:41 #9 DONE 1.2s 07:05:41 07:05:41 #4 [core-data internal] load build definition from Dockerfile 07:05:41 #4 DONE 1.3s 07:05:41 07:05:41 #10 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 07:05:42 #10 ... 07:05:42 07:05:42 #11 [security-spire-config internal] load build definition from Dockerfile 07:05:42 #11 transferring dockerfile: 1.69kB done 07:05:42 #11 DONE 1.3s 07:05:42 07:05:42 #6 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:05:42 #6 DONE 0.0s 07:05:42 07:05:42 #12 [core-common-config-bootstrapper internal] load build definition from Dockerfile 07:05:42 #12 transferring dockerfile: 2.23kB done 07:05:42 #12 DONE 1.3s 07:05:42 07:05:42 #13 [core-metadata internal] load build definition from Dockerfile 07:05:42 #13 transferring dockerfile: 2.06kB done 07:05:42 #13 ... 07:05:42 07:05:42 #14 [support-cron-scheduler internal] load build definition from Dockerfile 07:05:42 #14 transferring dockerfile: 1.85kB done 07:05:42 #14 DONE 1.6s 07:05:42 07:05:42 #13 [core-metadata internal] load build definition from Dockerfile 07:05:42 #13 DONE 1.9s 07:05:42 07:05:42 #15 [support-notifications internal] load .dockerignore 07:05:42 #15 ... 07:05:42 07:05:42 #16 [security-proxy-setup internal] load build definition from Dockerfile 07:05:42 #16 transferring dockerfile: 2.50kB done 07:05:42 #16 DONE 2.2s 07:05:42 07:05:42 #17 [security-spire-agent internal] load build definition from Dockerfile 07:05:42 #17 transferring dockerfile: 1.81kB done 07:05:42 #17 DONE 2.2s 07:05:42 07:05:42 #10 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 07:05:42 #10 DONE 1.9s 07:05:43 07:05:43 #18 [core-data internal] load .dockerignore 07:05:43 #18 transferring context: 50B done 07:05:43 #18 DONE 2.2s 07:05:43 07:05:43 #6 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:05:43 #6 DONE 0.0s 07:05:43 07:05:43 #19 [security-secretstore-setup internal] load build definition from Dockerfile 07:05:43 #19 transferring dockerfile: 2.49kB done 07:05:43 #19 DONE 2.2s 07:05:43 07:05:43 #20 [security-spire-server internal] load build definition from Dockerfile 07:05:43 #20 transferring dockerfile: 1.70kB done 07:05:43 #20 DONE 2.2s 07:05:43 07:05:43 #10 [core-data internal] load metadata for docker.io/library/alpine:3.18 07:05:43 #10 DONE 1.9s 07:05:43 07:05:43 #21 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 07:05:43 #21 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 07:05:43 #21 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 07:05:43 #21 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 07:05:43 #21 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 07:05:43 #21 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 07:05:43 #21 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s 07:05:43 #21 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 07:05:43 #21 ... 07:05:43 07:05:43 #22 [support-scheduler internal] load build definition from Dockerfile 07:05:43 #22 transferring dockerfile: 1.93kB done 07:05:43 #22 DONE 2.4s 07:05:43 07:05:43 #21 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 07:05:43 #21 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done 07:05:43 #21 ... 07:05:43 07:05:43 #23 [core-keeper internal] load build definition from Dockerfile 07:05:43 #23 transferring dockerfile: 2.01kB done 07:05:43 #23 DONE 2.6s 07:05:43 07:05:43 #21 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 07:05:43 #21 ... 07:05:43 07:05:43 #24 [support-notifications internal] load build definition from Dockerfile 07:05:43 #24 transferring dockerfile: 1.95kB done 07:05:43 #24 DONE 2.4s 07:05:43 07:05:43 #25 [core-command internal] load build definition from Dockerfile 07:05:43 #25 transferring dockerfile: 1.93kB done 07:05:43 #25 DONE 2.6s 07:05:43 07:05:43 #21 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 07:05:43 #21 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.3s done 07:05:43 #21 ... 07:05:43 07:05:43 #26 [core-common-config-bootstrapper internal] load .dockerignore 07:05:43 #26 transferring context: 50B done 07:05:43 #26 DONE 2.6s 07:05:43 07:05:43 #27 [security-spire-config internal] load .dockerignore 07:05:43 #27 transferring context: 50B done 07:05:43 #27 DONE 3.0s 07:05:43 07:05:43 #28 [security-bootstrapper internal] load build context 07:05:43 #28 ... 07:05:43 07:05:43 #6 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:05:43 #6 DONE 0.0s 07:05:43 07:05:43 #29 [security-spire-agent internal] load .dockerignore 07:05:43 #29 transferring context: 50B done 07:05:43 #29 DONE 2.7s 07:05:43 07:05:43 #30 [core-metadata internal] load .dockerignore 07:05:43 #30 transferring context: 50B done 07:05:43 #30 DONE 2.9s 07:05:43 07:05:43 #28 [security-bootstrapper internal] load build context 07:05:44 #28 ... 07:05:44 07:05:44 #6 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:05:44 #6 DONE 0.0s 07:05:44 07:05:44 #31 [support-scheduler internal] load .dockerignore 07:05:44 #31 transferring context: 50B done 07:05:44 #31 DONE 2.9s 07:05:44 07:05:44 #7 [support-cron-scheduler internal] load .dockerignore 07:05:44 #7 transferring context: 50B done 07:05:44 #7 DONE 3.1s 07:05:44 07:05:44 #32 [core-keeper internal] load .dockerignore 07:05:44 #32 transferring context: 50B done 07:05:44 #32 DONE 3.0s 07:05:44 07:05:44 #28 [security-bootstrapper internal] load build context 07:05:44 #28 ... 07:05:44 07:05:44 #33 [core-metadata internal] load build context 07:05:44 #33 DONE 0.0s 07:05:44 07:05:44 #6 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:05:44 #6 DONE 0.0s 07:05:44 07:05:44 #28 [security-bootstrapper internal] load build context 07:05:44 #28 ... 07:05:44 07:05:44 #34 [security-spire-server internal] load .dockerignore 07:05:44 #34 transferring context: 50B done 07:05:44 #34 DONE 3.2s 07:05:44 07:05:44 #28 [security-bootstrapper internal] load build context 07:05:44 #28 ... 07:05:44 07:05:44 #6 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:05:44 #6 DONE 0.0s 07:05:44 07:05:44 #15 [support-notifications internal] load .dockerignore 07:05:44 #15 transferring context: 50B done 07:05:44 #15 DONE 3.3s 07:05:44 07:05:44 #28 [security-bootstrapper internal] load build context 07:05:44 #28 ... 07:05:44 07:05:44 #35 [security-proxy-setup internal] load .dockerignore 07:05:44 #35 transferring context: 50B done 07:05:44 #35 DONE 3.6s 07:05:44 07:05:44 #36 [security-secretstore-setup internal] load .dockerignore 07:05:44 #36 transferring context: 50B done 07:05:44 #36 DONE 3.6s 07:05:44 07:05:44 #6 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:05:44 #6 DONE 0.0s 07:05:44 07:05:44 #28 [security-bootstrapper internal] load build context 07:05:44 #28 ... 07:05:44 07:05:44 #6 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:05:44 #6 DONE 0.0s 07:05:44 07:05:44 #37 [core-command internal] load .dockerignore 07:05:44 #37 transferring context: 50B done 07:05:44 #37 DONE 3.6s 07:05:44 07:05:44 #28 [security-bootstrapper internal] load build context 07:05:44 #28 ... 07:05:44 07:05:44 #6 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:05:44 #6 DONE 0.0s 07:05:44 07:05:44 #28 [security-bootstrapper internal] load build context 07:05:45 #28 ... 07:05:45 07:05:45 #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 07:05:45 #38 DONE 1.4s 07:05:45 07:05:45 #28 [security-bootstrapper internal] load build context 07:05:46 #28 ... 07:05:46 07:05:46 #39 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 07:05:46 #39 DONE 2.1s 07:05:46 07:05:46 #28 [security-bootstrapper internal] load build context 07:05:46 #28 ... 07:05:46 07:05:46 #10 [core-command internal] load metadata for docker.io/library/alpine:3.18 07:05:46 #10 DONE 4.1s 07:05:46 07:05:46 #28 [security-bootstrapper internal] load build context 07:05:47 #28 ... 07:05:47 07:05:47 #21 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 07:05:47 #21 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 07:05:47 #21 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 07:05:47 #21 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 07:05:47 #21 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 07:05:47 #21 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done 07:05:47 #21 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.3s done 07:05:47 #21 DONE 5.0s 07:05:47 07:05:47 #28 [security-bootstrapper internal] load build context 07:05:47 #28 transferring context: 303.68MB 4.3s 07:05:53 Removing intermediate container 274014543fd2 07:05:53 ---> 8e9014718d9f 07:05:53 Successfully built 8e9014718d9f 07:05:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:53 + docker inspect -f . ci-base-image-arm64 07:05:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:05:53 prd-ubuntu20.04-docker-arm64-4c-16g-8086 does not seem to be running inside a container 07:05:53 #28 transferring context: 494.52MB 8.9s done 07:05:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/677 -v /w/workspace/edgex-go/677:/w/workspace/edgex-go/677:rw,z -v /w/workspace/edgex-go/677@tmp:/w/workspace/edgex-go/677@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 07:05:54 #28 ... 07:05:54 07:05:54 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:05:54 #40 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 2.2s done 07:05:54 #40 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 07:05:54 #40 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done 07:05:54 #40 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done 07:05:54 #40 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 2.1s 07:05:54 #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 2.1s 07:05:54 #40 ... 07:05:54 07:05:54 #41 [security-spiffe-token-provider internal] load build context 07:05:54 #41 ... 07:05:54 07:05:54 #42 [core-command builder 1/7] FROM docker.io/library/ci-base-image-x86_64 07:05:54 #42 ... 07:05:54 07:05:54 #43 [core-data internal] load build context 07:05:54 #43 ... 07:05:54 07:05:54 #44 [security-proxy-auth internal] load build context 07:05:54 #44 ... 07:05:54 07:05:54 #45 [core-common-config-bootstrapper internal] load build context 07:05:54 #45 ... 07:05:54 07:05:54 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:05:54 #40 ... 07:05:54 07:05:54 #33 [core-metadata internal] load build context 07:05:54 #33 ... 07:05:54 07:05:54 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:05:55 $ docker top d6c78a20f12a7fd0b4d579a4325a3c7706cd0aacc4bdad8dabf61bd6f4a25f95 -eo pid,comm 07:05:55 #40 ... 07:05:55 07:05:55 #46 [security-proxy-setup internal] load build context 07:05:55 #46 ... 07:05:55 07:05:55 #47 [support-cron-scheduler internal] load build context [Pipeline] { [Pipeline] sh 07:05:55 #47 ... 07:05:55 07:05:55 #48 [support-notifications internal] load build context 07:05:55 #48 ... 07:05:55 07:05:55 #49 [core-keeper internal] load build context 07:05:55 #49 ... 07:05:55 07:05:55 #50 [security-secretstore-setup internal] load build context 07:05:55 #50 ... 07:05:55 07:05:55 #51 [support-scheduler internal] load build context 07:05:55 #51 ... 07:05:55 07:05:55 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:05:55 #40 ... 07:05:55 07:05:55 #52 [security-spire-server internal] load build context 07:05:55 #52 transferring context: 27.71kB 0.0s done 07:05:55 + go version 07:05:55 go version go1.21.9 linux/arm64 [Pipeline] } 07:05:55 $ docker stop --time=1 d6c78a20f12a7fd0b4d579a4325a3c7706cd0aacc4bdad8dabf61bd6f4a25f95 07:05:56 #52 ... 07:05:56 07:05:56 #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 07:05:56 #53 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.4s done 07:05:56 #53 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 07:05:56 #53 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done 07:05:56 #53 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done 07:05:56 #53 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 2.4s done 07:05:56 #53 ... 07:05:56 07:05:56 #54 [security-spire-config internal] load build context 07:05:56 #54 transferring context: 25.96kB 0.0s done 07:05:56 #54 ... 07:05:56 07:05:56 #55 [security-spire-agent internal] load build context 07:05:56 #55 transferring context: 27.24kB 0.0s done 07:05:56 #55 ... 07:05:56 07:05:56 #56 [core-command internal] load build context 07:05:56 #56 ... 07:05:56 07:05:56 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:05:57 $ docker rm -f --volumes d6c78a20f12a7fd0b4d579a4325a3c7706cd0aacc4bdad8dabf61bd6f4a25f95 [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] { 07:05:57 #40 ... 07:05:57 07:05:57 #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:05:57 #57 ... 07:05:57 07:05:57 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:05:57 #58 ... 07:05:57 07:05:57 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:05:57 #40 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 7.1s 07:05:57 #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 7.1s [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:05:58 07:05:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:05:58 latest: Pulling from edgex-devops/edgex-compose-arm64 07:05:58 547446be3368: Pulling fs layer 07:05:58 d125d8839a47: Pulling fs layer 07:05:58 3e85d5ac6304: Pulling fs layer 07:05:58 c3105a71a48b: Pulling fs layer 07:05:58 0f093f025ec4: Pulling fs layer 07:05:58 c3106fc0e877: Pulling fs layer 07:05:58 c3105a71a48b: Waiting 07:05:58 0f093f025ec4: Waiting 07:05:58 c3106fc0e877: Waiting 07:05:58 547446be3368: Verifying Checksum 07:05:58 547446be3368: Download complete 07:05:58 c3105a71a48b: Verifying Checksum 07:05:58 c3105a71a48b: Download complete 07:05:59 d125d8839a47: Verifying Checksum 07:05:59 d125d8839a47: Download complete 07:05:59 c3106fc0e877: Verifying Checksum 07:05:59 c3106fc0e877: Download complete 07:05:59 0f093f025ec4: Verifying Checksum 07:05:59 0f093f025ec4: Download complete 07:05:59 547446be3368: Pull complete 07:05:59 #40 ... 07:05:59 07:05:59 #59 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 07:05:59 #59 ... 07:05:59 07:05:59 #60 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 07:05:59 #60 ... 07:05:59 07:05:59 #61 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 07:05:59 #61 ... 07:05:59 07:05:59 #62 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:06:00 #62 ... 07:06:00 07:06:00 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 07:06:00 #63 ... 07:06:00 07:06:00 #64 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 07:06:00 #64 ... 07:06:00 07:06:00 #65 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:06:00 #65 ... 07:06:00 07:06:00 #66 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:06:00 #66 ... 07:06:00 07:06:00 #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:06:00 #67 ... 07:06:00 07:06:00 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:06:00 d125d8839a47: Pull complete 07:06:01 3e85d5ac6304: Verifying Checksum 07:06:01 3e85d5ac6304: Download complete 07:06:03 #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 12.1s 07:06:03 #40 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 9.2s done 07:06:04 #40 ... 07:06:04 07:06:04 #41 [security-spiffe-token-provider internal] load build context 07:06:04 #41 transferring context: 494.52MB 11.6s done 07:06:04 #41 ... 07:06:04 07:06:04 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:06:04 #40 ... 07:06:04 07:06:04 #43 [core-data internal] load build context 07:06:04 #43 transferring context: 494.52MB 13.4s done 07:06:04 #43 ... 07:06:04 07:06:04 #44 [security-proxy-auth internal] load build context 07:06:04 #44 transferring context: 494.52MB 13.9s done 07:06:04 #44 ... 07:06:04 07:06:04 #45 [core-common-config-bootstrapper internal] load build context 07:06:04 #45 transferring context: 494.52MB 12.9s done 07:06:06 #45 ... 07:06:06 07:06:06 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:06:06 #40 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 07:06:06 #40 ... 07:06:06 07:06:06 #33 [core-metadata internal] load build context 07:06:06 #33 transferring context: 494.52MB 12.8s done 07:06:06 #33 ... 07:06:06 07:06:06 #49 [core-keeper internal] load build context 07:06:06 #49 transferring context: 494.52MB 12.1s done 07:06:06 #49 ... 07:06:06 07:06:06 #50 [security-secretstore-setup internal] load build context 07:06:06 #50 transferring context: 494.52MB 15.4s done 07:06:06 #50 ... 07:06:06 07:06:06 #51 [support-scheduler internal] load build context 07:06:06 #51 transferring context: 494.52MB 16.3s done 07:06:07 #51 ... 07:06:07 07:06:07 #48 [support-notifications internal] load build context 07:06:07 #48 transferring context: 494.52MB 14.1s done 07:06:07 #48 ... 07:06:07 07:06:07 #46 [security-proxy-setup internal] load build context 07:06:07 #46 transferring context: 494.52MB 14.1s done 07:06:07 #46 ... 07:06:07 07:06:07 #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 07:06:07 #53 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 10.1s done 07:06:07 #53 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 07:06:07 #53 ... 07:06:07 07:06:07 #47 [support-cron-scheduler internal] load build context 07:06:07 #47 transferring context: 494.52MB 14.9s done 07:06:07 #47 ... 07:06:07 07:06:07 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:06:07 #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 17.2s 07:06:11 3e85d5ac6304: Pull complete 07:06:11 c3105a71a48b: Pull complete 07:06:12 #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 18.3s done 07:06:12 #40 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 18.3s done 07:06:12 0f093f025ec4: Pull complete 07:06:12 c3106fc0e877: Pull complete 07:06:12 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 07:06:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:06:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:06:12 prd-ubuntu20.04-docker-arm64-4c-16g-8086 does not seem to be running inside a container 07:06:12 $ 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/677 -v /w/workspace/edgex-go/677:/w/workspace/edgex-go/677:rw,z -v /w/workspace/edgex-go/677@tmp:/w/workspace/edgex-go/677@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 07:06:14 $ docker top fb620a78d1a0be47d4aab51668a93bcc2bb3acfd684d35a6a85dc494ea806733 -eo pid,comm [Pipeline] { [Pipeline] sh 07:06:15 + docker compose -f ./docker-compose-build.yml build --parallel 07:06:18 #40 ... 07:06:18 07:06:18 #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 07:06:18 #53 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 19.2s done 07:06:23 #53 ... 07:06:23 07:06:23 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:06:23 #40 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 31.7s 07:06:24 #40 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 33.2s 07:06:25 #40 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 07:06:25 #1 [core-keeper internal] load build definition from Dockerfile 07:06:25 #1 transferring dockerfile: 07:06:25 #1 transferring dockerfile: 2.01kB done 07:06:25 #1 DONE 0.1s 07:06:25 07:06:25 #2 [security-proxy-setup internal] load build definition from Dockerfile 07:06:25 #2 transferring dockerfile: 2.50kB done 07:06:25 #2 DONE 0.0s 07:06:25 07:06:25 #3 [support-notifications internal] load build definition from Dockerfile 07:06:25 #3 transferring dockerfile: 1.95kB done 07:06:25 #3 DONE 0.1s 07:06:25 07:06:25 #4 [core-metadata internal] load build definition from Dockerfile 07:06:25 #4 transferring dockerfile: 2.06kB done 07:06:25 #4 DONE 0.1s 07:06:25 07:06:25 #5 [security-spire-server internal] load build definition from Dockerfile 07:06:25 #5 transferring dockerfile: 1.70kB 0.0s done 07:06:25 #5 DONE 0.1s 07:06:25 07:06:25 #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile 07:06:25 #6 transferring dockerfile: 2.23kB 0.0s done 07:06:25 #6 DONE 0.1s 07:06:25 07:06:25 #7 [support-scheduler internal] load build definition from Dockerfile 07:06:26 #7 transferring dockerfile: 1.93kB done 07:06:26 #7 DONE 0.1s 07:06:26 07:06:26 #8 [security-proxy-auth internal] load build definition from Dockerfile 07:06:26 #8 transferring dockerfile: 2.15kB 0.0s done 07:06:26 #8 DONE 0.1s 07:06:26 07:06:26 #9 [security-bootstrapper internal] load build definition from Dockerfile 07:06:26 #9 transferring dockerfile: 3.17kB 0.0s done 07:06:26 #9 DONE 0.1s 07:06:26 07:06:26 #10 [security-spire-config internal] load build definition from Dockerfile 07:06:26 #10 transferring dockerfile: 1.69kB 0.0s done 07:06:26 #10 DONE 0.1s 07:06:26 07:06:26 #11 [core-command internal] load build definition from Dockerfile 07:06:26 #11 transferring dockerfile: 1.93kB done 07:06:26 #11 DONE 0.1s 07:06:26 07:06:26 #12 [security-secretstore-setup internal] load build definition from Dockerfile 07:06:26 #12 transferring dockerfile: 2.49kB 0.0s done 07:06:26 #12 DONE 0.1s 07:06:26 07:06:26 #13 [support-cron-scheduler internal] load build definition from Dockerfile 07:06:26 #13 transferring dockerfile: 1.85kB 0.0s done 07:06:26 #13 DONE 0.1s 07:06:26 07:06:26 #14 [security-spiffe-token-provider internal] load build definition from Dockerfile 07:06:26 #14 transferring dockerfile: 1.89kB 0.0s done 07:06:26 #14 DONE 0.1s 07:06:26 07:06:26 #15 [core-data internal] load build definition from Dockerfile 07:06:26 #15 transferring dockerfile: 2.07kB done 07:06:26 #15 DONE 0.1s 07:06:26 07:06:26 #16 [security-spire-agent internal] load build definition from Dockerfile 07:06:26 #16 transferring dockerfile: 1.81kB 0.0s done 07:06:26 #16 DONE 0.1s 07:06:26 07:06:26 #17 [core-keeper internal] load .dockerignore 07:06:26 #17 transferring context: 50B done 07:06:26 #17 DONE 0.1s 07:06:27 07:06:27 #18 [security-proxy-setup internal] load .dockerignore 07:06:27 #18 transferring context: 50B done 07:06:27 #18 DONE 0.0s 07:06:27 07:06:27 #19 [support-notifications internal] load .dockerignore 07:06:27 #19 transferring context: 50B 0.0s done 07:06:27 #19 DONE 0.1s 07:06:27 07:06:27 #20 [core-metadata internal] load .dockerignore 07:06:27 #20 transferring context: 50B done 07:06:27 #20 DONE 0.1s 07:06:27 07:06:27 #21 [security-spire-server internal] load .dockerignore 07:06:27 #21 transferring context: 50B done 07:06:27 #21 DONE 0.1s 07:06:27 07:06:27 #22 [core-common-config-bootstrapper internal] load .dockerignore 07:06:28 #22 transferring context: 50B done 07:06:28 #22 DONE 0.1s 07:06:28 07:06:28 #23 [support-scheduler internal] load .dockerignore 07:06:28 #23 transferring context: 50B 0.0s done 07:06:28 #23 DONE 0.1s 07:06:28 07:06:28 #24 [security-proxy-auth internal] load .dockerignore 07:06:28 #24 transferring context: 50B 0.0s done 07:06:28 #24 DONE 0.1s 07:06:28 07:06:28 #25 [security-spire-config internal] load .dockerignore 07:06:28 #25 transferring context: 50B 0.0s done 07:06:28 #25 DONE 0.1s 07:06:28 07:06:28 #26 [security-bootstrapper internal] load .dockerignore 07:06:28 #26 transferring context: 50B done 07:06:28 #26 DONE 0.1s 07:06:28 07:06:28 #27 [core-command internal] load .dockerignore 07:06:28 #27 transferring context: 50B done 07:06:28 #27 DONE 0.1s 07:06:28 07:06:28 #28 [security-secretstore-setup internal] load .dockerignore 07:06:28 #28 transferring context: 50B done 07:06:28 #28 DONE 0.1s 07:06:28 07:06:28 #29 [support-cron-scheduler internal] load .dockerignore 07:06:28 #29 transferring context: 50B 0.0s done 07:06:28 #29 DONE 0.1s 07:06:28 07:06:28 #30 [security-spiffe-token-provider internal] load .dockerignore 07:06:28 #30 transferring context: 50B done 07:06:28 #30 DONE 0.0s 07:06:28 07:06:28 #31 [core-data internal] load .dockerignore 07:06:28 #31 transferring context: 50B 0.0s done 07:06:28 #31 DONE 0.1s 07:06:28 07:06:28 #32 [security-spire-agent internal] load .dockerignore 07:06:28 #32 transferring context: 50B done 07:06:28 #32 DONE 0.1s 07:06:28 07:06:28 #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:06:28 #33 DONE 0.0s 07:06:28 07:06:28 #34 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 07:06:28 #40 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 38.0s 07:06:28 #34 DONE 0.1s 07:06:28 07:06:28 #35 [core-keeper stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 07:06:28 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 07:06:28 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 07:06:28 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 07:06:28 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 1.05MB / 3.34MB 0.1s 07:06:28 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 07:06:28 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.15MB / 3.34MB 0.2s 07:06:28 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 07:06:28 #40 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 38.3s 07:06:28 #40 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 8.39MB / 30.73MB 38.3s 07:06:29 #40 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 22.02MB / 30.73MB 38.4s 07:06:29 #40 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 38.6s 07:06:29 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 07:06:29 #35 ... 07:06:29 07:06:29 #36 [core-keeper internal] load build context 07:06:29 #36 transferring context: 3.09MB 0.6s done 07:06:29 #36 DONE 0.8s 07:06:29 07:06:29 #35 [core-keeper stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 07:06:29 #35 ... 07:06:29 07:06:29 #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:06:29 #33 DONE 0.0s 07:06:29 07:06:29 #37 [core-keeper builder 1/8] FROM docker.io/library/ci-base-image-arm64 07:06:29 #37 DONE 0.9s 07:06:29 07:06:29 #35 [core-keeper stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 07:06:29 #35 ... 07:06:29 07:06:29 #34 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 07:06:29 #34 DONE 0.2s 07:06:29 07:06:29 #38 [security-proxy-setup internal] load build context 07:06:29 #38 DONE 0.0s 07:06:29 07:06:29 #37 [security-proxy-setup builder 1/8] FROM docker.io/library/ci-base-image-arm64 07:06:29 #37 DONE 1.7s 07:06:29 07:06:29 #35 [security-proxy-setup stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 07:06:29 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 07:06:29 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 07:06:29 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 07:06:29 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 07:06:29 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 07:06:29 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done 07:06:29 #35 ... 07:06:29 07:06:29 #39 [security-proxy-setup builder 2/8] WORKDIR /edgex-go 07:06:29 #39 DONE 0.4s 07:06:29 07:06:29 #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:06:29 #33 DONE 0.0s 07:06:29 07:06:29 #37 [support-notifications builder 1/8] FROM docker.io/library/ci-base-image-arm64 07:06:29 #37 DONE 1.7s 07:06:29 07:06:29 #39 [support-notifications builder 2/8] WORKDIR /edgex-go 07:06:29 #39 DONE 0.4s 07:06:29 07:06:29 #40 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 07:06:30 #40 ... 07:06:30 07:06:30 #34 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 07:06:30 #34 DONE 0.5s 07:06:30 07:06:30 #37 [core-metadata builder 1/8] FROM docker.io/library/ci-base-image-arm64 07:06:30 #37 DONE 1.7s 07:06:30 07:06:30 #39 [core-metadata builder 2/8] WORKDIR /edgex-go 07:06:30 #39 DONE 0.4s 07:06:30 07:06:30 #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:06:30 #33 DONE 0.0s 07:06:30 07:06:30 #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 07:06:30 #34 DONE 0.5s 07:06:30 07:06:30 #37 [core-common-config-bootstrapper builder 1/8] FROM docker.io/library/ci-base-image-arm64 07:06:30 #37 DONE 1.7s 07:06:30 07:06:30 #39 [core-common-config-bootstrapper builder 2/8] WORKDIR /edgex-go 07:06:30 #39 DONE 0.5s 07:06:30 07:06:30 #41 [core-common-config-bootstrapper internal] load build context 07:06:30 #41 ... 07:06:30 07:06:30 #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:06:30 #33 DONE 0.0s 07:06:30 07:06:30 #35 [security-proxy-setup stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 07:06:30 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 07:06:30 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 07:06:30 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 07:06:30 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 07:06:30 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 07:06:30 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done 07:06:30 #35 DONE 2.4s 07:06:30 07:06:30 #38 [security-proxy-setup internal] load build context 07:06:30 #38 ... 07:06:30 07:06:30 #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:06:30 #33 DONE 0.0s 07:06:30 07:06:30 #38 [security-proxy-setup internal] load build context 07:06:30 #38 ... 07:06:30 07:06:30 #37 [security-proxy-auth builder 1/8] FROM docker.io/library/ci-base-image-arm64 07:06:30 #37 DONE 1.8s 07:06:30 07:06:30 #39 [security-proxy-auth builder 2/8] WORKDIR /edgex-go 07:06:30 #39 DONE 0.5s 07:06:30 07:06:30 #34 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 07:06:30 #34 DONE 1.0s 07:06:30 07:06:30 #35 [security-proxy-auth stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 07:06:30 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 07:06:30 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 07:06:30 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 07:06:30 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 07:06:30 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 07:06:30 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done 07:06:30 #35 DONE 2.4s 07:06:31 07:06:31 #37 [support-scheduler builder 1/8] FROM docker.io/library/ci-base-image-arm64 07:06:31 #37 DONE 1.8s 07:06:31 07:06:31 #39 [support-scheduler builder 2/8] WORKDIR /edgex-go 07:06:31 #39 DONE 0.5s 07:06:31 07:06:31 #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:06:31 #33 DONE 0.0s 07:06:31 07:06:31 #35 [support-scheduler stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 07:06:31 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 07:06:31 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 07:06:31 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 07:06:31 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 07:06:31 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 07:06:31 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done 07:06:31 #35 DONE 2.4s 07:06:31 07:06:31 #42 [support-scheduler internal] load build context 07:06:31 #42 ... 07:06:31 07:06:31 #38 [security-proxy-setup internal] load build context 07:06:31 #38 transferring context: 3.09MB 1.0s done 07:06:31 #38 DONE 1.2s 07:06:31 07:06:31 #40 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 07:06:31 #40 ... 07:06:31 07:06:31 #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:06:31 #33 DONE 0.0s 07:06:31 07:06:31 #34 [core-command internal] load metadata for docker.io/library/alpine:3.18 07:06:31 #34 DONE 1.6s 07:06:31 07:06:31 #42 [support-scheduler internal] load build context 07:06:31 #42 ... 07:06:31 07:06:31 #37 [security-bootstrapper builder 1/8] FROM docker.io/library/ci-base-image-arm64 07:06:31 #37 DONE 1.8s 07:06:31 07:06:31 #39 [security-bootstrapper builder 2/8] WORKDIR /edgex-go 07:06:31 #39 DONE 0.5s 07:06:31 07:06:31 #35 [security-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 07:06:31 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 07:06:31 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 07:06:31 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 07:06:31 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 07:06:31 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 07:06:31 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done 07:06:31 #35 DONE 2.4s 07:06:31 07:06:31 #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:06:31 #33 DONE 0.0s 07:06:31 07:06:31 #37 [core-command builder 1/8] FROM docker.io/library/ci-base-image-arm64 07:06:31 #37 DONE 1.9s 07:06:31 07:06:31 #39 [core-command builder 2/8] WORKDIR /edgex-go 07:06:31 #39 DONE 0.7s 07:06:31 07:06:31 #35 [core-command stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 07:06:31 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 07:06:31 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 07:06:31 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 07:06:31 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 07:06:31 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 07:06:31 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done 07:06:31 #35 DONE 2.5s 07:06:31 07:06:31 #43 [security-bootstrapper internal] load build context 07:06:31 #43 ... 07:06:31 07:06:31 #37 [security-secretstore-setup builder 1/8] FROM docker.io/library/ci-base-image-arm64 07:06:31 #37 DONE 1.9s 07:06:31 07:06:31 #39 [security-secretstore-setup builder 2/8] WORKDIR /edgex-go 07:06:31 #39 DONE 0.7s 07:06:31 07:06:31 #35 [security-secretstore-setup stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 07:06:31 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 07:06:31 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 07:06:31 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 07:06:31 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 07:06:31 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 07:06:31 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done 07:06:31 #35 DONE 2.6s 07:06:31 07:06:31 #33 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:06:31 #33 DONE 0.0s 07:06:31 07:06:31 #44 [support-notifications internal] load build context 07:06:31 #44 transferring context: 3.09MB 1.2s done 07:06:31 #44 DONE 1.8s 07:06:32 07:06:32 #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:06:32 #33 DONE 0.0s 07:06:32 07:06:32 #42 [support-scheduler internal] load build context 07:06:32 #42 ... 07:06:32 07:06:32 #35 [security-spire-server stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 07:06:32 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 07:06:32 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 07:06:32 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 07:06:32 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 07:06:32 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 07:06:32 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done 07:06:32 #35 DONE 2.6s 07:06:32 07:06:32 #33 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:06:32 #33 DONE 0.0s 07:06:32 07:06:32 #40 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 07:06:32 #40 DONE 2.1s 07:06:32 07:06:32 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:06:32 #45 DONE 0.0s 07:06:32 07:06:32 #46 [core-metadata internal] load build context 07:06:32 #46 transferring context: 3.09MB 1.6s done 07:06:32 #46 DONE 2.1s 07:06:32 07:06:32 #42 [support-scheduler internal] load build context 07:06:32 #42 ... 07:06:32 07:06:32 #37 [security-spiffe-token-provider builder 1/8] FROM docker.io/library/ci-base-image-arm64 07:06:32 #37 DONE 2.0s 07:06:32 07:06:32 #39 [security-spiffe-token-provider builder 2/8] WORKDIR /edgex-go 07:06:32 #39 DONE 0.8s 07:06:32 07:06:32 #35 [security-spiffe-token-provider stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 07:06:32 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 07:06:32 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 07:06:32 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 07:06:32 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 07:06:32 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 07:06:32 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done 07:06:32 #35 DONE 2.6s 07:06:32 07:06:32 #47 [support-cron-scheduler internal] load build context 07:06:32 #47 DONE 0.0s 07:06:32 07:06:32 #48 [security-spire-config internal] load build context 07:06:32 #48 DONE 0.0s 07:06:32 07:06:32 #41 [core-common-config-bootstrapper internal] load build context 07:06:32 #41 transferring context: 3.09MB 1.5s done 07:06:32 #41 DONE 2.0s 07:06:32 07:06:32 #42 [support-scheduler internal] load build context 07:06:33 #42 ... 07:06:33 07:06:33 #49 [security-proxy-auth internal] load build context 07:06:33 #49 transferring context: 3.09MB 1.6s done 07:06:33 #49 DONE 2.2s 07:06:33 07:06:33 #42 [support-scheduler internal] load build context 07:06:34 #42 transferring context: 3.09MB 2.8s done 07:06:34 #40 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 43.3s 07:06:34 #40 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 43.8s 07:06:34 #42 ... 07:06:34 07:06:34 #34 [core-data internal] load metadata for docker.io/library/alpine:3.18 07:06:34 #34 DONE 4.4s 07:06:34 07:06:34 #37 [core-data builder 1/8] FROM docker.io/library/ci-base-image-arm64 07:06:34 #37 DONE 2.0s 07:06:34 07:06:34 #39 [core-data builder 2/8] WORKDIR /edgex-go 07:06:34 #39 DONE 0.8s 07:06:34 07:06:34 #35 [core-data stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 07:06:34 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 07:06:34 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 07:06:34 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 07:06:34 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 07:06:34 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 07:06:34 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done 07:06:34 #35 DONE 2.7s 07:06:34 07:06:34 #50 [security-spire-server internal] load build context 07:06:34 #50 transferring context: 27.71kB 0.1s done 07:06:34 #50 DONE 2.5s 07:06:34 07:06:34 #51 [core-data internal] load build context 07:06:35 #51 ... 07:06:35 07:06:35 #42 [support-scheduler internal] load build context 07:06:35 #42 DONE 4.0s 07:06:35 07:06:35 #43 [security-bootstrapper internal] load build context 07:06:35 #43 ... 07:06:35 07:06:35 #48 [security-spire-config internal] load build context 07:06:35 #48 transferring context: 25.96kB 0.3s done 07:06:35 #48 DONE 3.0s 07:06:35 07:06:35 #43 [security-bootstrapper internal] load build context 07:06:35 #43 ... 07:06:35 07:06:35 #40 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 07:06:35 #40 DONE 5.0s 07:06:35 07:06:35 #43 [security-bootstrapper internal] load build context 07:06:35 #43 transferring context: 3.09MB 3.5s done 07:06:35 #43 ... 07:06:35 07:06:35 #52 [security-secretstore-setup internal] load build context 07:06:35 #52 transferring context: 3.09MB 3.2s done 07:06:35 #52 DONE 4.1s 07:06:36 07:06:36 #53 [core-command internal] load build context 07:06:36 #53 ... 07:06:36 07:06:36 #43 [security-bootstrapper internal] load build context 07:06:36 #43 DONE 4.4s 07:06:36 07:06:36 #53 [core-command internal] load build context 07:06:36 #40 ... 07:06:36 07:06:36 #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 07:06:36 #53 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 07:06:36 #53 ... 07:06:36 07:06:36 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:06:36 #53 transferring context: 3.09MB 4.0s done 07:06:36 #53 ... 07:06:36 07:06:36 #54 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 07:06:36 #54 DONE 4.2s 07:06:36 07:06:36 #51 [core-data internal] load build context 07:06:36 #51 ... 07:06:36 07:06:36 #35 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 07:06:36 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 07:06:36 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 07:06:36 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 07:06:36 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 07:06:36 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 07:06:36 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done 07:06:36 #35 DONE 2.7s 07:06:36 07:06:36 #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 07:06:36 #55 DONE 0.0s 07:06:36 07:06:36 #56 [security-spire-agent internal] load build context 07:06:36 #56 DONE 0.0s 07:06:36 07:06:36 #53 [core-command internal] load build context 07:06:36 #53 DONE 5.2s 07:06:36 07:06:36 #51 [core-data internal] load build context 07:06:38 #51 ... 07:06:38 07:06:38 #56 [security-spire-agent internal] load build context 07:06:38 #56 transferring context: 27.24kB 0.2s done 07:06:38 #56 DONE 1.2s 07:06:38 07:06:38 #51 [core-data internal] load build context 07:06:39 #51 ... 07:06:39 07:06:39 #57 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:06:39 #57 DONE 9.0s 07:06:39 07:06:39 #51 [core-data internal] load build context 07:06:39 #51 ... 07:06:39 07:06:39 #58 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 07:06:39 #0 7.521 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:06:39 #0 8.086 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:06:39 #0 9.373 OK: 266 MiB in 52 packages 07:06:39 #58 DONE 9.7s 07:06:39 07:06:39 #51 [core-data internal] load build context 07:06:39 #40 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 48.5s 07:06:39 #40 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 48.8s 07:06:39 #51 ... 07:06:39 07:06:39 #59 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 07:06:39 #0 9.992 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:06:40 #59 ... 07:06:40 07:06:40 #60 [core-data builder 3/7] RUN apk add --update --no-cache make git 07:06:40 #60 ... 07:06:40 07:06:40 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:06:40 #45 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.1s done 07:06:40 #45 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 07:06:40 #45 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 07:06:40 #45 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 07:06:40 #45 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 1.4s done 07:06:40 #45 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.5s done 07:06:40 #45 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 1.6s done 07:06:40 #45 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done 07:06:40 #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.58MB / 28.04MB 5.5s 07:06:40 #45 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done 07:06:40 #45 ... 07:06:40 07:06:40 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 07:06:40 #61 ... 07:06:40 07:06:40 #62 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 07:06:40 #62 ... 07:06:40 07:06:40 #63 [security-spiffe-token-provider internal] load build context 07:06:40 #63 transferring context: 3.09MB 5.6s done 07:06:40 #63 DONE 8.4s 07:06:40 07:06:40 #47 [support-cron-scheduler internal] load build context 07:06:40 #47 transferring context: 3.09MB 6.3s done 07:06:40 #47 DONE 8.4s 07:06:40 07:06:40 #64 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 07:06:41 #64 ... 07:06:41 07:06:41 #65 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:06:41 #65 ... 07:06:41 07:06:41 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:06:41 #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 15.58MB / 28.04MB 6.1s 07:06:41 #45 ... 07:06:41 07:06:41 #65 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:06:41 #65 DONE 11.2s 07:06:41 07:06:41 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:06:41 #45 ... 07:06:41 07:06:41 #66 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 07:06:41 #66 DONE 2.6s 07:06:41 07:06:41 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:06:41 #45 ... 07:06:41 07:06:41 #67 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 07:06:41 #67 ... 07:06:41 07:06:41 #68 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:06:42 #68 ... 07:06:42 07:06:42 #69 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:06:42 #69 ... 07:06:42 07:06:42 #59 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 07:06:42 #59 10.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:06:42 #59 11.80 OK: 266 MiB in 52 packages 07:06:42 #59 DONE 12.6s 07:06:42 07:06:42 #70 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:06:42 #70 ... 07:06:42 07:06:42 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:06:42 #71 ... 07:06:42 07:06:42 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:06:42 #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 17.83MB / 28.04MB 7.6s 07:06:43 #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 19.73MB / 28.04MB 8.3s 07:06:43 #45 ... 07:06:43 07:06:43 #72 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:06:43 #72 ... 07:06:43 07:06:43 #51 [core-data internal] load build context 07:06:43 #51 transferring context: 3.09MB 6.8s done 07:06:43 #51 DONE 9.1s 07:06:43 07:06:43 #73 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:06:43 #73 ... 07:06:43 07:06:43 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:06:43 #45 ... 07:06:43 07:06:43 #74 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:06:44 #74 ... 07:06:44 07:06:44 #62 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 07:06:44 #62 13.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:06:44 #62 ... 07:06:44 07:06:44 #60 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 07:06:44 #60 11.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:06:44 #60 12.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:06:44 #60 13.63 OK: 266 MiB in 52 packages 07:06:44 #60 DONE 14.4s 07:06:44 07:06:44 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:06:44 #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 22.02MB / 28.04MB 9.6s 07:06:44 #45 ... 07:06:44 07:06:44 #75 [support-notifications builder 4/7] COPY go.mod vendor* ./ 07:06:44 #75 DONE 2.5s 07:06:44 07:06:44 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:06:45 #40 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 53.8s 07:06:45 #40 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 53.4s done 07:06:45 #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 25.17MB / 28.04MB 10.9s 07:06:45 #45 ... 07:06:45 07:06:45 #76 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 07:06:46 #76 ... 07:06:46 07:06:46 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:06:46 #45 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 07:06:46 #45 ... 07:06:46 07:06:46 #77 [core-metadata builder 4/7] COPY go.mod vendor* ./ 07:06:46 #77 DONE 1.8s 07:06:46 07:06:46 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:06:46 #45 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.1s done 07:06:46 #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 27.26MB / 28.04MB 11.5s 07:06:47 #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 12.3s done 07:06:47 #45 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 12.3s done 07:06:47 #45 ... 07:06:47 07:06:47 #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 07:06:47 #55 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.6s done 07:06:47 #55 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 07:06:47 #55 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 07:06:47 #55 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done 07:06:47 #55 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done 07:06:47 #55 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done 07:06:47 #55 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB done 07:06:47 #55 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 1.0s done 07:06:47 #55 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 16.78MB / 18.32MB 9.3s 07:06:47 #55 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done 07:06:47 #55 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.1s done 07:06:47 #55 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 9.7s 07:06:47 #55 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 9.8s done 07:06:48 #55 ... 07:06:48 07:06:48 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 07:06:48 #61 13.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:06:48 #61 13.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:06:48 #61 15.89 (1/4) Installing dumb-init (1.2.5-r2) 07:06:48 #61 15.93 (2/4) Installing openssl (3.1.6-r0) 07:06:48 #61 15.99 (3/4) Installing su-exec (0.2-r3) 07:06:48 #61 15.99 (4/4) Installing yq (4.33.3-r5) 07:06:48 #61 16.49 Executing busybox-1.36.1-r7.trigger 07:06:48 #61 16.58 OK: 18 MiB in 19 packages 07:06:48 #61 DONE 17.6s 07:06:48 07:06:48 #62 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 07:06:48 #62 14.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:06:48 #62 16.89 (1/1) Installing dumb-init (1.2.5-r2) 07:06:48 #62 16.91 Executing busybox-1.36.1-r7.trigger 07:06:48 #62 17.08 OK: 8 MiB in 16 packages 07:06:48 #40 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 57.5s done 07:06:48 #40 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 07:06:48 #40 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done 07:06:48 #40 ... 07:06:48 07:06:48 #54 [security-spire-config internal] load build context 07:06:48 #54 DONE 63.0s 07:06:48 07:06:48 #52 [security-spire-server internal] load build context 07:06:48 #52 DONE 62.9s 07:06:48 07:06:48 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:06:48 #40 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 07:06:48 #40 ... 07:06:48 07:06:48 #56 [core-command internal] load build context 07:06:48 #56 transferring context: 31B 07:06:48 #56 ... 07:06:48 07:06:48 #55 [security-spire-agent internal] load build context 07:06:48 #55 DONE 63.0s 07:06:48 07:06:48 #41 [security-spiffe-token-provider internal] load build context 07:06:48 #41 DONE 66.0s 07:06:48 07:06:48 #28 [security-bootstrapper internal] load build context 07:06:48 #28 DONE 66.0s 07:06:48 07:06:48 #56 [core-command internal] load build context 07:06:49 #62 DONE 18.5s 07:06:49 07:06:49 #78 [core-command stage-1 3/9] RUN apk --no-cache upgrade 07:06:49 #78 ... 07:06:49 07:06:49 #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:06:49 #56 ... 07:06:49 07:06:49 #33 [core-metadata internal] load build context 07:06:49 #33 DONE 64.7s 07:06:49 07:06:49 #44 [security-proxy-auth internal] load build context 07:06:49 #44 DONE 66.1s 07:06:49 07:06:49 #56 [core-command internal] load build context 07:06:49 #56 ... 07:06:49 07:06:49 #45 [core-common-config-bootstrapper internal] load build context 07:06:49 #45 DONE 65.0s 07:06:49 07:06:49 #43 [core-data internal] load build context 07:06:49 #43 DONE 66.1s 07:06:49 07:06:49 #49 [core-keeper internal] load build context 07:06:49 #49 DONE 64.2s 07:06:49 07:06:49 #48 [support-notifications internal] load build context 07:06:49 #48 DONE 64.3s 07:06:49 07:06:49 #56 [core-command internal] load build context 07:06:49 #79 ... 07:06:49 07:06:49 #64 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 07:06:49 #64 13.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:06:49 #64 14.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:06:49 #64 17.15 (1/2) Installing ca-certificates (20240226-r0) 07:06:49 #64 17.46 (2/2) Installing dumb-init (1.2.5-r2) 07:06:49 #64 17.49 Executing busybox-1.36.1-r7.trigger 07:06:49 #64 17.66 Executing ca-certificates-20240226-r0.trigger 07:06:49 #64 18.32 OK: 9 MiB in 17 packages 07:06:49 #56 ... 07:06:49 07:06:49 #46 [security-proxy-setup internal] load build context 07:06:49 #46 DONE 64.3s 07:06:49 07:06:49 #47 [support-cron-scheduler internal] load build context 07:06:49 #47 DONE 64.3s 07:06:49 07:06:49 #50 [security-secretstore-setup internal] load build context 07:06:49 #50 DONE 64.4s 07:06:49 07:06:49 #56 [core-command internal] load build context 07:06:49 #56 ... 07:06:49 07:06:49 #51 [support-scheduler internal] load build context 07:06:49 #51 DONE 64.4s 07:06:49 07:06:49 #56 [core-command internal] load build context 07:06:49 #64 DONE 19.4s 07:06:49 07:06:49 #67 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 07:06:49 #67 14.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:06:49 #67 15.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:06:49 #67 17.66 (1/2) Installing dumb-init (1.2.5-r2) 07:06:49 #67 17.71 (2/2) Installing su-exec (0.2-r3) 07:06:49 #67 17.71 Executing busybox-1.36.1-r7.trigger 07:06:49 #67 17.78 OK: 8 MiB in 17 packages 07:06:50 #56 ... 07:06:50 07:06:50 #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 07:06:50 #53 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 58.8s done 07:06:50 #53 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done 07:06:50 #53 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 1.1s done 07:06:50 #53 ... 07:06:50 07:06:50 #56 [core-command internal] load build context 07:06:50 #67 DONE 18.7s 07:06:50 07:06:50 #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 07:06:51 #80 ... 07:06:51 07:06:51 #69 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:06:51 #69 12.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:06:51 #69 13.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:06:51 #69 16.57 (1/4) Installing ca-certificates (20240226-r0) 07:06:51 #69 16.79 (2/4) Installing dumb-init (1.2.5-r2) 07:06:51 #69 16.79 (3/4) Installing su-exec (0.2-r3) 07:06:51 #69 16.79 (4/4) Installing yq (4.33.3-r5) 07:06:51 #69 17.26 Executing busybox-1.36.1-r7.trigger 07:06:51 #69 17.38 Executing ca-certificates-20240226-r0.trigger 07:06:51 #69 18.01 OK: 18 MiB in 19 packages 07:06:51 #69 DONE 19.0s 07:06:51 07:06:51 #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 07:06:52 #81 ... 07:06:52 07:06:52 #82 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 07:06:52 #82 ... 07:06:52 07:06:52 #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 07:06:52 #55 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 07:06:54 #56 transferring context: 494.52MB 4.9s done 07:06:55 #55 ... 07:06:55 07:06:55 #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:06:55 #83 ... 07:06:55 07:06:55 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:06:55 #45 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0.5s 07:06:55 #45 ... 07:06:55 07:06:55 #70 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:06:55 #70 16.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:06:55 #70 17.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:06:55 #70 18.91 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 07:06:55 #70 18.91 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 07:06:55 #70 18.91 OK: 19946 distinct packages available 07:06:55 #70 19.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:06:55 #70 19.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:06:55 #70 21.23 (1/5) Installing dumb-init (1.2.5-r2) 07:06:55 #70 21.24 (2/5) Installing musl-obstack (1.2.3-r2) 07:06:55 #70 21.26 (3/5) Installing libucontext (1.2-r2) 07:06:55 #70 21.29 (4/5) Installing gcompat (1.1.0-r1) 07:06:55 #70 21.29 (5/5) Installing openssl (3.1.6-r0) 07:06:55 #70 21.35 Executing busybox-1.36.1-r7.trigger 07:06:55 #70 21.44 OK: 9 MiB in 20 packages 07:06:55 #70 DONE 23.3s 07:06:55 07:06:55 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:06:56 #45 ... 07:06:56 07:06:56 #84 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:06:56 #84 ... 07:06:56 07:06:56 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:06:57 #56 ... 07:06:57 07:06:57 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:06:57 #40 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.6s done 07:06:57 #40 ... 07:06:57 07:06:57 #56 [core-command internal] load build context 07:06:57 #56 DONE 70.9s 07:06:57 07:06:57 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:06:57 #58 62.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:06:57 #58 62.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:06:57 #58 62.61 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 07:06:57 #58 62.61 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 07:06:57 #58 62.61 OK: 20070 distinct packages available 07:06:57 #58 62.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:06:57 #58 62.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:06:57 #58 62.93 (1/11) Installing ca-certificates (20240226-r0) 07:06:57 #58 62.94 (2/11) Installing brotli-libs (1.0.9-r14) 07:06:57 #58 62.95 (3/11) Installing libunistring (1.1-r1) 07:06:57 #58 62.97 (4/11) Installing libidn2 (2.3.4-r1) 07:06:57 #58 62.98 (5/11) Installing nghttp2-libs (1.57.0-r0) 07:06:57 #58 62.99 (6/11) Installing libcurl (8.9.0-r0) 07:06:57 #58 63.00 (7/11) Installing curl (8.9.0-r0) 07:06:57 #58 63.00 (8/11) Installing dumb-init (1.2.5-r2) 07:06:57 #58 63.00 (9/11) Installing musl-obstack (1.2.3-r2) 07:06:57 #58 63.01 (10/11) Installing libucontext (1.2-r2) 07:06:57 #58 63.01 (11/11) Installing gcompat (1.1.0-r1) 07:06:57 #58 63.02 Executing busybox-1.36.1-r7.trigger 07:06:57 #58 63.03 Executing ca-certificates-20240226-r0.trigger 07:06:57 #58 63.09 OK: 12 MiB in 26 packages 07:06:57 #58 ... 07:06:57 07:06:57 #66 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:06:57 #66 DONE 68.2s 07:06:57 07:06:57 #61 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 07:06:57 #61 61.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:06:57 #61 61.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:06:57 #61 61.56 (1/2) Installing dumb-init (1.2.5-r2) 07:06:57 #61 61.56 (2/2) Installing su-exec (0.2-r3) 07:06:57 #61 61.57 Executing busybox-1.36.1-r7.trigger 07:06:57 #61 61.57 OK: 7 MiB in 17 packages 07:06:57 #61 DONE 68.7s 07:06:57 07:06:57 #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 07:06:57 #68 ... 07:06:57 07:06:57 #60 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 07:06:57 #60 65.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:06:57 #60 65.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:06:57 #60 65.54 (1/1) Installing dumb-init (1.2.5-r2) 07:06:57 #60 65.54 Executing busybox-1.36.1-r7.trigger 07:06:57 #60 65.55 OK: 7 MiB in 16 packages 07:06:57 #60 DONE 68.9s 07:06:57 07:06:57 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:06:57 #58 DONE 70.0s 07:06:57 07:06:57 #69 [core-data stage-1 3/8] RUN apk --no-cache upgrade 07:06:57 #69 ... 07:06:57 07:06:57 #59 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init 07:06:57 #59 66.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:06:57 #59 66.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:06:57 #59 66.90 (1/1) Installing dumb-init (1.2.5-r2) 07:06:57 #59 67.04 Executing busybox-1.36.1-r7.trigger 07:06:57 #59 67.05 OK: 7 MiB in 16 packages 07:06:57 #59 DONE 69.5s 07:06:57 07:06:57 #70 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 07:06:58 #45 ... 07:06:58 07:06:58 #85 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:06:58 #85 ... 07:06:58 07:06:58 #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 07:06:58 #55 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 6.8s 07:06:59 #70 ... 07:06:59 07:06:59 #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:06:59 #57 70.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:06:59 #57 70.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:06:59 #57 70.59 (1/4) Installing ca-certificates (20240226-r0) 07:06:59 #57 70.62 (2/4) Installing dumb-init (1.2.5-r2) 07:06:59 #57 70.62 (3/4) Installing su-exec (0.2-r3) 07:06:59 #57 70.63 (4/4) Installing yq (4.33.3-r5) 07:06:59 #57 70.69 Executing busybox-1.36.1-r7.trigger 07:06:59 #57 70.72 Executing ca-certificates-20240226-r0.trigger 07:06:59 #57 70.83 OK: 17 MiB in 19 packages 07:06:59 #57 DONE 72.2s 07:06:59 07:06:59 #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:06:59 #67 70.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:06:59 #67 70.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:06:59 #67 70.40 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 07:06:59 #67 70.40 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 07:06:59 #67 70.40 OK: 20070 distinct packages available 07:06:59 #67 70.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:06:59 #67 70.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:06:59 #67 70.80 (1/4) Installing dumb-init (1.2.5-r2) 07:06:59 #67 70.81 (2/4) Installing musl-obstack (1.2.3-r2) 07:06:59 #67 70.83 (3/4) Installing libucontext (1.2-r2) 07:06:59 #67 70.83 (4/4) Installing gcompat (1.1.0-r1) 07:06:59 #67 70.87 Executing busybox-1.36.1-r7.trigger 07:06:59 #67 70.88 OK: 8 MiB in 19 packages 07:06:59 #67 ... 07:06:59 07:06:59 #65 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:06:59 #65 69.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:06:59 #65 69.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:06:59 #65 69.51 (1/3) Installing ca-certificates (20240226-r0) 07:06:59 #65 69.53 (2/3) Installing dumb-init (1.2.5-r2) 07:06:59 #65 69.53 (3/3) Installing tzdata (2024a-r0) 07:06:59 #65 69.59 Executing busybox-1.36.1-r7.trigger 07:06:59 #65 69.60 Executing ca-certificates-20240226-r0.trigger 07:06:59 #65 69.66 OK: 11 MiB in 18 packages 07:06:59 #65 DONE 71.0s 07:07:00 07:07:00 #62 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:07:00 #62 69.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:07:00 #62 69.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:07:00 #62 69.76 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 07:07:00 #62 69.76 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 07:07:00 #62 69.76 OK: 20070 distinct packages available 07:07:00 #62 69.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:07:00 #62 69.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:07:00 #62 70.21 (1/5) Installing dumb-init (1.2.5-r2) 07:07:00 #62 70.21 (2/5) Installing musl-obstack (1.2.3-r2) 07:07:00 #62 70.21 (3/5) Installing libucontext (1.2-r2) 07:07:00 #62 70.21 (4/5) Installing gcompat (1.1.0-r1) 07:07:00 #62 70.22 (5/5) Installing openssl (3.1.6-r0) 07:07:00 #62 70.34 Executing busybox-1.36.1-r7.trigger 07:07:00 #62 70.35 OK: 8 MiB in 20 packages 07:07:00 #62 ... 07:07:00 07:07:00 #64 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 07:07:00 #64 68.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:07:00 #64 68.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:07:00 #64 69.11 (1/2) Installing ca-certificates (20240226-r0) 07:07:00 #64 69.13 (2/2) Installing dumb-init (1.2.5-r2) 07:07:00 #64 69.13 Executing busybox-1.36.1-r7.trigger 07:07:00 #64 69.17 Executing ca-certificates-20240226-r0.trigger 07:07:00 #64 69.25 OK: 8 MiB in 17 packages 07:07:00 #64 DONE 71.2s 07:07:00 07:07:00 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 07:07:00 #63 71.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:07:00 #63 ... 07:07:00 07:07:00 #62 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:07:00 #62 DONE 71.5s 07:07:00 07:07:00 #71 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 07:07:00 #71 ... 07:07:00 07:07:00 #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:07:00 #67 DONE 72.4s 07:07:01 #55 ... 07:07:01 07:07:01 #86 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 07:07:01 #0 8.553 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:07:01 #86 ... 07:07:01 07:07:01 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:07:01 #45 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 6.4s 07:07:01 07:07:01 #72 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 07:07:02 #45 ... 07:07:02 07:07:02 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:07:02 #71 19.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:07:02 #71 20.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:07:02 #71 26.08 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 07:07:02 #71 26.08 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 07:07:02 #71 26.08 OK: 19953 distinct packages available 07:07:02 #71 27.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:07:02 #71 29.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:07:02 #71 ... 07:07:02 07:07:02 #74 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:07:02 #74 18.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:07:02 #74 19.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:07:02 #74 23.11 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 07:07:02 #74 23.11 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 07:07:02 #74 23.11 OK: 19946 distinct packages available 07:07:02 #74 23.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:07:02 #74 25.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:07:02 #74 ... 07:07:02 07:07:02 #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 07:07:02 #55 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 10.5s done 07:07:02 #55 DONE 25.2s 07:07:02 07:07:02 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:07:03 #45 ... 07:07:03 07:07:03 #73 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:07:03 #73 19.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:07:03 #73 20.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:07:03 #73 26.54 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 07:07:03 #73 26.54 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 07:07:03 #73 26.54 OK: 19946 distinct packages available 07:07:03 #73 28.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:07:03 #73 ... 07:07:03 07:07:03 #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:07:03 #79 13.75 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:07:03 #79 15.05 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:07:03 #79 22.56 OK: 266 MiB in 52 packages 07:07:03 #79 ... 07:07:03 07:07:03 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:07:03 #72 ... 07:07:03 07:07:03 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 07:07:03 #63 71.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:07:03 #63 71.90 (1/4) Installing dumb-init (1.2.5-r2) 07:07:03 #63 71.90 (2/4) Installing openssl (3.1.6-r0) 07:07:03 #63 71.91 (3/4) Installing su-exec (0.2-r3) 07:07:03 #63 71.92 (4/4) Installing yq (4.33.3-r5) 07:07:03 #63 71.98 Executing busybox-1.36.1-r7.trigger 07:07:03 #63 71.98 OK: 17 MiB in 19 packages 07:07:03 #63 DONE 74.2s 07:07:03 07:07:03 #42 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64 07:07:03 #42 DONE 81.2s 07:07:03 07:07:03 #69 [core-data stage-1 3/8] RUN apk --no-cache upgrade 07:07:03 #69 6.060 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:07:03 #69 6.148 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:07:03 #45 ... 07:07:03 07:07:03 #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:07:03 #79 DONE 24.7s 07:07:03 07:07:03 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:07:04 #69 6.560 OK: 7 MiB in 16 packages 07:07:04 #45 ... 07:07:04 07:07:04 #72 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:07:04 #72 20.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:07:04 #72 21.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:07:04 #72 28.67 (1/3) Installing ca-certificates (20240226-r0) 07:07:04 #72 29.08 (2/3) Installing dumb-init (1.2.5-r2) 07:07:04 #72 29.10 (3/3) Installing tzdata (2024a-r0) 07:07:04 #72 ... 07:07:04 07:07:04 #87 [core-keeper builder 5/8] COPY go.mod vendor* ./ 07:07:04 #87 DONE 0.6s 07:07:04 07:07:04 #76 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 07:07:04 #76 18.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:07:04 #76 19.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:07:04 #76 27.30 (1/1) Installing dumb-init (1.2.5-r2) 07:07:04 #76 27.34 Executing busybox-1.36.1-r7.trigger 07:07:04 #76 27.58 OK: 8 MiB in 16 packages 07:07:04 #76 ... 07:07:04 07:07:04 #82 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 07:07:04 #82 12.52 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:07:04 #82 14.09 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:07:04 #82 21.09 (1/1) Installing dumb-init (1.2.5-r2) 07:07:04 #82 22.04 Executing busybox-1.36.1-r7.trigger 07:07:04 #82 22.35 OK: 8 MiB in 16 packages 07:07:04 #82 ... 07:07:04 07:07:04 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:07:05 #45 ... 07:07:05 07:07:05 #88 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 07:07:05 #0 5.083 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:07:05 #0 6.869 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:07:05 #88 ... 07:07:05 07:07:05 #76 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 07:07:05 #76 DONE 29.6s 07:07:05 07:07:05 #73 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:07:05 #73 31.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:07:06 #69 ... 07:07:06 07:07:06 #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 07:07:06 #68 5.201 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:07:06 #68 5.681 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:07:06 #68 6.357 (1/1) Installing dumb-init (1.2.5-r2) 07:07:06 #68 6.766 Executing busybox-1.36.1-r7.trigger 07:07:06 #68 6.766 OK: 7 MiB in 16 packages 07:07:06 #68 DONE 8.8s 07:07:06 #73 ... 07:07:06 07:07:06 #82 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 07:07:06 #82 DONE 24.4s 07:07:06 07:07:06 #70 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 07:07:06 #70 8.055 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:07:06 #70 8.164 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:07:06 #70 8.412 OK: 7 MiB in 16 packages 07:07:06 07:07:06 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:07:06 #45 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.0s 07:07:07 #70 ... 07:07:07 07:07:07 #73 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 07:07:07 #0 6.001 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:07:07 #0 6.087 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:07:07 #0 6.396 OK: 12 MiB in 26 packages 07:07:07 #73 DONE 9.7s 07:07:07 07:07:07 #74 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 07:07:07 #0 5.955 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:07:07 #0 6.041 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:07:07 #0 6.272 OK: 7 MiB in 17 packages 07:07:07 #74 ... 07:07:07 07:07:07 #75 [core-keeper builder 2/7] WORKDIR /edgex-go 07:07:07 #45 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.9s done 07:07:07 #45 DONE 35.8s 07:07:07 07:07:07 #74 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:07:07 #74 31.50 (1/4) Installing dumb-init (1.2.5-r2) 07:07:07 #74 31.56 (2/4) Installing musl-obstack (1.2.3-r2) 07:07:07 #74 31.57 (3/4) Installing libucontext (1.2-r2) 07:07:07 #74 31.61 (4/4) Installing gcompat (1.1.0-r1) 07:07:07 #74 31.64 Executing busybox-1.36.1-r7.trigger 07:07:07 #74 31.93 OK: 8 MiB in 19 packages 07:07:08 #75 ... 07:07:08 07:07:08 #69 [core-data stage-1 3/8] RUN apk --no-cache upgrade 07:07:08 #69 DONE 10.5s 07:07:08 07:07:08 #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:07:08 #74 ... 07:07:08 07:07:08 #78 [core-command stage-1 3/9] RUN apk --no-cache upgrade 07:07:08 #78 9.392 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:07:08 #78 12.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:07:08 #78 18.87 OK: 8 MiB in 16 packages 07:07:08 #78 ... 07:07:08 07:07:08 #74 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:07:08 #74 DONE 34.4s 07:07:08 07:07:08 #85 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:07:08 #85 10.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:07:08 #85 13.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:07:08 #85 20.13 OK: 18 MiB in 19 packages 07:07:08 #85 ... 07:07:08 07:07:08 #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 07:07:08 #76 ... 07:07:08 07:07:08 #74 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 07:07:08 #74 DONE 11.2s 07:07:08 07:07:08 #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 07:07:08 #0 8.622 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:07:08 #77 8.726 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:07:08 #89 ... 07:07:08 07:07:08 #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 07:07:08 #80 8.817 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:07:08 #80 11.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:07:08 #80 17.27 OK: 9 MiB in 17 packages 07:07:08 #77 8.908 OK: 17 MiB in 19 packages 07:07:08 #77 ... 07:07:08 07:07:08 #78 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 07:07:09 #80 ... 07:07:09 07:07:09 #72 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:07:09 #72 34.10 Executing busybox-1.36.1-r7.trigger 07:07:09 #72 34.24 Executing ca-certificates-20240226-r0.trigger 07:07:09 #72 ... 07:07:09 07:07:09 #85 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:07:09 #85 DONE 21.1s 07:07:09 07:07:09 #88 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 07:07:09 #88 12.94 OK: 9 MiB in 20 packages 07:07:09 #88 ... 07:07:09 07:07:09 #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 07:07:09 #90 DONE 0.2s 07:07:09 07:07:09 #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 07:07:09 #81 8.197 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:07:09 #81 10.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:07:09 #81 17.62 OK: 18 MiB in 19 packages 07:07:09 #81 ... 07:07:09 07:07:09 #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 07:07:09 #80 DONE 19.5s 07:07:09 07:07:09 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:07:09 #71 35.62 OK: 266 MiB in 52 packages 07:07:09 #78 ... 07:07:09 07:07:09 #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 07:07:09 #77 DONE 10.1s 07:07:09 07:07:09 #70 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 07:07:09 #70 DONE 12.5s 07:07:09 #71 DONE 37.5s 07:07:09 07:07:09 #91 [core-data stage-1 3/8] RUN apk --no-cache upgrade 07:07:09 #0 3.488 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:07:10 07:07:10 #79 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 07:07:10 #0 8.871 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:07:10 #0 8.964 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:07:10 #0 9.179 OK: 11 MiB in 18 packages 07:07:10 #79 DONE 9.9s 07:07:10 07:07:10 #75 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 07:07:10 #91 ... 07:07:10 07:07:10 #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 07:07:10 #81 DONE 18.9s 07:07:10 #75 DONE 7.4s 07:07:10 07:07:10 #80 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 07:07:10 07:07:10 #86 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 07:07:10 #86 10.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:07:10 #86 16.82 OK: 8 MiB in 17 packages 07:07:10 #86 DONE 19.7s 07:07:10 07:07:10 #72 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:07:10 #72 36.27 OK: 12 MiB in 18 packages 07:07:10 #80 ... 07:07:10 07:07:10 #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 07:07:10 #0 9.952 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:07:10 #0 10.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:07:10 #81 10.25 OK: 8 MiB in 17 packages 07:07:10 #81 ... 07:07:10 07:07:10 #82 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 07:07:10 #72 ... 07:07:10 07:07:10 #88 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 07:07:10 #88 DONE 15.8s 07:07:10 07:07:10 #78 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade 07:07:10 #78 DONE 22.1s 07:07:10 07:07:10 #92 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 07:07:11 #82 ... 07:07:11 07:07:11 #72 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 07:07:11 #72 9.737 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:07:11 #72 9.812 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:07:11 #72 10.04 OK: 8 MiB in 19 packages 07:07:11 #72 DONE 10.4s 07:07:11 07:07:11 #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 07:07:11 #81 DONE 11.1s 07:07:11 07:07:11 #71 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 07:07:11 #71 9.864 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:07:11 #71 10.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:07:11 #71 10.48 OK: 8 MiB in 20 packages 07:07:11 #71 DONE 10.9s 07:07:11 07:07:11 #83 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:07:11 #92 ... 07:07:11 07:07:11 #72 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:07:11 #72 DONE 37.7s 07:07:11 07:07:11 #93 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 07:07:11 #93 ... 07:07:11 07:07:11 #94 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 07:07:11 #94 DONE 1.8s 07:07:12 07:07:12 #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:07:14 #83 DONE 2.0s 07:07:14 07:07:14 #84 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:07:14 #84 DONE 2.1s 07:07:14 07:07:14 #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:07:14 #76 10.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:07:14 #76 10.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:07:14 #76 10.63 OK: 17 MiB in 19 packages 07:07:14 #95 ... 07:07:14 07:07:14 #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:07:14 #96 ... 07:07:14 07:07:14 #73 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:07:14 #73 37.88 (1/11) Installing ca-certificates (20240226-r0) 07:07:14 #73 38.30 (2/11) Installing brotli-libs (1.0.9-r14) 07:07:14 #73 38.42 (3/11) Installing libunistring (1.1-r1) 07:07:14 #73 38.56 (4/11) Installing libidn2 (2.3.4-r1) 07:07:14 #73 38.61 (5/11) Installing nghttp2-libs (1.57.0-r0) 07:07:14 #73 38.61 (6/11) Installing libcurl (8.9.0-r0) 07:07:14 #73 38.77 (7/11) Installing curl (8.9.0-r0) 07:07:14 #73 38.81 (8/11) Installing dumb-init (1.2.5-r2) 07:07:14 #73 38.84 (9/11) Installing musl-obstack (1.2.3-r2) 07:07:14 #73 38.84 (10/11) Installing libucontext (1.2-r2) 07:07:14 #73 38.85 (11/11) Installing gcompat (1.1.0-r1) 07:07:14 #73 38.87 Executing busybox-1.36.1-r7.trigger 07:07:14 #73 38.98 Executing ca-certificates-20240226-r0.trigger 07:07:14 #73 40.00 OK: 13 MiB in 26 packages 07:07:14 #73 ... 07:07:14 07:07:14 #92 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 07:07:14 #92 DONE 4.1s 07:07:14 07:07:14 #97 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:07:15 #76 ... 07:07:15 07:07:15 #78 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 07:07:15 #78 DONE 6.4s 07:07:15 #97 ... 07:07:15 07:07:15 #73 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:07:15 #73 DONE 41.3s 07:07:15 07:07:15 #98 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 07:07:15 07:07:15 #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:07:15 #76 DONE 11.9s 07:07:15 07:07:15 #85 [security-spire-config stage-2 5/10] COPY Attribution.txt / 07:07:15 #85 DONE 1.6s 07:07:15 07:07:15 #86 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 07:07:15 #86 DONE 1.7s 07:07:15 07:07:15 #87 [security-spire-server stage-2 5/9] COPY Attribution.txt / 07:07:15 #87 DONE 1.7s 07:07:15 07:07:15 #88 [security-spire-server stage-2 6/9] COPY security.txt / 07:07:16 #98 ... 07:07:16 07:07:16 #91 [core-data stage-1 3/8] RUN apk --no-cache upgrade 07:07:16 #91 5.792 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:07:16 #91 9.236 OK: 8 MiB in 16 packages 07:07:16 #91 DONE 10.5s 07:07:16 07:07:16 #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 07:07:16 #89 6.264 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:07:16 #89 7.400 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:07:16 #88 DONE 1.0s 07:07:16 07:07:16 #89 [security-spire-config stage-2 6/10] COPY security.txt / 07:07:16 #89 DONE 0.1s 07:07:16 07:07:16 #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 07:07:16 #90 DONE 1.1s 07:07:16 07:07:16 #91 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:07:16 #91 DONE 1.1s 07:07:16 07:07:16 #92 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 07:07:16 #92 DONE 1.1s 07:07:16 07:07:16 #93 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 07:07:16 #89 ... 07:07:16 07:07:16 #99 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 07:07:16 #99 DONE 6.0s 07:07:16 #93 DONE 0.1s 07:07:16 07:07:16 #94 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 07:07:16 #94 DONE 0.1s 07:07:16 07:07:16 #95 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 07:07:16 #95 DONE 0.1s 07:07:16 07:07:16 #96 [security-spire-agent stage-3 7/10] COPY security.txt / 07:07:16 #96 DONE 0.1s 07:07:16 07:07:16 #97 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 07:07:16 #97 DONE 0.1s 07:07:16 07:07:16 #98 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 07:07:16 07:07:16 #100 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 07:07:16 #100 ... 07:07:16 07:07:16 #101 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:07:16 #101 DONE 5.8s 07:07:16 #98 DONE 0.1s 07:07:16 07:07:16 #99 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 07:07:16 #99 DONE 0.1s 07:07:16 07:07:16 #100 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 07:07:16 #100 DONE 0.1s 07:07:16 07:07:16 #101 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 07:07:16 #101 DONE 0.1s 07:07:16 07:07:16 #102 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 07:07:16 #102 DONE 0.1s 07:07:16 07:07:16 #103 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 07:07:16 07:07:16 #100 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 07:07:16 #100 DONE 0.3s 07:07:16 07:07:16 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 07:07:17 #103 DONE 0.1s 07:07:17 07:07:17 #104 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:07:17 #104 DONE 6.6s 07:07:17 07:07:17 #82 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 07:07:17 #82 6.170 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:07:17 #82 6.270 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:07:17 #82 6.456 OK: 264 MiB in 52 packages 07:07:17 #82 DONE 7.0s 07:07:17 07:07:17 #105 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 07:07:17 #105 DONE 0.1s 07:07:17 07:07:17 #80 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 07:07:17 #80 6.867 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:07:17 #80 6.966 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:07:17 #80 7.196 OK: 264 MiB in 52 packages 07:07:17 #80 DONE 7.3s 07:07:17 07:07:17 #106 [security-spire-agent] exporting to image 07:07:17 #106 exporting layers 07:07:17 #106 ... 07:07:17 07:07:17 #107 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 07:07:17 #107 DONE 0.1s 07:07:17 #102 DONE 0.4s 07:07:17 07:07:17 #103 [security-spire-server stage-2 6/9] COPY security.txt / 07:07:17 07:07:17 #108 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:07:17 #0 6.139 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:07:17 #0 6.236 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:07:17 #0 6.479 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 07:07:17 #0 6.479 v3.18.8-59-g65019327432 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 07:07:17 #0 6.479 OK: 20077 distinct packages available 07:07:17 #0 6.547 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:07:17 #0 6.634 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:07:17 #0 6.837 OK: 264 MiB in 52 packages 07:07:17 #108 DONE 6.9s 07:07:17 07:07:17 #109 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 07:07:17 #109 DONE 0.1s 07:07:17 07:07:17 #110 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:07:17 #110 ... 07:07:17 07:07:17 #111 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 07:07:17 #111 DONE 0.1s 07:07:17 07:07:17 #112 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 07:07:17 #0 6.584 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:07:17 #0 6.702 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:07:17 #0 6.988 OK: 264 MiB in 52 packages 07:07:17 #112 DONE 7.1s 07:07:17 #103 DONE 0.2s 07:07:17 07:07:17 #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 07:07:17 07:07:17 #106 [security-spire-server] exporting to image 07:07:17 #106 exporting layers 0.8s done 07:07:17 #106 writing image sha256:b371f55bcf319c32cb53c3a13435b1648c59c6d8a19dacfd753157eedc49dcf1 done 07:07:17 #106 naming to docker.io/library/security-spire-server done 07:07:17 #104 DONE 0.4s 07:07:17 07:07:17 #93 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 07:07:17 #93 3.673 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:07:17 #93 4.815 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:07:18 #93 ... 07:07:18 07:07:18 #105 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 07:07:18 #105 DONE 0.2s 07:07:18 07:07:18 #106 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 07:07:18 #106 DONE 0.2s 07:07:18 07:07:18 #107 [security-spire-server] exporting to image 07:07:18 #107 exporting layers 07:07:18 #107 ... 07:07:18 07:07:18 #97 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:07:18 #97 DONE 3.9s 07:07:18 07:07:18 #108 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 07:07:18 #108 DONE 0.2s 07:07:18 07:07:18 #109 [security-spire-agent stage-3 7/10] COPY security.txt / 07:07:19 #109 DONE 0.2s 07:07:19 07:07:19 #98 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 07:07:19 #98 3.919 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 07:07:19 #98 ... 07:07:19 07:07:19 #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 07:07:19 #110 DONE 0.2s 07:07:19 07:07:19 #111 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 07:07:19 #111 DONE 0.2s 07:07:19 07:07:19 #112 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 07:07:19 #106 ... 07:07:19 07:07:19 #113 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:07:19 #0 0.923 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 07:07:19 #0 1.399 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 07:07:19 #0 2.090 OK: 264 MiB in 52 packages 07:07:19 #113 DONE 2.4s 07:07:19 07:07:19 #114 [core-keeper builder 5/8] COPY go.mod vendor* ./ 07:07:19 #112 DONE 0.2s 07:07:19 07:07:19 #107 [security-spire-agent] exporting to image 07:07:20 #107 ... 07:07:20 07:07:20 #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 07:07:20 #89 11.05 OK: 8 MiB in 19 packages 07:07:20 #89 DONE 11.7s 07:07:20 #114 ... 07:07:20 07:07:20 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:07:20 #40 ... 07:07:20 07:07:20 #115 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:07:20 07:07:20 #113 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:07:20 #113 ... 07:07:20 07:07:20 #93 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 07:07:20 #93 8.029 OK: 12 MiB in 18 packages 07:07:20 #93 DONE 8.9s 07:07:20 #115 ... 07:07:20 07:07:20 #114 [core-keeper builder 5/8] COPY go.mod vendor* ./ 07:07:20 #114 DONE 1.6s 07:07:20 07:07:20 #98 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 07:07:20 #98 5.031 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 07:07:21 07:07:21 #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:07:21 #116 ... 07:07:21 07:07:21 #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 07:07:21 #53 ... 07:07:21 07:07:21 #106 [security-spire-agent] exporting to image 07:07:21 #106 exporting layers 4.6s done 07:07:21 #106 writing image sha256:f2ff110003a85777f0eedd825428f2708ece5872a5bad76f33c67bdcacd0bd77 0.1s done 07:07:21 #106 naming to docker.io/library/security-spire-config 0.0s done 07:07:21 #106 writing image sha256:ab60d5b696f087e01acc2705292f07313dc602358302b1af119e2c0febd4eec2 0.0s done 07:07:21 #106 naming to docker.io/library/security-spire-agent done 07:07:21 #106 DONE 4.9s 07:07:21 07:07:21 #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:07:22 #98 7.154 OK: 13 MiB in 26 packages 07:07:22 #98 ... 07:07:22 07:07:22 #113 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:07:22 #113 DONE 2.7s 07:07:23 07:07:23 #98 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 07:07:23 #98 DONE 7.8s 07:07:23 07:07:23 #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / 07:07:23 #114 DONE 0.3s 07:07:23 07:07:23 #115 [security-spire-config stage-2 6/10] COPY security.txt / 07:07:23 #115 ... 07:07:23 07:07:23 #107 [security-spire-agent] exporting to image 07:07:23 #107 exporting layers 3.4s done 07:07:23 #107 writing image sha256:0e1d5d21125da4ed1dcbfc798661c8b1c92a14a8dd06bc28fefcf2ad2ae258bd done 07:07:23 #107 naming to docker.io/library/security-spire-server-arm64 done 07:07:23 #107 writing image sha256:f0143b6fb9c5e11d0d27b6d091e7a8cd4c4111c75adeb21b9f9b1efe56277c48 done 07:07:23 #107 naming to docker.io/library/security-spire-agent-arm64 done 07:07:23 #107 DONE 4.5s 07:07:23 07:07:23 #115 [security-spire-config stage-2 6/10] COPY security.txt / 07:07:23 #115 DONE 0.2s 07:07:23 07:07:23 #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 07:07:23 #116 DONE 0.1s 07:07:23 07:07:23 #68 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:07:23 #68 ... 07:07:23 07:07:23 #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 07:07:23 #117 DONE 0.1s 07:07:23 07:07:23 #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 07:07:23 #118 DONE 0.1s 07:07:23 07:07:23 #107 [security-spire-config] exporting to image 07:07:25 #107 exporting layers 1.6s done 07:07:25 #107 writing image sha256:dd2f8edbb1e140f7c839f1e1d1006aba1525ab78ab3db0a72d5c095bc980afd9 done 07:07:25 #107 naming to docker.io/library/security-spire-config-arm64 done 07:07:25 #107 DONE 6.1s 07:07:25 07:07:25 #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:07:26 #117 ... 07:07:26 07:07:26 #118 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:14 #118 DONE 56.5s 07:08:14 07:08:14 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 07:08:14 #40 ... 07:08:14 07:08:14 #115 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:14 #115 DONE 56.2s 07:08:14 07:08:14 #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:14 #116 DONE 52.6s 07:08:14 07:08:14 #117 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:14 #117 DONE 56.3s 07:08:14 07:08:14 #110 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:14 #110 DONE 56.5s 07:08:14 07:08:14 #119 [security-spiffe-token-provider builder 6/7] COPY . . 07:08:24 #119 ... 07:08:24 07:08:24 #120 [core-keeper builder 7/8] COPY . . 07:08:24 #120 ... 07:08:24 07:08:24 #121 [security-proxy-auth builder 6/7] COPY . . 07:08:24 #121 ... 07:08:24 07:08:24 #122 [support-cron-scheduler builder 6/7] COPY . . 07:08:24 #122 ... 07:08:24 07:08:24 #123 [security-bootstrapper builder 6/7] COPY . . 07:08:33 #83 DONE 103.9s 07:08:33 07:08:33 #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:33 #95 DONE 77.0s 07:08:33 07:08:33 #84 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:33 #84 DONE 102.7s 07:08:33 07:08:33 #68 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:33 #68 DONE 106.8s 07:08:33 07:08:33 #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:33 #96 DONE 84.4s 07:08:33 07:08:33 #119 [support-notifications builder 6/7] COPY . . 07:08:33 #119 ... 07:08:33 07:08:33 #120 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 07:08:33 #120 CACHED 07:08:33 07:08:33 #121 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:33 #121 CACHED 07:08:33 07:08:33 #122 [security-secretstore-setup builder 6/7] COPY . . 07:08:33 #122 CACHED 07:08:33 07:08:33 #123 [security-proxy-setup builder 6/7] COPY . . 07:08:33 #123 DONE 1.4s 07:08:33 07:08:33 #124 [core-data builder 6/7] COPY . . 07:08:33 #124 CACHED 07:08:33 07:08:33 #125 [core-data builder 4/7] COPY go.mod vendor* ./ 07:08:33 #125 CACHED 07:08:33 07:08:33 #126 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:33 #126 CACHED 07:08:33 07:08:33 #127 [support-cron-scheduler builder 6/7] COPY . . 07:08:33 #127 CACHED 07:08:33 07:08:33 #128 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:33 #128 CACHED 07:08:33 07:08:33 #129 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 07:08:33 #129 CACHED 07:08:33 07:08:33 #130 [security-spiffe-token-provider builder 6/7] COPY . . 07:08:33 #130 DONE 1.6s 07:08:33 07:08:33 #131 [core-command builder 6/7] COPY . . 07:08:33 #131 CACHED 07:08:33 07:08:33 #132 [core-command builder 4/7] COPY go.mod vendor* ./ 07:08:33 #132 CACHED 07:08:33 07:08:33 #133 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:33 #133 CACHED 07:08:33 07:08:33 #134 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 07:08:33 #134 CACHED 07:08:33 07:08:33 #135 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:33 #135 CACHED 07:08:33 07:08:33 #136 [security-bootstrapper builder 6/7] COPY . . 07:08:33 #136 CACHED 07:08:33 07:08:33 #137 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 07:08:33 #137 CACHED 07:08:33 07:08:33 #138 [security-proxy-auth builder 6/7] COPY . . 07:08:33 #138 CACHED 07:08:33 07:08:33 #139 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:33 #139 CACHED 07:08:33 07:08:33 #140 [support-scheduler builder 6/7] COPY . . 07:08:33 #140 CACHED 07:08:33 07:08:33 #141 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:33 #141 CACHED 07:08:33 07:08:33 #142 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 07:08:33 #142 CACHED 07:08:33 07:08:33 #143 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:33 #143 CACHED 07:08:33 07:08:33 #144 [core-common-config-bootstrapper builder 6/7] COPY . . 07:08:33 #144 CACHED 07:08:33 07:08:33 #145 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 07:08:33 #145 CACHED 07:08:33 07:08:33 #119 [support-notifications builder 6/7] COPY . . 07:08:33 #119 DONE 1.5s 07:08:33 07:08:33 #146 [core-metadata builder 6/7] COPY . . 07:08:33 #146 DONE 1.6s 07:08:33 07:08:33 #147 [core-keeper builder 7/8] COPY . . 07:08:33 #147 DONE 1.6s 07:08:33 07:08:33 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:08:33 #123 DONE 18.5s 07:08:33 07:08:33 #124 [core-data builder 6/7] COPY . . 07:08:33 #124 CACHED 07:08:33 07:08:33 #125 [core-data builder 4/7] COPY go.mod vendor* ./ 07:08:33 #125 CACHED 07:08:33 07:08:33 #126 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:33 #126 CACHED 07:08:33 07:08:33 #127 [core-metadata builder 6/7] COPY . . 07:08:33 #127 CACHED 07:08:33 07:08:33 #128 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:33 #128 CACHED 07:08:33 07:08:33 #129 [core-metadata builder 4/7] COPY go.mod vendor* ./ 07:08:33 #129 CACHED 07:08:33 07:08:33 #130 [core-common-config-bootstrapper builder 6/7] COPY . . 07:08:33 #130 CACHED 07:08:33 07:08:33 #131 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 07:08:33 #131 CACHED 07:08:33 07:08:33 #132 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:33 #132 CACHED 07:08:33 07:08:33 #133 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 07:08:33 #133 CACHED 07:08:33 07:08:33 #134 [security-proxy-setup builder 6/7] COPY . . 07:08:33 #134 CACHED 07:08:33 07:08:33 #135 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:33 #135 CACHED 07:08:33 07:08:33 #136 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 07:08:33 #136 CACHED 07:08:33 07:08:33 #137 [security-secretstore-setup builder 6/7] COPY . . 07:08:33 #137 CACHED 07:08:33 07:08:33 #138 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:33 #138 CACHED 07:08:33 07:08:33 #122 [support-cron-scheduler builder 6/7] COPY . . 07:08:33 #122 DONE 18.6s 07:08:33 07:08:33 #139 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:33 #139 CACHED 07:08:33 07:08:33 #140 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 07:08:33 #140 CACHED 07:08:33 07:08:33 #141 [support-scheduler builder 6/7] COPY . . 07:08:33 #141 CACHED 07:08:33 07:08:33 #120 [core-keeper builder 7/8] COPY . . 07:08:33 #120 DONE 18.6s 07:08:33 07:08:33 #119 [security-spiffe-token-provider builder 6/7] COPY . . 07:08:33 #119 DONE 18.5s 07:08:33 07:08:33 #142 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:33 #142 CACHED 07:08:33 07:08:33 #143 [core-command builder 4/7] COPY go.mod vendor* ./ 07:08:33 #143 CACHED 07:08:33 07:08:33 #144 [core-command builder 6/7] COPY . . 07:08:33 #144 CACHED 07:08:33 07:08:33 #145 [support-notifications builder 4/7] COPY go.mod vendor* ./ 07:08:33 #145 CACHED 07:08:33 07:08:33 #146 [support-notifications builder 6/7] COPY . . 07:08:33 #146 CACHED 07:08:33 07:08:33 #147 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:33 #147 CACHED 07:08:33 07:08:33 #121 [security-proxy-auth builder 6/7] COPY . . 07:08:33 #121 DONE 18.5s 07:08:33 07:08:33 #148 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 07:08:33 #148 1.515 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 07:08:35 #148 ... 07:08:35 07:08:35 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:08:35 #0 4.322 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 07:08:35 #149 ... 07:08:35 07:08:35 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:08:35 #0 5.531 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 07:08:37 #150 ... 07:08:37 07:08:37 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:08:37 #0 6.922 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:08:37 #151 ... 07:08:37 07:08:37 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 07:08:37 #0 7.073 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 07:08:37 #152 ... 07:08:37 07:08:37 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:08:37 #148 7.219 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 07:08:40 #148 ... 07:08:40 07:08:40 #153 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 07:08:40 #0 6.648 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:08:40 #153 ... 07:08:40 07:08:40 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:08:40 #0 5.762 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 07:08:40 #154 ... 07:08:40 07:08:40 #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:08:40 #0 6.643 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:08:40 #155 ... 07:08:40 07:08:40 #156 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:08:40 #0 5.063 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:08:40 #156 ... 07:08:40 07:08:40 #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 07:08:40 #0 6.860 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 07:08:41 #157 ... 07:08:41 07:08:41 #158 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:08:41 #0 5.798 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:08:41 #158 ... 07:08:41 07:08:41 #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:08:41 #0 7.020 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 07:08:41 #159 ... 07:08:41 07:08:41 #160 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 07:08:41 #0 6.933 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 07:08:43 #148 ... 07:08:43 07:08:43 #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:08:43 #0 0.775 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 07:08:43 #149 ... 07:08:43 07:08:43 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:08:43 #0 0.608 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 07:08:43 #150 ... 07:08:43 07:08:43 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:08:43 #0 1.647 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 07:08:43 #151 ... 07:08:43 07:08:43 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:08:43 #0 0.719 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 07:08:43 #152 ... 07:08:43 07:08:43 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:08:43 #0 1.455 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:08:43 #153 ... 07:08:43 07:08:43 #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:08:43 #0 0.708 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:08:43 #154 ... 07:08:43 07:08:43 #155 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 07:08:43 #0 1.880 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 07:08:43 #155 ... 07:08:43 07:08:43 #156 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:08:43 #0 0.889 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 07:08:43 #156 ... 07:08:43 07:08:43 #157 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 07:08:43 #0 0.608 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:08:43 #157 ... 07:08:43 07:08:43 #158 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:08:43 #0 1.835 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:08:43 #158 ... 07:08:43 07:08:43 #159 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 07:08:43 #0 0.896 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 07:08:43 #159 ... 07:08:43 07:08:43 #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:08:43 #0 1.071 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:10:05 #160 ... 07:10:05 07:10:05 #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:10:05 #154 83.36 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:11:28 #154 ... 07:11:28 07:11:28 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:11:28 #150 DONE 170.2s 07:11:28 07:11:28 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:11:28 #153 ... 07:11:28 07:11:28 #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:11:28 #154 DONE 171.3s 07:11:28 07:11:28 #159 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 07:11:28 #159 DONE 171.3s 07:11:28 07:11:28 #155 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 07:11:28 #155 DONE 171.4s 07:11:28 07:11:28 #157 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 07:11:28 #157 DONE 171.3s 07:11:28 07:11:28 #161 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 07:11:28 #161 ... 07:11:28 07:11:28 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:11:28 #151 DONE 171.4s 07:11:28 07:11:28 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:11:28 #153 DONE 171.6s 07:11:28 07:11:28 #162 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 07:11:28 #162 ... 07:11:28 07:11:28 #156 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:11:28 #156 DONE 171.8s 07:11:28 07:11:28 #158 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:11:28 #158 DONE 171.8s 07:11:28 07:11:28 #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:11:28 #160 DONE 171.7s 07:11:28 07:11:28 #148 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 07:11:28 #148 DONE 171.8s 07:11:28 07:11:28 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:11:28 #152 DONE 171.9s 07:11:28 07:11:28 #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:11:28 #149 DONE 171.8s 07:11:28 07:11:28 #163 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:11:28 #163 ... 07:11:28 07:11:28 #164 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 07:11:28 #164 DONE 1.1s 07:11:28 07:11:28 #165 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:11:28 #165 DONE 1.1s 07:11:28 07:11:28 #166 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 07:11:28 #166 DONE 1.0s 07:11:28 07:11:28 #161 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 07:11:28 #161 DONE 1.1s 07:11:28 07:11:28 #167 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 07:11:28 #167 DONE 0.6s 07:11:28 07:11:28 #162 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 07:11:28 #162 DONE 1.0s 07:11:28 07:11:28 #168 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:11:28 #168 DONE 0.5s 07:11:28 07:11:28 #163 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:11:28 #163 DONE 0.9s 07:11:28 07:11:28 #169 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:11:28 #169 DONE 0.6s 07:11:28 07:11:28 #170 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:11:28 #170 ... 07:11:28 07:11:28 #171 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 07:11:28 #171 DONE 0.4s 07:11:28 07:11:28 #172 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 07:11:28 #172 ... 07:11:28 07:11:28 #173 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:11:28 #173 DONE 0.6s 07:11:28 07:11:28 #174 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:11:28 #174 CACHED 07:11:28 07:11:28 #175 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:11:28 #175 CACHED 07:11:28 07:11:28 #176 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 07:11:28 #176 DONE 0.6s 07:11:28 07:11:28 #170 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:11:28 #170 DONE 0.5s 07:11:28 07:11:28 #177 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:11:28 #177 CACHED 07:11:28 07:11:28 #178 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:11:28 #178 CACHED 07:11:28 07:11:28 #179 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:11:28 #179 DONE 0.5s 07:11:28 07:11:28 #180 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:11:28 #180 DONE 0.5s 07:11:28 07:11:28 #181 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 07:11:28 #181 CACHED 07:11:28 07:11:28 #182 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 07:11:28 #182 CACHED 07:11:28 07:11:28 #183 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:11:28 #183 CACHED 07:11:28 07:11:28 #184 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:11:28 #184 CACHED 07:11:28 07:11:28 #185 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 07:11:28 #185 DONE 0.5s 07:11:28 07:11:28 #186 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 07:11:28 #186 DONE 0.7s 07:11:28 07:11:28 #187 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 07:11:28 #187 ... 07:11:28 07:11:28 #188 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 07:11:28 #188 DONE 0.8s 07:11:28 07:11:28 #189 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 07:11:28 #189 ... 07:11:28 07:11:28 #172 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 07:11:28 #172 DONE 2.3s 07:11:28 07:11:28 #190 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:11:28 #190 ... 07:11:28 07:11:28 #191 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:11:28 #191 DONE 2.5s 07:11:28 07:11:28 #192 [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 07:11:28 #192 DONE 2.5s 07:11:28 07:11:28 #193 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 07:11:28 #193 DONE 2.5s 07:11:28 07:11:28 #194 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 07:11:28 #194 DONE 2.5s 07:11:28 07:11:28 #195 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 07:11:28 #195 DONE 3.2s 07:11:28 07:11:28 #196 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 07:11:28 #196 DONE 2.5s 07:11:28 07:11:28 #197 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:11:28 #197 DONE 2.6s 07:11:28 07:11:28 #198 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 07:11:28 #198 ... 07:11:28 07:11:28 #199 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:11:28 #199 DONE 2.8s 07:11:28 07:11:28 #190 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:11:28 #190 DONE 2.8s 07:11:28 07:11:28 #200 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:11:28 #200 DONE 2.9s 07:11:28 07:11:28 #187 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 07:11:28 #187 DONE 2.8s 07:11:28 07:11:28 #201 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 07:11:28 #201 DONE 0.5s 07:11:28 07:11:28 #106 [core-keeper] exporting to image 07:11:28 #106 exporting layers 07:11:28 #106 ... 07:11:28 07:11:28 #189 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 07:11:28 #189 DONE 2.3s 07:11:28 07:11:28 #198 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 07:11:28 #198 DONE 0.4s 07:11:28 07:11:28 #202 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 07:11:28 #202 DONE 0.7s 07:11:28 07:11:28 #203 [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 07:11:28 #203 DONE 0.7s 07:11:28 07:11:28 #204 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 07:11:28 #204 ... 07:11:28 07:11:28 #205 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 07:11:28 #205 DONE 0.7s 07:11:28 07:11:28 #206 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 07:11:28 #206 DONE 0.7s 07:11:28 07:11:28 #207 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 07:11:28 #207 DONE 0.7s 07:11:28 07:11:28 #208 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 07:11:28 #208 DONE 0.7s 07:11:28 07:11:28 #209 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 07:11:28 #209 DONE 0.5s 07:11:28 07:11:28 #210 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 07:11:28 #210 DONE 0.5s 07:11:28 07:11:28 #211 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 07:11:28 #211 DONE 0.5s 07:11:28 07:11:28 #106 [core-command] exporting to image 07:11:28 #106 exporting layers 0.3s done 07:11:28 #106 ... 07:11:28 07:11:28 #212 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 07:11:28 #212 DONE 0.5s 07:11:28 07:11:28 #213 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 07:11:28 #213 DONE 0.6s 07:11:28 07:11:28 #214 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 07:11:28 #214 DONE 0.5s 07:11:28 07:11:28 #215 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:11:29 #215 ... 07:11:29 07:11:29 #216 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ 07:11:29 #216 DONE 0.4s 07:11:29 07:11:29 #204 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 07:11:29 #204 DONE 0.5s 07:11:29 07:11:29 #217 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:11:29 #217 DONE 0.5s 07:11:29 07:11:29 #218 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 07:11:29 #218 DONE 0.4s 07:11:29 07:11:29 #106 [core-data] exporting to image 07:11:29 #106 writing image sha256:dbe103acd9f09a0ad9dd29f2a0f6650ea468df125501ceb58f2ceecaa3d50c3e 07:11:29 #106 ... 07:11:29 07:11:29 #219 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 07:11:29 #219 DONE 0.5s 07:11:29 07:11:29 #106 [core-keeper] exporting to image 07:11:29 #106 writing image sha256:dbe103acd9f09a0ad9dd29f2a0f6650ea468df125501ceb58f2ceecaa3d50c3e 0.4s done 07:11:29 #106 writing image sha256:1c5f39de675376eca0aa232b3a8a2ee10816a2e491357fe95688a908f5557ad4 07:11:29 #106 writing image sha256:16ae58ab9f2528188801be326e45096b4463e712669c6f16da15e12eb5ae2fbf 07:11:29 #106 writing image sha256:025944fe06603cba0560865877f3b7118d16a6852f826b2d307b0ca2923946e4 07:11:29 #106 naming to docker.io/library/core-keeper done 07:11:29 #106 ... 07:11:29 07:11:29 #220 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:11:29 #220 DONE 0.6s 07:11:29 07:11:29 #221 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:11:29 #221 DONE 0.9s 07:11:29 07:11:29 #222 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:11:29 #222 DONE 0.5s 07:11:29 07:11:29 #106 [security-proxy-auth] exporting to image 07:11:29 #106 writing image sha256:1c5f39de675376eca0aa232b3a8a2ee10816a2e491357fe95688a908f5557ad4 0.1s done 07:11:29 #106 writing image sha256:16ae58ab9f2528188801be326e45096b4463e712669c6f16da15e12eb5ae2fbf 0.1s done 07:11:29 #106 writing image sha256:025944fe06603cba0560865877f3b7118d16a6852f826b2d307b0ca2923946e4 0.1s done 07:11:29 #106 naming to docker.io/library/support-notifications done 07:11:29 #106 naming to docker.io/library/support-scheduler done 07:11:29 #106 naming to docker.io/library/core-command done 07:11:29 #106 ... 07:11:29 07:11:29 #215 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:11:29 #215 DONE 0.8s 07:11:29 07:11:29 #106 [support-cron-scheduler] exporting to image 07:11:29 #106 writing image sha256:063d87346567a10f9d4f97a5b7ec856f93d678000f6915234179808bd2d51087 0.0s done 07:11:29 #106 naming to docker.io/library/security-spiffe-token-provider done 07:11:29 #106 writing image sha256:0cc0094b3abed93c4dbec881fce176e0a95382c4f91d9f1b8462656f5a35fea6 0.0s done 07:11:29 #106 naming to docker.io/library/support-cron-scheduler done 07:11:29 #106 writing image sha256:aada2020fccfe6adbe39c0f2fd563aa274405d69ddcad964d6bfc07caf23dc58 07:11:30 #106 ... 07:11:30 07:11:30 #223 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 07:11:30 #223 DONE 0.6s 07:11:30 07:11:30 #106 [core-data] exporting to image 07:11:30 #106 exporting layers 0.4s done 07:11:30 #106 writing image sha256:aada2020fccfe6adbe39c0f2fd563aa274405d69ddcad964d6bfc07caf23dc58 0.0s done 07:11:30 #106 naming to docker.io/library/core-metadata done 07:11:30 #106 writing image sha256:9bd3c53427827054909c14befb9ef1d478da50c7259d450900bb47637a6300b6 0.0s done 07:11:30 #106 naming to docker.io/library/core-data done 07:11:30 #106 writing image sha256:93365c7c69cedfe6836fd20ed06c3a0522bc455b85e999c27ee59b610a3ecbbb 0.0s done 07:11:30 #106 writing image sha256:9b0fbbcfb35ea7c345ac3f8b0a738d0396736f6deab424cea2c6820659eefac3 0.0s done 07:11:30 #106 naming to docker.io/library/core-common-config-bootstrapper done 07:11:30 #106 naming to docker.io/library/security-proxy-auth done 07:11:30 #106 DONE 7.3s 07:11:30 07:11:30 #224 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:11:30 #224 DONE 0.6s 07:11:30 07:11:30 #225 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:11:30 #225 DONE 0.1s 07:11:30 07:11:30 #226 [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/ 07:11:30 #226 DONE 0.1s 07:11:30 07:11:30 #227 [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/ 07:11:30 #227 DONE 0.1s 07:11:30 07:11:30 #228 [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/ 07:11:30 #228 DONE 0.0s 07:11:30 07:11:30 #229 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 07:11:30 #229 DONE 0.0s 07:11:30 07:11:30 #230 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:11:30 #230 DONE 0.0s 07:11:30 07:11:30 #231 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:11:30 #231 ... 07:11:30 07:11:30 #232 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:11:30 #232 DONE 0.9s 07:11:30 07:11:30 #106 [security-proxy-setup] exporting to image 07:11:30 #106 exporting layers 0.2s done 07:11:30 #106 writing image sha256:b97b44447f5d75e7bff8704378588d443974c07e9e96a0fe09436c6ef12e9a43 done 07:11:30 #106 naming to docker.io/library/security-proxy-setup done 07:11:30 #106 DONE 7.4s 07:11:30 07:11:30 #233 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 07:11:30 #233 ... 07:11:30 07:11:30 #231 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:11:30 #231 DONE 0.5s 07:11:30 07:11:30 #106 [security-secretstore-setup] exporting to image 07:11:31 #106 ... 07:11:31 07:11:31 #233 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 07:11:31 #233 DONE 0.6s 07:11:31 07:11:31 #106 [security-secretstore-setup] exporting to image 07:11:31 #106 exporting layers 0.3s done 07:11:31 #106 writing image sha256:57ee927ce576a3034703eec00f0bf68ae9400f01ded8061176e915b69fa7a6e8 0.0s done 07:11:31 #106 naming to docker.io/library/security-secretstore-setup done 07:11:31 #106 exporting layers 0.2s done 07:11:31 #106 writing image sha256:4e2c326b1b22724b6a3dfac02b4f6ddb0db26402558bd0e64670198ab58a01a8 done 07:11:31 #106 naming to docker.io/library/security-bootstrapper done 07:11:31 #106 DONE 7.9s 07:11:31 07:11:31 #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 07:11:31 time="2024-08-21T07:05:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:11:31 time="2024-08-21T07:05:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:11:31 time="2024-08-21T07:05:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:11:31 time="2024-08-21T07:05:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:11:31 time="2024-08-21T07:05:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:11:31 time="2024-08-21T07:05:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:11:31 time="2024-08-21T07:05:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:11:31 time="2024-08-21T07:05:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:11:31 time="2024-08-21T07:05:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:11:31 time="2024-08-21T07:05:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:11:31 time="2024-08-21T07:05:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:11:31 time="2024-08-21T07:05:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:11:31 time="2024-08-21T07:05:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:11:31 time="2024-08-21T07:05:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:11:31 time="2024-08-21T07:05:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:11:31 time="2024-08-21T07:05:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 07:11:31 $ docker stop --time=1 1f593b6a3229a87f62cca73183b069ae35f723f165e413bcce94210bdbd1a481 07:11:32 $ docker rm -f --volumes 1f593b6a3229a87f62cca73183b069ae35f723f165e413bcce94210bdbd1a481 [Pipeline] // withDockerContainer [Pipeline] sh 07:11:32 + docker images 07:11:32 REPOSITORY TAG IMAGE ID CREATED SIZE 07:11:32 security-secretstore-setup latest 57ee927ce576 2 seconds ago 37MB 07:11:32 security-bootstrapper latest 4e2c326b1b22 2 seconds ago 18.9MB 07:11:32 security-proxy-setup latest b97b44447f5d 2 seconds ago 26.2MB 07:11:32 security-proxy-auth latest 93365c7c69ce 3 seconds ago 33MB 07:11:32 core-common-config-bootstrapper latest 9b0fbbcfb35e 3 seconds ago 15.2MB 07:11:32 core-data latest 9bd3c5342782 4 seconds ago 39.6MB 07:11:32 support-scheduler latest 025944fe0660 4 seconds ago 41.9MB 07:11:32 security-spiffe-token-provider latest 063d87346567 4 seconds ago 28.8MB 07:11:32 core-metadata latest aada2020fccf 4 seconds ago 39.7MB 07:11:32 support-cron-scheduler latest 0cc0094b3abe 4 seconds ago 44.1MB 07:11:32 support-notifications latest 1c5f39de6753 4 seconds ago 42.5MB 07:11:32 core-command latest 16ae58ab9f25 4 seconds ago 35.4MB 07:11:32 core-keeper latest dbe103acd9f0 5 seconds ago 39.5MB 07:11:32 security-spire-config latest f2ff110003a8 4 minutes ago 120MB 07:11:32 security-spire-server latest b371f55bcf31 4 minutes ago 121MB 07:11:32 security-spire-agent latest ab60d5b696f0 4 minutes ago 182MB 07:11:32 ci-base-image-x86_64 latest bf35f4496fad 9 minutes ago 971MB 07:11:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 4 months ago 565MB 07:11:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 14 months ago 334MB 07:11:32 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 07:11:32 provisioning config files... 07:11:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/677@tmp/config7309455764372475139tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:11:33 ---> ****-login.sh 07:11:33 nexus3.edgexfoundry.org:10001 07:11:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:11:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:11:33 Configure a credential helper to remove this warning. See 07:11:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:11:33 07:11:33 Login Succeeded 07:11:33 nexus3.edgexfoundry.org:10002 07:11:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:11:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:11:33 Configure a credential helper to remove this warning. See 07:11:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:11:33 07:11:33 Login Succeeded 07:11:33 nexus3.edgexfoundry.org:10003 07:11:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:11:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:11:33 Configure a credential helper to remove this warning. See 07:11:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:11:33 07:11:33 Login Succeeded 07:11:33 nexus3.edgexfoundry.org:10004 07:11:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:11:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:11:33 Configure a credential helper to remove this warning. See 07:11:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:11:33 07:11:33 Login Succeeded 07:11:33 ****.io 07:11:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:11:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:11:33 Configure a credential helper to remove this warning. See 07:11:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:11:33 07:11:33 Login Succeeded 07:11:33 ---> ****-login.sh ends [Pipeline] } 07:11:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:11:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 07:11:34 [edgeXDocker.push] Tagging docker image core-command with the following tags: 07:11:34 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:11:34 latest 07:11:34 3.2.0-dev.58 07:11:34 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:11:34 main 07:11:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:34 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:34 + docker push nexus3.edgexfoundry.org:10004/core-command:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:11:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:11:34 c0f09d2e9ed1: Preparing 07:11:34 9d856e4a0f30: Preparing 07:11:34 7d1d618872be: Preparing 07:11:34 43c127cabffc: Preparing 07:11:34 a7a3f5afc27d: Preparing 07:11:34 6bdfd9d8caf5: Preparing 07:11:34 ce7f800efff9: Preparing 07:11:34 6bdfd9d8caf5: Waiting 07:11:34 ce7f800efff9: Waiting 07:11:34 a7a3f5afc27d: Pushed 07:11:34 43c127cabffc: Pushed 07:11:34 c0f09d2e9ed1: Pushed 07:11:34 7d1d618872be: Pushed 07:11:34 ce7f800efff9: Layer already exists 07:11:34 6bdfd9d8caf5: Pushed 07:11:37 9d856e4a0f30: Pushed 07:11:37 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:752a424c16fcceec2f5effdab186ce00eb0e1b04d578acd790b89ef27d92e052 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:38 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:38 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 07:11:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:11:38 c0f09d2e9ed1: Preparing 07:11:38 9d856e4a0f30: Preparing 07:11:38 7d1d618872be: Preparing 07:11:38 43c127cabffc: Preparing 07:11:38 a7a3f5afc27d: Preparing 07:11:38 6bdfd9d8caf5: Preparing 07:11:38 ce7f800efff9: Preparing 07:11:38 ce7f800efff9: Waiting 07:11:38 a7a3f5afc27d: Layer already exists 07:11:38 c0f09d2e9ed1: Layer already exists 07:11:38 43c127cabffc: Layer already exists 07:11:38 9d856e4a0f30: Layer already exists 07:11:38 7d1d618872be: Layer already exists 07:11:38 ce7f800efff9: Layer already exists 07:11:38 6bdfd9d8caf5: Layer already exists 07:11:38 latest: digest: sha256:752a424c16fcceec2f5effdab186ce00eb0e1b04d578acd790b89ef27d92e052 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:38 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:39 + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.58 07:11:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:11:39 c0f09d2e9ed1: Preparing 07:11:39 9d856e4a0f30: Preparing 07:11:39 7d1d618872be: Preparing 07:11:39 43c127cabffc: Preparing 07:11:39 a7a3f5afc27d: Preparing 07:11:39 6bdfd9d8caf5: Preparing 07:11:39 ce7f800efff9: Preparing 07:11:39 6bdfd9d8caf5: Waiting 07:11:39 ce7f800efff9: Waiting 07:11:39 a7a3f5afc27d: Layer already exists 07:11:39 9d856e4a0f30: Layer already exists 07:11:39 7d1d618872be: Layer already exists 07:11:39 c0f09d2e9ed1: Layer already exists 07:11:39 43c127cabffc: Layer already exists 07:11:39 ce7f800efff9: Layer already exists 07:11:39 6bdfd9d8caf5: Layer already exists 07:11:39 3.2.0-dev.58: digest: sha256:752a424c16fcceec2f5effdab186ce00eb0e1b04d578acd790b89ef27d92e052 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:39 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:39 + docker push nexus3.edgexfoundry.org:10004/core-command:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:11:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:11:39 c0f09d2e9ed1: Preparing 07:11:39 9d856e4a0f30: Preparing 07:11:39 7d1d618872be: Preparing 07:11:39 43c127cabffc: Preparing 07:11:39 a7a3f5afc27d: Preparing 07:11:39 6bdfd9d8caf5: Preparing 07:11:39 ce7f800efff9: Preparing 07:11:39 6bdfd9d8caf5: Waiting 07:11:39 ce7f800efff9: Waiting 07:11:39 a7a3f5afc27d: Layer already exists 07:11:39 43c127cabffc: Layer already exists 07:11:39 7d1d618872be: Layer already exists 07:11:39 c0f09d2e9ed1: Layer already exists 07:11:39 9d856e4a0f30: Layer already exists 07:11:39 6bdfd9d8caf5: Layer already exists 07:11:39 ce7f800efff9: Layer already exists 07:11:39 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:752a424c16fcceec2f5effdab186ce00eb0e1b04d578acd790b89ef27d92e052 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:40 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:40 + docker push nexus3.edgexfoundry.org:10004/core-command:main 07:11:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:11:40 c0f09d2e9ed1: Preparing 07:11:40 9d856e4a0f30: Preparing 07:11:40 7d1d618872be: Preparing 07:11:40 43c127cabffc: Preparing 07:11:40 a7a3f5afc27d: Preparing 07:11:40 6bdfd9d8caf5: Preparing 07:11:40 ce7f800efff9: Preparing 07:11:40 ce7f800efff9: Waiting 07:11:40 6bdfd9d8caf5: Waiting 07:11:40 43c127cabffc: Layer already exists 07:11:40 a7a3f5afc27d: Layer already exists 07:11:40 c0f09d2e9ed1: Layer already exists 07:11:40 7d1d618872be: Layer already exists 07:11:40 9d856e4a0f30: Layer already exists 07:11:40 ce7f800efff9: Layer already exists 07:11:40 6bdfd9d8caf5: Layer already exists 07:11:40 main: digest: sha256:752a424c16fcceec2f5effdab186ce00eb0e1b04d578acd790b89ef27d92e052 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:11:40 ===================================================== [Pipeline] echo 07:11:40 taggedImages: 07:11:40 - nexus3.edgexfoundry.org:10004/core-command:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:11:40 - nexus3.edgexfoundry.org:10004/core-command:latest 07:11:40 - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.58 07:11:40 - nexus3.edgexfoundry.org:10004/core-command:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:11:40 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 07:11:40 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 07:11:40 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:11:40 latest 07:11:40 3.2.0-dev.58 07:11:40 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:11:40 main 07:11:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:40 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:41 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:11:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:11:41 1675a31d724e: Preparing 07:11:41 8150f08ecf71: Preparing 07:11:41 914662e46d78: Preparing 07:11:41 1d80c698b0d7: Preparing 07:11:41 7d1d618872be: Preparing 07:11:41 43c127cabffc: Preparing 07:11:41 a7a3f5afc27d: Preparing 07:11:41 6bdfd9d8caf5: Preparing 07:11:41 ce7f800efff9: Preparing 07:11:41 a7a3f5afc27d: Waiting 07:11:41 43c127cabffc: Waiting 07:11:41 6bdfd9d8caf5: Waiting 07:11:41 ce7f800efff9: Waiting 07:11:41 7d1d618872be: Layer already exists 07:11:41 43c127cabffc: Layer already exists 07:11:41 a7a3f5afc27d: Layer already exists 07:11:41 6bdfd9d8caf5: Layer already exists 07:11:41 8150f08ecf71: Pushed 07:11:41 914662e46d78: Pushed 07:11:41 ce7f800efff9: Layer already exists 07:11:41 1675a31d724e: Pushed 07:11:42 1d80c698b0d7: Pushed 07:11:42 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:05cc5a32977f9b0b5ce36ab7c2396bb8348113c2b612f71546f678cde1a76461 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:42 + 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 07:11:42 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 07:11:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:11:42 1675a31d724e: Preparing 07:11:42 8150f08ecf71: Preparing 07:11:42 914662e46d78: Preparing 07:11:42 1d80c698b0d7: Preparing 07:11:42 7d1d618872be: Preparing 07:11:42 43c127cabffc: Preparing 07:11:42 a7a3f5afc27d: Preparing 07:11:42 6bdfd9d8caf5: Preparing 07:11:42 ce7f800efff9: Preparing 07:11:42 43c127cabffc: Waiting 07:11:42 a7a3f5afc27d: Waiting 07:11:42 6bdfd9d8caf5: Waiting 07:11:42 ce7f800efff9: Waiting 07:11:42 1d80c698b0d7: Layer already exists 07:11:42 8150f08ecf71: Layer already exists 07:11:42 1675a31d724e: Layer already exists 07:11:42 7d1d618872be: Layer already exists 07:11:42 914662e46d78: Layer already exists 07:11:42 a7a3f5afc27d: Layer already exists 07:11:42 ce7f800efff9: Layer already exists 07:11:42 43c127cabffc: Layer already exists 07:11:42 6bdfd9d8caf5: Layer already exists 07:11:42 latest: digest: sha256:05cc5a32977f9b0b5ce36ab7c2396bb8348113c2b612f71546f678cde1a76461 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:43 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:43 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.58 07:11:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:11:43 1675a31d724e: Preparing 07:11:43 8150f08ecf71: Preparing 07:11:43 914662e46d78: Preparing 07:11:43 1d80c698b0d7: Preparing 07:11:43 7d1d618872be: Preparing 07:11:43 43c127cabffc: Preparing 07:11:43 a7a3f5afc27d: Preparing 07:11:43 6bdfd9d8caf5: Preparing 07:11:43 ce7f800efff9: Preparing 07:11:43 43c127cabffc: Waiting 07:11:43 a7a3f5afc27d: Waiting 07:11:43 6bdfd9d8caf5: Waiting 07:11:43 ce7f800efff9: Waiting 07:11:43 1d80c698b0d7: Layer already exists 07:11:43 914662e46d78: Layer already exists 07:11:43 1675a31d724e: Layer already exists 07:11:43 7d1d618872be: Layer already exists 07:11:43 8150f08ecf71: Layer already exists 07:11:43 43c127cabffc: Layer already exists 07:11:43 6bdfd9d8caf5: Layer already exists 07:11:43 a7a3f5afc27d: Layer already exists 07:11:43 ce7f800efff9: Layer already exists 07:11:43 3.2.0-dev.58: digest: sha256:05cc5a32977f9b0b5ce36ab7c2396bb8348113c2b612f71546f678cde1a76461 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:43 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:44 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:11:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:11:44 1675a31d724e: Preparing 07:11:44 8150f08ecf71: Preparing 07:11:44 914662e46d78: Preparing 07:11:44 1d80c698b0d7: Preparing 07:11:44 7d1d618872be: Preparing 07:11:44 43c127cabffc: Preparing 07:11:44 a7a3f5afc27d: Preparing 07:11:44 6bdfd9d8caf5: Preparing 07:11:44 ce7f800efff9: Preparing 07:11:44 43c127cabffc: Waiting 07:11:44 a7a3f5afc27d: Waiting 07:11:44 ce7f800efff9: Waiting 07:11:44 6bdfd9d8caf5: Waiting 07:11:44 1d80c698b0d7: Layer already exists 07:11:44 914662e46d78: Layer already exists 07:11:44 8150f08ecf71: Layer already exists 07:11:44 7d1d618872be: Layer already exists 07:11:44 1675a31d724e: Layer already exists 07:11:44 43c127cabffc: Layer already exists 07:11:44 a7a3f5afc27d: Layer already exists 07:11:44 6bdfd9d8caf5: Layer already exists 07:11:44 ce7f800efff9: Layer already exists 07:11:44 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:05cc5a32977f9b0b5ce36ab7c2396bb8348113c2b612f71546f678cde1a76461 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:44 + 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 07:11:44 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 07:11:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:11:44 1675a31d724e: Preparing 07:11:44 8150f08ecf71: Preparing 07:11:44 914662e46d78: Preparing 07:11:44 1d80c698b0d7: Preparing 07:11:44 7d1d618872be: Preparing 07:11:44 43c127cabffc: Preparing 07:11:44 a7a3f5afc27d: Preparing 07:11:44 6bdfd9d8caf5: Preparing 07:11:44 ce7f800efff9: Preparing 07:11:44 a7a3f5afc27d: Waiting 07:11:44 43c127cabffc: Waiting 07:11:44 6bdfd9d8caf5: Waiting 07:11:44 1d80c698b0d7: Layer already exists 07:11:44 1675a31d724e: Layer already exists 07:11:44 914662e46d78: Layer already exists 07:11:44 7d1d618872be: Layer already exists 07:11:44 8150f08ecf71: Layer already exists 07:11:44 a7a3f5afc27d: Layer already exists 07:11:44 43c127cabffc: Layer already exists 07:11:44 ce7f800efff9: Layer already exists 07:11:44 6bdfd9d8caf5: Layer already exists 07:11:44 main: digest: sha256:05cc5a32977f9b0b5ce36ab7c2396bb8348113c2b612f71546f678cde1a76461 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:11:44 ===================================================== [Pipeline] echo 07:11:44 taggedImages: 07:11:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:11:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 07:11:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.58 07:11:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:11:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 07:11:45 [edgeXDocker.push] Tagging docker image core-data with the following tags: 07:11:45 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:11:45 latest 07:11:45 3.2.0-dev.58 07:11:45 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:11:45 main 07:11:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:45 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:45 + docker push nexus3.edgexfoundry.org:10004/core-data:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:11:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:11:45 f1811b53bab7: Preparing 07:11:45 94ebd57c6c2d: Preparing 07:11:45 969ce63437ae: Preparing 07:11:45 7d1d618872be: Preparing 07:11:45 43c127cabffc: Preparing 07:11:45 9e3bbd34e5f5: Preparing 07:11:45 41730c2b31fc: Preparing 07:11:45 ce7f800efff9: Preparing 07:11:45 9e3bbd34e5f5: Waiting 07:11:45 ce7f800efff9: Waiting 07:11:45 41730c2b31fc: Waiting 07:11:45 43c127cabffc: Layer already exists 07:11:45 7d1d618872be: Layer already exists 07:11:45 94ebd57c6c2d: Pushed 07:11:45 ce7f800efff9: Layer already exists 07:11:45 f1811b53bab7: Pushed 07:11:45 41730c2b31fc: Pushed 07:11:45 9e3bbd34e5f5: Pushed 07:11:48 969ce63437ae: Pushed 07:11:48 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:b0ad416d9192a69fc3fde0802633eda2e7df93132c8e44e4975e2e3f1e1c9e9a size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:49 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:49 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 07:11:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:11:49 f1811b53bab7: Preparing 07:11:49 94ebd57c6c2d: Preparing 07:11:49 969ce63437ae: Preparing 07:11:49 7d1d618872be: Preparing 07:11:49 43c127cabffc: Preparing 07:11:49 9e3bbd34e5f5: Preparing 07:11:49 41730c2b31fc: Preparing 07:11:49 ce7f800efff9: Preparing 07:11:49 ce7f800efff9: Waiting 07:11:49 9e3bbd34e5f5: Waiting 07:11:49 41730c2b31fc: Waiting 07:11:49 7d1d618872be: Layer already exists 07:11:49 43c127cabffc: Layer already exists 07:11:49 94ebd57c6c2d: Layer already exists 07:11:49 f1811b53bab7: Layer already exists 07:11:49 969ce63437ae: Layer already exists 07:11:49 9e3bbd34e5f5: Layer already exists 07:11:49 41730c2b31fc: Layer already exists 07:11:49 ce7f800efff9: Layer already exists 07:11:49 latest: digest: sha256:b0ad416d9192a69fc3fde0802633eda2e7df93132c8e44e4975e2e3f1e1c9e9a size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:49 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:50 + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.58 07:11:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:11:50 f1811b53bab7: Preparing 07:11:50 94ebd57c6c2d: Preparing 07:11:50 969ce63437ae: Preparing 07:11:50 7d1d618872be: Preparing 07:11:50 43c127cabffc: Preparing 07:11:50 9e3bbd34e5f5: Preparing 07:11:50 41730c2b31fc: Preparing 07:11:50 ce7f800efff9: Preparing 07:11:50 41730c2b31fc: Waiting 07:11:50 ce7f800efff9: Waiting 07:11:50 9e3bbd34e5f5: Waiting 07:11:50 43c127cabffc: Layer already exists 07:11:50 7d1d618872be: Layer already exists 07:11:50 94ebd57c6c2d: Layer already exists 07:11:50 969ce63437ae: Layer already exists 07:11:50 f1811b53bab7: Layer already exists 07:11:50 ce7f800efff9: Layer already exists 07:11:50 9e3bbd34e5f5: Layer already exists 07:11:50 41730c2b31fc: Layer already exists 07:11:50 3.2.0-dev.58: digest: sha256:b0ad416d9192a69fc3fde0802633eda2e7df93132c8e44e4975e2e3f1e1c9e9a size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:50 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:50 + docker push nexus3.edgexfoundry.org:10004/core-data:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:11:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:11:50 f1811b53bab7: Preparing 07:11:50 94ebd57c6c2d: Preparing 07:11:50 969ce63437ae: Preparing 07:11:50 7d1d618872be: Preparing 07:11:50 43c127cabffc: Preparing 07:11:50 9e3bbd34e5f5: Preparing 07:11:50 41730c2b31fc: Preparing 07:11:50 ce7f800efff9: Preparing 07:11:50 41730c2b31fc: Waiting 07:11:50 9e3bbd34e5f5: Waiting 07:11:50 ce7f800efff9: Waiting 07:11:50 43c127cabffc: Layer already exists 07:11:50 7d1d618872be: Layer already exists 07:11:50 f1811b53bab7: Layer already exists 07:11:50 94ebd57c6c2d: Layer already exists 07:11:50 969ce63437ae: Layer already exists 07:11:50 9e3bbd34e5f5: Layer already exists 07:11:50 ce7f800efff9: Layer already exists 07:11:50 41730c2b31fc: Layer already exists 07:11:50 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:b0ad416d9192a69fc3fde0802633eda2e7df93132c8e44e4975e2e3f1e1c9e9a size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:51 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:51 + docker push nexus3.edgexfoundry.org:10004/core-data:main 07:11:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:11:51 f1811b53bab7: Preparing 07:11:51 94ebd57c6c2d: Preparing 07:11:51 969ce63437ae: Preparing 07:11:51 7d1d618872be: Preparing 07:11:51 43c127cabffc: Preparing 07:11:51 9e3bbd34e5f5: Preparing 07:11:51 41730c2b31fc: Preparing 07:11:51 ce7f800efff9: Preparing 07:11:51 41730c2b31fc: Waiting 07:11:51 ce7f800efff9: Waiting 07:11:51 7d1d618872be: Layer already exists 07:11:51 969ce63437ae: Layer already exists 07:11:51 f1811b53bab7: Layer already exists 07:11:51 43c127cabffc: Layer already exists 07:11:51 94ebd57c6c2d: Layer already exists 07:11:51 ce7f800efff9: Layer already exists 07:11:51 41730c2b31fc: Layer already exists 07:11:51 9e3bbd34e5f5: Layer already exists 07:11:51 main: digest: sha256:b0ad416d9192a69fc3fde0802633eda2e7df93132c8e44e4975e2e3f1e1c9e9a size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:11:51 ===================================================== [Pipeline] echo 07:11:51 taggedImages: 07:11:51 - nexus3.edgexfoundry.org:10004/core-data:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:11:51 - nexus3.edgexfoundry.org:10004/core-data:latest 07:11:51 - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.58 07:11:51 - nexus3.edgexfoundry.org:10004/core-data:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:11:51 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 07:11:51 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 07:11:51 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:11:51 latest 07:11:51 3.2.0-dev.58 07:11:51 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:11:51 main 07:11:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:52 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:52 + docker push nexus3.edgexfoundry.org:10004/core-keeper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:11:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:11:52 3b2b18bf928f: Preparing 07:11:52 669c36c803a9: Preparing 07:11:52 43c127cabffc: Preparing 07:11:52 266809f93dde: Preparing 07:11:52 22aa51e25400: Preparing 07:11:52 ce7f800efff9: Preparing 07:11:52 43c127cabffc: Layer already exists 07:11:52 ce7f800efff9: Layer already exists 07:11:52 22aa51e25400: Pushed 07:11:52 266809f93dde: Pushed 07:11:52 3b2b18bf928f: Pushed 07:11:55 669c36c803a9: Pushed 07:11:55 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:6726ac5a81910189f3c31786849c600484675664ce8d79451fc24a3b64bba143 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:56 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:56 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 07:11:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:11:56 3b2b18bf928f: Preparing 07:11:56 669c36c803a9: Preparing 07:11:56 43c127cabffc: Preparing 07:11:56 266809f93dde: Preparing 07:11:56 22aa51e25400: Preparing 07:11:56 ce7f800efff9: Preparing 07:11:56 ce7f800efff9: Waiting 07:11:56 266809f93dde: Layer already exists 07:11:56 3b2b18bf928f: Layer already exists 07:11:56 22aa51e25400: Layer already exists 07:11:56 669c36c803a9: Layer already exists 07:11:56 43c127cabffc: Layer already exists 07:11:56 ce7f800efff9: Layer already exists 07:11:56 latest: digest: sha256:6726ac5a81910189f3c31786849c600484675664ce8d79451fc24a3b64bba143 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:56 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:57 + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.58 07:11:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:11:57 3b2b18bf928f: Preparing 07:11:57 669c36c803a9: Preparing 07:11:57 43c127cabffc: Preparing 07:11:57 266809f93dde: Preparing 07:11:57 22aa51e25400: Preparing 07:11:57 ce7f800efff9: Preparing 07:11:57 ce7f800efff9: Waiting 07:11:57 22aa51e25400: Layer already exists 07:11:57 669c36c803a9: Layer already exists 07:11:57 43c127cabffc: Layer already exists 07:11:57 3b2b18bf928f: Layer already exists 07:11:57 266809f93dde: Layer already exists 07:11:57 ce7f800efff9: Layer already exists 07:11:57 3.2.0-dev.58: digest: sha256:6726ac5a81910189f3c31786849c600484675664ce8d79451fc24a3b64bba143 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:57 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:57 + docker push nexus3.edgexfoundry.org:10004/core-keeper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:11:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:11:57 3b2b18bf928f: Preparing 07:11:57 669c36c803a9: Preparing 07:11:57 43c127cabffc: Preparing 07:11:57 266809f93dde: Preparing 07:11:57 22aa51e25400: Preparing 07:11:57 ce7f800efff9: Preparing 07:11:57 ce7f800efff9: Waiting 07:11:57 43c127cabffc: Layer already exists 07:11:57 266809f93dde: Layer already exists 07:11:57 3b2b18bf928f: Layer already exists 07:11:57 22aa51e25400: Layer already exists 07:11:57 669c36c803a9: Layer already exists 07:11:57 ce7f800efff9: Layer already exists 07:11:57 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:6726ac5a81910189f3c31786849c600484675664ce8d79451fc24a3b64bba143 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:58 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:58 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 07:11:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:11:58 3b2b18bf928f: Preparing 07:11:58 669c36c803a9: Preparing 07:11:58 43c127cabffc: Preparing 07:11:58 266809f93dde: Preparing 07:11:58 22aa51e25400: Preparing 07:11:58 ce7f800efff9: Preparing 07:11:58 ce7f800efff9: Waiting 07:11:58 3b2b18bf928f: Layer already exists 07:11:58 22aa51e25400: Layer already exists 07:11:58 669c36c803a9: Layer already exists 07:11:58 266809f93dde: Layer already exists 07:11:58 43c127cabffc: Layer already exists 07:11:58 ce7f800efff9: Layer already exists 07:11:58 main: digest: sha256:6726ac5a81910189f3c31786849c600484675664ce8d79451fc24a3b64bba143 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:11:58 ===================================================== [Pipeline] echo 07:11:58 taggedImages: 07:11:58 - nexus3.edgexfoundry.org:10004/core-keeper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:11:58 - nexus3.edgexfoundry.org:10004/core-keeper:latest 07:11:58 - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.58 07:11:58 - nexus3.edgexfoundry.org:10004/core-keeper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:11:58 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 07:11:58 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 07:11:58 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:11:58 latest 07:11:58 3.2.0-dev.58 07:11:58 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:11:58 main 07:11:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:58 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:59 + docker push nexus3.edgexfoundry.org:10004/core-metadata:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:11:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:11:59 7ccd82131572: Preparing 07:11:59 f8c48f6939b2: Preparing 07:11:59 49f901b9d500: Preparing 07:11:59 7d1d618872be: Preparing 07:11:59 43c127cabffc: Preparing 07:11:59 a7a3f5afc27d: Preparing 07:11:59 6bdfd9d8caf5: Preparing 07:11:59 ce7f800efff9: Preparing 07:11:59 a7a3f5afc27d: Waiting 07:11:59 43c127cabffc: Layer already exists 07:11:59 f8c48f6939b2: Pushed 07:11:59 7d1d618872be: Layer already exists 07:11:59 7ccd82131572: Pushed 07:11:59 a7a3f5afc27d: Layer already exists 07:11:59 6bdfd9d8caf5: Layer already exists 07:11:59 ce7f800efff9: Layer already exists 07:12:02 49f901b9d500: Pushed 07:12:02 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:39e20afafd0fdddcf6b2ef056e87676d77df69dacf62c21429a77e81ef6d9029 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:03 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:03 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 07:12:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:12:03 7ccd82131572: Preparing 07:12:03 f8c48f6939b2: Preparing 07:12:03 49f901b9d500: Preparing 07:12:03 7d1d618872be: Preparing 07:12:03 43c127cabffc: Preparing 07:12:03 a7a3f5afc27d: Preparing 07:12:03 6bdfd9d8caf5: Preparing 07:12:03 ce7f800efff9: Preparing 07:12:03 a7a3f5afc27d: Waiting 07:12:03 6bdfd9d8caf5: Waiting 07:12:03 ce7f800efff9: Waiting 07:12:03 49f901b9d500: Layer already exists 07:12:03 f8c48f6939b2: Layer already exists 07:12:03 7ccd82131572: Layer already exists 07:12:03 7d1d618872be: Layer already exists 07:12:03 43c127cabffc: Layer already exists 07:12:03 a7a3f5afc27d: Layer already exists 07:12:03 ce7f800efff9: Layer already exists 07:12:03 6bdfd9d8caf5: Layer already exists 07:12:03 latest: digest: sha256:39e20afafd0fdddcf6b2ef056e87676d77df69dacf62c21429a77e81ef6d9029 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:03 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:04 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.58 07:12:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:12:04 7ccd82131572: Preparing 07:12:04 f8c48f6939b2: Preparing 07:12:04 49f901b9d500: Preparing 07:12:04 7d1d618872be: Preparing 07:12:04 43c127cabffc: Preparing 07:12:04 a7a3f5afc27d: Preparing 07:12:04 6bdfd9d8caf5: Preparing 07:12:04 ce7f800efff9: Preparing 07:12:04 a7a3f5afc27d: Waiting 07:12:04 6bdfd9d8caf5: Waiting 07:12:04 7d1d618872be: Layer already exists 07:12:04 43c127cabffc: Layer already exists 07:12:04 7ccd82131572: Layer already exists 07:12:04 f8c48f6939b2: Layer already exists 07:12:04 49f901b9d500: Layer already exists 07:12:04 a7a3f5afc27d: Layer already exists 07:12:04 ce7f800efff9: Layer already exists 07:12:04 6bdfd9d8caf5: Layer already exists 07:12:04 3.2.0-dev.58: digest: sha256:39e20afafd0fdddcf6b2ef056e87676d77df69dacf62c21429a77e81ef6d9029 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:04 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:04 + docker push nexus3.edgexfoundry.org:10004/core-metadata:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:12:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:12:04 7ccd82131572: Preparing 07:12:04 f8c48f6939b2: Preparing 07:12:04 49f901b9d500: Preparing 07:12:04 7d1d618872be: Preparing 07:12:04 43c127cabffc: Preparing 07:12:04 a7a3f5afc27d: Preparing 07:12:04 6bdfd9d8caf5: Preparing 07:12:04 a7a3f5afc27d: Waiting 07:12:04 6bdfd9d8caf5: Waiting 07:12:04 ce7f800efff9: Preparing 07:12:04 ce7f800efff9: Waiting 07:12:04 49f901b9d500: Layer already exists 07:12:04 7ccd82131572: Layer already exists 07:12:04 7d1d618872be: Layer already exists 07:12:04 f8c48f6939b2: Layer already exists 07:12:04 43c127cabffc: Layer already exists 07:12:04 a7a3f5afc27d: Layer already exists 07:12:04 6bdfd9d8caf5: Layer already exists 07:12:04 ce7f800efff9: Layer already exists 07:12:04 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:39e20afafd0fdddcf6b2ef056e87676d77df69dacf62c21429a77e81ef6d9029 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:05 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:05 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 07:12:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:12:05 7ccd82131572: Preparing 07:12:05 f8c48f6939b2: Preparing 07:12:05 49f901b9d500: Preparing 07:12:05 7d1d618872be: Preparing 07:12:05 43c127cabffc: Preparing 07:12:05 a7a3f5afc27d: Preparing 07:12:05 6bdfd9d8caf5: Preparing 07:12:05 ce7f800efff9: Preparing 07:12:05 a7a3f5afc27d: Waiting 07:12:05 ce7f800efff9: Waiting 07:12:05 6bdfd9d8caf5: Waiting 07:12:05 f8c48f6939b2: Layer already exists 07:12:05 7ccd82131572: Layer already exists 07:12:05 7d1d618872be: Layer already exists 07:12:05 49f901b9d500: Layer already exists 07:12:05 43c127cabffc: Layer already exists 07:12:05 a7a3f5afc27d: Layer already exists 07:12:05 6bdfd9d8caf5: Layer already exists 07:12:05 ce7f800efff9: Layer already exists 07:12:05 main: digest: sha256:39e20afafd0fdddcf6b2ef056e87676d77df69dacf62c21429a77e81ef6d9029 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:12:05 ===================================================== [Pipeline] echo 07:12:05 taggedImages: 07:12:05 - nexus3.edgexfoundry.org:10004/core-metadata:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:12:05 - nexus3.edgexfoundry.org:10004/core-metadata:latest 07:12:05 - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.58 07:12:05 - nexus3.edgexfoundry.org:10004/core-metadata:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:12:05 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 07:12:05 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 07:12:05 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:12:05 latest 07:12:05 3.2.0-dev.58 07:12:05 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:12:05 main 07:12:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:05 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:12:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:12:06 1f190a0ec321: Preparing 07:12:06 0afd93e48036: Preparing 07:12:06 37dfe8eef89a: Preparing 07:12:06 543db1c513c6: Preparing 07:12:06 2e1faa855730: Preparing 07:12:06 825155f9484a: Preparing 07:12:06 1f65feb87842: Preparing 07:12:06 303b925b0f1d: Preparing 07:12:06 7d1d618872be: Preparing 07:12:06 43c127cabffc: Preparing 07:12:06 19bce68851ac: Preparing 07:12:06 b4a35ed252bb: Preparing 07:12:06 5f70bf18a086: Preparing 07:12:06 ac417f2504f3: Preparing 07:12:06 d7e6170c4cd7: Preparing 07:12:06 4fad86ade1e0: Preparing 07:12:06 ce7f800efff9: Preparing 07:12:06 1f65feb87842: Waiting 07:12:06 d7e6170c4cd7: Waiting 07:12:06 19bce68851ac: Waiting 07:12:06 7d1d618872be: Waiting 07:12:06 43c127cabffc: Waiting 07:12:06 ac417f2504f3: Waiting 07:12:06 b4a35ed252bb: Waiting 07:12:06 5f70bf18a086: Waiting 07:12:06 303b925b0f1d: Waiting 07:12:06 4fad86ade1e0: Waiting 07:12:06 1f190a0ec321: Pushed 07:12:06 0afd93e48036: Pushed 07:12:06 37dfe8eef89a: Pushed 07:12:06 2e1faa855730: Pushed 07:12:06 543db1c513c6: Pushed 07:12:06 43c127cabffc: Layer already exists 07:12:06 7d1d618872be: Layer already exists 07:12:06 825155f9484a: Pushed 07:12:06 1f65feb87842: Pushed 07:12:06 5f70bf18a086: Layer already exists 07:12:06 19bce68851ac: Pushed 07:12:06 b4a35ed252bb: Pushed 07:12:06 ce7f800efff9: Layer already exists 07:12:06 ac417f2504f3: Pushed 07:12:06 d7e6170c4cd7: Pushed 07:12:06 4fad86ade1e0: Pushed 07:12:07 303b925b0f1d: Pushed 07:12:07 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:2b87d5062dfe28b72fd55e71d9ab4c88e02186880df339a12fac575ac70e7074 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:08 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:08 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 07:12:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:12:08 1f190a0ec321: Preparing 07:12:08 0afd93e48036: Preparing 07:12:08 37dfe8eef89a: Preparing 07:12:08 543db1c513c6: Preparing 07:12:08 2e1faa855730: Preparing 07:12:08 825155f9484a: Preparing 07:12:08 1f65feb87842: Preparing 07:12:08 303b925b0f1d: Preparing 07:12:08 7d1d618872be: Preparing 07:12:08 43c127cabffc: Preparing 07:12:08 19bce68851ac: Preparing 07:12:08 b4a35ed252bb: Preparing 07:12:08 5f70bf18a086: Preparing 07:12:08 ac417f2504f3: Preparing 07:12:08 d7e6170c4cd7: Preparing 07:12:08 4fad86ade1e0: Preparing 07:12:08 ce7f800efff9: Preparing 07:12:08 825155f9484a: Waiting 07:12:08 1f65feb87842: Waiting 07:12:08 303b925b0f1d: Waiting 07:12:08 7d1d618872be: Waiting 07:12:08 43c127cabffc: Waiting 07:12:08 19bce68851ac: Waiting 07:12:08 b4a35ed252bb: Waiting 07:12:08 ce7f800efff9: Waiting 07:12:08 ac417f2504f3: Waiting 07:12:08 4fad86ade1e0: Waiting 07:12:08 1f190a0ec321: Layer already exists 07:12:08 37dfe8eef89a: Layer already exists 07:12:08 0afd93e48036: Layer already exists 07:12:08 2e1faa855730: Layer already exists 07:12:08 543db1c513c6: Layer already exists 07:12:08 825155f9484a: Layer already exists 07:12:08 1f65feb87842: Layer already exists 07:12:08 303b925b0f1d: Layer already exists 07:12:08 7d1d618872be: Layer already exists 07:12:08 43c127cabffc: Layer already exists 07:12:08 19bce68851ac: Layer already exists 07:12:08 b4a35ed252bb: Layer already exists 07:12:08 5f70bf18a086: Layer already exists 07:12:08 d7e6170c4cd7: Layer already exists 07:12:08 ac417f2504f3: Layer already exists 07:12:08 4fad86ade1e0: Layer already exists 07:12:08 ce7f800efff9: Layer already exists 07:12:08 latest: digest: sha256:2b87d5062dfe28b72fd55e71d9ab4c88e02186880df339a12fac575ac70e7074 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:08 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:09 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.58 07:12:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:12:09 1f190a0ec321: Preparing 07:12:09 0afd93e48036: Preparing 07:12:09 37dfe8eef89a: Preparing 07:12:09 543db1c513c6: Preparing 07:12:09 2e1faa855730: Preparing 07:12:09 825155f9484a: Preparing 07:12:09 1f65feb87842: Preparing 07:12:09 303b925b0f1d: Preparing 07:12:09 7d1d618872be: Preparing 07:12:09 43c127cabffc: Preparing 07:12:09 19bce68851ac: Preparing 07:12:09 b4a35ed252bb: Preparing 07:12:09 5f70bf18a086: Preparing 07:12:09 ac417f2504f3: Preparing 07:12:09 d7e6170c4cd7: Preparing 07:12:09 4fad86ade1e0: Preparing 07:12:09 ce7f800efff9: Preparing 07:12:09 d7e6170c4cd7: Waiting 07:12:09 b4a35ed252bb: Waiting 07:12:09 825155f9484a: Waiting 07:12:09 5f70bf18a086: Waiting 07:12:09 ac417f2504f3: Waiting 07:12:09 1f65feb87842: Waiting 07:12:09 ce7f800efff9: Waiting 07:12:09 303b925b0f1d: Waiting 07:12:09 4fad86ade1e0: Waiting 07:12:09 19bce68851ac: Waiting 07:12:09 43c127cabffc: Waiting 07:12:09 2e1faa855730: Layer already exists 07:12:09 37dfe8eef89a: Layer already exists 07:12:09 1f190a0ec321: Layer already exists 07:12:09 0afd93e48036: Layer already exists 07:12:09 543db1c513c6: Layer already exists 07:12:09 825155f9484a: Layer already exists 07:12:09 303b925b0f1d: Layer already exists 07:12:09 1f65feb87842: Layer already exists 07:12:09 43c127cabffc: Layer already exists 07:12:09 7d1d618872be: Layer already exists 07:12:09 b4a35ed252bb: Layer already exists 07:12:09 19bce68851ac: Layer already exists 07:12:09 5f70bf18a086: Layer already exists 07:12:09 ac417f2504f3: Layer already exists 07:12:09 d7e6170c4cd7: Layer already exists 07:12:09 ce7f800efff9: Layer already exists 07:12:09 4fad86ade1e0: Layer already exists 07:12:09 3.2.0-dev.58: digest: sha256:2b87d5062dfe28b72fd55e71d9ab4c88e02186880df339a12fac575ac70e7074 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:09 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:09 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:12:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:12:09 1f190a0ec321: Preparing 07:12:09 0afd93e48036: Preparing 07:12:09 37dfe8eef89a: Preparing 07:12:09 543db1c513c6: Preparing 07:12:09 2e1faa855730: Preparing 07:12:09 825155f9484a: Preparing 07:12:09 1f65feb87842: Preparing 07:12:09 303b925b0f1d: Preparing 07:12:09 7d1d618872be: Preparing 07:12:09 43c127cabffc: Preparing 07:12:09 19bce68851ac: Preparing 07:12:09 1f65feb87842: Waiting 07:12:09 825155f9484a: Waiting 07:12:09 303b925b0f1d: Waiting 07:12:09 7d1d618872be: Waiting 07:12:09 b4a35ed252bb: Preparing 07:12:09 5f70bf18a086: Preparing 07:12:09 ac417f2504f3: Preparing 07:12:09 d7e6170c4cd7: Preparing 07:12:09 4fad86ade1e0: Preparing 07:12:09 ce7f800efff9: Preparing 07:12:09 ac417f2504f3: Waiting 07:12:09 5f70bf18a086: Waiting 07:12:09 d7e6170c4cd7: Waiting 07:12:09 ce7f800efff9: Waiting 07:12:09 b4a35ed252bb: Waiting 07:12:09 2e1faa855730: Layer already exists 07:12:09 37dfe8eef89a: Layer already exists 07:12:09 0afd93e48036: Layer already exists 07:12:09 1f190a0ec321: Layer already exists 07:12:09 543db1c513c6: Layer already exists 07:12:09 1f65feb87842: Layer already exists 07:12:09 825155f9484a: Layer already exists 07:12:09 43c127cabffc: Layer already exists 07:12:09 303b925b0f1d: Layer already exists 07:12:09 7d1d618872be: Layer already exists 07:12:09 19bce68851ac: Layer already exists 07:12:09 b4a35ed252bb: Layer already exists 07:12:09 ac417f2504f3: Layer already exists 07:12:09 5f70bf18a086: Layer already exists 07:12:09 d7e6170c4cd7: Layer already exists 07:12:09 4fad86ade1e0: Layer already exists 07:12:09 ce7f800efff9: Layer already exists 07:12:09 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:2b87d5062dfe28b72fd55e71d9ab4c88e02186880df339a12fac575ac70e7074 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:10 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:10 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 07:12:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:12:10 1f190a0ec321: Preparing 07:12:10 0afd93e48036: Preparing 07:12:10 37dfe8eef89a: Preparing 07:12:10 543db1c513c6: Preparing 07:12:10 2e1faa855730: Preparing 07:12:10 825155f9484a: Preparing 07:12:10 1f65feb87842: Preparing 07:12:10 303b925b0f1d: Preparing 07:12:10 7d1d618872be: Preparing 07:12:10 43c127cabffc: Preparing 07:12:10 19bce68851ac: Preparing 07:12:10 b4a35ed252bb: Preparing 07:12:10 5f70bf18a086: Preparing 07:12:10 ac417f2504f3: Preparing 07:12:10 d7e6170c4cd7: Preparing 07:12:10 4fad86ade1e0: Preparing 07:12:10 ce7f800efff9: Preparing 07:12:10 825155f9484a: Waiting 07:12:10 1f65feb87842: Waiting 07:12:10 5f70bf18a086: Waiting 07:12:10 ac417f2504f3: Waiting 07:12:10 d7e6170c4cd7: Waiting 07:12:10 303b925b0f1d: Waiting 07:12:10 4fad86ade1e0: Waiting 07:12:10 7d1d618872be: Waiting 07:12:10 ce7f800efff9: Waiting 07:12:10 b4a35ed252bb: Waiting 07:12:10 43c127cabffc: Waiting 07:12:10 19bce68851ac: Waiting 07:12:10 543db1c513c6: Layer already exists 07:12:10 1f190a0ec321: Layer already exists 07:12:10 0afd93e48036: Layer already exists 07:12:10 2e1faa855730: Layer already exists 07:12:10 37dfe8eef89a: Layer already exists 07:12:10 1f65feb87842: Layer already exists 07:12:10 303b925b0f1d: Layer already exists 07:12:10 825155f9484a: Layer already exists 07:12:10 7d1d618872be: Layer already exists 07:12:10 43c127cabffc: Layer already exists 07:12:10 b4a35ed252bb: Layer already exists 07:12:10 19bce68851ac: Layer already exists 07:12:10 ac417f2504f3: Layer already exists 07:12:10 5f70bf18a086: Layer already exists 07:12:10 d7e6170c4cd7: Layer already exists 07:12:10 4fad86ade1e0: Layer already exists 07:12:10 ce7f800efff9: Layer already exists 07:12:10 main: digest: sha256:2b87d5062dfe28b72fd55e71d9ab4c88e02186880df339a12fac575ac70e7074 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:12:10 ===================================================== [Pipeline] echo 07:12:10 taggedImages: 07:12:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:12:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 07:12:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.58 07:12:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:12:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 07:12:10 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 07:12:10 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:12:10 latest 07:12:10 3.2.0-dev.58 07:12:10 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:12:10 main 07:12:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:11 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:12:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:12:11 1675a31d724e: Preparing 07:12:11 8150f08ecf71: Preparing 07:12:11 707e03bbd55d: Preparing 07:12:11 38ca656df33e: Preparing 07:12:11 7d1d618872be: Preparing 07:12:11 43c127cabffc: Preparing 07:12:11 a7a3f5afc27d: Preparing 07:12:11 6bdfd9d8caf5: Preparing 07:12:11 ce7f800efff9: Preparing 07:12:11 a7a3f5afc27d: Waiting 07:12:11 6bdfd9d8caf5: Waiting 07:12:11 ce7f800efff9: Waiting 07:12:11 1675a31d724e: Layer already exists 07:12:11 8150f08ecf71: Layer already exists 07:12:11 7d1d618872be: Layer already exists 07:12:11 43c127cabffc: Layer already exists 07:12:11 a7a3f5afc27d: Layer already exists 07:12:11 6bdfd9d8caf5: Layer already exists 07:12:11 ce7f800efff9: Layer already exists 07:12:11 707e03bbd55d: Pushed 07:12:13 38ca656df33e: Pushed 07:12:14 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:901a9839c978b10a550f79b768f163fd4e3d8e6a9086e88662c64278f0fcb1ab size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:14 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 07:12:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:12:14 1675a31d724e: Preparing 07:12:14 8150f08ecf71: Preparing 07:12:14 707e03bbd55d: Preparing 07:12:14 38ca656df33e: Preparing 07:12:14 7d1d618872be: Preparing 07:12:14 43c127cabffc: Preparing 07:12:14 a7a3f5afc27d: Preparing 07:12:14 6bdfd9d8caf5: Preparing 07:12:14 ce7f800efff9: Preparing 07:12:14 43c127cabffc: Waiting 07:12:14 a7a3f5afc27d: Waiting 07:12:14 6bdfd9d8caf5: Waiting 07:12:14 ce7f800efff9: Waiting 07:12:14 8150f08ecf71: Layer already exists 07:12:14 7d1d618872be: Layer already exists 07:12:14 38ca656df33e: Layer already exists 07:12:14 1675a31d724e: Layer already exists 07:12:14 707e03bbd55d: Layer already exists 07:12:14 43c127cabffc: Layer already exists 07:12:14 6bdfd9d8caf5: Layer already exists 07:12:14 a7a3f5afc27d: Layer already exists 07:12:14 ce7f800efff9: Layer already exists 07:12:14 latest: digest: sha256:901a9839c978b10a550f79b768f163fd4e3d8e6a9086e88662c64278f0fcb1ab size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:15 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.58 07:12:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:12:15 1675a31d724e: Preparing 07:12:15 8150f08ecf71: Preparing 07:12:15 707e03bbd55d: Preparing 07:12:15 38ca656df33e: Preparing 07:12:15 7d1d618872be: Preparing 07:12:15 43c127cabffc: Preparing 07:12:15 a7a3f5afc27d: Preparing 07:12:15 6bdfd9d8caf5: Preparing 07:12:15 ce7f800efff9: Preparing 07:12:15 a7a3f5afc27d: Waiting 07:12:15 ce7f800efff9: Waiting 07:12:15 43c127cabffc: Waiting 07:12:15 7d1d618872be: Layer already exists 07:12:15 38ca656df33e: Layer already exists 07:12:15 1675a31d724e: Layer already exists 07:12:15 707e03bbd55d: Layer already exists 07:12:15 8150f08ecf71: Layer already exists 07:12:15 a7a3f5afc27d: Layer already exists 07:12:15 43c127cabffc: Layer already exists 07:12:15 6bdfd9d8caf5: Layer already exists 07:12:15 ce7f800efff9: Layer already exists 07:12:15 3.2.0-dev.58: digest: sha256:901a9839c978b10a550f79b768f163fd4e3d8e6a9086e88662c64278f0fcb1ab size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:15 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:12:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:12:16 1675a31d724e: Preparing 07:12:16 8150f08ecf71: Preparing 07:12:16 707e03bbd55d: Preparing 07:12:16 38ca656df33e: Preparing 07:12:16 7d1d618872be: Preparing 07:12:16 43c127cabffc: Preparing 07:12:16 a7a3f5afc27d: Preparing 07:12:16 6bdfd9d8caf5: Preparing 07:12:16 ce7f800efff9: Preparing 07:12:16 6bdfd9d8caf5: Waiting 07:12:16 43c127cabffc: Waiting 07:12:16 a7a3f5afc27d: Waiting 07:12:16 ce7f800efff9: Waiting 07:12:16 7d1d618872be: Layer already exists 07:12:16 707e03bbd55d: Layer already exists 07:12:16 8150f08ecf71: Layer already exists 07:12:16 1675a31d724e: Layer already exists 07:12:16 38ca656df33e: Layer already exists 07:12:16 43c127cabffc: Layer already exists 07:12:16 a7a3f5afc27d: Layer already exists 07:12:16 6bdfd9d8caf5: Layer already exists 07:12:16 ce7f800efff9: Layer already exists 07:12:16 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:901a9839c978b10a550f79b768f163fd4e3d8e6a9086e88662c64278f0fcb1ab size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:16 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 07:12:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:12:17 1675a31d724e: Preparing 07:12:17 8150f08ecf71: Preparing 07:12:17 707e03bbd55d: Preparing 07:12:17 38ca656df33e: Preparing 07:12:17 7d1d618872be: Preparing 07:12:17 43c127cabffc: Preparing 07:12:17 a7a3f5afc27d: Preparing 07:12:17 6bdfd9d8caf5: Preparing 07:12:17 ce7f800efff9: Preparing 07:12:17 43c127cabffc: Waiting 07:12:17 a7a3f5afc27d: Waiting 07:12:17 6bdfd9d8caf5: Waiting 07:12:17 ce7f800efff9: Waiting 07:12:17 8150f08ecf71: Layer already exists 07:12:17 38ca656df33e: Layer already exists 07:12:17 707e03bbd55d: Layer already exists 07:12:17 7d1d618872be: Layer already exists 07:12:17 1675a31d724e: Layer already exists 07:12:17 43c127cabffc: Layer already exists 07:12:17 6bdfd9d8caf5: Layer already exists 07:12:17 a7a3f5afc27d: Layer already exists 07:12:17 ce7f800efff9: Layer already exists 07:12:17 main: digest: sha256:901a9839c978b10a550f79b768f163fd4e3d8e6a9086e88662c64278f0fcb1ab size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:12:17 ===================================================== [Pipeline] echo 07:12:17 taggedImages: 07:12:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:12:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 07:12:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.58 07:12:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:12:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 07:12:17 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 07:12:17 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:12:17 latest 07:12:17 3.2.0-dev.58 07:12:17 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:12:17 main 07:12:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:17 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:12:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:12:17 9fc6e160b5bf: Preparing 07:12:17 fb1aa07a1607: Preparing 07:12:17 72615b821877: Preparing 07:12:17 0c2a3477c46e: Preparing 07:12:17 81cccdbc1b11: Preparing 07:12:17 7d1d618872be: Preparing 07:12:17 43c127cabffc: Preparing 07:12:17 1fecd6466798: Preparing 07:12:17 f995815e8f41: Preparing 07:12:17 e7819549e495: Preparing 07:12:17 ce7f800efff9: Preparing 07:12:17 1fecd6466798: Waiting 07:12:17 ce7f800efff9: Waiting 07:12:17 7d1d618872be: Waiting 07:12:17 e7819549e495: Waiting 07:12:17 f995815e8f41: Waiting 07:12:17 43c127cabffc: Waiting 07:12:17 fb1aa07a1607: Pushed 07:12:17 81cccdbc1b11: Pushed 07:12:17 0c2a3477c46e: Pushed 07:12:18 9fc6e160b5bf: Pushed 07:12:18 1fecd6466798: Pushed 07:12:18 7d1d618872be: Layer already exists 07:12:18 43c127cabffc: Layer already exists 07:12:18 f995815e8f41: Pushed 07:12:18 ce7f800efff9: Layer already exists 07:12:18 72615b821877: Pushed 07:12:19 e7819549e495: Pushed 07:12:19 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:ecee41c98e16af14430e98ec0ef70ad2e7b36bd9b10d3a1b3c99d92f7cea35bd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:20 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 07:12:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:12:20 9fc6e160b5bf: Preparing 07:12:20 fb1aa07a1607: Preparing 07:12:20 72615b821877: Preparing 07:12:20 0c2a3477c46e: Preparing 07:12:20 81cccdbc1b11: Preparing 07:12:20 7d1d618872be: Preparing 07:12:20 43c127cabffc: Preparing 07:12:20 1fecd6466798: Preparing 07:12:20 43c127cabffc: Waiting 07:12:20 7d1d618872be: Waiting 07:12:20 f995815e8f41: Preparing 07:12:20 1fecd6466798: Waiting 07:12:20 e7819549e495: Preparing 07:12:20 ce7f800efff9: Preparing 07:12:20 f995815e8f41: Waiting 07:12:20 e7819549e495: Waiting 07:12:20 ce7f800efff9: Waiting 07:12:20 81cccdbc1b11: Layer already exists 07:12:20 9fc6e160b5bf: Layer already exists 07:12:20 72615b821877: Layer already exists 07:12:20 0c2a3477c46e: Layer already exists 07:12:20 fb1aa07a1607: Layer already exists 07:12:20 1fecd6466798: Layer already exists 07:12:20 43c127cabffc: Layer already exists 07:12:20 e7819549e495: Layer already exists 07:12:20 f995815e8f41: Layer already exists 07:12:20 ce7f800efff9: Layer already exists 07:12:20 7d1d618872be: Layer already exists 07:12:20 latest: digest: sha256:ecee41c98e16af14430e98ec0ef70ad2e7b36bd9b10d3a1b3c99d92f7cea35bd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:20 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.58 07:12:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:12:21 9fc6e160b5bf: Preparing 07:12:21 fb1aa07a1607: Preparing 07:12:21 72615b821877: Preparing 07:12:21 0c2a3477c46e: Preparing 07:12:21 81cccdbc1b11: Preparing 07:12:21 7d1d618872be: Preparing 07:12:21 43c127cabffc: Preparing 07:12:21 1fecd6466798: Preparing 07:12:21 7d1d618872be: Waiting 07:12:21 43c127cabffc: Waiting 07:12:21 f995815e8f41: Preparing 07:12:21 e7819549e495: Preparing 07:12:21 1fecd6466798: Waiting 07:12:21 f995815e8f41: Waiting 07:12:21 ce7f800efff9: Preparing 07:12:21 e7819549e495: Waiting 07:12:21 ce7f800efff9: Waiting 07:12:21 81cccdbc1b11: Layer already exists 07:12:21 72615b821877: Layer already exists 07:12:21 9fc6e160b5bf: Layer already exists 07:12:21 0c2a3477c46e: Layer already exists 07:12:21 fb1aa07a1607: Layer already exists 07:12:21 7d1d618872be: Layer already exists 07:12:21 43c127cabffc: Layer already exists 07:12:21 f995815e8f41: Layer already exists 07:12:21 1fecd6466798: Layer already exists 07:12:21 e7819549e495: Layer already exists 07:12:21 ce7f800efff9: Layer already exists 07:12:21 3.2.0-dev.58: digest: sha256:ecee41c98e16af14430e98ec0ef70ad2e7b36bd9b10d3a1b3c99d92f7cea35bd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:21 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:12:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:12:21 9fc6e160b5bf: Preparing 07:12:21 fb1aa07a1607: Preparing 07:12:21 72615b821877: Preparing 07:12:21 0c2a3477c46e: Preparing 07:12:21 81cccdbc1b11: Preparing 07:12:21 7d1d618872be: Preparing 07:12:21 43c127cabffc: Preparing 07:12:21 1fecd6466798: Preparing 07:12:21 f995815e8f41: Preparing 07:12:21 e7819549e495: Preparing 07:12:21 ce7f800efff9: Preparing 07:12:21 7d1d618872be: Waiting 07:12:21 43c127cabffc: Waiting 07:12:21 1fecd6466798: Waiting 07:12:21 f995815e8f41: Waiting 07:12:21 e7819549e495: Waiting 07:12:21 ce7f800efff9: Waiting 07:12:21 fb1aa07a1607: Layer already exists 07:12:21 81cccdbc1b11: Layer already exists 07:12:21 72615b821877: Layer already exists 07:12:21 9fc6e160b5bf: Layer already exists 07:12:21 0c2a3477c46e: Layer already exists 07:12:21 7d1d618872be: Layer already exists 07:12:21 1fecd6466798: Layer already exists 07:12:21 43c127cabffc: Layer already exists 07:12:21 e7819549e495: Layer already exists 07:12:21 f995815e8f41: Layer already exists 07:12:21 ce7f800efff9: Layer already exists 07:12:21 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:ecee41c98e16af14430e98ec0ef70ad2e7b36bd9b10d3a1b3c99d92f7cea35bd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:22 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 07:12:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:12:22 9fc6e160b5bf: Preparing 07:12:22 fb1aa07a1607: Preparing 07:12:22 72615b821877: Preparing 07:12:22 0c2a3477c46e: Preparing 07:12:22 81cccdbc1b11: Preparing 07:12:22 7d1d618872be: Preparing 07:12:22 43c127cabffc: Preparing 07:12:22 1fecd6466798: Preparing 07:12:22 f995815e8f41: Preparing 07:12:22 e7819549e495: Preparing 07:12:22 ce7f800efff9: Preparing 07:12:22 1fecd6466798: Waiting 07:12:22 f995815e8f41: Waiting 07:12:22 ce7f800efff9: Waiting 07:12:22 7d1d618872be: Waiting 07:12:22 43c127cabffc: Waiting 07:12:22 e7819549e495: Waiting 07:12:22 fb1aa07a1607: Layer already exists 07:12:22 9fc6e160b5bf: Layer already exists 07:12:22 0c2a3477c46e: Layer already exists 07:12:22 81cccdbc1b11: Layer already exists 07:12:22 72615b821877: Layer already exists 07:12:22 7d1d618872be: Layer already exists 07:12:22 1fecd6466798: Layer already exists 07:12:22 43c127cabffc: Layer already exists 07:12:22 e7819549e495: Layer already exists 07:12:22 f995815e8f41: Layer already exists 07:12:22 ce7f800efff9: Layer already exists 07:12:22 main: digest: sha256:ecee41c98e16af14430e98ec0ef70ad2e7b36bd9b10d3a1b3c99d92f7cea35bd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:12:22 ===================================================== [Pipeline] echo 07:12:22 taggedImages: 07:12:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:12:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 07:12:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.58 07:12:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:12:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 07:12:22 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 07:12:22 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:12:22 latest 07:12:22 3.2.0-dev.58 07:12:22 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:12:22 main 07:12:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:23 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:23 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:12:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:12:23 42ee5c8d07a3: Preparing 07:12:23 2b9f68bd8e71: Preparing 07:12:23 d8f38a18c2a5: Preparing 07:12:23 75f7075cd1a7: Preparing 07:12:23 965fbeacf977: Preparing 07:12:23 c03a7e5bf04b: Preparing 07:12:23 eef8d4eaee1a: Preparing 07:12:23 7d1d618872be: Preparing 07:12:23 43c127cabffc: Preparing 07:12:23 38689fa0b322: Preparing 07:12:23 4041c14aaa7a: Preparing 07:12:23 ce7f800efff9: Preparing 07:12:23 eef8d4eaee1a: Waiting 07:12:23 4041c14aaa7a: Waiting 07:12:23 ce7f800efff9: Waiting 07:12:23 38689fa0b322: Waiting 07:12:23 43c127cabffc: Waiting 07:12:23 7d1d618872be: Waiting 07:12:23 c03a7e5bf04b: Waiting 07:12:23 2b9f68bd8e71: Pushed 07:12:23 965fbeacf977: Pushed 07:12:24 42ee5c8d07a3: Pushed 07:12:24 c03a7e5bf04b: Pushed 07:12:24 eef8d4eaee1a: Pushed 07:12:24 7d1d618872be: Layer already exists 07:12:24 75f7075cd1a7: Pushed 07:12:24 38689fa0b322: Pushed 07:12:24 43c127cabffc: Layer already exists 07:12:24 d8f38a18c2a5: Pushed 07:12:24 ce7f800efff9: Layer already exists 07:12:25 4041c14aaa7a: Pushed 07:12:26 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:dd8f4cec993c4aeec1b5b392029d44c306305af6c558b7719c413ef14670ab2f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:26 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:26 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 07:12:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:12:26 42ee5c8d07a3: Preparing 07:12:26 2b9f68bd8e71: Preparing 07:12:26 d8f38a18c2a5: Preparing 07:12:26 75f7075cd1a7: Preparing 07:12:26 965fbeacf977: Preparing 07:12:26 c03a7e5bf04b: Preparing 07:12:26 eef8d4eaee1a: Preparing 07:12:26 7d1d618872be: Preparing 07:12:26 43c127cabffc: Preparing 07:12:26 38689fa0b322: Preparing 07:12:26 4041c14aaa7a: Preparing 07:12:26 ce7f800efff9: Preparing 07:12:26 c03a7e5bf04b: Waiting 07:12:26 ce7f800efff9: Waiting 07:12:26 7d1d618872be: Waiting 07:12:26 38689fa0b322: Waiting 07:12:26 43c127cabffc: Waiting 07:12:26 4041c14aaa7a: Waiting 07:12:26 eef8d4eaee1a: Waiting 07:12:26 75f7075cd1a7: Layer already exists 07:12:26 d8f38a18c2a5: Layer already exists 07:12:26 965fbeacf977: Layer already exists 07:12:26 2b9f68bd8e71: Layer already exists 07:12:26 42ee5c8d07a3: Layer already exists 07:12:26 38689fa0b322: Layer already exists 07:12:26 eef8d4eaee1a: Layer already exists 07:12:26 c03a7e5bf04b: Layer already exists 07:12:26 7d1d618872be: Layer already exists 07:12:26 43c127cabffc: Layer already exists 07:12:26 ce7f800efff9: Layer already exists 07:12:26 4041c14aaa7a: Layer already exists 07:12:26 latest: digest: sha256:dd8f4cec993c4aeec1b5b392029d44c306305af6c558b7719c413ef14670ab2f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:27 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.58 07:12:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:12:27 42ee5c8d07a3: Preparing 07:12:27 2b9f68bd8e71: Preparing 07:12:27 d8f38a18c2a5: Preparing 07:12:27 75f7075cd1a7: Preparing 07:12:27 965fbeacf977: Preparing 07:12:27 c03a7e5bf04b: Preparing 07:12:27 eef8d4eaee1a: Preparing 07:12:27 7d1d618872be: Preparing 07:12:27 43c127cabffc: Preparing 07:12:27 38689fa0b322: Preparing 07:12:27 4041c14aaa7a: Preparing 07:12:27 ce7f800efff9: Preparing 07:12:27 7d1d618872be: Waiting 07:12:27 43c127cabffc: Waiting 07:12:27 38689fa0b322: Waiting 07:12:27 4041c14aaa7a: Waiting 07:12:27 ce7f800efff9: Waiting 07:12:27 c03a7e5bf04b: Waiting 07:12:27 965fbeacf977: Layer already exists 07:12:27 2b9f68bd8e71: Layer already exists 07:12:27 75f7075cd1a7: Layer already exists 07:12:27 d8f38a18c2a5: Layer already exists 07:12:27 42ee5c8d07a3: Layer already exists 07:12:27 eef8d4eaee1a: Layer already exists 07:12:27 c03a7e5bf04b: Layer already exists 07:12:27 7d1d618872be: Layer already exists 07:12:27 43c127cabffc: Layer already exists 07:12:27 38689fa0b322: Layer already exists 07:12:27 4041c14aaa7a: Layer already exists 07:12:27 ce7f800efff9: Layer already exists 07:12:27 3.2.0-dev.58: digest: sha256:dd8f4cec993c4aeec1b5b392029d44c306305af6c558b7719c413ef14670ab2f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:27 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:12:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:12:28 42ee5c8d07a3: Preparing 07:12:28 2b9f68bd8e71: Preparing 07:12:28 d8f38a18c2a5: Preparing 07:12:28 75f7075cd1a7: Preparing 07:12:28 965fbeacf977: Preparing 07:12:28 c03a7e5bf04b: Preparing 07:12:28 eef8d4eaee1a: Preparing 07:12:28 7d1d618872be: Preparing 07:12:28 43c127cabffc: Preparing 07:12:28 38689fa0b322: Preparing 07:12:28 4041c14aaa7a: Preparing 07:12:28 ce7f800efff9: Preparing 07:12:28 c03a7e5bf04b: Waiting 07:12:28 eef8d4eaee1a: Waiting 07:12:28 7d1d618872be: Waiting 07:12:28 43c127cabffc: Waiting 07:12:28 38689fa0b322: Waiting 07:12:28 4041c14aaa7a: Waiting 07:12:28 ce7f800efff9: Waiting 07:12:28 42ee5c8d07a3: Layer already exists 07:12:28 75f7075cd1a7: Layer already exists 07:12:28 965fbeacf977: Layer already exists 07:12:28 d8f38a18c2a5: Layer already exists 07:12:28 2b9f68bd8e71: Layer already exists 07:12:28 c03a7e5bf04b: Layer already exists 07:12:28 eef8d4eaee1a: Layer already exists 07:12:28 7d1d618872be: Layer already exists 07:12:28 43c127cabffc: Layer already exists 07:12:28 38689fa0b322: Layer already exists 07:12:28 4041c14aaa7a: Layer already exists 07:12:28 ce7f800efff9: Layer already exists 07:12:28 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:dd8f4cec993c4aeec1b5b392029d44c306305af6c558b7719c413ef14670ab2f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:28 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 07:12:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:12:28 42ee5c8d07a3: Preparing 07:12:28 2b9f68bd8e71: Preparing 07:12:28 d8f38a18c2a5: Preparing 07:12:28 75f7075cd1a7: Preparing 07:12:28 965fbeacf977: Preparing 07:12:28 c03a7e5bf04b: Preparing 07:12:28 eef8d4eaee1a: Preparing 07:12:28 7d1d618872be: Preparing 07:12:28 43c127cabffc: Preparing 07:12:28 38689fa0b322: Preparing 07:12:28 4041c14aaa7a: Preparing 07:12:28 ce7f800efff9: Preparing 07:12:28 c03a7e5bf04b: Waiting 07:12:28 eef8d4eaee1a: Waiting 07:12:28 7d1d618872be: Waiting 07:12:28 4041c14aaa7a: Waiting 07:12:28 ce7f800efff9: Waiting 07:12:28 43c127cabffc: Waiting 07:12:28 38689fa0b322: Waiting 07:12:28 42ee5c8d07a3: Layer already exists 07:12:28 2b9f68bd8e71: Layer already exists 07:12:28 d8f38a18c2a5: Layer already exists 07:12:28 75f7075cd1a7: Layer already exists 07:12:28 965fbeacf977: Layer already exists 07:12:28 c03a7e5bf04b: Layer already exists 07:12:28 7d1d618872be: Layer already exists 07:12:28 eef8d4eaee1a: Layer already exists 07:12:28 43c127cabffc: Layer already exists 07:12:28 38689fa0b322: Layer already exists 07:12:28 4041c14aaa7a: Layer already exists 07:12:28 ce7f800efff9: Layer already exists 07:12:28 main: digest: sha256:dd8f4cec993c4aeec1b5b392029d44c306305af6c558b7719c413ef14670ab2f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:12:28 ===================================================== [Pipeline] echo 07:12:28 taggedImages: 07:12:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:12:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 07:12:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.58 07:12:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:12:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 07:12:28 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 07:12:28 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:12:28 latest 07:12:28 3.2.0-dev.58 07:12:28 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:12:28 main 07:12:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:29 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:29 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:12:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:12:29 9de967c8be83: Preparing 07:12:29 af5b0dd58d5d: Preparing 07:12:29 7d1d618872be: Preparing 07:12:29 43c127cabffc: Preparing 07:12:29 e5591dbd70c0: Preparing 07:12:29 5bc1da9c1269: Preparing 07:12:29 ce7f800efff9: Preparing 07:12:29 5bc1da9c1269: Waiting 07:12:29 ce7f800efff9: Waiting 07:12:29 7d1d618872be: Layer already exists 07:12:29 43c127cabffc: Layer already exists 07:12:29 ce7f800efff9: Layer already exists 07:12:29 9de967c8be83: Pushed 07:12:29 e5591dbd70c0: Pushed 07:12:30 5bc1da9c1269: Pushed 07:12:31 af5b0dd58d5d: Pushed 07:12:31 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:a21684cc262a29c9fc015da0a31538ed3eb546ac6678ad83850ab773789820ca size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:31 + 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 07:12:32 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 07:12:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:12:32 9de967c8be83: Preparing 07:12:32 af5b0dd58d5d: Preparing 07:12:32 7d1d618872be: Preparing 07:12:32 43c127cabffc: Preparing 07:12:32 e5591dbd70c0: Preparing 07:12:32 5bc1da9c1269: Preparing 07:12:32 ce7f800efff9: Preparing 07:12:32 ce7f800efff9: Waiting 07:12:32 5bc1da9c1269: Waiting 07:12:32 e5591dbd70c0: Layer already exists 07:12:32 af5b0dd58d5d: Layer already exists 07:12:32 9de967c8be83: Layer already exists 07:12:32 7d1d618872be: Layer already exists 07:12:32 43c127cabffc: Layer already exists 07:12:32 5bc1da9c1269: Layer already exists 07:12:32 ce7f800efff9: Layer already exists 07:12:32 latest: digest: sha256:a21684cc262a29c9fc015da0a31538ed3eb546ac6678ad83850ab773789820ca size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:32 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:32 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.58 07:12:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:12:32 9de967c8be83: Preparing 07:12:32 af5b0dd58d5d: Preparing 07:12:32 7d1d618872be: Preparing 07:12:32 43c127cabffc: Preparing 07:12:32 e5591dbd70c0: Preparing 07:12:32 5bc1da9c1269: Preparing 07:12:32 ce7f800efff9: Preparing 07:12:32 5bc1da9c1269: Waiting 07:12:32 ce7f800efff9: Waiting 07:12:32 e5591dbd70c0: Layer already exists 07:12:32 af5b0dd58d5d: Layer already exists 07:12:32 43c127cabffc: Layer already exists 07:12:32 9de967c8be83: Layer already exists 07:12:32 7d1d618872be: Layer already exists 07:12:32 5bc1da9c1269: Layer already exists 07:12:32 ce7f800efff9: Layer already exists 07:12:32 3.2.0-dev.58: digest: sha256:a21684cc262a29c9fc015da0a31538ed3eb546ac6678ad83850ab773789820ca size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:33 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:12:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:12:33 9de967c8be83: Preparing 07:12:33 af5b0dd58d5d: Preparing 07:12:33 7d1d618872be: Preparing 07:12:33 43c127cabffc: Preparing 07:12:33 e5591dbd70c0: Preparing 07:12:33 5bc1da9c1269: Preparing 07:12:33 ce7f800efff9: Preparing 07:12:33 5bc1da9c1269: Waiting 07:12:33 ce7f800efff9: Waiting 07:12:33 43c127cabffc: Layer already exists 07:12:33 7d1d618872be: Layer already exists 07:12:33 9de967c8be83: Layer already exists 07:12:33 af5b0dd58d5d: Layer already exists 07:12:33 e5591dbd70c0: Layer already exists 07:12:33 ce7f800efff9: Layer already exists 07:12:33 5bc1da9c1269: Layer already exists 07:12:33 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:a21684cc262a29c9fc015da0a31538ed3eb546ac6678ad83850ab773789820ca size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:34 + 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 07:12:34 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 07:12:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:12:34 9de967c8be83: Preparing 07:12:34 af5b0dd58d5d: Preparing 07:12:34 7d1d618872be: Preparing 07:12:34 43c127cabffc: Preparing 07:12:34 e5591dbd70c0: Preparing 07:12:34 5bc1da9c1269: Preparing 07:12:34 ce7f800efff9: Preparing 07:12:34 5bc1da9c1269: Waiting 07:12:34 af5b0dd58d5d: Layer already exists 07:12:34 7d1d618872be: Layer already exists 07:12:34 43c127cabffc: Layer already exists 07:12:34 e5591dbd70c0: Layer already exists 07:12:34 9de967c8be83: Layer already exists 07:12:34 ce7f800efff9: Layer already exists 07:12:34 5bc1da9c1269: Layer already exists 07:12:34 main: digest: sha256:a21684cc262a29c9fc015da0a31538ed3eb546ac6678ad83850ab773789820ca size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:12:34 ===================================================== [Pipeline] echo 07:12:34 taggedImages: 07:12:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:12:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 07:12:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.58 07:12:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:12:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 07:12:34 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 07:12:34 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:12:34 latest 07:12:34 3.2.0-dev.58 07:12:34 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:12:34 main 07:12:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:34 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:12:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:12:35 38a7dd77ead5: Preparing 07:12:35 ddd2bff40d51: Preparing 07:12:35 a6ea4af3858a: Preparing 07:12:35 7d1d618872be: Preparing 07:12:35 43c127cabffc: Preparing 07:12:35 21cc49c56787: Preparing 07:12:35 2d84b84ff420: Preparing 07:12:35 cc6bc1592d73: Preparing 07:12:35 b2a220fac75e: Preparing 07:12:35 ce7f800efff9: Preparing 07:12:35 21cc49c56787: Waiting 07:12:35 2d84b84ff420: Waiting 07:12:35 ce7f800efff9: Waiting 07:12:35 cc6bc1592d73: Waiting 07:12:35 b2a220fac75e: Waiting 07:12:35 7d1d618872be: Layer already exists 07:12:35 43c127cabffc: Layer already exists 07:12:35 a6ea4af3858a: Pushed 07:12:35 ddd2bff40d51: Pushed 07:12:35 38a7dd77ead5: Pushed 07:12:35 ce7f800efff9: Layer already exists 07:12:35 cc6bc1592d73: Pushed 07:12:35 b2a220fac75e: Pushed 07:12:42 2d84b84ff420: Pushed 07:12:44 21cc49c56787: Pushed 07:12:44 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:870b7dd2863591c0896450f591496ba74afe1a904cd5566b7e8af23afc8760d9 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:45 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 07:12:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:12:45 38a7dd77ead5: Preparing 07:12:45 ddd2bff40d51: Preparing 07:12:45 a6ea4af3858a: Preparing 07:12:45 7d1d618872be: Preparing 07:12:45 43c127cabffc: Preparing 07:12:45 21cc49c56787: Preparing 07:12:45 2d84b84ff420: Preparing 07:12:45 cc6bc1592d73: Preparing 07:12:45 b2a220fac75e: Preparing 07:12:45 21cc49c56787: Waiting 07:12:45 2d84b84ff420: Waiting 07:12:45 cc6bc1592d73: Waiting 07:12:45 ce7f800efff9: Preparing 07:12:45 b2a220fac75e: Waiting 07:12:45 ddd2bff40d51: Layer already exists 07:12:45 7d1d618872be: Layer already exists 07:12:45 43c127cabffc: Layer already exists 07:12:45 a6ea4af3858a: Layer already exists 07:12:45 38a7dd77ead5: Layer already exists 07:12:45 21cc49c56787: Layer already exists 07:12:45 2d84b84ff420: Layer already exists 07:12:45 cc6bc1592d73: Layer already exists 07:12:45 b2a220fac75e: Layer already exists 07:12:45 ce7f800efff9: Layer already exists 07:12:45 latest: digest: sha256:870b7dd2863591c0896450f591496ba74afe1a904cd5566b7e8af23afc8760d9 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:46 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.58 07:12:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:12:46 38a7dd77ead5: Preparing 07:12:46 ddd2bff40d51: Preparing 07:12:46 a6ea4af3858a: Preparing 07:12:46 7d1d618872be: Preparing 07:12:46 43c127cabffc: Preparing 07:12:46 21cc49c56787: Preparing 07:12:46 2d84b84ff420: Preparing 07:12:46 cc6bc1592d73: Preparing 07:12:46 b2a220fac75e: Preparing 07:12:46 ce7f800efff9: Preparing 07:12:46 2d84b84ff420: Waiting 07:12:46 b2a220fac75e: Waiting 07:12:46 cc6bc1592d73: Waiting 07:12:46 a6ea4af3858a: Layer already exists 07:12:46 38a7dd77ead5: Layer already exists 07:12:46 7d1d618872be: Layer already exists 07:12:46 ddd2bff40d51: Layer already exists 07:12:46 21cc49c56787: Layer already exists 07:12:46 43c127cabffc: Layer already exists 07:12:46 cc6bc1592d73: Layer already exists 07:12:46 2d84b84ff420: Layer already exists 07:12:46 b2a220fac75e: Layer already exists 07:12:46 ce7f800efff9: Layer already exists 07:12:46 3.2.0-dev.58: digest: sha256:870b7dd2863591c0896450f591496ba74afe1a904cd5566b7e8af23afc8760d9 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:46 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:12:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:12:47 38a7dd77ead5: Preparing 07:12:47 ddd2bff40d51: Preparing 07:12:47 a6ea4af3858a: Preparing 07:12:47 7d1d618872be: Preparing 07:12:47 43c127cabffc: Preparing 07:12:47 21cc49c56787: Preparing 07:12:47 2d84b84ff420: Preparing 07:12:47 cc6bc1592d73: Preparing 07:12:47 b2a220fac75e: Preparing 07:12:47 ce7f800efff9: Preparing 07:12:47 2d84b84ff420: Waiting 07:12:47 cc6bc1592d73: Waiting 07:12:47 b2a220fac75e: Waiting 07:12:47 21cc49c56787: Waiting 07:12:47 ce7f800efff9: Waiting 07:12:47 38a7dd77ead5: Layer already exists 07:12:47 43c127cabffc: Layer already exists 07:12:47 ddd2bff40d51: Layer already exists 07:12:47 7d1d618872be: Layer already exists 07:12:47 a6ea4af3858a: Layer already exists 07:12:47 21cc49c56787: Layer already exists 07:12:47 cc6bc1592d73: Layer already exists 07:12:47 2d84b84ff420: Layer already exists 07:12:47 ce7f800efff9: Layer already exists 07:12:47 b2a220fac75e: Layer already exists 07:12:47 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:870b7dd2863591c0896450f591496ba74afe1a904cd5566b7e8af23afc8760d9 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:47 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 07:12:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:12:47 38a7dd77ead5: Preparing 07:12:47 ddd2bff40d51: Preparing 07:12:47 a6ea4af3858a: Preparing 07:12:47 7d1d618872be: Preparing 07:12:47 43c127cabffc: Preparing 07:12:47 21cc49c56787: Preparing 07:12:47 2d84b84ff420: Preparing 07:12:47 cc6bc1592d73: Preparing 07:12:47 b2a220fac75e: Preparing 07:12:47 ce7f800efff9: Preparing 07:12:47 2d84b84ff420: Waiting 07:12:47 ce7f800efff9: Waiting 07:12:47 cc6bc1592d73: Waiting 07:12:47 b2a220fac75e: Waiting 07:12:47 a6ea4af3858a: Layer already exists 07:12:47 ddd2bff40d51: Layer already exists 07:12:47 43c127cabffc: Layer already exists 07:12:47 38a7dd77ead5: Layer already exists 07:12:47 7d1d618872be: Layer already exists 07:12:47 21cc49c56787: Layer already exists 07:12:47 cc6bc1592d73: Layer already exists 07:12:47 2d84b84ff420: Layer already exists 07:12:47 b2a220fac75e: Layer already exists 07:12:47 ce7f800efff9: Layer already exists 07:12:47 main: digest: sha256:870b7dd2863591c0896450f591496ba74afe1a904cd5566b7e8af23afc8760d9 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:12:48 ===================================================== [Pipeline] echo 07:12:48 taggedImages: 07:12:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:12:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 07:12:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.58 07:12:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:12:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 07:12:48 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 07:12:48 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:12:48 latest 07:12:48 3.2.0-dev.58 07:12:48 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:12:48 main 07:12:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:48 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:12:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:12:48 4e96e281e716: Preparing 07:12:48 845ad36b823d: Preparing 07:12:48 22065953f136: Preparing 07:12:48 7d1d618872be: Preparing 07:12:48 43c127cabffc: Preparing 07:12:48 4b721baee66d: Preparing 07:12:48 b4d877afadf7: Preparing 07:12:48 ea23a3f89a55: Preparing 07:12:48 ce7f800efff9: Preparing 07:12:48 b4d877afadf7: Waiting 07:12:48 ea23a3f89a55: Waiting 07:12:48 ce7f800efff9: Waiting 07:12:48 4b721baee66d: Waiting 07:12:48 845ad36b823d: Pushed 07:12:48 22065953f136: Pushed 07:12:49 7d1d618872be: Layer already exists 07:12:49 4e96e281e716: Pushed 07:12:49 43c127cabffc: Layer already exists 07:12:49 b4d877afadf7: Pushed 07:12:49 ea23a3f89a55: Pushed 07:12:49 ce7f800efff9: Layer already exists 07:12:59 4b721baee66d: Pushed 07:12:59 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:3640d761f089462a0e372395bcba83d4b84807327c3860d4f6bdfb1cefab5891 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:59 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 07:13:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:13:00 4e96e281e716: Preparing 07:13:00 845ad36b823d: Preparing 07:13:00 22065953f136: Preparing 07:13:00 7d1d618872be: Preparing 07:13:00 43c127cabffc: Preparing 07:13:00 4b721baee66d: Preparing 07:13:00 b4d877afadf7: Preparing 07:13:00 ea23a3f89a55: Preparing 07:13:00 ce7f800efff9: Preparing 07:13:00 ea23a3f89a55: Waiting 07:13:00 4b721baee66d: Waiting 07:13:00 7d1d618872be: Layer already exists 07:13:00 22065953f136: Layer already exists 07:13:00 4e96e281e716: Layer already exists 07:13:00 845ad36b823d: Layer already exists 07:13:00 43c127cabffc: Layer already exists 07:13:00 4b721baee66d: Layer already exists 07:13:00 b4d877afadf7: Layer already exists 07:13:00 ea23a3f89a55: Layer already exists 07:13:00 ce7f800efff9: Layer already exists 07:13:00 latest: digest: sha256:3640d761f089462a0e372395bcba83d4b84807327c3860d4f6bdfb1cefab5891 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:00 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.58 07:13:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:13:00 4e96e281e716: Preparing 07:13:00 845ad36b823d: Preparing 07:13:00 22065953f136: Preparing 07:13:00 7d1d618872be: Preparing 07:13:00 43c127cabffc: Preparing 07:13:00 4b721baee66d: Preparing 07:13:00 b4d877afadf7: Preparing 07:13:00 ea23a3f89a55: Preparing 07:13:00 ce7f800efff9: Preparing 07:13:00 ea23a3f89a55: Waiting 07:13:00 4b721baee66d: Waiting 07:13:00 b4d877afadf7: Waiting 07:13:00 ce7f800efff9: Waiting 07:13:00 7d1d618872be: Layer already exists 07:13:00 845ad36b823d: Layer already exists 07:13:00 43c127cabffc: Layer already exists 07:13:00 4e96e281e716: Layer already exists 07:13:00 22065953f136: Layer already exists 07:13:00 ea23a3f89a55: Layer already exists 07:13:00 ce7f800efff9: Layer already exists 07:13:00 b4d877afadf7: Layer already exists 07:13:00 4b721baee66d: Layer already exists 07:13:00 3.2.0-dev.58: digest: sha256:3640d761f089462a0e372395bcba83d4b84807327c3860d4f6bdfb1cefab5891 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:01 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:13:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:13:01 4e96e281e716: Preparing 07:13:01 845ad36b823d: Preparing 07:13:01 22065953f136: Preparing 07:13:01 7d1d618872be: Preparing 07:13:01 43c127cabffc: Preparing 07:13:01 4b721baee66d: Preparing 07:13:01 b4d877afadf7: Preparing 07:13:01 ea23a3f89a55: Preparing 07:13:01 ce7f800efff9: Preparing 07:13:01 4b721baee66d: Waiting 07:13:01 ea23a3f89a55: Waiting 07:13:01 ce7f800efff9: Waiting 07:13:01 b4d877afadf7: Waiting 07:13:01 7d1d618872be: Layer already exists 07:13:01 22065953f136: Layer already exists 07:13:01 4e96e281e716: Layer already exists 07:13:01 43c127cabffc: Layer already exists 07:13:01 845ad36b823d: Layer already exists 07:13:01 b4d877afadf7: Layer already exists 07:13:01 4b721baee66d: Layer already exists 07:13:01 ea23a3f89a55: Layer already exists 07:13:01 ce7f800efff9: Layer already exists 07:13:01 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:3640d761f089462a0e372395bcba83d4b84807327c3860d4f6bdfb1cefab5891 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:01 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 07:13:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:13:02 4e96e281e716: Preparing 07:13:02 845ad36b823d: Preparing 07:13:02 22065953f136: Preparing 07:13:02 7d1d618872be: Preparing 07:13:02 43c127cabffc: Preparing 07:13:02 4b721baee66d: Preparing 07:13:02 b4d877afadf7: Preparing 07:13:02 ea23a3f89a55: Preparing 07:13:02 ce7f800efff9: Preparing 07:13:02 4b721baee66d: Waiting 07:13:02 ce7f800efff9: Waiting 07:13:02 b4d877afadf7: Waiting 07:13:02 ea23a3f89a55: Waiting 07:13:02 845ad36b823d: Layer already exists 07:13:02 7d1d618872be: Layer already exists 07:13:02 43c127cabffc: Layer already exists 07:13:02 4e96e281e716: Layer already exists 07:13:02 22065953f136: Layer already exists 07:13:02 ea23a3f89a55: Layer already exists 07:13:02 b4d877afadf7: Layer already exists 07:13:02 ce7f800efff9: Layer already exists 07:13:02 4b721baee66d: Layer already exists 07:13:02 main: digest: sha256:3640d761f089462a0e372395bcba83d4b84807327c3860d4f6bdfb1cefab5891 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:13:02 ===================================================== [Pipeline] echo 07:13:02 taggedImages: 07:13:02 - nexus3.edgexfoundry.org:10004/security-spire-config:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:13:02 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 07:13:02 - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.58 07:13:02 - nexus3.edgexfoundry.org:10004/security-spire-config:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:13:02 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 07:13:02 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 07:13:02 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:13:02 latest 07:13:02 3.2.0-dev.58 07:13:02 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:13:02 main 07:13:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:02 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:13:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:13:02 38a7dd77ead5: Preparing 07:13:02 abf362b4ca2a: Preparing 07:13:02 ec5b7c57c9b3: Preparing 07:13:02 7d1d618872be: Preparing 07:13:02 43c127cabffc: Preparing 07:13:02 4b721baee66d: Preparing 07:13:02 cc6bc1592d73: Preparing 07:13:02 b2a220fac75e: Preparing 07:13:02 ce7f800efff9: Preparing 07:13:02 4b721baee66d: Waiting 07:13:02 b2a220fac75e: Waiting 07:13:02 cc6bc1592d73: Waiting 07:13:02 ce7f800efff9: Waiting 07:13:02 38a7dd77ead5: Layer already exists 07:13:02 7d1d618872be: Layer already exists 07:13:02 43c127cabffc: Layer already exists 07:13:02 4b721baee66d: Layer already exists 07:13:02 cc6bc1592d73: Layer already exists 07:13:02 b2a220fac75e: Layer already exists 07:13:02 ce7f800efff9: Layer already exists 07:13:02 abf362b4ca2a: Pushed 07:13:02 ec5b7c57c9b3: Pushed 07:13:03 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:a41e790b0d2d3cf10f9447e7890b067a8171a20b331ce319718be151eca2b3cc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:03 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 07:13:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:13:03 38a7dd77ead5: Preparing 07:13:03 abf362b4ca2a: Preparing 07:13:03 ec5b7c57c9b3: Preparing 07:13:03 7d1d618872be: Preparing 07:13:03 43c127cabffc: Preparing 07:13:03 4b721baee66d: Preparing 07:13:03 cc6bc1592d73: Preparing 07:13:03 b2a220fac75e: Preparing 07:13:03 ce7f800efff9: Preparing 07:13:03 4b721baee66d: Waiting 07:13:03 cc6bc1592d73: Waiting 07:13:03 ce7f800efff9: Waiting 07:13:03 b2a220fac75e: Waiting 07:13:03 abf362b4ca2a: Layer already exists 07:13:03 ec5b7c57c9b3: Layer already exists 07:13:03 43c127cabffc: Layer already exists 07:13:03 38a7dd77ead5: Layer already exists 07:13:03 7d1d618872be: Layer already exists 07:13:03 cc6bc1592d73: Layer already exists 07:13:03 4b721baee66d: Layer already exists 07:13:03 b2a220fac75e: Layer already exists 07:13:03 ce7f800efff9: Layer already exists 07:13:03 latest: digest: sha256:a41e790b0d2d3cf10f9447e7890b067a8171a20b331ce319718be151eca2b3cc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:04 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.58 07:13:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:13:04 38a7dd77ead5: Preparing 07:13:04 abf362b4ca2a: Preparing 07:13:04 ec5b7c57c9b3: Preparing 07:13:04 7d1d618872be: Preparing 07:13:04 43c127cabffc: Preparing 07:13:04 4b721baee66d: Preparing 07:13:04 cc6bc1592d73: Preparing 07:13:04 b2a220fac75e: Preparing 07:13:04 ce7f800efff9: Preparing 07:13:04 4b721baee66d: Waiting 07:13:04 cc6bc1592d73: Waiting 07:13:04 b2a220fac75e: Waiting 07:13:04 ce7f800efff9: Waiting 07:13:04 abf362b4ca2a: Layer already exists 07:13:04 7d1d618872be: Layer already exists 07:13:04 43c127cabffc: Layer already exists 07:13:04 38a7dd77ead5: Layer already exists 07:13:04 ec5b7c57c9b3: Layer already exists 07:13:04 cc6bc1592d73: Layer already exists 07:13:04 4b721baee66d: Layer already exists 07:13:04 b2a220fac75e: Layer already exists 07:13:04 ce7f800efff9: Layer already exists 07:13:04 3.2.0-dev.58: digest: sha256:a41e790b0d2d3cf10f9447e7890b067a8171a20b331ce319718be151eca2b3cc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:04 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:13:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:13:05 38a7dd77ead5: Preparing 07:13:05 abf362b4ca2a: Preparing 07:13:05 ec5b7c57c9b3: Preparing 07:13:05 7d1d618872be: Preparing 07:13:05 43c127cabffc: Preparing 07:13:05 4b721baee66d: Preparing 07:13:05 cc6bc1592d73: Preparing 07:13:05 b2a220fac75e: Preparing 07:13:05 ce7f800efff9: Preparing 07:13:05 cc6bc1592d73: Waiting 07:13:05 b2a220fac75e: Waiting 07:13:05 ce7f800efff9: Waiting 07:13:05 4b721baee66d: Waiting 07:13:05 abf362b4ca2a: Layer already exists 07:13:05 43c127cabffc: Layer already exists 07:13:05 38a7dd77ead5: Layer already exists 07:13:05 ec5b7c57c9b3: Layer already exists 07:13:05 7d1d618872be: Layer already exists 07:13:05 cc6bc1592d73: Layer already exists 07:13:05 4b721baee66d: Layer already exists 07:13:05 ce7f800efff9: Layer already exists 07:13:05 b2a220fac75e: Layer already exists 07:13:05 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:a41e790b0d2d3cf10f9447e7890b067a8171a20b331ce319718be151eca2b3cc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:05 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 07:13:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:13:05 38a7dd77ead5: Preparing 07:13:05 abf362b4ca2a: Preparing 07:13:05 ec5b7c57c9b3: Preparing 07:13:05 7d1d618872be: Preparing 07:13:05 43c127cabffc: Preparing 07:13:05 4b721baee66d: Preparing 07:13:05 cc6bc1592d73: Preparing 07:13:05 b2a220fac75e: Preparing 07:13:05 ce7f800efff9: Preparing 07:13:05 4b721baee66d: Waiting 07:13:05 cc6bc1592d73: Waiting 07:13:05 b2a220fac75e: Waiting 07:13:05 ce7f800efff9: Waiting 07:13:05 7d1d618872be: Layer already exists 07:13:05 38a7dd77ead5: Layer already exists 07:13:05 ec5b7c57c9b3: Layer already exists 07:13:05 43c127cabffc: Layer already exists 07:13:05 abf362b4ca2a: Layer already exists 07:13:05 4b721baee66d: Layer already exists 07:13:05 cc6bc1592d73: Layer already exists 07:13:05 ce7f800efff9: Layer already exists 07:13:05 b2a220fac75e: Layer already exists 07:13:05 main: digest: sha256:a41e790b0d2d3cf10f9447e7890b067a8171a20b331ce319718be151eca2b3cc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:13:05 ===================================================== [Pipeline] echo 07:13:05 taggedImages: 07:13:05 - nexus3.edgexfoundry.org:10004/security-spire-server:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:13:05 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 07:13:05 - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.58 07:13:05 - nexus3.edgexfoundry.org:10004/security-spire-server:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:13:05 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 07:13:05 [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: 07:13:05 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:13:05 latest 07:13:05 3.2.0-dev.58 07:13:05 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:13:05 main 07:13:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:06 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:06 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:13:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 07:13:06 0dd464a1897a: Preparing 07:13:06 be1db82e0d42: Preparing 07:13:06 7d1d618872be: Preparing 07:13:06 43c127cabffc: Preparing 07:13:06 8527d197bf77: Preparing 07:13:06 1a4c28714f6b: Preparing 07:13:06 ce7f800efff9: Preparing 07:13:06 1a4c28714f6b: Waiting 07:13:06 ce7f800efff9: Waiting 07:13:06 7d1d618872be: Layer already exists 07:13:06 43c127cabffc: Layer already exists 07:13:06 ce7f800efff9: Layer already exists 07:13:06 0dd464a1897a: Pushed 07:13:06 8527d197bf77: Pushed 07:13:06 1a4c28714f6b: Pushed 07:13:10 be1db82e0d42: Pushed 07:13:10 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:bb44ead8a56835aeb4cd49bcb1723e4d42ffc254bdf5786e942ed1a01968d290 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:10 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:10 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 07:13:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 07:13:10 0dd464a1897a: Preparing 07:13:10 be1db82e0d42: Preparing 07:13:10 7d1d618872be: Preparing 07:13:10 43c127cabffc: Preparing 07:13:10 8527d197bf77: Preparing 07:13:10 1a4c28714f6b: Preparing 07:13:10 ce7f800efff9: Preparing 07:13:10 1a4c28714f6b: Waiting 07:13:10 ce7f800efff9: Waiting 07:13:10 7d1d618872be: Layer already exists 07:13:10 43c127cabffc: Layer already exists 07:13:10 0dd464a1897a: Layer already exists 07:13:10 8527d197bf77: Layer already exists 07:13:10 be1db82e0d42: Layer already exists 07:13:10 ce7f800efff9: Layer already exists 07:13:10 1a4c28714f6b: Layer already exists 07:13:10 latest: digest: sha256:bb44ead8a56835aeb4cd49bcb1723e4d42ffc254bdf5786e942ed1a01968d290 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:11 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:11 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.58 07:13:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 07:13:11 0dd464a1897a: Preparing 07:13:11 be1db82e0d42: Preparing 07:13:11 7d1d618872be: Preparing 07:13:11 43c127cabffc: Preparing 07:13:11 8527d197bf77: Preparing 07:13:11 1a4c28714f6b: Preparing 07:13:11 ce7f800efff9: Preparing 07:13:11 ce7f800efff9: Waiting 07:13:11 1a4c28714f6b: Waiting 07:13:11 be1db82e0d42: Layer already exists 07:13:11 7d1d618872be: Layer already exists 07:13:11 0dd464a1897a: Layer already exists 07:13:11 8527d197bf77: Layer already exists 07:13:11 43c127cabffc: Layer already exists 07:13:11 1a4c28714f6b: Layer already exists 07:13:11 ce7f800efff9: Layer already exists 07:13:11 3.2.0-dev.58: digest: sha256:bb44ead8a56835aeb4cd49bcb1723e4d42ffc254bdf5786e942ed1a01968d290 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:11 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:12 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:13:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 07:13:12 0dd464a1897a: Preparing 07:13:12 be1db82e0d42: Preparing 07:13:12 7d1d618872be: Preparing 07:13:12 43c127cabffc: Preparing 07:13:12 8527d197bf77: Preparing 07:13:12 1a4c28714f6b: Preparing 07:13:12 ce7f800efff9: Preparing 07:13:12 1a4c28714f6b: Waiting 07:13:12 ce7f800efff9: Waiting 07:13:12 0dd464a1897a: Layer already exists 07:13:12 43c127cabffc: Layer already exists 07:13:12 be1db82e0d42: Layer already exists 07:13:12 7d1d618872be: Layer already exists 07:13:12 8527d197bf77: Layer already exists 07:13:12 1a4c28714f6b: Layer already exists 07:13:12 ce7f800efff9: Layer already exists 07:13:12 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:bb44ead8a56835aeb4cd49bcb1723e4d42ffc254bdf5786e942ed1a01968d290 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:12 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:12 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main 07:13:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 07:13:12 0dd464a1897a: Preparing 07:13:12 be1db82e0d42: Preparing 07:13:12 7d1d618872be: Preparing 07:13:12 43c127cabffc: Preparing 07:13:12 8527d197bf77: Preparing 07:13:12 1a4c28714f6b: Preparing 07:13:12 ce7f800efff9: Preparing 07:13:12 1a4c28714f6b: Waiting 07:13:12 43c127cabffc: Layer already exists 07:13:12 7d1d618872be: Layer already exists 07:13:12 be1db82e0d42: Layer already exists 07:13:12 8527d197bf77: Layer already exists 07:13:12 0dd464a1897a: Layer already exists 07:13:12 1a4c28714f6b: Layer already exists 07:13:12 ce7f800efff9: Layer already exists 07:13:12 main: digest: sha256:bb44ead8a56835aeb4cd49bcb1723e4d42ffc254bdf5786e942ed1a01968d290 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:13:12 ===================================================== [Pipeline] echo 07:13:12 taggedImages: 07:13:12 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:13:12 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 07:13:12 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.58 07:13:12 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:13:12 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo 07:13:12 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 07:13:12 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:13:12 latest 07:13:12 3.2.0-dev.58 07:13:12 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:13:12 main 07:13:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:13 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:13 + docker push nexus3.edgexfoundry.org:10004/support-notifications:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:13:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:13:13 b1368c4a9797: Preparing 07:13:13 c5a08df2b92f: Preparing 07:13:13 7d1d618872be: Preparing 07:13:13 43c127cabffc: Preparing 07:13:13 f63101c402fc: Preparing 07:13:13 26b1cbeed5ff: Preparing 07:13:13 ce7f800efff9: Preparing 07:13:13 26b1cbeed5ff: Waiting 07:13:13 43c127cabffc: Layer already exists 07:13:13 7d1d618872be: Layer already exists 07:13:13 ce7f800efff9: Layer already exists 07:13:13 f63101c402fc: Pushed 07:13:13 b1368c4a9797: Pushed 07:13:13 26b1cbeed5ff: Pushed 07:13:17 c5a08df2b92f: Pushed 07:13:17 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:42629ea77ed4bfca19a09dac10a9b0e5935e49cc7b00d6c524126e5b0c126d6f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:17 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:17 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 07:13:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:13:17 b1368c4a9797: Preparing 07:13:17 c5a08df2b92f: Preparing 07:13:17 7d1d618872be: Preparing 07:13:17 43c127cabffc: Preparing 07:13:17 f63101c402fc: Preparing 07:13:17 26b1cbeed5ff: Preparing 07:13:17 ce7f800efff9: Preparing 07:13:17 26b1cbeed5ff: Waiting 07:13:17 b1368c4a9797: Layer already exists 07:13:17 43c127cabffc: Layer already exists 07:13:17 f63101c402fc: Layer already exists 07:13:17 7d1d618872be: Layer already exists 07:13:17 c5a08df2b92f: Layer already exists 07:13:17 26b1cbeed5ff: Layer already exists 07:13:17 ce7f800efff9: Layer already exists 07:13:17 latest: digest: sha256:42629ea77ed4bfca19a09dac10a9b0e5935e49cc7b00d6c524126e5b0c126d6f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:18 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:18 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.58 07:13:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:13:18 b1368c4a9797: Preparing 07:13:18 c5a08df2b92f: Preparing 07:13:18 7d1d618872be: Preparing 07:13:18 43c127cabffc: Preparing 07:13:18 f63101c402fc: Preparing 07:13:18 26b1cbeed5ff: Preparing 07:13:18 ce7f800efff9: Preparing 07:13:18 ce7f800efff9: Waiting 07:13:18 26b1cbeed5ff: Waiting 07:13:18 7d1d618872be: Layer already exists 07:13:18 c5a08df2b92f: Layer already exists 07:13:18 b1368c4a9797: Layer already exists 07:13:18 43c127cabffc: Layer already exists 07:13:18 f63101c402fc: Layer already exists 07:13:18 26b1cbeed5ff: Layer already exists 07:13:18 ce7f800efff9: Layer already exists 07:13:18 3.2.0-dev.58: digest: sha256:42629ea77ed4bfca19a09dac10a9b0e5935e49cc7b00d6c524126e5b0c126d6f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:18 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:19 + docker push nexus3.edgexfoundry.org:10004/support-notifications:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:13:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:13:19 b1368c4a9797: Preparing 07:13:19 c5a08df2b92f: Preparing 07:13:19 7d1d618872be: Preparing 07:13:19 43c127cabffc: Preparing 07:13:19 f63101c402fc: Preparing 07:13:19 26b1cbeed5ff: Preparing 07:13:19 ce7f800efff9: Preparing 07:13:19 26b1cbeed5ff: Waiting 07:13:19 b1368c4a9797: Layer already exists 07:13:19 43c127cabffc: Layer already exists 07:13:19 c5a08df2b92f: Layer already exists 07:13:19 7d1d618872be: Layer already exists 07:13:19 f63101c402fc: Layer already exists 07:13:19 26b1cbeed5ff: Layer already exists 07:13:19 ce7f800efff9: Layer already exists 07:13:19 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:42629ea77ed4bfca19a09dac10a9b0e5935e49cc7b00d6c524126e5b0c126d6f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:19 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:19 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 07:13:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:13:19 b1368c4a9797: Preparing 07:13:19 c5a08df2b92f: Preparing 07:13:19 7d1d618872be: Preparing 07:13:19 43c127cabffc: Preparing 07:13:19 f63101c402fc: Preparing 07:13:19 26b1cbeed5ff: Preparing 07:13:19 ce7f800efff9: Preparing 07:13:19 26b1cbeed5ff: Waiting 07:13:19 ce7f800efff9: Waiting 07:13:19 f63101c402fc: Layer already exists 07:13:19 c5a08df2b92f: Layer already exists 07:13:19 43c127cabffc: Layer already exists 07:13:19 7d1d618872be: Layer already exists 07:13:19 b1368c4a9797: Layer already exists 07:13:19 ce7f800efff9: Layer already exists 07:13:19 26b1cbeed5ff: Layer already exists 07:13:19 main: digest: sha256:42629ea77ed4bfca19a09dac10a9b0e5935e49cc7b00d6c524126e5b0c126d6f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:13:19 ===================================================== [Pipeline] echo 07:13:19 taggedImages: 07:13:19 - nexus3.edgexfoundry.org:10004/support-notifications:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:13:19 - nexus3.edgexfoundry.org:10004/support-notifications:latest 07:13:19 - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.58 07:13:19 - nexus3.edgexfoundry.org:10004/support-notifications:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:13:19 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 07:13:19 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 07:13:19 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:13:19 latest 07:13:19 3.2.0-dev.58 07:13:19 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:13:19 main 07:13:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:20 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:20 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:13:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:13:20 9f213d9da82d: Preparing 07:13:20 67be2b918379: Preparing 07:13:20 7d1d618872be: Preparing 07:13:20 43c127cabffc: Preparing 07:13:20 a7a3f5afc27d: Preparing 07:13:20 6bdfd9d8caf5: Preparing 07:13:20 ce7f800efff9: Preparing 07:13:20 6bdfd9d8caf5: Waiting 07:13:20 43c127cabffc: Layer already exists 07:13:20 a7a3f5afc27d: Layer already exists 07:13:20 7d1d618872be: Layer already exists 07:13:20 6bdfd9d8caf5: Layer already exists 07:13:20 ce7f800efff9: Layer already exists 07:13:20 9f213d9da82d: Pushed 07:13:24 67be2b918379: Pushed 07:13:24 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:4c317d76d3a62c1284de18d9c2d498a66504fefb202519c02dcb3359125d828c size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:25 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:25 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 07:13:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:13:25 9f213d9da82d: Preparing 07:13:25 67be2b918379: Preparing 07:13:25 7d1d618872be: Preparing 07:13:25 43c127cabffc: Preparing 07:13:25 a7a3f5afc27d: Preparing 07:13:25 6bdfd9d8caf5: Preparing 07:13:25 ce7f800efff9: Preparing 07:13:25 6bdfd9d8caf5: Waiting 07:13:25 ce7f800efff9: Waiting 07:13:25 9f213d9da82d: Layer already exists 07:13:25 43c127cabffc: Layer already exists 07:13:25 a7a3f5afc27d: Layer already exists 07:13:25 7d1d618872be: Layer already exists 07:13:25 67be2b918379: Layer already exists 07:13:25 ce7f800efff9: Layer already exists 07:13:25 6bdfd9d8caf5: Layer already exists 07:13:25 latest: digest: sha256:4c317d76d3a62c1284de18d9c2d498a66504fefb202519c02dcb3359125d828c size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:25 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:26 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.58 07:13:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:13:26 9f213d9da82d: Preparing 07:13:26 67be2b918379: Preparing 07:13:26 7d1d618872be: Preparing 07:13:26 43c127cabffc: Preparing 07:13:26 a7a3f5afc27d: Preparing 07:13:26 6bdfd9d8caf5: Preparing 07:13:26 ce7f800efff9: Preparing 07:13:26 6bdfd9d8caf5: Waiting 07:13:26 ce7f800efff9: Waiting 07:13:26 a7a3f5afc27d: Layer already exists 07:13:26 67be2b918379: Layer already exists 07:13:26 9f213d9da82d: Layer already exists 07:13:26 7d1d618872be: Layer already exists 07:13:26 43c127cabffc: Layer already exists 07:13:26 6bdfd9d8caf5: Layer already exists 07:13:26 ce7f800efff9: Layer already exists 07:13:26 3.2.0-dev.58: digest: sha256:4c317d76d3a62c1284de18d9c2d498a66504fefb202519c02dcb3359125d828c size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:26 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:26 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:13:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:13:26 9f213d9da82d: Preparing 07:13:26 67be2b918379: Preparing 07:13:26 7d1d618872be: Preparing 07:13:26 43c127cabffc: Preparing 07:13:26 a7a3f5afc27d: Preparing 07:13:26 6bdfd9d8caf5: Preparing 07:13:26 ce7f800efff9: Preparing 07:13:26 ce7f800efff9: Waiting 07:13:26 a7a3f5afc27d: Layer already exists 07:13:26 7d1d618872be: Layer already exists 07:13:26 9f213d9da82d: Layer already exists 07:13:26 43c127cabffc: Layer already exists 07:13:26 67be2b918379: Layer already exists 07:13:26 6bdfd9d8caf5: Layer already exists 07:13:26 ce7f800efff9: Layer already exists 07:13:26 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:4c317d76d3a62c1284de18d9c2d498a66504fefb202519c02dcb3359125d828c size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:27 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:27 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 07:13:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:13:27 9f213d9da82d: Preparing 07:13:27 67be2b918379: Preparing 07:13:27 7d1d618872be: Preparing 07:13:27 43c127cabffc: Preparing 07:13:27 a7a3f5afc27d: Preparing 07:13:27 6bdfd9d8caf5: Preparing 07:13:27 ce7f800efff9: Preparing 07:13:27 6bdfd9d8caf5: Waiting 07:13:27 ce7f800efff9: Waiting 07:13:27 9f213d9da82d: Layer already exists 07:13:27 67be2b918379: Layer already exists 07:13:27 43c127cabffc: Layer already exists 07:13:27 7d1d618872be: Layer already exists 07:13:27 a7a3f5afc27d: Layer already exists 07:13:27 6bdfd9d8caf5: Layer already exists 07:13:27 ce7f800efff9: Layer already exists 07:13:27 main: digest: sha256:4c317d76d3a62c1284de18d9c2d498a66504fefb202519c02dcb3359125d828c size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:13:27 ===================================================== [Pipeline] echo 07:13:27 taggedImages: 07:13:27 - nexus3.edgexfoundry.org:10004/support-scheduler:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:13:27 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 07:13:27 - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.58 07:13:27 - nexus3.edgexfoundry.org:10004/support-scheduler:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:13:27 - 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] } 07:28:04 #160 ... 07:28:04 07:28:04 #156 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:28:04 #156 1159.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:28:04 #156 ... 07:28:04 07:28:04 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:28:04 #149 DONE 1164.1s 07:28:04 07:28:04 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:28:04 #151 ... 07:28:04 07:28:04 #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 07:28:04 #161 DONE 0.2s 07:28:04 07:28:04 #162 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 07:28:04 #162 DONE 0.2s 07:28:04 07:28:04 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:28:04 #151 ... 07:28:04 07:28:04 #163 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 07:28:04 #163 DONE 0.2s 07:28:04 07:28:04 #164 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 07:28:04 #164 DONE 0.2s 07:28:04 07:28:04 #165 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:28:04 #165 DONE 0.3s 07:28:04 07:28:04 #166 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 07:28:04 #166 DONE 0.2s 07:28:04 07:28:04 #167 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:28:04 #167 DONE 2.2s 07:28:04 07:28:04 #107 [security-proxy-setup] exporting to image 07:28:04 #107 exporting layers 07:28:04 #107 exporting layers 0.9s done 07:28:04 #107 writing image sha256:4820562728fb91fa7f8bfc88785f75b7519a629651a88158f1455ad311e7064c done 07:28:04 #107 naming to docker.io/library/security-proxy-setup-arm64 done 07:28:04 #107 DONE 7.1s 07:28:04 07:28:04 #153 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 07:28:09 #153 DONE 1178.7s 07:28:09 07:28:09 #168 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 07:28:09 #168 DONE 0.5s 07:28:09 07:28:09 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 07:28:09 #152 ... 07:28:09 07:28:09 #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 07:28:10 #169 ... 07:28:10 07:28:10 #156 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:28:10 #156 DONE 1179.9s 07:28:10 07:28:10 #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 07:28:10 #169 ... 07:28:10 07:28:10 #170 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 07:28:10 #170 DONE 0.1s 07:28:11 07:28:11 #158 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:28:11 #158 ... 07:28:11 07:28:11 #171 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 07:28:11 #171 DONE 0.2s 07:28:11 07:28:11 #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 07:28:11 #169 ... 07:28:11 07:28:11 #172 [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 07:28:11 #172 DONE 0.2s 07:28:11 07:28:11 #173 [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 07:28:12 #173 DONE 0.3s 07:28:12 07:28:12 #174 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 07:28:12 #174 DONE 0.2s 07:28:12 07:28:12 #175 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:28:12 #175 DONE 0.3s 07:28:12 07:28:12 #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 07:28:13 #169 ... 07:28:13 07:28:13 #176 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:28:13 #176 DONE 0.3s 07:28:13 07:28:13 #177 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:28:13 #177 DONE 0.3s 07:28:13 07:28:13 #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 07:28:13 #169 DONE 3.4s 07:28:13 07:28:13 #178 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 07:28:13 #178 DONE 0.5s 07:28:13 07:28:13 #179 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 07:28:14 #179 DONE 0.4s 07:28:14 07:28:14 #180 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:28:14 #180 DONE 0.4s 07:28:14 07:28:14 #181 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:28:14 #181 ... 07:28:14 07:28:14 #182 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 07:28:14 #182 DONE 0.1s 07:28:14 07:28:14 #183 [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/ 07:28:15 #183 DONE 0.3s 07:28:15 07:28:15 #184 [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/ 07:28:15 #184 DONE 0.3s 07:28:15 07:28:15 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 07:28:15 #152 ... 07:28:15 07:28:15 #185 [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/ 07:28:15 #185 DONE 0.3s 07:28:15 07:28:15 #158 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:28:15 #158 ... 07:28:15 07:28:15 #186 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 07:28:15 #186 DONE 0.2s 07:28:15 07:28:15 #187 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:28:15 #187 DONE 0.2s 07:28:15 07:28:15 #188 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 07:28:16 #188 ... 07:28:16 07:28:16 #181 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:28:16 #181 DONE 3.2s 07:28:16 07:28:16 #107 [security-secretstore-setup] exporting to image 07:28:16 #107 exporting layers 07:28:18 #107 exporting layers 1.8s done 07:28:18 #107 writing image sha256:e07d31d3fcfd9a92b876b84fa8ea8fba465ff81d835be1d31fb61d5704f4e8c5 0.0s done 07:28:18 #107 naming to docker.io/library/security-secretstore-setup-arm64 done 07:28:18 #107 DONE 8.9s 07:28:18 07:28:18 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:28:18 #151 ... 07:28:18 07:28:18 #188 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 07:28:18 #188 DONE 2.9s 07:28:18 07:28:18 #107 [security-bootstrapper] exporting to image 07:28:19 #107 exporting layers 0.9s done 07:28:19 #107 writing image sha256:d7378ea1c27a285368eb583ee2a0a4775ac9d8939dba29560018e6b54c335b5f done 07:28:19 #107 naming to docker.io/library/security-bootstrapper-arm64 done 07:28:19 #107 DONE 9.9s 07:28:19 07:28:19 #158 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:29:06 #158 ... 07:29:06 07:29:06 #160 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 07:29:06 #160 DONE 1233.5s 07:29:06 07:29:06 #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:29:06 #159 ... 07:29:06 07:29:06 #189 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:29:06 #189 DONE 0.5s 07:29:06 07:29:06 #190 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:29:06 #190 DONE 0.4s 07:29:06 07:29:06 #191 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 07:29:06 #191 DONE 0.3s 07:29:06 07:29:06 #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:29:06 #159 ... 07:29:06 07:29:06 #192 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 07:29:06 #192 DONE 0.1s 07:29:06 07:29:06 #193 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 07:29:06 #193 DONE 0.1s 07:29:06 07:29:06 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 07:29:06 #152 ... 07:29:06 07:29:06 #194 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:29:07 #194 DONE 2.4s 07:29:07 07:29:07 #107 [core-common-config-bootstrapper] exporting to image 07:29:07 #107 exporting layers 07:29:08 #107 exporting layers 0.6s done 07:29:08 #107 writing image sha256:baf7607842da5e3ca785a367a4d5e1e71349873a4ca5ac2a9091b693f7d52a6e 0.0s done 07:29:08 #107 naming to docker.io/library/core-common-config-bootstrapper-arm64 07:29:08 #107 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 07:29:08 #107 DONE 10.5s 07:29:08 07:29:08 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:31:15 #151 ... 07:31:15 07:31:15 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:31:15 #148 DONE 1364.3s 07:31:15 07:31:15 #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:31:15 #159 ... 07:31:15 07:31:15 #195 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:31:15 #195 DONE 0.3s 07:31:15 07:31:15 #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:31:15 #155 ... 07:31:15 07:31:15 #196 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:31:15 #196 DONE 0.1s 07:31:15 07:31:15 #197 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 07:31:15 #197 DONE 0.4s 07:31:15 07:31:15 #198 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 07:31:16 #198 DONE 0.1s 07:31:16 07:31:16 #107 [security-spiffe-token-provider] exporting to image 07:31:16 #107 exporting layers 07:31:16 #107 exporting layers 0.7s done 07:31:16 #107 writing image sha256:8bfefa83dc2c1ee70c5d2c60dd7c0ee2b204947bb094b18750816edf49131965 done 07:31:16 #107 naming to docker.io/library/security-spiffe-token-provider-arm64 done 07:31:16 #107 DONE 11.3s 07:31:16 07:31:16 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:39:08 #151 ... 07:39:08 07:39:08 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:39:08 #150 DONE 1833.3s 07:39:08 07:39:08 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:39:08 #151 ... 07:39:08 07:39:08 #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:39:08 #199 DONE 0.1s 07:39:08 07:39:08 #200 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:39:08 #200 DONE 0.1s 07:39:08 07:39:08 #158 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:39:08 #158 ... 07:39:08 07:39:08 #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 07:39:08 #201 DONE 0.4s 07:39:08 07:39:08 #158 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:39:08 #158 ... 07:39:08 07:39:08 #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 07:39:08 #202 DONE 0.1s 07:39:08 07:39:08 #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 07:39:08 #203 DONE 0.1s 07:39:08 07:39:08 #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:39:08 #159 ... 07:39:08 07:39:08 #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:39:08 #204 DONE 1.8s 07:39:08 07:39:08 #107 [security-proxy-auth] exporting to image 07:39:08 #107 exporting layers 07:39:08 #107 exporting layers 0.7s done 07:39:08 #107 writing image sha256:ee0e09873e99e4cc1aa85bfe8749aa4649aa82b488aa1ae1426ba5e074934431 done 07:39:08 #107 naming to docker.io/library/security-proxy-auth-arm64 done 07:39:08 #107 DONE 12.0s 07:39:08 07:39:08 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:40:16 #151 ... 07:40:16 07:40:16 #159 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:40:16 #159 DONE 1904.0s 07:40:16 07:40:16 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:40:16 #151 ... 07:40:16 07:40:16 #205 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 07:40:16 #205 DONE 0.2s 07:40:16 07:40:16 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 07:40:16 #152 ... 07:40:16 07:40:16 #206 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 07:40:16 #206 DONE 0.2s 07:40:16 07:40:16 #207 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:40:16 #207 DONE 0.4s 07:40:16 07:40:16 #158 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:40:16 #158 ... 07:40:16 07:40:16 #208 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 07:40:16 #208 DONE 0.1s 07:40:16 07:40:16 #107 [core-command] exporting to image 07:40:16 #107 exporting layers 07:40:16 #107 exporting layers 0.4s done 07:40:16 #107 writing image sha256:00d23f66c4f30a66278373cea7c3cd606f5bd387f9a4b1b31749cf43571df858 done 07:40:16 #107 naming to docker.io/library/core-command-arm64 done 07:40:16 #107 DONE 12.4s 07:40:16 07:40:16 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:42:23 #151 ... 07:42:23 07:42:23 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 07:42:23 #152 DONE 2025.4s 07:42:23 07:42:23 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:42:23 #151 ... 07:42:23 07:42:23 #209 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 07:42:23 #209 DONE 0.2s 07:42:23 07:42:23 #210 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 07:42:23 #210 DONE 0.4s 07:42:23 07:42:23 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:42:23 #151 ... 07:42:23 07:42:23 #211 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 07:42:23 #211 DONE 0.1s 07:42:23 07:42:23 #107 [core-keeper] exporting to image 07:42:23 #107 exporting layers 07:42:23 #107 exporting layers 0.5s done 07:42:23 #107 writing image sha256:eba406a3ba4370430bcfc370e8c13d7e40c81be7d8a2155155f99ec9769b7fd6 done 07:42:23 #107 naming to docker.io/library/core-keeper-arm64 done 07:42:23 #107 DONE 12.9s 07:42:23 07:42:23 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:42:23 #151 ... 07:42:23 07:42:23 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:42:23 #154 DONE 2028.0s 07:42:23 07:42:23 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:42:23 #151 ... 07:42:23 07:42:23 #212 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 07:42:23 #212 DONE 0.3s 07:42:23 07:42:23 #213 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 07:42:23 #213 DONE 0.3s 07:42:23 07:42:23 #214 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:42:23 #214 DONE 0.5s 07:42:23 07:42:23 #215 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 07:42:23 #215 DONE 0.2s 07:42:23 07:42:23 #216 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ 07:42:23 #216 DONE 0.1s 07:42:23 07:42:23 #107 [core-data] exporting to image 07:42:23 #107 exporting layers 0.7s done 07:42:23 #107 writing image sha256:e50b3fbc5f4eaded15323c5b894c82818884598e34b8dbf0bab4d4b52ae21001 done 07:42:23 #107 naming to docker.io/library/core-data-arm64 done 07:42:23 #107 DONE 13.5s 07:42:23 07:42:23 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:42:24 #151 ... 07:42:24 07:42:24 #158 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:42:24 #158 DONE 2033.6s 07:42:24 07:42:24 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:42:24 #151 ... 07:42:24 07:42:24 #217 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:42:24 #217 DONE 0.1s 07:42:24 07:42:24 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:42:24 #151 ... 07:42:24 07:42:24 #218 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:42:24 #218 DONE 0.3s 07:42:24 07:42:24 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:42:25 #151 ... 07:42:25 07:42:25 #219 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:42:25 #219 DONE 0.5s 07:42:25 07:42:25 #220 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 07:42:25 #220 DONE 0.1s 07:42:25 07:42:25 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:42:25 #151 ... 07:42:25 07:42:25 #221 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 07:42:25 #221 DONE 0.1s 07:42:25 07:42:25 #107 [core-metadata] exporting to image 07:42:25 #107 exporting layers 07:42:26 #107 exporting layers 0.5s done 07:42:26 #107 writing image sha256:383fab1147a93e344d1181a4ef42e58514e46d157621ea05a2b57d2ac011e9a1 done 07:42:26 #107 naming to docker.io/library/core-metadata-arm64 done 07:42:26 #107 DONE 14.1s 07:42:26 07:42:26 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:42:58 #151 DONE 2064.3s 07:42:58 07:42:58 #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:42:58 #155 ... 07:42:58 07:42:58 #222 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:42:58 #222 DONE 0.3s 07:42:58 07:42:58 #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:42:58 #155 ... 07:42:58 07:42:58 #223 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:42:58 #223 DONE 0.2s 07:42:58 07:42:58 #224 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:42:58 #224 DONE 0.5s 07:42:58 07:42:58 #225 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 07:42:58 #225 DONE 0.1s 07:42:58 07:42:58 #107 [support-scheduler] exporting to image 07:42:58 #107 exporting layers 07:42:58 #107 exporting layers 0.6s done 07:42:58 #107 writing image sha256:8e6ac80a2941344d1891456e34a99724e4e7201d8f171fe78b0a475181bb1835 done 07:42:58 #107 naming to docker.io/library/support-scheduler-arm64 done 07:42:58 #107 DONE 14.6s 07:42:58 07:42:58 #155 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:42:58 #155 DONE 2067.7s 07:42:58 07:42:58 #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 07:42:58 #157 ... 07:42:58 07:42:58 #226 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:42:58 #226 DONE 0.3s 07:42:58 07:42:58 #227 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:42:58 #227 DONE 0.1s 07:42:58 07:42:58 #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 07:42:58 #157 ... 07:42:58 07:42:58 #228 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:42:59 #228 DONE 0.4s 07:42:59 07:42:59 #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 07:42:59 #157 ... 07:42:59 07:42:59 #229 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 07:42:59 #229 DONE 0.1s 07:42:59 07:42:59 #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 07:42:59 #157 DONE 2069.1s 07:42:59 07:42:59 #107 [support-notifications] exporting to image 07:43:00 #107 exporting layers 0.9s done 07:43:00 #107 writing image sha256:01a762702c76031a83b4ad5dad3d52d518013d892c4288caa79351efb158574d done 07:43:00 #107 naming to docker.io/library/support-notifications-arm64 done 07:43:00 #107 DONE 15.5s 07:43:00 07:43:00 #230 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:43:00 #230 DONE 0.1s 07:43:00 07:43:00 #231 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:43:00 #231 DONE 0.1s 07:43:00 07:43:00 #232 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 07:43:00 #232 DONE 0.4s 07:43:00 07:43:00 #233 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 07:43:00 #233 DONE 0.1s 07:43:00 07:43:00 #107 [support-cron-scheduler] exporting to image 07:43:02 #107 exporting layers 1.3s done 07:43:02 #107 writing image sha256:3fc0641095c885da7041d42a74fd00e64ff12019a4b115107900718a8921e2b3 07:43:02 #107 writing image sha256:3fc0641095c885da7041d42a74fd00e64ff12019a4b115107900718a8921e2b3 done 07:43:02 #107 naming to docker.io/library/support-cron-scheduler-arm64 done 07:43:02 #107 DONE 16.9s 07:43:02 time="2024-08-21T07:06:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:43:02 time="2024-08-21T07:06:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:43:02 time="2024-08-21T07:06:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:43:02 time="2024-08-21T07:06:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:43:02 time="2024-08-21T07:06:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:43:02 time="2024-08-21T07:06:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:43:02 time="2024-08-21T07:06:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:43:02 time="2024-08-21T07:06:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:43:02 time="2024-08-21T07:06:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:43:02 time="2024-08-21T07:06:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:43:02 time="2024-08-21T07:06:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:43:02 time="2024-08-21T07:06:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:43:02 time="2024-08-21T07:06:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:43:02 time="2024-08-21T07:06:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:43:02 time="2024-08-21T07:06:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:43:02 time="2024-08-21T07:06:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 07:43:02 $ docker stop --time=1 fb620a78d1a0be47d4aab51668a93bcc2bb3acfd684d35a6a85dc494ea806733 07:43:03 $ docker rm -f --volumes fb620a78d1a0be47d4aab51668a93bcc2bb3acfd684d35a6a85dc494ea806733 [Pipeline] // withDockerContainer [Pipeline] sh 07:43:04 + docker images 07:43:04 REPOSITORY TAG IMAGE ID CREATED SIZE 07:43:04 support-cron-scheduler-arm64 latest 3fc0641095c8 4 seconds ago 43.5MB 07:43:04 support-notifications-arm64 latest 01a762702c76 5 seconds ago 42MB 07:43:04 support-scheduler-arm64 latest 8e6ac80a2941 8 seconds ago 41.3MB 07:43:04 core-metadata-arm64 latest 383fab1147a9 39 seconds ago 39.3MB 07:43:04 core-data-arm64 latest e50b3fbc5f4e 45 seconds ago 39.1MB 07:43:04 core-keeper-arm64 latest eba406a3ba43 47 seconds ago 39MB 07:43:04 core-command-arm64 latest 00d23f66c4f3 2 minutes ago 35MB 07:43:04 security-proxy-auth-arm64 latest ee0e09873e99 3 minutes ago 32.6MB 07:43:04 security-spiffe-token-provider-arm64 latest 8bfefa83dc2c 11 minutes ago 29MB 07:43:04 core-common-config-bootstrapper-arm64 latest baf7607842da 13 minutes ago 15.3MB 07:43:04 security-bootstrapper-arm64 latest d7378ea1c27a 14 minutes ago 18.9MB 07:43:04 security-secretstore-setup-arm64 latest e07d31d3fcfd 14 minutes ago 36.4MB 07:43:04 security-proxy-setup-arm64 latest 4820562728fb 15 minutes ago 26.1MB 07:43:04 security-spire-config-arm64 latest dd2f8edbb1e1 35 minutes ago 115MB 07:43:04 security-spire-agent-arm64 latest f0143b6fb9c5 35 minutes ago 174MB 07:43:04 security-spire-server-arm64 latest 0e1d5d21125d 35 minutes ago 116MB 07:43:04 ci-base-image-arm64 latest 8e9014718d9f 37 minutes ago 967MB 07:43:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 4 months ago 561MB 07:43:04 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 07:43:04 provisioning config files... 07:43:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/677@tmp/config13792830151383114582tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:43:04 ---> ****-login.sh 07:43:04 nexus3.edgexfoundry.org:10001 07:43:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:43:05 Configure a credential helper to remove this warning. See 07:43:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:43:05 07:43:05 Login Succeeded 07:43:05 nexus3.edgexfoundry.org:10002 07:43:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:43:05 Configure a credential helper to remove this warning. See 07:43:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:43:05 07:43:05 Login Succeeded 07:43:05 nexus3.edgexfoundry.org:10003 07:43:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:43:05 Configure a credential helper to remove this warning. See 07:43:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:43:05 07:43:05 Login Succeeded 07:43:05 nexus3.edgexfoundry.org:10004 07:43:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:43:06 Configure a credential helper to remove this warning. See 07:43:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:43:06 07:43:06 Login Succeeded 07:43:06 ****.io 07:43:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:43:06 Configure a credential helper to remove this warning. See 07:43:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:43:06 07:43:06 Login Succeeded 07:43:06 ---> ****-login.sh ends [Pipeline] } 07:43:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:43:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 07:43:06 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 07:43:06 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:43:06 latest 07:43:06 3.2.0-dev.58 07:43:06 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:43:06 main 07:43:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:07 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:07 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:43:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 07:43:07 4943f965c2c0: Preparing 07:43:07 ef2f4a9fdbac: Preparing 07:43:07 6fbda95a0343: Preparing 07:43:07 14a436d87043: Preparing 07:43:07 7e3c6815c471: Preparing 07:43:07 f650a7d9c8d7: Preparing 07:43:07 3c20671a5817: Preparing 07:43:07 f650a7d9c8d7: Waiting 07:43:07 3c20671a5817: Waiting 07:43:07 6fbda95a0343: Pushed 07:43:07 7e3c6815c471: Pushed 07:43:07 4943f965c2c0: Pushed 07:43:07 14a436d87043: Pushed 07:43:07 3c20671a5817: Layer already exists 07:43:07 f650a7d9c8d7: Pushed 07:43:14 ef2f4a9fdbac: Pushed 07:43:14 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:0fa2b0ed91887ad1f58dc9191703f9464369e6fd05e7934d4e706acc5ed34c0d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:14 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:15 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 07:43:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 07:43:15 4943f965c2c0: Preparing 07:43:15 ef2f4a9fdbac: Preparing 07:43:15 6fbda95a0343: Preparing 07:43:15 14a436d87043: Preparing 07:43:15 7e3c6815c471: Preparing 07:43:15 f650a7d9c8d7: Preparing 07:43:15 3c20671a5817: Preparing 07:43:15 f650a7d9c8d7: Waiting 07:43:15 3c20671a5817: Waiting 07:43:15 4943f965c2c0: Layer already exists 07:43:15 6fbda95a0343: Layer already exists 07:43:15 7e3c6815c471: Layer already exists 07:43:15 14a436d87043: Layer already exists 07:43:15 ef2f4a9fdbac: Layer already exists 07:43:15 f650a7d9c8d7: Layer already exists 07:43:15 3c20671a5817: Layer already exists 07:43:15 latest: digest: sha256:0fa2b0ed91887ad1f58dc9191703f9464369e6fd05e7934d4e706acc5ed34c0d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:15 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:16 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.58 07:43:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 07:43:16 4943f965c2c0: Preparing 07:43:16 ef2f4a9fdbac: Preparing 07:43:16 6fbda95a0343: Preparing 07:43:16 14a436d87043: Preparing 07:43:16 7e3c6815c471: Preparing 07:43:16 f650a7d9c8d7: Preparing 07:43:16 3c20671a5817: Preparing 07:43:16 f650a7d9c8d7: Waiting 07:43:16 3c20671a5817: Waiting 07:43:16 6fbda95a0343: Layer already exists 07:43:16 7e3c6815c471: Layer already exists 07:43:16 14a436d87043: Layer already exists 07:43:16 ef2f4a9fdbac: Layer already exists 07:43:16 4943f965c2c0: Layer already exists 07:43:16 3c20671a5817: Layer already exists 07:43:16 f650a7d9c8d7: Layer already exists 07:43:16 3.2.0-dev.58: digest: sha256:0fa2b0ed91887ad1f58dc9191703f9464369e6fd05e7934d4e706acc5ed34c0d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:16 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:17 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:43:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 07:43:17 4943f965c2c0: Preparing 07:43:17 ef2f4a9fdbac: Preparing 07:43:17 6fbda95a0343: Preparing 07:43:17 14a436d87043: Preparing 07:43:17 7e3c6815c471: Preparing 07:43:17 f650a7d9c8d7: Preparing 07:43:17 3c20671a5817: Preparing 07:43:17 f650a7d9c8d7: Waiting 07:43:17 3c20671a5817: Waiting 07:43:17 4943f965c2c0: Layer already exists 07:43:17 7e3c6815c471: Layer already exists 07:43:17 14a436d87043: Layer already exists 07:43:17 6fbda95a0343: Layer already exists 07:43:17 ef2f4a9fdbac: Layer already exists 07:43:17 3c20671a5817: Layer already exists 07:43:17 f650a7d9c8d7: Layer already exists 07:43:17 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:0fa2b0ed91887ad1f58dc9191703f9464369e6fd05e7934d4e706acc5ed34c0d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:17 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:18 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 07:43:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 07:43:18 4943f965c2c0: Preparing 07:43:18 ef2f4a9fdbac: Preparing 07:43:18 6fbda95a0343: Preparing 07:43:18 14a436d87043: Preparing 07:43:18 7e3c6815c471: Preparing 07:43:18 f650a7d9c8d7: Preparing 07:43:18 3c20671a5817: Preparing 07:43:18 f650a7d9c8d7: Waiting 07:43:18 3c20671a5817: Waiting 07:43:18 7e3c6815c471: Layer already exists 07:43:18 ef2f4a9fdbac: Layer already exists 07:43:18 4943f965c2c0: Layer already exists 07:43:18 6fbda95a0343: Layer already exists 07:43:18 14a436d87043: Layer already exists 07:43:18 f650a7d9c8d7: Layer already exists 07:43:18 3c20671a5817: Layer already exists 07:43:18 main: digest: sha256:0fa2b0ed91887ad1f58dc9191703f9464369e6fd05e7934d4e706acc5ed34c0d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:43:18 ===================================================== [Pipeline] echo 07:43:18 taggedImages: 07:43:18 - nexus3.edgexfoundry.org:10004/core-command-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:43:18 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 07:43:18 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.58 07:43:18 - nexus3.edgexfoundry.org:10004/core-command-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:43:18 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 07:43:18 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 07:43:18 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:43:18 latest 07:43:18 3.2.0-dev.58 07:43:18 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:43:18 main 07:43:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:19 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:19 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:43:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 07:43:19 61aee362f157: Preparing 07:43:19 06a14247c727: Preparing 07:43:19 a83c331f8695: Preparing 07:43:19 7f4312f97f57: Preparing 07:43:19 6fbda95a0343: Preparing 07:43:19 14a436d87043: Preparing 07:43:19 7e3c6815c471: Preparing 07:43:19 f650a7d9c8d7: Preparing 07:43:19 3c20671a5817: Preparing 07:43:19 14a436d87043: Waiting 07:43:19 7e3c6815c471: Waiting 07:43:19 f650a7d9c8d7: Waiting 07:43:19 3c20671a5817: Waiting 07:43:19 6fbda95a0343: Layer already exists 07:43:19 14a436d87043: Layer already exists 07:43:19 7e3c6815c471: Layer already exists 07:43:19 06a14247c727: Pushed 07:43:19 a83c331f8695: Pushed 07:43:19 f650a7d9c8d7: Layer already exists 07:43:19 3c20671a5817: Layer already exists 07:43:19 61aee362f157: Pushed 07:43:21 7f4312f97f57: Pushed 07:43:21 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:b9d5af36fdfc94ed2b6f1015c69c655dcd34eb4cfabbbf7b521db875ae89998b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:21 + 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 07:43:22 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 07:43:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 07:43:22 61aee362f157: Preparing 07:43:22 06a14247c727: Preparing 07:43:22 a83c331f8695: Preparing 07:43:22 7f4312f97f57: Preparing 07:43:22 6fbda95a0343: Preparing 07:43:22 14a436d87043: Preparing 07:43:22 7e3c6815c471: Preparing 07:43:22 f650a7d9c8d7: Preparing 07:43:22 3c20671a5817: Preparing 07:43:22 14a436d87043: Waiting 07:43:22 7e3c6815c471: Waiting 07:43:22 f650a7d9c8d7: Waiting 07:43:22 3c20671a5817: Waiting 07:43:22 06a14247c727: Layer already exists 07:43:22 7f4312f97f57: Layer already exists 07:43:22 61aee362f157: Layer already exists 07:43:22 6fbda95a0343: Layer already exists 07:43:22 a83c331f8695: Layer already exists 07:43:22 7e3c6815c471: Layer already exists 07:43:22 3c20671a5817: Layer already exists 07:43:22 14a436d87043: Layer already exists 07:43:22 f650a7d9c8d7: Layer already exists 07:43:22 latest: digest: sha256:b9d5af36fdfc94ed2b6f1015c69c655dcd34eb4cfabbbf7b521db875ae89998b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:23 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:24 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.58 07:43:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 07:43:24 61aee362f157: Preparing 07:43:24 06a14247c727: Preparing 07:43:24 a83c331f8695: Preparing 07:43:24 7f4312f97f57: Preparing 07:43:24 6fbda95a0343: Preparing 07:43:24 14a436d87043: Preparing 07:43:24 7e3c6815c471: Preparing 07:43:24 f650a7d9c8d7: Preparing 07:43:24 3c20671a5817: Preparing 07:43:24 14a436d87043: Waiting 07:43:24 7e3c6815c471: Waiting 07:43:24 f650a7d9c8d7: Waiting 07:43:24 3c20671a5817: Waiting 07:43:24 06a14247c727: Layer already exists 07:43:24 7f4312f97f57: Layer already exists 07:43:24 a83c331f8695: Layer already exists 07:43:24 6fbda95a0343: Layer already exists 07:43:24 61aee362f157: Layer already exists 07:43:24 14a436d87043: Layer already exists 07:43:24 7e3c6815c471: Layer already exists 07:43:24 f650a7d9c8d7: Layer already exists 07:43:24 3c20671a5817: Layer already exists 07:43:24 3.2.0-dev.58: digest: sha256:b9d5af36fdfc94ed2b6f1015c69c655dcd34eb4cfabbbf7b521db875ae89998b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:24 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:25 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:43:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 07:43:25 61aee362f157: Preparing 07:43:25 06a14247c727: Preparing 07:43:25 a83c331f8695: Preparing 07:43:25 7f4312f97f57: Preparing 07:43:25 6fbda95a0343: Preparing 07:43:25 14a436d87043: Preparing 07:43:25 7e3c6815c471: Preparing 07:43:25 f650a7d9c8d7: Preparing 07:43:25 3c20671a5817: Preparing 07:43:25 14a436d87043: Waiting 07:43:25 7e3c6815c471: Waiting 07:43:25 f650a7d9c8d7: Waiting 07:43:25 3c20671a5817: Waiting 07:43:25 a83c331f8695: Layer already exists 07:43:25 7f4312f97f57: Layer already exists 07:43:25 06a14247c727: Layer already exists 07:43:25 6fbda95a0343: Layer already exists 07:43:25 61aee362f157: Layer already exists 07:43:25 7e3c6815c471: Layer already exists 07:43:25 14a436d87043: Layer already exists 07:43:25 f650a7d9c8d7: Layer already exists 07:43:25 3c20671a5817: Layer already exists 07:43:25 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:b9d5af36fdfc94ed2b6f1015c69c655dcd34eb4cfabbbf7b521db875ae89998b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:25 + 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 07:43:26 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 07:43:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 07:43:26 61aee362f157: Preparing 07:43:26 06a14247c727: Preparing 07:43:26 a83c331f8695: Preparing 07:43:26 7f4312f97f57: Preparing 07:43:26 6fbda95a0343: Preparing 07:43:26 14a436d87043: Preparing 07:43:26 7e3c6815c471: Preparing 07:43:26 f650a7d9c8d7: Preparing 07:43:26 3c20671a5817: Preparing 07:43:26 7e3c6815c471: Waiting 07:43:26 f650a7d9c8d7: Waiting 07:43:26 3c20671a5817: Waiting 07:43:26 14a436d87043: Waiting 07:43:26 61aee362f157: Layer already exists 07:43:26 6fbda95a0343: Layer already exists 07:43:26 a83c331f8695: Layer already exists 07:43:26 06a14247c727: Layer already exists 07:43:26 7f4312f97f57: Layer already exists 07:43:26 14a436d87043: Layer already exists 07:43:26 7e3c6815c471: Layer already exists 07:43:26 f650a7d9c8d7: Layer already exists 07:43:26 3c20671a5817: Layer already exists 07:43:26 main: digest: sha256:b9d5af36fdfc94ed2b6f1015c69c655dcd34eb4cfabbbf7b521db875ae89998b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:43:26 ===================================================== [Pipeline] echo 07:43:26 taggedImages: 07:43:26 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:43:26 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 07:43:26 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.58 07:43:26 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:43:26 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 07:43:26 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 07:43:26 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:43:26 latest 07:43:26 3.2.0-dev.58 07:43:26 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:43:26 main 07:43:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:26 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:27 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:43:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 07:43:27 91f109c1c675: Preparing 07:43:27 2222f9df0a87: Preparing 07:43:27 0dba142e242d: Preparing 07:43:27 6fbda95a0343: Preparing 07:43:27 14a436d87043: Preparing 07:43:27 42cd72fde643: Preparing 07:43:27 d66a37cc325f: Preparing 07:43:27 3c20671a5817: Preparing 07:43:27 42cd72fde643: Waiting 07:43:27 d66a37cc325f: Waiting 07:43:27 3c20671a5817: Waiting 07:43:27 6fbda95a0343: Layer already exists 07:43:27 14a436d87043: Layer already exists 07:43:27 91f109c1c675: Pushed 07:43:27 2222f9df0a87: Pushed 07:43:27 3c20671a5817: Layer already exists 07:43:27 42cd72fde643: Pushed 07:43:27 d66a37cc325f: Pushed 07:43:34 0dba142e242d: Pushed 07:43:34 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:380ea7947f92b0cc5398ee1cd79218296188a36c14923fb17ca264fd5f859595 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:34 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:34 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 07:43:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 07:43:34 91f109c1c675: Preparing 07:43:34 2222f9df0a87: Preparing 07:43:34 0dba142e242d: Preparing 07:43:34 6fbda95a0343: Preparing 07:43:34 14a436d87043: Preparing 07:43:34 42cd72fde643: Preparing 07:43:34 d66a37cc325f: Preparing 07:43:34 3c20671a5817: Preparing 07:43:34 42cd72fde643: Waiting 07:43:34 d66a37cc325f: Waiting 07:43:34 3c20671a5817: Waiting 07:43:34 2222f9df0a87: Layer already exists 07:43:34 0dba142e242d: Layer already exists 07:43:34 6fbda95a0343: Layer already exists 07:43:34 91f109c1c675: Layer already exists 07:43:34 14a436d87043: Layer already exists 07:43:34 42cd72fde643: Layer already exists 07:43:34 3c20671a5817: Layer already exists 07:43:34 d66a37cc325f: Layer already exists 07:43:35 latest: digest: sha256:380ea7947f92b0cc5398ee1cd79218296188a36c14923fb17ca264fd5f859595 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:35 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:35 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.58 07:43:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 07:43:35 91f109c1c675: Preparing 07:43:35 2222f9df0a87: Preparing 07:43:35 0dba142e242d: Preparing 07:43:35 6fbda95a0343: Preparing 07:43:35 14a436d87043: Preparing 07:43:35 42cd72fde643: Preparing 07:43:35 d66a37cc325f: Preparing 07:43:35 3c20671a5817: Preparing 07:43:35 42cd72fde643: Waiting 07:43:35 d66a37cc325f: Waiting 07:43:35 3c20671a5817: Waiting 07:43:35 6fbda95a0343: Layer already exists 07:43:35 91f109c1c675: Layer already exists 07:43:35 14a436d87043: Layer already exists 07:43:35 0dba142e242d: Layer already exists 07:43:35 2222f9df0a87: Layer already exists 07:43:35 3c20671a5817: Layer already exists 07:43:35 42cd72fde643: Layer already exists 07:43:35 d66a37cc325f: Layer already exists 07:43:35 3.2.0-dev.58: digest: sha256:380ea7947f92b0cc5398ee1cd79218296188a36c14923fb17ca264fd5f859595 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:36 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:36 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:43:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 07:43:36 91f109c1c675: Preparing 07:43:36 2222f9df0a87: Preparing 07:43:36 0dba142e242d: Preparing 07:43:36 6fbda95a0343: Preparing 07:43:36 14a436d87043: Preparing 07:43:36 42cd72fde643: Preparing 07:43:36 d66a37cc325f: Preparing 07:43:36 3c20671a5817: Preparing 07:43:36 42cd72fde643: Waiting 07:43:36 d66a37cc325f: Waiting 07:43:36 3c20671a5817: Waiting 07:43:36 6fbda95a0343: Layer already exists 07:43:36 14a436d87043: Layer already exists 07:43:36 91f109c1c675: Layer already exists 07:43:36 0dba142e242d: Layer already exists 07:43:36 2222f9df0a87: Layer already exists 07:43:36 42cd72fde643: Layer already exists 07:43:36 d66a37cc325f: Layer already exists 07:43:36 3c20671a5817: Layer already exists 07:43:36 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:380ea7947f92b0cc5398ee1cd79218296188a36c14923fb17ca264fd5f859595 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:37 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:37 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 07:43:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 07:43:37 91f109c1c675: Preparing 07:43:37 2222f9df0a87: Preparing 07:43:37 0dba142e242d: Preparing 07:43:37 6fbda95a0343: Preparing 07:43:37 14a436d87043: Preparing 07:43:37 42cd72fde643: Preparing 07:43:37 d66a37cc325f: Preparing 07:43:37 3c20671a5817: Preparing 07:43:37 42cd72fde643: Waiting 07:43:37 3c20671a5817: Waiting 07:43:37 2222f9df0a87: Layer already exists 07:43:37 91f109c1c675: Layer already exists 07:43:37 6fbda95a0343: Layer already exists 07:43:37 14a436d87043: Layer already exists 07:43:37 0dba142e242d: Layer already exists 07:43:37 d66a37cc325f: Layer already exists 07:43:37 42cd72fde643: Layer already exists 07:43:37 3c20671a5817: Layer already exists 07:43:37 main: digest: sha256:380ea7947f92b0cc5398ee1cd79218296188a36c14923fb17ca264fd5f859595 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:43:38 ===================================================== [Pipeline] echo 07:43:38 taggedImages: 07:43:38 - nexus3.edgexfoundry.org:10004/core-data-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:43:38 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 07:43:38 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.58 07:43:38 - nexus3.edgexfoundry.org:10004/core-data-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:43:38 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 07:43:38 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 07:43:38 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:43:38 latest 07:43:38 3.2.0-dev.58 07:43:38 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:43:38 main 07:43:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:38 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:38 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:43:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 07:43:38 89c3ed2e9745: Preparing 07:43:38 2512c0bb041b: Preparing 07:43:38 14a436d87043: Preparing 07:43:38 68e891d6c92e: Preparing 07:43:38 914beb2f2940: Preparing 07:43:38 3c20671a5817: Preparing 07:43:38 3c20671a5817: Waiting 07:43:38 14a436d87043: Layer already exists 07:43:39 3c20671a5817: Layer already exists 07:43:39 914beb2f2940: Pushed 07:43:39 68e891d6c92e: Pushed 07:43:39 89c3ed2e9745: Pushed 07:43:45 2512c0bb041b: Pushed 07:43:45 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:7ccc43b00eb78212d49ddaccce4f458a3441321d2fd479f654e110098191e5df size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:46 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:46 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 07:43:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 07:43:46 89c3ed2e9745: Preparing 07:43:46 2512c0bb041b: Preparing 07:43:46 14a436d87043: Preparing 07:43:46 68e891d6c92e: Preparing 07:43:46 914beb2f2940: Preparing 07:43:46 3c20671a5817: Preparing 07:43:46 3c20671a5817: Waiting 07:43:46 2512c0bb041b: Layer already exists 07:43:46 68e891d6c92e: Layer already exists 07:43:46 914beb2f2940: Layer already exists 07:43:46 89c3ed2e9745: Layer already exists 07:43:46 14a436d87043: Layer already exists 07:43:46 3c20671a5817: Layer already exists 07:43:46 latest: digest: sha256:7ccc43b00eb78212d49ddaccce4f458a3441321d2fd479f654e110098191e5df size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:47 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:47 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.58 07:43:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 07:43:47 89c3ed2e9745: Preparing 07:43:47 2512c0bb041b: Preparing 07:43:47 14a436d87043: Preparing 07:43:47 68e891d6c92e: Preparing 07:43:47 914beb2f2940: Preparing 07:43:47 3c20671a5817: Preparing 07:43:47 3c20671a5817: Waiting 07:43:47 14a436d87043: Layer already exists 07:43:47 68e891d6c92e: Layer already exists 07:43:47 89c3ed2e9745: Layer already exists 07:43:47 2512c0bb041b: Layer already exists 07:43:47 914beb2f2940: Layer already exists 07:43:47 3c20671a5817: Layer already exists 07:43:47 3.2.0-dev.58: digest: sha256:7ccc43b00eb78212d49ddaccce4f458a3441321d2fd479f654e110098191e5df size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:48 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:48 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:43:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 07:43:48 89c3ed2e9745: Preparing 07:43:48 2512c0bb041b: Preparing 07:43:48 14a436d87043: Preparing 07:43:48 68e891d6c92e: Preparing 07:43:48 914beb2f2940: Preparing 07:43:48 3c20671a5817: Preparing 07:43:48 3c20671a5817: Waiting 07:43:48 2512c0bb041b: Layer already exists 07:43:48 14a436d87043: Layer already exists 07:43:48 914beb2f2940: Layer already exists 07:43:48 89c3ed2e9745: Layer already exists 07:43:48 68e891d6c92e: Layer already exists 07:43:48 3c20671a5817: Layer already exists 07:43:48 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:7ccc43b00eb78212d49ddaccce4f458a3441321d2fd479f654e110098191e5df size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:49 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:49 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 07:43:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 07:43:49 89c3ed2e9745: Preparing 07:43:49 2512c0bb041b: Preparing 07:43:49 14a436d87043: Preparing 07:43:49 68e891d6c92e: Preparing 07:43:49 914beb2f2940: Preparing 07:43:49 3c20671a5817: Preparing 07:43:49 3c20671a5817: Waiting 07:43:49 914beb2f2940: Layer already exists 07:43:49 2512c0bb041b: Layer already exists 07:43:49 68e891d6c92e: Layer already exists 07:43:49 89c3ed2e9745: Layer already exists 07:43:49 14a436d87043: Layer already exists 07:43:49 3c20671a5817: Layer already exists 07:43:49 main: digest: sha256:7ccc43b00eb78212d49ddaccce4f458a3441321d2fd479f654e110098191e5df size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:43:49 ===================================================== [Pipeline] echo 07:43:49 taggedImages: 07:43:49 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:43:49 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 07:43:49 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.58 07:43:49 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:43:49 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 07:43:49 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 07:43:49 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:43:49 latest 07:43:49 3.2.0-dev.58 07:43:49 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:43:49 main 07:43:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:50 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:43:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 07:43:50 8ca14812992c: Preparing 07:43:50 aa0fe276cd79: Preparing 07:43:50 05711373a1bc: Preparing 07:43:50 6fbda95a0343: Preparing 07:43:50 14a436d87043: Preparing 07:43:50 7e3c6815c471: Preparing 07:43:50 f650a7d9c8d7: Preparing 07:43:50 3c20671a5817: Preparing 07:43:50 7e3c6815c471: Waiting 07:43:50 f650a7d9c8d7: Waiting 07:43:50 3c20671a5817: Waiting 07:43:50 14a436d87043: Layer already exists 07:43:50 6fbda95a0343: Layer already exists 07:43:50 f650a7d9c8d7: Layer already exists 07:43:50 7e3c6815c471: Layer already exists 07:43:50 aa0fe276cd79: Pushed 07:43:50 3c20671a5817: Layer already exists 07:43:50 8ca14812992c: Pushed 07:43:57 05711373a1bc: Pushed 07:43:57 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:c8bb0b344c5228ce09fcd2351d5498d222d87a1b8508ab74846748a56e519103 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:57 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:58 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 07:43:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 07:43:58 8ca14812992c: Preparing 07:43:58 aa0fe276cd79: Preparing 07:43:58 05711373a1bc: Preparing 07:43:58 6fbda95a0343: Preparing 07:43:58 14a436d87043: Preparing 07:43:58 7e3c6815c471: Preparing 07:43:58 7e3c6815c471: Waiting 07:43:58 f650a7d9c8d7: Preparing 07:43:58 3c20671a5817: Preparing 07:43:58 f650a7d9c8d7: Waiting 07:43:58 05711373a1bc: Layer already exists 07:43:58 14a436d87043: Layer already exists 07:43:58 8ca14812992c: Layer already exists 07:43:58 aa0fe276cd79: Layer already exists 07:43:58 6fbda95a0343: Layer already exists 07:43:58 7e3c6815c471: Layer already exists 07:43:58 3c20671a5817: Layer already exists 07:43:58 f650a7d9c8d7: Layer already exists 07:43:58 latest: digest: sha256:c8bb0b344c5228ce09fcd2351d5498d222d87a1b8508ab74846748a56e519103 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:58 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:59 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.58 07:43:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 07:43:59 8ca14812992c: Preparing 07:43:59 aa0fe276cd79: Preparing 07:43:59 05711373a1bc: Preparing 07:43:59 6fbda95a0343: Preparing 07:43:59 14a436d87043: Preparing 07:43:59 7e3c6815c471: Preparing 07:43:59 f650a7d9c8d7: Preparing 07:43:59 7e3c6815c471: Waiting 07:43:59 3c20671a5817: Preparing 07:43:59 f650a7d9c8d7: Waiting 07:43:59 3c20671a5817: Waiting 07:43:59 14a436d87043: Layer already exists 07:43:59 aa0fe276cd79: Layer already exists 07:43:59 6fbda95a0343: Layer already exists 07:43:59 8ca14812992c: Layer already exists 07:43:59 05711373a1bc: Layer already exists 07:43:59 7e3c6815c471: Layer already exists 07:43:59 3c20671a5817: Layer already exists 07:43:59 f650a7d9c8d7: Layer already exists 07:43:59 3.2.0-dev.58: digest: sha256:c8bb0b344c5228ce09fcd2351d5498d222d87a1b8508ab74846748a56e519103 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:59 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:59 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:43:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 07:43:59 8ca14812992c: Preparing 07:43:59 aa0fe276cd79: Preparing 07:43:59 05711373a1bc: Preparing 07:43:59 6fbda95a0343: Preparing 07:43:59 14a436d87043: Preparing 07:43:59 7e3c6815c471: Preparing 07:43:59 f650a7d9c8d7: Preparing 07:43:59 3c20671a5817: Preparing 07:43:59 7e3c6815c471: Waiting 07:43:59 f650a7d9c8d7: Waiting 07:43:59 3c20671a5817: Waiting 07:43:59 8ca14812992c: Layer already exists 07:43:59 6fbda95a0343: Layer already exists 07:43:59 05711373a1bc: Layer already exists 07:43:59 aa0fe276cd79: Layer already exists 07:43:59 14a436d87043: Layer already exists 07:43:59 7e3c6815c471: Layer already exists 07:43:59 3c20671a5817: Layer already exists 07:43:59 f650a7d9c8d7: Layer already exists 07:44:00 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:c8bb0b344c5228ce09fcd2351d5498d222d87a1b8508ab74846748a56e519103 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:00 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:00 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 07:44:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 07:44:00 8ca14812992c: Preparing 07:44:00 aa0fe276cd79: Preparing 07:44:00 05711373a1bc: Preparing 07:44:00 6fbda95a0343: Preparing 07:44:00 14a436d87043: Preparing 07:44:00 7e3c6815c471: Preparing 07:44:00 f650a7d9c8d7: Preparing 07:44:00 3c20671a5817: Preparing 07:44:00 f650a7d9c8d7: Waiting 07:44:00 3c20671a5817: Waiting 07:44:00 7e3c6815c471: Waiting 07:44:00 aa0fe276cd79: Layer already exists 07:44:00 05711373a1bc: Layer already exists 07:44:00 6fbda95a0343: Layer already exists 07:44:00 8ca14812992c: Layer already exists 07:44:00 14a436d87043: Layer already exists 07:44:00 7e3c6815c471: Layer already exists 07:44:00 3c20671a5817: Layer already exists 07:44:00 f650a7d9c8d7: Layer already exists 07:44:01 main: digest: sha256:c8bb0b344c5228ce09fcd2351d5498d222d87a1b8508ab74846748a56e519103 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:44:01 ===================================================== [Pipeline] echo 07:44:01 taggedImages: 07:44:01 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:44:01 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 07:44:01 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.58 07:44:01 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:44:01 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 07:44:01 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 07:44:01 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:44:01 latest 07:44:01 3.2.0-dev.58 07:44:01 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:44:01 main 07:44:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:01 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:44:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 07:44:02 6322010cab96: Preparing 07:44:02 64a2351d3344: Preparing 07:44:02 837b4083ea33: Preparing 07:44:02 b84873f60e85: Preparing 07:44:02 cc48386cfeac: Preparing 07:44:02 a18acd1c2fa2: Preparing 07:44:02 fa83ec015c6a: Preparing 07:44:02 8c40e60c53b1: Preparing 07:44:02 6fbda95a0343: Preparing 07:44:02 14a436d87043: Preparing 07:44:02 5eb26f89569b: Preparing 07:44:02 eb42d294ebdc: Preparing 07:44:02 5f70bf18a086: Preparing 07:44:02 7765833b35c6: Preparing 07:44:02 eae5a69531cd: Preparing 07:44:02 e1bff5582b0a: Preparing 07:44:02 3c20671a5817: Preparing 07:44:02 14a436d87043: Waiting 07:44:02 5eb26f89569b: Waiting 07:44:02 eb42d294ebdc: Waiting 07:44:02 5f70bf18a086: Waiting 07:44:02 7765833b35c6: Waiting 07:44:02 eae5a69531cd: Waiting 07:44:02 fa83ec015c6a: Waiting 07:44:02 8c40e60c53b1: Waiting 07:44:02 6fbda95a0343: Waiting 07:44:02 e1bff5582b0a: Waiting 07:44:02 3c20671a5817: Waiting 07:44:02 a18acd1c2fa2: Waiting 07:44:02 b84873f60e85: Pushed 07:44:02 cc48386cfeac: Pushed 07:44:02 837b4083ea33: Pushed 07:44:02 6322010cab96: Pushed 07:44:02 64a2351d3344: Pushed 07:44:02 6fbda95a0343: Layer already exists 07:44:02 14a436d87043: Layer already exists 07:44:02 a18acd1c2fa2: Pushed 07:44:02 fa83ec015c6a: Pushed 07:44:02 5f70bf18a086: Layer already exists 07:44:02 eb42d294ebdc: Pushed 07:44:02 5eb26f89569b: Pushed 07:44:02 3c20671a5817: Layer already exists 07:44:02 7765833b35c6: Pushed 07:44:02 eae5a69531cd: Pushed 07:44:02 e1bff5582b0a: Pushed 07:44:05 8c40e60c53b1: Pushed 07:44:05 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:be22f25c7c56e4ffa42b750ce4607222cf91375fa192965579237a387f1b7bad size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:05 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 07:44:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 07:44:05 6322010cab96: Preparing 07:44:05 64a2351d3344: Preparing 07:44:05 837b4083ea33: Preparing 07:44:05 b84873f60e85: Preparing 07:44:05 cc48386cfeac: Preparing 07:44:05 a18acd1c2fa2: Preparing 07:44:05 fa83ec015c6a: Preparing 07:44:05 8c40e60c53b1: Preparing 07:44:05 6fbda95a0343: Preparing 07:44:05 14a436d87043: Preparing 07:44:05 5eb26f89569b: Preparing 07:44:05 eb42d294ebdc: Preparing 07:44:05 5f70bf18a086: Preparing 07:44:05 7765833b35c6: Preparing 07:44:05 eae5a69531cd: Preparing 07:44:05 e1bff5582b0a: Preparing 07:44:05 3c20671a5817: Preparing 07:44:05 5eb26f89569b: Waiting 07:44:05 a18acd1c2fa2: Waiting 07:44:05 fa83ec015c6a: Waiting 07:44:05 8c40e60c53b1: Waiting 07:44:05 14a436d87043: Waiting 07:44:05 eb42d294ebdc: Waiting 07:44:05 eae5a69531cd: Waiting 07:44:05 5f70bf18a086: Waiting 07:44:05 7765833b35c6: Waiting 07:44:05 e1bff5582b0a: Waiting 07:44:05 3c20671a5817: Waiting 07:44:05 cc48386cfeac: Layer already exists 07:44:05 b84873f60e85: Layer already exists 07:44:05 6322010cab96: Layer already exists 07:44:05 64a2351d3344: Layer already exists 07:44:05 837b4083ea33: Layer already exists 07:44:05 8c40e60c53b1: Layer already exists 07:44:05 fa83ec015c6a: Layer already exists 07:44:05 14a436d87043: Layer already exists 07:44:05 a18acd1c2fa2: Layer already exists 07:44:05 6fbda95a0343: Layer already exists 07:44:05 5f70bf18a086: Layer already exists 07:44:05 5eb26f89569b: Layer already exists 07:44:05 7765833b35c6: Layer already exists 07:44:05 eb42d294ebdc: Layer already exists 07:44:05 eae5a69531cd: Layer already exists 07:44:05 3c20671a5817: Layer already exists 07:44:05 e1bff5582b0a: Layer already exists 07:44:06 latest: digest: sha256:be22f25c7c56e4ffa42b750ce4607222cf91375fa192965579237a387f1b7bad size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:06 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.58 07:44:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 07:44:06 6322010cab96: Preparing 07:44:06 64a2351d3344: Preparing 07:44:06 837b4083ea33: Preparing 07:44:06 b84873f60e85: Preparing 07:44:06 cc48386cfeac: Preparing 07:44:06 a18acd1c2fa2: Preparing 07:44:06 fa83ec015c6a: Preparing 07:44:06 8c40e60c53b1: Preparing 07:44:06 6fbda95a0343: Preparing 07:44:06 14a436d87043: Preparing 07:44:06 5eb26f89569b: Preparing 07:44:06 eb42d294ebdc: Preparing 07:44:06 5f70bf18a086: Preparing 07:44:06 7765833b35c6: Preparing 07:44:06 eae5a69531cd: Preparing 07:44:06 e1bff5582b0a: Preparing 07:44:06 3c20671a5817: Preparing 07:44:06 a18acd1c2fa2: Waiting 07:44:06 fa83ec015c6a: Waiting 07:44:06 8c40e60c53b1: Waiting 07:44:06 6fbda95a0343: Waiting 07:44:06 14a436d87043: Waiting 07:44:06 5eb26f89569b: Waiting 07:44:06 eb42d294ebdc: Waiting 07:44:06 5f70bf18a086: Waiting 07:44:06 7765833b35c6: Waiting 07:44:06 eae5a69531cd: Waiting 07:44:06 e1bff5582b0a: Waiting 07:44:06 3c20671a5817: Waiting 07:44:06 cc48386cfeac: Layer already exists 07:44:06 6322010cab96: Layer already exists 07:44:06 64a2351d3344: Layer already exists 07:44:06 b84873f60e85: Layer already exists 07:44:06 837b4083ea33: Layer already exists 07:44:06 8c40e60c53b1: Layer already exists 07:44:06 fa83ec015c6a: Layer already exists 07:44:06 6fbda95a0343: Layer already exists 07:44:06 a18acd1c2fa2: Layer already exists 07:44:06 14a436d87043: Layer already exists 07:44:06 5f70bf18a086: Layer already exists 07:44:06 5eb26f89569b: Layer already exists 07:44:06 eb42d294ebdc: Layer already exists 07:44:06 7765833b35c6: Layer already exists 07:44:06 eae5a69531cd: Layer already exists 07:44:06 3c20671a5817: Layer already exists 07:44:06 e1bff5582b0a: Layer already exists 07:44:07 3.2.0-dev.58: digest: sha256:be22f25c7c56e4ffa42b750ce4607222cf91375fa192965579237a387f1b7bad size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:07 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:07 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:44:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 07:44:07 6322010cab96: Preparing 07:44:07 64a2351d3344: Preparing 07:44:07 837b4083ea33: Preparing 07:44:07 b84873f60e85: Preparing 07:44:07 cc48386cfeac: Preparing 07:44:07 a18acd1c2fa2: Preparing 07:44:07 fa83ec015c6a: Preparing 07:44:07 8c40e60c53b1: Preparing 07:44:07 6fbda95a0343: Preparing 07:44:07 14a436d87043: Preparing 07:44:07 5eb26f89569b: Preparing 07:44:07 eb42d294ebdc: Preparing 07:44:07 5f70bf18a086: Preparing 07:44:07 7765833b35c6: Preparing 07:44:07 eae5a69531cd: Preparing 07:44:07 e1bff5582b0a: Preparing 07:44:07 3c20671a5817: Preparing 07:44:07 a18acd1c2fa2: Waiting 07:44:07 fa83ec015c6a: Waiting 07:44:07 8c40e60c53b1: Waiting 07:44:07 6fbda95a0343: Waiting 07:44:07 14a436d87043: Waiting 07:44:07 5f70bf18a086: Waiting 07:44:07 eb42d294ebdc: Waiting 07:44:07 7765833b35c6: Waiting 07:44:07 e1bff5582b0a: Waiting 07:44:07 3c20671a5817: Waiting 07:44:07 eae5a69531cd: Waiting 07:44:07 64a2351d3344: Layer already exists 07:44:07 b84873f60e85: Layer already exists 07:44:07 cc48386cfeac: Layer already exists 07:44:07 6322010cab96: Layer already exists 07:44:07 837b4083ea33: Layer already exists 07:44:07 fa83ec015c6a: Layer already exists 07:44:07 a18acd1c2fa2: Layer already exists 07:44:07 8c40e60c53b1: Layer already exists 07:44:07 6fbda95a0343: Layer already exists 07:44:07 14a436d87043: Layer already exists 07:44:07 5f70bf18a086: Layer already exists 07:44:07 eb42d294ebdc: Layer already exists 07:44:08 5eb26f89569b: Layer already exists 07:44:08 7765833b35c6: Layer already exists 07:44:08 e1bff5582b0a: Layer already exists 07:44:08 eae5a69531cd: Layer already exists 07:44:08 3c20671a5817: Layer already exists 07:44:08 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:be22f25c7c56e4ffa42b750ce4607222cf91375fa192965579237a387f1b7bad size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:08 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:08 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 07:44:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 07:44:08 6322010cab96: Preparing 07:44:08 64a2351d3344: Preparing 07:44:08 837b4083ea33: Preparing 07:44:08 b84873f60e85: Preparing 07:44:08 cc48386cfeac: Preparing 07:44:08 a18acd1c2fa2: Preparing 07:44:08 fa83ec015c6a: Preparing 07:44:08 8c40e60c53b1: Preparing 07:44:08 6fbda95a0343: Preparing 07:44:08 14a436d87043: Preparing 07:44:08 5eb26f89569b: Preparing 07:44:08 eb42d294ebdc: Preparing 07:44:08 5f70bf18a086: Preparing 07:44:08 7765833b35c6: Preparing 07:44:08 eae5a69531cd: Preparing 07:44:08 e1bff5582b0a: Preparing 07:44:08 3c20671a5817: Preparing 07:44:08 5eb26f89569b: Waiting 07:44:08 eb42d294ebdc: Waiting 07:44:08 5f70bf18a086: Waiting 07:44:08 7765833b35c6: Waiting 07:44:08 a18acd1c2fa2: Waiting 07:44:08 eae5a69531cd: Waiting 07:44:08 e1bff5582b0a: Waiting 07:44:08 3c20671a5817: Waiting 07:44:08 8c40e60c53b1: Waiting 07:44:08 6fbda95a0343: Waiting 07:44:08 14a436d87043: Waiting 07:44:08 6322010cab96: Layer already exists 07:44:08 837b4083ea33: Layer already exists 07:44:08 64a2351d3344: Layer already exists 07:44:08 cc48386cfeac: Layer already exists 07:44:08 b84873f60e85: Layer already exists 07:44:08 fa83ec015c6a: Layer already exists 07:44:08 8c40e60c53b1: Layer already exists 07:44:08 a18acd1c2fa2: Layer already exists 07:44:08 14a436d87043: Layer already exists 07:44:08 6fbda95a0343: Layer already exists 07:44:08 5eb26f89569b: Layer already exists 07:44:08 5f70bf18a086: Layer already exists 07:44:08 eb42d294ebdc: Layer already exists 07:44:08 eae5a69531cd: Layer already exists 07:44:08 7765833b35c6: Layer already exists 07:44:08 e1bff5582b0a: Layer already exists 07:44:08 3c20671a5817: Layer already exists 07:44:09 main: digest: sha256:be22f25c7c56e4ffa42b750ce4607222cf91375fa192965579237a387f1b7bad size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:44:09 ===================================================== [Pipeline] echo 07:44:09 taggedImages: 07:44:09 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:44:09 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 07:44:09 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.58 07:44:09 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:44:09 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 07:44:09 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 07:44:09 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:44:09 latest 07:44:09 3.2.0-dev.58 07:44:09 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:44:09 main 07:44:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:09 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:44:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 07:44:09 7432615de9bd: Preparing 07:44:09 81afb602eeb2: Preparing 07:44:09 794dd31d1020: Preparing 07:44:09 867ab0f3a173: Preparing 07:44:09 6fbda95a0343: Preparing 07:44:09 14a436d87043: Preparing 07:44:09 7e3c6815c471: Preparing 07:44:09 f650a7d9c8d7: Preparing 07:44:09 3c20671a5817: Preparing 07:44:09 14a436d87043: Waiting 07:44:09 7e3c6815c471: Waiting 07:44:09 f650a7d9c8d7: Waiting 07:44:09 3c20671a5817: Waiting 07:44:09 6fbda95a0343: Layer already exists 07:44:10 14a436d87043: Layer already exists 07:44:10 7e3c6815c471: Layer already exists 07:44:10 f650a7d9c8d7: Layer already exists 07:44:10 794dd31d1020: Pushed 07:44:10 7432615de9bd: Pushed 07:44:10 81afb602eeb2: Pushed 07:44:10 3c20671a5817: Layer already exists 07:44:15 867ab0f3a173: Pushed 07:44:15 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:893012b8dcf64f9548dd78f537c1a63e6c6061e07ab3837ce04c86595cf79243 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44: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 07:44:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 07:44:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 07:44:16 7432615de9bd: Preparing 07:44:16 81afb602eeb2: Preparing 07:44:16 794dd31d1020: Preparing 07:44:16 867ab0f3a173: Preparing 07:44:16 6fbda95a0343: Preparing 07:44:16 14a436d87043: Preparing 07:44:16 7e3c6815c471: Preparing 07:44:16 f650a7d9c8d7: Preparing 07:44:16 3c20671a5817: Preparing 07:44:16 7e3c6815c471: Waiting 07:44:16 f650a7d9c8d7: Waiting 07:44:16 3c20671a5817: Waiting 07:44:16 14a436d87043: Waiting 07:44:16 7432615de9bd: Layer already exists 07:44:16 6fbda95a0343: Layer already exists 07:44:16 81afb602eeb2: Layer already exists 07:44:16 794dd31d1020: Layer already exists 07:44:16 867ab0f3a173: Layer already exists 07:44:16 7e3c6815c471: Layer already exists 07:44:16 f650a7d9c8d7: Layer already exists 07:44:16 14a436d87043: Layer already exists 07:44:16 3c20671a5817: Layer already exists 07:44:16 latest: digest: sha256:893012b8dcf64f9548dd78f537c1a63e6c6061e07ab3837ce04c86595cf79243 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:16 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.58 07:44:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 07:44:17 7432615de9bd: Preparing 07:44:17 81afb602eeb2: Preparing 07:44:17 794dd31d1020: Preparing 07:44:17 867ab0f3a173: Preparing 07:44:17 6fbda95a0343: Preparing 07:44:17 14a436d87043: Preparing 07:44:17 7e3c6815c471: Preparing 07:44:17 14a436d87043: Waiting 07:44:17 f650a7d9c8d7: Preparing 07:44:17 3c20671a5817: Preparing 07:44:17 7e3c6815c471: Waiting 07:44:17 f650a7d9c8d7: Waiting 07:44:17 3c20671a5817: Waiting 07:44:17 6fbda95a0343: Layer already exists 07:44:17 7432615de9bd: Layer already exists 07:44:17 867ab0f3a173: Layer already exists 07:44:17 81afb602eeb2: Layer already exists 07:44:17 794dd31d1020: Layer already exists 07:44:17 14a436d87043: Layer already exists 07:44:17 7e3c6815c471: Layer already exists 07:44:17 f650a7d9c8d7: Layer already exists 07:44:17 3c20671a5817: Layer already exists 07:44:17 3.2.0-dev.58: digest: sha256:893012b8dcf64f9548dd78f537c1a63e6c6061e07ab3837ce04c86595cf79243 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:17 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:44:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 07:44:18 7432615de9bd: Preparing 07:44:18 81afb602eeb2: Preparing 07:44:18 794dd31d1020: Preparing 07:44:18 867ab0f3a173: Preparing 07:44:18 6fbda95a0343: Preparing 07:44:18 14a436d87043: Preparing 07:44:18 7e3c6815c471: Preparing 07:44:18 f650a7d9c8d7: Preparing 07:44:18 3c20671a5817: Preparing 07:44:18 14a436d87043: Waiting 07:44:18 7e3c6815c471: Waiting 07:44:18 f650a7d9c8d7: Waiting 07:44:18 3c20671a5817: Waiting 07:44:18 794dd31d1020: Layer already exists 07:44:18 867ab0f3a173: Layer already exists 07:44:18 6fbda95a0343: Layer already exists 07:44:18 81afb602eeb2: Layer already exists 07:44:18 7432615de9bd: Layer already exists 07:44:18 7e3c6815c471: Layer already exists 07:44:18 f650a7d9c8d7: Layer already exists 07:44:18 14a436d87043: Layer already exists 07:44:18 3c20671a5817: Layer already exists 07:44:18 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:893012b8dcf64f9548dd78f537c1a63e6c6061e07ab3837ce04c86595cf79243 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44: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 07:44:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 07:44:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 07:44:19 7432615de9bd: Preparing 07:44:19 81afb602eeb2: Preparing 07:44:19 794dd31d1020: Preparing 07:44:19 867ab0f3a173: Preparing 07:44:19 6fbda95a0343: Preparing 07:44:19 14a436d87043: Preparing 07:44:19 7e3c6815c471: Preparing 07:44:19 f650a7d9c8d7: Preparing 07:44:19 3c20671a5817: Preparing 07:44:19 f650a7d9c8d7: Waiting 07:44:19 3c20671a5817: Waiting 07:44:19 14a436d87043: Waiting 07:44:19 7e3c6815c471: Waiting 07:44:19 6fbda95a0343: Layer already exists 07:44:19 794dd31d1020: Layer already exists 07:44:19 81afb602eeb2: Layer already exists 07:44:19 7432615de9bd: Layer already exists 07:44:19 867ab0f3a173: Layer already exists 07:44:19 3c20671a5817: Layer already exists 07:44:19 14a436d87043: Layer already exists 07:44:19 7e3c6815c471: Layer already exists 07:44:19 f650a7d9c8d7: Layer already exists 07:44:19 main: digest: sha256:893012b8dcf64f9548dd78f537c1a63e6c6061e07ab3837ce04c86595cf79243 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:44:19 ===================================================== [Pipeline] echo 07:44:19 taggedImages: 07:44:19 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:44:19 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 07:44:19 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.58 07:44:19 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:44:19 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 07:44:19 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 07:44:19 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:44:19 latest 07:44:19 3.2.0-dev.58 07:44:19 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:44:19 main 07:44:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:19 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:44:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 07:44:20 bbdb04ced9b8: Preparing 07:44:20 640cbbf11369: Preparing 07:44:20 e4576ce44e7c: Preparing 07:44:20 dd03260b9ce0: Preparing 07:44:20 9504df1bd2c5: Preparing 07:44:20 6fbda95a0343: Preparing 07:44:20 14a436d87043: Preparing 07:44:20 d6a3ff1b8f0d: Preparing 07:44:20 a2db780adae0: Preparing 07:44:20 61890eb062a2: Preparing 07:44:20 3c20671a5817: Preparing 07:44:20 6fbda95a0343: Waiting 07:44:20 14a436d87043: Waiting 07:44:20 d6a3ff1b8f0d: Waiting 07:44:20 a2db780adae0: Waiting 07:44:20 61890eb062a2: Waiting 07:44:20 3c20671a5817: Waiting 07:44:20 640cbbf11369: Pushed 07:44:20 bbdb04ced9b8: Pushed 07:44:20 dd03260b9ce0: Pushed 07:44:20 9504df1bd2c5: Pushed 07:44:20 6fbda95a0343: Layer already exists 07:44:20 14a436d87043: Layer already exists 07:44:20 3c20671a5817: Layer already exists 07:44:20 d6a3ff1b8f0d: Pushed 07:44:20 a2db780adae0: Pushed 07:44:22 e4576ce44e7c: Pushed 07:44:23 61890eb062a2: Pushed 07:44:23 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:59375a515b21c82661f9fe5dfec7cef667acd98be245713ad9432f2890bb84d4 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:23 + 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 07:44:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 07:44:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 07:44:23 bbdb04ced9b8: Preparing 07:44:23 640cbbf11369: Preparing 07:44:23 e4576ce44e7c: Preparing 07:44:23 dd03260b9ce0: Preparing 07:44:23 9504df1bd2c5: Preparing 07:44:23 6fbda95a0343: Preparing 07:44:23 14a436d87043: Preparing 07:44:23 d6a3ff1b8f0d: Preparing 07:44:23 a2db780adae0: Preparing 07:44:23 61890eb062a2: Preparing 07:44:23 3c20671a5817: Preparing 07:44:23 14a436d87043: Waiting 07:44:23 6fbda95a0343: Waiting 07:44:23 61890eb062a2: Waiting 07:44:23 d6a3ff1b8f0d: Waiting 07:44:23 a2db780adae0: Waiting 07:44:23 3c20671a5817: Waiting 07:44:23 bbdb04ced9b8: Layer already exists 07:44:23 e4576ce44e7c: Layer already exists 07:44:23 9504df1bd2c5: Layer already exists 07:44:23 640cbbf11369: Layer already exists 07:44:23 dd03260b9ce0: Layer already exists 07:44:23 d6a3ff1b8f0d: Layer already exists 07:44:23 14a436d87043: Layer already exists 07:44:23 61890eb062a2: Layer already exists 07:44:23 6fbda95a0343: Layer already exists 07:44:23 a2db780adae0: Layer already exists 07:44:23 3c20671a5817: Layer already exists 07:44:24 latest: digest: sha256:59375a515b21c82661f9fe5dfec7cef667acd98be245713ad9432f2890bb84d4 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:24 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.58 07:44:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 07:44:24 bbdb04ced9b8: Preparing 07:44:24 640cbbf11369: Preparing 07:44:24 e4576ce44e7c: Preparing 07:44:24 dd03260b9ce0: Preparing 07:44:24 9504df1bd2c5: Preparing 07:44:24 6fbda95a0343: Preparing 07:44:24 14a436d87043: Preparing 07:44:24 d6a3ff1b8f0d: Preparing 07:44:24 a2db780adae0: Preparing 07:44:24 61890eb062a2: Preparing 07:44:24 3c20671a5817: Preparing 07:44:24 d6a3ff1b8f0d: Waiting 07:44:24 a2db780adae0: Waiting 07:44:24 61890eb062a2: Waiting 07:44:24 3c20671a5817: Waiting 07:44:24 6fbda95a0343: Waiting 07:44:24 14a436d87043: Waiting 07:44:24 dd03260b9ce0: Layer already exists 07:44:24 e4576ce44e7c: Layer already exists 07:44:24 9504df1bd2c5: Layer already exists 07:44:24 bbdb04ced9b8: Layer already exists 07:44:24 640cbbf11369: Layer already exists 07:44:24 14a436d87043: Layer already exists 07:44:24 d6a3ff1b8f0d: Layer already exists 07:44:24 6fbda95a0343: Layer already exists 07:44:24 a2db780adae0: Layer already exists 07:44:24 61890eb062a2: Layer already exists 07:44:25 3c20671a5817: Layer already exists 07:44:25 3.2.0-dev.58: digest: sha256:59375a515b21c82661f9fe5dfec7cef667acd98be245713ad9432f2890bb84d4 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:25 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:44:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 07:44:25 bbdb04ced9b8: Preparing 07:44:25 640cbbf11369: Preparing 07:44:25 e4576ce44e7c: Preparing 07:44:25 dd03260b9ce0: Preparing 07:44:25 9504df1bd2c5: Preparing 07:44:25 6fbda95a0343: Preparing 07:44:25 14a436d87043: Preparing 07:44:25 d6a3ff1b8f0d: Preparing 07:44:25 a2db780adae0: Preparing 07:44:25 61890eb062a2: Preparing 07:44:25 3c20671a5817: Preparing 07:44:25 d6a3ff1b8f0d: Waiting 07:44:25 a2db780adae0: Waiting 07:44:25 61890eb062a2: Waiting 07:44:25 3c20671a5817: Waiting 07:44:25 6fbda95a0343: Waiting 07:44:25 14a436d87043: Waiting 07:44:25 bbdb04ced9b8: Layer already exists 07:44:25 640cbbf11369: Layer already exists 07:44:25 9504df1bd2c5: Layer already exists 07:44:25 e4576ce44e7c: Layer already exists 07:44:25 dd03260b9ce0: Layer already exists 07:44:25 a2db780adae0: Layer already exists 07:44:25 d6a3ff1b8f0d: Layer already exists 07:44:25 14a436d87043: Layer already exists 07:44:25 6fbda95a0343: Layer already exists 07:44:25 61890eb062a2: Layer already exists 07:44:25 3c20671a5817: Layer already exists 07:44:26 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:59375a515b21c82661f9fe5dfec7cef667acd98be245713ad9432f2890bb84d4 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:26 + 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 07:44:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 07:44:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 07:44:26 bbdb04ced9b8: Preparing 07:44:26 640cbbf11369: Preparing 07:44:26 e4576ce44e7c: Preparing 07:44:26 dd03260b9ce0: Preparing 07:44:26 9504df1bd2c5: Preparing 07:44:26 6fbda95a0343: Preparing 07:44:26 14a436d87043: Preparing 07:44:26 d6a3ff1b8f0d: Preparing 07:44:26 a2db780adae0: Preparing 07:44:26 61890eb062a2: Preparing 07:44:26 3c20671a5817: Preparing 07:44:26 6fbda95a0343: Waiting 07:44:26 14a436d87043: Waiting 07:44:26 d6a3ff1b8f0d: Waiting 07:44:26 61890eb062a2: Waiting 07:44:26 a2db780adae0: Waiting 07:44:26 3c20671a5817: Waiting 07:44:26 9504df1bd2c5: Layer already exists 07:44:26 bbdb04ced9b8: Layer already exists 07:44:26 e4576ce44e7c: Layer already exists 07:44:26 640cbbf11369: Layer already exists 07:44:26 dd03260b9ce0: Layer already exists 07:44:26 6fbda95a0343: Layer already exists 07:44:26 d6a3ff1b8f0d: Layer already exists 07:44:26 a2db780adae0: Layer already exists 07:44:26 14a436d87043: Layer already exists 07:44:26 61890eb062a2: Layer already exists 07:44:26 3c20671a5817: Layer already exists 07:44:27 main: digest: sha256:59375a515b21c82661f9fe5dfec7cef667acd98be245713ad9432f2890bb84d4 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:44:27 ===================================================== [Pipeline] echo 07:44:27 taggedImages: 07:44:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:44:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 07:44:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.58 07:44:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:44:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 07:44:27 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 07:44:27 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:44:27 latest 07:44:27 3.2.0-dev.58 07:44:27 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:44:27 main 07:44:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:27 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:44:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 07:44:27 90eeed2962a6: Preparing 07:44:27 4babe7e686bc: Preparing 07:44:27 96cdf1ef956c: Preparing 07:44:27 43e18ddd2703: Preparing 07:44:27 ccee966029c6: Preparing 07:44:27 a7a9c5e5463f: Preparing 07:44:27 a24d5cb93f5e: Preparing 07:44:27 6fbda95a0343: Preparing 07:44:27 14a436d87043: Preparing 07:44:27 a28763dfbda0: Preparing 07:44:27 533c1d491936: Preparing 07:44:27 3c20671a5817: Preparing 07:44:27 a24d5cb93f5e: Waiting 07:44:27 6fbda95a0343: Waiting 07:44:27 14a436d87043: Waiting 07:44:27 a28763dfbda0: Waiting 07:44:27 533c1d491936: Waiting 07:44:27 3c20671a5817: Waiting 07:44:27 a7a9c5e5463f: Waiting 07:44:28 4babe7e686bc: Pushed 07:44:28 ccee966029c6: Pushed 07:44:28 90eeed2962a6: Pushed 07:44:28 6fbda95a0343: Layer already exists 07:44:28 a7a9c5e5463f: Pushed 07:44:28 14a436d87043: Layer already exists 07:44:28 a24d5cb93f5e: Pushed 07:44:28 3c20671a5817: Layer already exists 07:44:28 a28763dfbda0: Pushed 07:44:30 43e18ddd2703: Pushed 07:44:30 96cdf1ef956c: Pushed 07:44:30 533c1d491936: Pushed 07:44:31 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:41e6402f8557f4da20247be7c59dc7fca70bde7cddbbbe7f9fe9249eadfb1131 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:31 + 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 07:44:31 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 07:44:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 07:44:31 90eeed2962a6: Preparing 07:44:31 4babe7e686bc: Preparing 07:44:31 96cdf1ef956c: Preparing 07:44:31 43e18ddd2703: Preparing 07:44:31 ccee966029c6: Preparing 07:44:31 a7a9c5e5463f: Preparing 07:44:31 a24d5cb93f5e: Preparing 07:44:31 6fbda95a0343: Preparing 07:44:31 14a436d87043: Preparing 07:44:31 a28763dfbda0: Preparing 07:44:31 533c1d491936: Preparing 07:44:31 3c20671a5817: Preparing 07:44:31 a7a9c5e5463f: Waiting 07:44:31 a24d5cb93f5e: Waiting 07:44:31 6fbda95a0343: Waiting 07:44:31 14a436d87043: Waiting 07:44:31 a28763dfbda0: Waiting 07:44:31 533c1d491936: Waiting 07:44:31 3c20671a5817: Waiting 07:44:31 90eeed2962a6: Layer already exists 07:44:31 43e18ddd2703: Layer already exists 07:44:31 96cdf1ef956c: Layer already exists 07:44:31 4babe7e686bc: Layer already exists 07:44:31 ccee966029c6: Layer already exists 07:44:31 a24d5cb93f5e: Layer already exists 07:44:31 a7a9c5e5463f: Layer already exists 07:44:31 a28763dfbda0: Layer already exists 07:44:31 14a436d87043: Layer already exists 07:44:31 6fbda95a0343: Layer already exists 07:44:31 3c20671a5817: Layer already exists 07:44:31 533c1d491936: Layer already exists 07:44:32 latest: digest: sha256:41e6402f8557f4da20247be7c59dc7fca70bde7cddbbbe7f9fe9249eadfb1131 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:32 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:32 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.58 07:44:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 07:44:32 90eeed2962a6: Preparing 07:44:32 4babe7e686bc: Preparing 07:44:32 96cdf1ef956c: Preparing 07:44:32 43e18ddd2703: Preparing 07:44:32 ccee966029c6: Preparing 07:44:32 a7a9c5e5463f: Preparing 07:44:32 a24d5cb93f5e: Preparing 07:44:32 6fbda95a0343: Preparing 07:44:32 14a436d87043: Preparing 07:44:32 a28763dfbda0: Preparing 07:44:32 533c1d491936: Preparing 07:44:32 3c20671a5817: Preparing 07:44:32 14a436d87043: Waiting 07:44:32 a28763dfbda0: Waiting 07:44:32 a7a9c5e5463f: Waiting 07:44:32 a24d5cb93f5e: Waiting 07:44:32 6fbda95a0343: Waiting 07:44:32 3c20671a5817: Waiting 07:44:32 533c1d491936: Waiting 07:44:32 4babe7e686bc: Layer already exists 07:44:32 ccee966029c6: Layer already exists 07:44:32 43e18ddd2703: Layer already exists 07:44:32 90eeed2962a6: Layer already exists 07:44:32 96cdf1ef956c: Layer already exists 07:44:32 14a436d87043: Layer already exists 07:44:32 a28763dfbda0: Layer already exists 07:44:32 6fbda95a0343: Layer already exists 07:44:32 a24d5cb93f5e: Layer already exists 07:44:32 a7a9c5e5463f: Layer already exists 07:44:32 3c20671a5817: Layer already exists 07:44:32 533c1d491936: Layer already exists 07:44:33 3.2.0-dev.58: digest: sha256:41e6402f8557f4da20247be7c59dc7fca70bde7cddbbbe7f9fe9249eadfb1131 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:33 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:33 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:44:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 07:44:33 90eeed2962a6: Preparing 07:44:33 4babe7e686bc: Preparing 07:44:33 96cdf1ef956c: Preparing 07:44:33 43e18ddd2703: Preparing 07:44:33 ccee966029c6: Preparing 07:44:33 a7a9c5e5463f: Preparing 07:44:33 a24d5cb93f5e: Preparing 07:44:33 6fbda95a0343: Preparing 07:44:33 14a436d87043: Preparing 07:44:33 a28763dfbda0: Preparing 07:44:33 533c1d491936: Preparing 07:44:33 3c20671a5817: Preparing 07:44:33 14a436d87043: Waiting 07:44:33 a7a9c5e5463f: Waiting 07:44:33 533c1d491936: Waiting 07:44:33 a24d5cb93f5e: Waiting 07:44:33 3c20671a5817: Waiting 07:44:33 6fbda95a0343: Waiting 07:44:33 a28763dfbda0: Waiting 07:44:33 4babe7e686bc: Layer already exists 07:44:33 ccee966029c6: Layer already exists 07:44:33 90eeed2962a6: Layer already exists 07:44:33 96cdf1ef956c: Layer already exists 07:44:33 43e18ddd2703: Layer already exists 07:44:33 a28763dfbda0: Layer already exists 07:44:33 a7a9c5e5463f: Layer already exists 07:44:33 6fbda95a0343: Layer already exists 07:44:33 a24d5cb93f5e: Layer already exists 07:44:33 14a436d87043: Layer already exists 07:44:33 533c1d491936: Layer already exists 07:44:33 3c20671a5817: Layer already exists 07:44:34 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:41e6402f8557f4da20247be7c59dc7fca70bde7cddbbbe7f9fe9249eadfb1131 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:34 + 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 07:44:34 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 07:44:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 07:44:34 90eeed2962a6: Preparing 07:44:34 4babe7e686bc: Preparing 07:44:34 96cdf1ef956c: Preparing 07:44:34 43e18ddd2703: Preparing 07:44:34 ccee966029c6: Preparing 07:44:34 a7a9c5e5463f: Preparing 07:44:34 a24d5cb93f5e: Preparing 07:44:34 a7a9c5e5463f: Waiting 07:44:34 6fbda95a0343: Preparing 07:44:34 a24d5cb93f5e: Waiting 07:44:34 14a436d87043: Preparing 07:44:34 6fbda95a0343: Waiting 07:44:34 a28763dfbda0: Preparing 07:44:34 14a436d87043: Waiting 07:44:34 533c1d491936: Preparing 07:44:34 a28763dfbda0: Waiting 07:44:34 3c20671a5817: Preparing 07:44:34 533c1d491936: Waiting 07:44:34 3c20671a5817: Waiting 07:44:34 43e18ddd2703: Layer already exists 07:44:34 96cdf1ef956c: Layer already exists 07:44:34 90eeed2962a6: Layer already exists 07:44:34 4babe7e686bc: Layer already exists 07:44:34 ccee966029c6: Layer already exists 07:44:34 a24d5cb93f5e: Layer already exists 07:44:34 6fbda95a0343: Layer already exists 07:44:34 a7a9c5e5463f: Layer already exists 07:44:34 a28763dfbda0: Layer already exists 07:44:34 14a436d87043: Layer already exists 07:44:34 533c1d491936: Layer already exists 07:44:34 3c20671a5817: Layer already exists 07:44:35 main: digest: sha256:41e6402f8557f4da20247be7c59dc7fca70bde7cddbbbe7f9fe9249eadfb1131 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:44:35 ===================================================== [Pipeline] echo 07:44:35 taggedImages: 07:44:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:44:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 07:44:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.58 07:44:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:44:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 07:44:35 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 07:44:35 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:44:35 latest 07:44:35 3.2.0-dev.58 07:44:35 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:44:35 main 07:44:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:35 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:35 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:44:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 07:44:35 5d7a83ce2515: Preparing 07:44:35 d49650158570: Preparing 07:44:35 6fbda95a0343: Preparing 07:44:35 14a436d87043: Preparing 07:44:35 a5e5a3fa5836: Preparing 07:44:35 9213fb51bc8e: Preparing 07:44:35 3c20671a5817: Preparing 07:44:35 9213fb51bc8e: Waiting 07:44:35 3c20671a5817: Waiting 07:44:35 14a436d87043: Layer already exists 07:44:35 6fbda95a0343: Layer already exists 07:44:36 3c20671a5817: Layer already exists 07:44:36 5d7a83ce2515: Pushed 07:44:36 a5e5a3fa5836: Pushed 07:44:37 9213fb51bc8e: Pushed 07:44:39 d49650158570: Pushed 07:44:39 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:3ec67b1cbc2275374948fb74439229fd3d086030c48fca3d118212c0fa717afa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:39 + 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 07:44:40 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 07:44:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 07:44:40 5d7a83ce2515: Preparing 07:44:40 d49650158570: Preparing 07:44:40 6fbda95a0343: Preparing 07:44:40 14a436d87043: Preparing 07:44:40 a5e5a3fa5836: Preparing 07:44:40 9213fb51bc8e: Preparing 07:44:40 3c20671a5817: Preparing 07:44:40 9213fb51bc8e: Waiting 07:44:40 3c20671a5817: Waiting 07:44:40 a5e5a3fa5836: Layer already exists 07:44:40 d49650158570: Layer already exists 07:44:40 14a436d87043: Layer already exists 07:44:40 5d7a83ce2515: Layer already exists 07:44:40 6fbda95a0343: Layer already exists 07:44:40 9213fb51bc8e: Layer already exists 07:44:40 3c20671a5817: Layer already exists 07:44:40 latest: digest: sha256:3ec67b1cbc2275374948fb74439229fd3d086030c48fca3d118212c0fa717afa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:40 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:41 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.58 07:44:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 07:44:41 5d7a83ce2515: Preparing 07:44:41 d49650158570: Preparing 07:44:41 6fbda95a0343: Preparing 07:44:41 14a436d87043: Preparing 07:44:41 a5e5a3fa5836: Preparing 07:44:41 9213fb51bc8e: Preparing 07:44:41 3c20671a5817: Preparing 07:44:41 9213fb51bc8e: Waiting 07:44:41 3c20671a5817: Waiting 07:44:41 6fbda95a0343: Layer already exists 07:44:41 5d7a83ce2515: Layer already exists 07:44:41 a5e5a3fa5836: Layer already exists 07:44:41 14a436d87043: Layer already exists 07:44:41 d49650158570: Layer already exists 07:44:41 9213fb51bc8e: Layer already exists 07:44:41 3c20671a5817: Layer already exists 07:44:41 3.2.0-dev.58: digest: sha256:3ec67b1cbc2275374948fb74439229fd3d086030c48fca3d118212c0fa717afa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:41 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:42 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:44:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 07:44:42 5d7a83ce2515: Preparing 07:44:42 d49650158570: Preparing 07:44:42 6fbda95a0343: Preparing 07:44:42 14a436d87043: Preparing 07:44:42 a5e5a3fa5836: Preparing 07:44:42 9213fb51bc8e: Preparing 07:44:42 3c20671a5817: Preparing 07:44:42 9213fb51bc8e: Waiting 07:44:42 3c20671a5817: Waiting 07:44:42 14a436d87043: Layer already exists 07:44:42 6fbda95a0343: Layer already exists 07:44:42 d49650158570: Layer already exists 07:44:42 a5e5a3fa5836: Layer already exists 07:44:42 5d7a83ce2515: Layer already exists 07:44:42 3c20671a5817: Layer already exists 07:44:42 9213fb51bc8e: Layer already exists 07:44:42 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:3ec67b1cbc2275374948fb74439229fd3d086030c48fca3d118212c0fa717afa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:42 + 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 07:44:43 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 07:44:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 07:44:43 5d7a83ce2515: Preparing 07:44:43 d49650158570: Preparing 07:44:43 6fbda95a0343: Preparing 07:44:43 14a436d87043: Preparing 07:44:43 a5e5a3fa5836: Preparing 07:44:43 9213fb51bc8e: Preparing 07:44:43 3c20671a5817: Preparing 07:44:43 9213fb51bc8e: Waiting 07:44:43 3c20671a5817: Waiting 07:44:43 a5e5a3fa5836: Layer already exists 07:44:43 14a436d87043: Layer already exists 07:44:43 6fbda95a0343: Layer already exists 07:44:43 d49650158570: Layer already exists 07:44:43 5d7a83ce2515: Layer already exists 07:44:43 9213fb51bc8e: Layer already exists 07:44:43 3c20671a5817: Layer already exists 07:44:43 main: digest: sha256:3ec67b1cbc2275374948fb74439229fd3d086030c48fca3d118212c0fa717afa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:44:43 ===================================================== [Pipeline] echo 07:44:43 taggedImages: 07:44:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:44:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 07:44:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.58 07:44:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:44:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 07:44:43 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 07:44:43 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:44:43 latest 07:44:43 3.2.0-dev.58 07:44:43 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:44:43 main 07:44:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:43 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:44:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:44:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 07:44:44 b01f0333d3b9: Preparing 07:44:44 6939e1d4be3e: Preparing 07:44:44 1f05c507bcaa: Preparing 07:44:44 6fbda95a0343: Preparing 07:44:44 14a436d87043: Preparing 07:44:44 22d58dc2e9fe: Preparing 07:44:44 1c61f1a58100: Preparing 07:44:44 03221418c9f5: Preparing 07:44:44 018080f0aa97: Preparing 07:44:44 3c20671a5817: Preparing 07:44:44 22d58dc2e9fe: Waiting 07:44:44 1c61f1a58100: Waiting 07:44:44 03221418c9f5: Waiting 07:44:44 018080f0aa97: Waiting 07:44:44 3c20671a5817: Waiting 07:44:44 6fbda95a0343: Layer already exists 07:44:44 14a436d87043: Layer already exists 07:44:44 1f05c507bcaa: Pushed 07:44:44 6939e1d4be3e: Pushed 07:44:44 b01f0333d3b9: Pushed 07:44:44 3c20671a5817: Layer already exists 07:44:44 03221418c9f5: Pushed 07:44:45 018080f0aa97: Pushed 07:44:57 1c61f1a58100: Pushed 07:45:06 22d58dc2e9fe: Pushed 07:45:06 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:e15d29296b9cb17317275ddb6a058a9126cb4557576eac35e9315e878cadcaae size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:06 + 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 07:45:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 07:45:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 07:45:06 b01f0333d3b9: Preparing 07:45:06 6939e1d4be3e: Preparing 07:45:06 1f05c507bcaa: Preparing 07:45:06 6fbda95a0343: Preparing 07:45:06 14a436d87043: Preparing 07:45:06 22d58dc2e9fe: Preparing 07:45:06 1c61f1a58100: Preparing 07:45:06 03221418c9f5: Preparing 07:45:06 018080f0aa97: Preparing 07:45:06 3c20671a5817: Preparing 07:45:06 22d58dc2e9fe: Waiting 07:45:06 1c61f1a58100: Waiting 07:45:06 03221418c9f5: Waiting 07:45:06 018080f0aa97: Waiting 07:45:06 3c20671a5817: Waiting 07:45:06 14a436d87043: Layer already exists 07:45:06 b01f0333d3b9: Layer already exists 07:45:06 1f05c507bcaa: Layer already exists 07:45:06 6fbda95a0343: Layer already exists 07:45:06 6939e1d4be3e: Layer already exists 07:45:06 1c61f1a58100: Layer already exists 07:45:06 22d58dc2e9fe: Layer already exists 07:45:06 018080f0aa97: Layer already exists 07:45:06 03221418c9f5: Layer already exists 07:45:06 3c20671a5817: Layer already exists 07:45:07 latest: digest: sha256:e15d29296b9cb17317275ddb6a058a9126cb4557576eac35e9315e878cadcaae size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:07 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.58 07:45:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 07:45:07 b01f0333d3b9: Preparing 07:45:07 6939e1d4be3e: Preparing 07:45:07 1f05c507bcaa: Preparing 07:45:07 6fbda95a0343: Preparing 07:45:07 14a436d87043: Preparing 07:45:07 22d58dc2e9fe: Preparing 07:45:07 1c61f1a58100: Preparing 07:45:07 03221418c9f5: Preparing 07:45:07 018080f0aa97: Preparing 07:45:07 3c20671a5817: Preparing 07:45:07 03221418c9f5: Waiting 07:45:07 018080f0aa97: Waiting 07:45:07 22d58dc2e9fe: Waiting 07:45:07 1c61f1a58100: Waiting 07:45:07 3c20671a5817: Waiting 07:45:07 6fbda95a0343: Layer already exists 07:45:07 14a436d87043: Layer already exists 07:45:07 1f05c507bcaa: Layer already exists 07:45:07 b01f0333d3b9: Layer already exists 07:45:07 6939e1d4be3e: Layer already exists 07:45:07 03221418c9f5: Layer already exists 07:45:07 22d58dc2e9fe: Layer already exists 07:45:07 1c61f1a58100: Layer already exists 07:45:07 3c20671a5817: Layer already exists 07:45:07 018080f0aa97: Layer already exists 07:45:07 3.2.0-dev.58: digest: sha256:e15d29296b9cb17317275ddb6a058a9126cb4557576eac35e9315e878cadcaae size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:08 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:45:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 07:45:08 b01f0333d3b9: Preparing 07:45:08 6939e1d4be3e: Preparing 07:45:08 1f05c507bcaa: Preparing 07:45:08 6fbda95a0343: Preparing 07:45:08 14a436d87043: Preparing 07:45:08 22d58dc2e9fe: Preparing 07:45:08 1c61f1a58100: Preparing 07:45:08 03221418c9f5: Preparing 07:45:08 018080f0aa97: Preparing 07:45:08 3c20671a5817: Preparing 07:45:08 22d58dc2e9fe: Waiting 07:45:08 1c61f1a58100: Waiting 07:45:08 03221418c9f5: Waiting 07:45:08 018080f0aa97: Waiting 07:45:08 3c20671a5817: Waiting 07:45:08 b01f0333d3b9: Layer already exists 07:45:08 14a436d87043: Layer already exists 07:45:08 1f05c507bcaa: Layer already exists 07:45:08 6939e1d4be3e: Layer already exists 07:45:08 6fbda95a0343: Layer already exists 07:45:08 22d58dc2e9fe: Layer already exists 07:45:08 1c61f1a58100: Layer already exists 07:45:08 018080f0aa97: Layer already exists 07:45:08 03221418c9f5: Layer already exists 07:45:08 3c20671a5817: Layer already exists 07:45:08 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:e15d29296b9cb17317275ddb6a058a9126cb4557576eac35e9315e878cadcaae size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:09 + 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 07:45:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 07:45:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 07:45:09 b01f0333d3b9: Preparing 07:45:09 6939e1d4be3e: Preparing 07:45:09 1f05c507bcaa: Preparing 07:45:09 6fbda95a0343: Preparing 07:45:09 14a436d87043: Preparing 07:45:09 22d58dc2e9fe: Preparing 07:45:09 1c61f1a58100: Preparing 07:45:09 03221418c9f5: Preparing 07:45:09 018080f0aa97: Preparing 07:45:09 3c20671a5817: Preparing 07:45:09 1c61f1a58100: Waiting 07:45:09 03221418c9f5: Waiting 07:45:09 018080f0aa97: Waiting 07:45:09 3c20671a5817: Waiting 07:45:09 22d58dc2e9fe: Waiting 07:45:09 14a436d87043: Layer already exists 07:45:09 1f05c507bcaa: Layer already exists 07:45:09 6fbda95a0343: Layer already exists 07:45:09 6939e1d4be3e: Layer already exists 07:45:09 b01f0333d3b9: Layer already exists 07:45:09 1c61f1a58100: Layer already exists 07:45:09 22d58dc2e9fe: Layer already exists 07:45:09 03221418c9f5: Layer already exists 07:45:09 3c20671a5817: Layer already exists 07:45:09 018080f0aa97: Layer already exists 07:45:10 main: digest: sha256:e15d29296b9cb17317275ddb6a058a9126cb4557576eac35e9315e878cadcaae size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:45:10 ===================================================== [Pipeline] echo 07:45:10 taggedImages: 07:45:10 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:45:10 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 07:45:10 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.58 07:45:10 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:45:10 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 07:45:10 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 07:45:10 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:45:10 latest 07:45:10 3.2.0-dev.58 07:45:10 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:45:10 main 07:45:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:10 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:45:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 07:45:10 a0a6df3373ce: Preparing 07:45:10 2e31253274f2: Preparing 07:45:10 16b51f3e3fa7: Preparing 07:45:10 6fbda95a0343: Preparing 07:45:10 14a436d87043: Preparing 07:45:10 dffba3e87ebf: Preparing 07:45:10 153f081dbbfe: Preparing 07:45:10 9d931e721193: Preparing 07:45:10 3c20671a5817: Preparing 07:45:10 dffba3e87ebf: Waiting 07:45:10 153f081dbbfe: Waiting 07:45:10 9d931e721193: Waiting 07:45:10 3c20671a5817: Waiting 07:45:10 6fbda95a0343: Layer already exists 07:45:10 14a436d87043: Layer already exists 07:45:11 2e31253274f2: Pushed 07:45:11 16b51f3e3fa7: Pushed 07:45:11 a0a6df3373ce: Pushed 07:45:11 3c20671a5817: Layer already exists 07:45:11 153f081dbbfe: Pushed 07:45:11 9d931e721193: Pushed 07:45:33 dffba3e87ebf: Pushed 07:45:33 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:366194590e8eb02426d67edc54cb2fcc2fbf387333b38cd54b9f3f12117154d0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:34 + 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 07:45:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 07:45:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 07:45:34 a0a6df3373ce: Preparing 07:45:34 2e31253274f2: Preparing 07:45:34 16b51f3e3fa7: Preparing 07:45:34 6fbda95a0343: Preparing 07:45:34 14a436d87043: Preparing 07:45:34 dffba3e87ebf: Preparing 07:45:34 153f081dbbfe: Preparing 07:45:34 9d931e721193: Preparing 07:45:34 3c20671a5817: Preparing 07:45:34 dffba3e87ebf: Waiting 07:45:34 153f081dbbfe: Waiting 07:45:34 9d931e721193: Waiting 07:45:34 3c20671a5817: Waiting 07:45:34 16b51f3e3fa7: Layer already exists 07:45:34 2e31253274f2: Layer already exists 07:45:34 a0a6df3373ce: Layer already exists 07:45:34 6fbda95a0343: Layer already exists 07:45:34 14a436d87043: Layer already exists 07:45:34 dffba3e87ebf: Layer already exists 07:45:34 153f081dbbfe: Layer already exists 07:45:34 9d931e721193: Layer already exists 07:45:34 3c20671a5817: Layer already exists 07:45:34 latest: digest: sha256:366194590e8eb02426d67edc54cb2fcc2fbf387333b38cd54b9f3f12117154d0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:35 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.58 07:45:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 07:45:35 a0a6df3373ce: Preparing 07:45:35 2e31253274f2: Preparing 07:45:35 16b51f3e3fa7: Preparing 07:45:35 6fbda95a0343: Preparing 07:45:35 14a436d87043: Preparing 07:45:35 dffba3e87ebf: Preparing 07:45:35 153f081dbbfe: Preparing 07:45:35 9d931e721193: Preparing 07:45:35 3c20671a5817: Preparing 07:45:35 dffba3e87ebf: Waiting 07:45:35 3c20671a5817: Waiting 07:45:35 153f081dbbfe: Waiting 07:45:35 9d931e721193: Waiting 07:45:35 2e31253274f2: Layer already exists 07:45:35 6fbda95a0343: Layer already exists 07:45:35 16b51f3e3fa7: Layer already exists 07:45:35 a0a6df3373ce: Layer already exists 07:45:35 14a436d87043: Layer already exists 07:45:35 dffba3e87ebf: Layer already exists 07:45:35 3c20671a5817: Layer already exists 07:45:35 153f081dbbfe: Layer already exists 07:45:35 9d931e721193: Layer already exists 07:45:35 3.2.0-dev.58: digest: sha256:366194590e8eb02426d67edc54cb2fcc2fbf387333b38cd54b9f3f12117154d0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:36 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:45:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 07:45:36 a0a6df3373ce: Preparing 07:45:36 2e31253274f2: Preparing 07:45:36 16b51f3e3fa7: Preparing 07:45:36 6fbda95a0343: Preparing 07:45:36 14a436d87043: Preparing 07:45:36 dffba3e87ebf: Preparing 07:45:36 153f081dbbfe: Preparing 07:45:36 9d931e721193: Preparing 07:45:36 3c20671a5817: Preparing 07:45:36 153f081dbbfe: Waiting 07:45:36 9d931e721193: Waiting 07:45:36 3c20671a5817: Waiting 07:45:36 dffba3e87ebf: Waiting 07:45:36 14a436d87043: Layer already exists 07:45:36 2e31253274f2: Layer already exists 07:45:36 6fbda95a0343: Layer already exists 07:45:36 a0a6df3373ce: Layer already exists 07:45:36 dffba3e87ebf: Layer already exists 07:45:36 9d931e721193: Layer already exists 07:45:36 16b51f3e3fa7: Layer already exists 07:45:36 153f081dbbfe: Layer already exists 07:45:36 3c20671a5817: Layer already exists 07:45:36 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:366194590e8eb02426d67edc54cb2fcc2fbf387333b38cd54b9f3f12117154d0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:36 + 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 07:45:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 07:45:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 07:45:37 a0a6df3373ce: Preparing 07:45:37 2e31253274f2: Preparing 07:45:37 16b51f3e3fa7: Preparing 07:45:37 6fbda95a0343: Preparing 07:45:37 14a436d87043: Preparing 07:45:37 dffba3e87ebf: Preparing 07:45:37 153f081dbbfe: Preparing 07:45:37 9d931e721193: Preparing 07:45:37 3c20671a5817: Preparing 07:45:37 dffba3e87ebf: Waiting 07:45:37 153f081dbbfe: Waiting 07:45:37 9d931e721193: Waiting 07:45:37 3c20671a5817: Waiting 07:45:37 6fbda95a0343: Layer already exists 07:45:37 16b51f3e3fa7: Layer already exists 07:45:37 14a436d87043: Layer already exists 07:45:37 a0a6df3373ce: Layer already exists 07:45:37 2e31253274f2: Layer already exists 07:45:37 153f081dbbfe: Layer already exists 07:45:37 9d931e721193: Layer already exists 07:45:37 3c20671a5817: Layer already exists 07:45:37 dffba3e87ebf: Layer already exists 07:45:37 main: digest: sha256:366194590e8eb02426d67edc54cb2fcc2fbf387333b38cd54b9f3f12117154d0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:45:37 ===================================================== [Pipeline] echo 07:45:37 taggedImages: 07:45:37 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:45:37 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 07:45:37 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.58 07:45:37 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:45:37 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 07:45:37 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 07:45:37 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:45:37 latest 07:45:37 3.2.0-dev.58 07:45:37 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:45:37 main 07:45:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:38 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:45:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 07:45:38 cf9372242ea6: Preparing 07:45:38 6238362ef4ef: Preparing 07:45:38 3a440365de3f: Preparing 07:45:38 6fbda95a0343: Preparing 07:45:38 14a436d87043: Preparing 07:45:38 41488608af42: Preparing 07:45:38 03221418c9f5: Preparing 07:45:38 018080f0aa97: Preparing 07:45:38 3c20671a5817: Preparing 07:45:38 41488608af42: Waiting 07:45:38 03221418c9f5: Waiting 07:45:38 018080f0aa97: Waiting 07:45:38 3c20671a5817: Waiting 07:45:38 6fbda95a0343: Layer already exists 07:45:38 14a436d87043: Layer already exists 07:45:38 03221418c9f5: Layer already exists 07:45:38 018080f0aa97: Layer already exists 07:45:38 6238362ef4ef: Pushed 07:45:38 3a440365de3f: Pushed 07:45:38 cf9372242ea6: Pushed 07:45:38 3c20671a5817: Layer already exists 07:46:00 41488608af42: Pushed 07:46:00 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:30db039c3e0770d76c53a88b888d0b0d78ae25511449fd00891dbc93527e8909 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:01 + 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 07:46:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 07:46:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 07:46:01 cf9372242ea6: Preparing 07:46:01 6238362ef4ef: Preparing 07:46:01 3a440365de3f: Preparing 07:46:01 6fbda95a0343: Preparing 07:46:01 14a436d87043: Preparing 07:46:01 41488608af42: Preparing 07:46:01 03221418c9f5: Preparing 07:46:01 41488608af42: Waiting 07:46:01 018080f0aa97: Preparing 07:46:01 3c20671a5817: Preparing 07:46:01 018080f0aa97: Waiting 07:46:01 03221418c9f5: Waiting 07:46:01 3c20671a5817: Waiting 07:46:01 cf9372242ea6: Layer already exists 07:46:01 6238362ef4ef: Layer already exists 07:46:01 14a436d87043: Layer already exists 07:46:01 3a440365de3f: Layer already exists 07:46:01 6fbda95a0343: Layer already exists 07:46:01 03221418c9f5: Layer already exists 07:46:01 41488608af42: Layer already exists 07:46:01 018080f0aa97: Layer already exists 07:46:01 3c20671a5817: Layer already exists 07:46:01 latest: digest: sha256:30db039c3e0770d76c53a88b888d0b0d78ae25511449fd00891dbc93527e8909 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:02 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.58 07:46:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 07:46:02 cf9372242ea6: Preparing 07:46:02 6238362ef4ef: Preparing 07:46:02 3a440365de3f: Preparing 07:46:02 6fbda95a0343: Preparing 07:46:02 14a436d87043: Preparing 07:46:02 41488608af42: Preparing 07:46:02 03221418c9f5: Preparing 07:46:02 018080f0aa97: Preparing 07:46:02 3c20671a5817: Preparing 07:46:02 41488608af42: Waiting 07:46:02 03221418c9f5: Waiting 07:46:02 018080f0aa97: Waiting 07:46:02 3c20671a5817: Waiting 07:46:02 cf9372242ea6: Layer already exists 07:46:02 3a440365de3f: Layer already exists 07:46:02 6fbda95a0343: Layer already exists 07:46:02 14a436d87043: Layer already exists 07:46:02 6238362ef4ef: Layer already exists 07:46:02 018080f0aa97: Layer already exists 07:46:02 41488608af42: Layer already exists 07:46:02 03221418c9f5: Layer already exists 07:46:02 3c20671a5817: Layer already exists 07:46:02 3.2.0-dev.58: digest: sha256:30db039c3e0770d76c53a88b888d0b0d78ae25511449fd00891dbc93527e8909 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:03 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:46:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 07:46:03 cf9372242ea6: Preparing 07:46:03 6238362ef4ef: Preparing 07:46:03 3a440365de3f: Preparing 07:46:03 6fbda95a0343: Preparing 07:46:03 14a436d87043: Preparing 07:46:03 41488608af42: Preparing 07:46:03 03221418c9f5: Preparing 07:46:03 018080f0aa97: Preparing 07:46:03 3c20671a5817: Preparing 07:46:03 41488608af42: Waiting 07:46:03 03221418c9f5: Waiting 07:46:03 018080f0aa97: Waiting 07:46:03 3c20671a5817: Waiting 07:46:03 6238362ef4ef: Layer already exists 07:46:03 14a436d87043: Layer already exists 07:46:03 cf9372242ea6: Layer already exists 07:46:03 3a440365de3f: Layer already exists 07:46:03 6fbda95a0343: Layer already exists 07:46:03 41488608af42: Layer already exists 07:46:03 3c20671a5817: Layer already exists 07:46:03 03221418c9f5: Layer already exists 07:46:03 018080f0aa97: Layer already exists 07:46:03 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:30db039c3e0770d76c53a88b888d0b0d78ae25511449fd00891dbc93527e8909 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:03 + 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 07:46:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 07:46:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 07:46:04 cf9372242ea6: Preparing 07:46:04 6238362ef4ef: Preparing 07:46:04 3a440365de3f: Preparing 07:46:04 6fbda95a0343: Preparing 07:46:04 14a436d87043: Preparing 07:46:04 41488608af42: Preparing 07:46:04 03221418c9f5: Preparing 07:46:04 018080f0aa97: Preparing 07:46:04 3c20671a5817: Preparing 07:46:04 03221418c9f5: Waiting 07:46:04 41488608af42: Waiting 07:46:04 018080f0aa97: Waiting 07:46:04 3c20671a5817: Waiting 07:46:04 14a436d87043: Layer already exists 07:46:04 cf9372242ea6: Layer already exists 07:46:04 6238362ef4ef: Layer already exists 07:46:04 6fbda95a0343: Layer already exists 07:46:04 3a440365de3f: Layer already exists 07:46:04 41488608af42: Layer already exists 07:46:04 018080f0aa97: Layer already exists 07:46:04 03221418c9f5: Layer already exists 07:46:04 3c20671a5817: Layer already exists 07:46:04 main: digest: sha256:30db039c3e0770d76c53a88b888d0b0d78ae25511449fd00891dbc93527e8909 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:46:04 ===================================================== [Pipeline] echo 07:46:04 taggedImages: 07:46:04 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:46:04 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 07:46:04 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.58 07:46:04 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:46:04 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 07:46:04 [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: 07:46:04 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:46:04 latest 07:46:04 3.2.0-dev.58 07:46:04 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:46:04 main 07:46:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:05 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:05 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:46:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 07:46:05 ee6615386e3c: Preparing 07:46:05 785257dfcb05: Preparing 07:46:05 6fbda95a0343: Preparing 07:46:05 14a436d87043: Preparing 07:46:05 373b51837f94: Preparing 07:46:05 1c8aead5788e: Preparing 07:46:05 3c20671a5817: Preparing 07:46:05 1c8aead5788e: Waiting 07:46:05 3c20671a5817: Waiting 07:46:05 6fbda95a0343: Layer already exists 07:46:05 14a436d87043: Layer already exists 07:46:05 3c20671a5817: Layer already exists 07:46:05 373b51837f94: Pushed 07:46:05 ee6615386e3c: Pushed 07:46:06 1c8aead5788e: Pushed 07:46:13 785257dfcb05: Pushed 07:46:13 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:f886d33cef05c0562804c2762b73619667d3954f2c5fd1ecf184aecefa2967af size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:13 + 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 07:46:13 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 07:46:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 07:46:13 ee6615386e3c: Preparing 07:46:13 785257dfcb05: Preparing 07:46:13 6fbda95a0343: Preparing 07:46:13 14a436d87043: Preparing 07:46:13 373b51837f94: Preparing 07:46:13 1c8aead5788e: Preparing 07:46:13 3c20671a5817: Preparing 07:46:13 3c20671a5817: Waiting 07:46:13 1c8aead5788e: Waiting 07:46:13 785257dfcb05: Layer already exists 07:46:13 14a436d87043: Layer already exists 07:46:13 ee6615386e3c: Layer already exists 07:46:13 373b51837f94: Layer already exists 07:46:13 6fbda95a0343: Layer already exists 07:46:13 1c8aead5788e: Layer already exists 07:46:13 3c20671a5817: Layer already exists 07:46:13 latest: digest: sha256:f886d33cef05c0562804c2762b73619667d3954f2c5fd1ecf184aecefa2967af size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:14 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:14 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.58 07:46:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 07:46:14 ee6615386e3c: Preparing 07:46:14 785257dfcb05: Preparing 07:46:14 6fbda95a0343: Preparing 07:46:14 14a436d87043: Preparing 07:46:14 373b51837f94: Preparing 07:46:14 1c8aead5788e: Preparing 07:46:14 3c20671a5817: Preparing 07:46:14 1c8aead5788e: Waiting 07:46:14 3c20671a5817: Waiting 07:46:14 785257dfcb05: Layer already exists 07:46:14 14a436d87043: Layer already exists 07:46:14 ee6615386e3c: Layer already exists 07:46:14 6fbda95a0343: Layer already exists 07:46:14 373b51837f94: Layer already exists 07:46:14 3c20671a5817: Layer already exists 07:46:14 1c8aead5788e: Layer already exists 07:46:14 3.2.0-dev.58: digest: sha256:f886d33cef05c0562804c2762b73619667d3954f2c5fd1ecf184aecefa2967af size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:15 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:15 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:46:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 07:46:15 ee6615386e3c: Preparing 07:46:15 785257dfcb05: Preparing 07:46:15 6fbda95a0343: Preparing 07:46:15 14a436d87043: Preparing 07:46:15 373b51837f94: Preparing 07:46:15 1c8aead5788e: Preparing 07:46:15 3c20671a5817: Preparing 07:46:15 1c8aead5788e: Waiting 07:46:15 3c20671a5817: Waiting 07:46:15 785257dfcb05: Layer already exists 07:46:15 373b51837f94: Layer already exists 07:46:15 ee6615386e3c: Layer already exists 07:46:15 14a436d87043: Layer already exists 07:46:15 6fbda95a0343: Layer already exists 07:46:15 1c8aead5788e: Layer already exists 07:46:15 3c20671a5817: Layer already exists 07:46:15 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:f886d33cef05c0562804c2762b73619667d3954f2c5fd1ecf184aecefa2967af size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:16 + 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 07:46:16 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main 07:46:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 07:46:16 ee6615386e3c: Preparing 07:46:16 785257dfcb05: Preparing 07:46:16 6fbda95a0343: Preparing 07:46:16 14a436d87043: Preparing 07:46:16 373b51837f94: Preparing 07:46:16 1c8aead5788e: Preparing 07:46:16 3c20671a5817: Preparing 07:46:16 3c20671a5817: Waiting 07:46:16 1c8aead5788e: Waiting 07:46:16 14a436d87043: Layer already exists 07:46:16 373b51837f94: Layer already exists 07:46:16 6fbda95a0343: Layer already exists 07:46:16 785257dfcb05: Layer already exists 07:46:16 ee6615386e3c: Layer already exists 07:46:16 3c20671a5817: Layer already exists 07:46:16 1c8aead5788e: Layer already exists 07:46:17 main: digest: sha256:f886d33cef05c0562804c2762b73619667d3954f2c5fd1ecf184aecefa2967af size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:46:17 ===================================================== [Pipeline] echo 07:46:17 taggedImages: 07:46:17 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:46:17 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 07:46:17 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.58 07:46:17 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:46:17 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo 07:46:17 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 07:46:17 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:46:17 latest 07:46:17 3.2.0-dev.58 07:46:17 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:46:17 main 07:46:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:17 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:17 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:46:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 07:46:17 648d97d49d69: Preparing 07:46:17 95e48bd81931: Preparing 07:46:17 6fbda95a0343: Preparing 07:46:17 14a436d87043: Preparing 07:46:17 e57bfca4fdd8: Preparing 07:46:17 d3c119a6873d: Preparing 07:46:17 3c20671a5817: Preparing 07:46:17 d3c119a6873d: Waiting 07:46:17 3c20671a5817: Waiting 07:46:18 e57bfca4fdd8: Pushed 07:46:19 6fbda95a0343: Layer already exists 07:46:19 14a436d87043: Layer already exists 07:46:19 3c20671a5817: Layer already exists 07:46:19 648d97d49d69: Pushed 07:46:19 d3c119a6873d: Pushed 07:46:26 95e48bd81931: Pushed 07:46:26 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:6927428ba6f590e799e45bde5053d160d0b5c493af2cf2ff26d83da5b42e0341 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:26 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:26 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 07:46:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 07:46:26 648d97d49d69: Preparing 07:46:26 95e48bd81931: Preparing 07:46:26 6fbda95a0343: Preparing 07:46:26 14a436d87043: Preparing 07:46:26 e57bfca4fdd8: Preparing 07:46:26 d3c119a6873d: Preparing 07:46:26 3c20671a5817: Preparing 07:46:26 d3c119a6873d: Waiting 07:46:26 3c20671a5817: Waiting 07:46:26 e57bfca4fdd8: Layer already exists 07:46:26 14a436d87043: Layer already exists 07:46:26 95e48bd81931: Layer already exists 07:46:26 6fbda95a0343: Layer already exists 07:46:26 648d97d49d69: Layer already exists 07:46:26 d3c119a6873d: Layer already exists 07:46:26 3c20671a5817: Layer already exists 07:46:26 latest: digest: sha256:6927428ba6f590e799e45bde5053d160d0b5c493af2cf2ff26d83da5b42e0341 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:27 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:27 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.58 07:46:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 07:46:27 648d97d49d69: Preparing 07:46:27 95e48bd81931: Preparing 07:46:27 6fbda95a0343: Preparing 07:46:27 14a436d87043: Preparing 07:46:27 e57bfca4fdd8: Preparing 07:46:27 d3c119a6873d: Preparing 07:46:27 3c20671a5817: Preparing 07:46:27 d3c119a6873d: Waiting 07:46:27 3c20671a5817: Waiting 07:46:27 648d97d49d69: Layer already exists 07:46:27 e57bfca4fdd8: Layer already exists 07:46:27 95e48bd81931: Layer already exists 07:46:27 6fbda95a0343: Layer already exists 07:46:27 14a436d87043: Layer already exists 07:46:27 d3c119a6873d: Layer already exists 07:46:27 3c20671a5817: Layer already exists 07:46:27 3.2.0-dev.58: digest: sha256:6927428ba6f590e799e45bde5053d160d0b5c493af2cf2ff26d83da5b42e0341 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:28 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:28 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:46:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 07:46:28 648d97d49d69: Preparing 07:46:28 95e48bd81931: Preparing 07:46:28 6fbda95a0343: Preparing 07:46:28 14a436d87043: Preparing 07:46:28 e57bfca4fdd8: Preparing 07:46:28 d3c119a6873d: Preparing 07:46:28 3c20671a5817: Preparing 07:46:28 d3c119a6873d: Waiting 07:46:28 3c20671a5817: Waiting 07:46:28 6fbda95a0343: Layer already exists 07:46:28 e57bfca4fdd8: Layer already exists 07:46:28 95e48bd81931: Layer already exists 07:46:28 648d97d49d69: Layer already exists 07:46:28 14a436d87043: Layer already exists 07:46:28 d3c119a6873d: Layer already exists 07:46:28 3c20671a5817: Layer already exists 07:46:28 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:6927428ba6f590e799e45bde5053d160d0b5c493af2cf2ff26d83da5b42e0341 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:28 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:29 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 07:46:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 07:46:29 648d97d49d69: Preparing 07:46:29 95e48bd81931: Preparing 07:46:29 6fbda95a0343: Preparing 07:46:29 14a436d87043: Preparing 07:46:29 e57bfca4fdd8: Preparing 07:46:29 d3c119a6873d: Preparing 07:46:29 3c20671a5817: Preparing 07:46:29 d3c119a6873d: Waiting 07:46:29 3c20671a5817: Waiting 07:46:29 648d97d49d69: Layer already exists 07:46:29 e57bfca4fdd8: Layer already exists 07:46:29 95e48bd81931: Layer already exists 07:46:29 6fbda95a0343: Layer already exists 07:46:29 14a436d87043: Layer already exists 07:46:29 3c20671a5817: Layer already exists 07:46:29 d3c119a6873d: Layer already exists 07:46:29 main: digest: sha256:6927428ba6f590e799e45bde5053d160d0b5c493af2cf2ff26d83da5b42e0341 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:46:29 ===================================================== [Pipeline] echo 07:46:29 taggedImages: 07:46:29 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:46:29 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 07:46:29 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.58 07:46:29 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:46:29 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 07:46:29 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 07:46:29 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:46:29 latest 07:46:29 3.2.0-dev.58 07:46:29 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:46:29 main 07:46:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:30 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:30 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:46:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 07:46:30 9209d7b5cd2b: Preparing 07:46:30 45fc20deaeca: Preparing 07:46:30 6fbda95a0343: Preparing 07:46:30 14a436d87043: Preparing 07:46:30 7e3c6815c471: Preparing 07:46:30 f650a7d9c8d7: Preparing 07:46:30 3c20671a5817: Preparing 07:46:30 f650a7d9c8d7: Waiting 07:46:30 3c20671a5817: Waiting 07:46:30 14a436d87043: Layer already exists 07:46:30 7e3c6815c471: Layer already exists 07:46:30 6fbda95a0343: Layer already exists 07:46:30 f650a7d9c8d7: Layer already exists 07:46:30 3c20671a5817: Layer already exists 07:46:30 9209d7b5cd2b: Pushed 07:46:37 45fc20deaeca: Pushed 07:46:37 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826: digest: sha256:20af20c00c446c8c938cdddc924357f4b38eb71a7b21bded6f0bbb8031e3c6ca size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:37 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:38 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 07:46:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 07:46:38 9209d7b5cd2b: Preparing 07:46:38 45fc20deaeca: Preparing 07:46:38 6fbda95a0343: Preparing 07:46:38 14a436d87043: Preparing 07:46:38 7e3c6815c471: Preparing 07:46:38 f650a7d9c8d7: Preparing 07:46:38 3c20671a5817: Preparing 07:46:38 3c20671a5817: Waiting 07:46:38 f650a7d9c8d7: Waiting 07:46:38 6fbda95a0343: Layer already exists 07:46:38 45fc20deaeca: Layer already exists 07:46:38 9209d7b5cd2b: Layer already exists 07:46:38 14a436d87043: Layer already exists 07:46:38 7e3c6815c471: Layer already exists 07:46:38 f650a7d9c8d7: Layer already exists 07:46:38 3c20671a5817: Layer already exists 07:46:38 latest: digest: sha256:20af20c00c446c8c938cdddc924357f4b38eb71a7b21bded6f0bbb8031e3c6ca size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:38 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:39 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.58 07:46:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 07:46:39 9209d7b5cd2b: Preparing 07:46:39 45fc20deaeca: Preparing 07:46:39 6fbda95a0343: Preparing 07:46:39 14a436d87043: Preparing 07:46:39 7e3c6815c471: Preparing 07:46:39 f650a7d9c8d7: Preparing 07:46:39 3c20671a5817: Preparing 07:46:39 f650a7d9c8d7: Waiting 07:46:39 3c20671a5817: Waiting 07:46:39 6fbda95a0343: Layer already exists 07:46:39 14a436d87043: Layer already exists 07:46:39 9209d7b5cd2b: Layer already exists 07:46:39 45fc20deaeca: Layer already exists 07:46:39 7e3c6815c471: Layer already exists 07:46:39 3c20671a5817: Layer already exists 07:46:39 f650a7d9c8d7: Layer already exists 07:46:39 3.2.0-dev.58: digest: sha256:20af20c00c446c8c938cdddc924357f4b38eb71a7b21bded6f0bbb8031e3c6ca size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:39 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:40 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:46:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 07:46:40 9209d7b5cd2b: Preparing 07:46:40 45fc20deaeca: Preparing 07:46:40 6fbda95a0343: Preparing 07:46:40 14a436d87043: Preparing 07:46:40 7e3c6815c471: Preparing 07:46:40 f650a7d9c8d7: Preparing 07:46:40 3c20671a5817: Preparing 07:46:40 f650a7d9c8d7: Waiting 07:46:40 3c20671a5817: Waiting 07:46:40 14a436d87043: Layer already exists 07:46:40 7e3c6815c471: Layer already exists 07:46:40 45fc20deaeca: Layer already exists 07:46:40 6fbda95a0343: Layer already exists 07:46:40 9209d7b5cd2b: Layer already exists 07:46:40 f650a7d9c8d7: Layer already exists 07:46:40 3c20671a5817: Layer already exists 07:46:40 dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58: digest: sha256:20af20c00c446c8c938cdddc924357f4b38eb71a7b21bded6f0bbb8031e3c6ca size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:40 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:41 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 07:46:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 07:46:41 9209d7b5cd2b: Preparing 07:46:41 45fc20deaeca: Preparing 07:46:41 6fbda95a0343: Preparing 07:46:41 14a436d87043: Preparing 07:46:41 7e3c6815c471: Preparing 07:46:41 f650a7d9c8d7: Preparing 07:46:41 3c20671a5817: Preparing 07:46:41 f650a7d9c8d7: Waiting 07:46:41 3c20671a5817: Waiting 07:46:41 9209d7b5cd2b: Layer already exists 07:46:41 6fbda95a0343: Layer already exists 07:46:41 7e3c6815c471: Layer already exists 07:46:41 45fc20deaeca: Layer already exists 07:46:41 14a436d87043: Layer already exists 07:46:41 f650a7d9c8d7: Layer already exists 07:46:41 3c20671a5817: Layer already exists 07:46:41 main: digest: sha256:20af20c00c446c8c938cdddc924357f4b38eb71a7b21bded6f0bbb8031e3c6ca size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:46:41 ===================================================== [Pipeline] echo 07:46:41 taggedImages: 07:46:41 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 07:46:41 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 07:46:41 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.58 07:46:41 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:dcba1ae946b5ccf48e9dcc2a00fa110f4c613826-3.2.0-dev.58 07:46:41 - 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 07:46:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:46:41 07:46:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:46:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:46:42 arm64: Pulling from edgex-lftools-log-publisher 07:46:42 8998bd30e6a1: Pulling fs layer 07:46:42 04944245beec: Pulling fs layer 07:46:42 699f458cf7ca: Pulling fs layer 07:46:42 765212b225bb: Pulling fs layer 07:46:42 f23df028b6ca: Pulling fs layer 07:46:42 d65c8cfc05b1: Pulling fs layer 07:46:42 2437ff75d9bd: Pulling fs layer 07:46:42 f23df028b6ca: Waiting 07:46:42 d65c8cfc05b1: Waiting 07:46:42 2437ff75d9bd: Waiting 07:46:42 765212b225bb: Waiting 07:46:42 04944245beec: Verifying Checksum 07:46:42 04944245beec: Download complete 07:46:42 765212b225bb: Verifying Checksum 07:46:42 765212b225bb: Download complete 07:46:42 f23df028b6ca: Verifying Checksum 07:46:42 f23df028b6ca: Download complete 07:46:42 d65c8cfc05b1: Download complete 07:46:42 699f458cf7ca: Verifying Checksum 07:46:42 699f458cf7ca: Download complete 07:46:42 8998bd30e6a1: Verifying Checksum 07:46:42 8998bd30e6a1: Download complete 07:46:45 2437ff75d9bd: Verifying Checksum 07:46:47 8998bd30e6a1: Pull complete 07:46:48 04944245beec: Pull complete 07:46:49 699f458cf7ca: Pull complete 07:46:49 765212b225bb: Pull complete 07:46:50 f23df028b6ca: Pull complete 07:46:50 d65c8cfc05b1: Pull complete 07:47:08 2437ff75d9bd: Pull complete 07:47:08 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 07:47:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:47:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:47:09 prd-ubuntu20.04-docker-arm64-4c-16g-8086 does not seem to be running inside a container 07:47:09 $ 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/677 -v /w/workspace/edgex-go/677:/w/workspace/edgex-go/677:rw,z -v /w/workspace/edgex-go/677@tmp:/w/workspace/edgex-go/677@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 07:47:10 $ docker top bcf65a54012eb57186a8f50888d0a9489be25b981e3a0fd87c2b22f150f6d173 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:47:11 ---> job-cost.sh 07:47:11 lf-activate-venv: SKIPPING 07:47:11 INFO: No Stack... 07:47:12 INFO: Retrieving Pricing Info for: v3-standard-4 07:47:13 INFO: Archiving Costs [Pipeline] sh 07:47:13 + cat /w/workspace/edgex-go/677/archives/cost.csv 07:47:13 + cut -d, -f6 [Pipeline] lock 07:47:13 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-677-stack-cost] 07:47:13 Resource [jenkins-edgexfoundry-edgex-go-main-677-stack-cost] did not exist. Created. 07:47:13 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-677-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:47:14 + echo total: 0.10999999940395355 [Pipeline] stash 07:47:15 Stashed 1 file(s) [Pipeline] } 07:47:15 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-677-stack-cost] [Pipeline] // lock [Pipeline] } 07:47:15 $ docker stop --time=1 bcf65a54012eb57186a8f50888d0a9489be25b981e3a0fd87c2b22f150f6d173 07:47:16 $ docker rm -f --volumes bcf65a54012eb57186a8f50888d0a9489be25b981e3a0fd87c2b22f150f6d173 [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 07:47:17 provisioning config files... 07:47:17 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/677@tmp/config15776967536206402834tmp [Pipeline] { [Pipeline] sh 07:47:17 + set +x 07:47:17 + bash -s -- 07:47:17 + curl -s https://codecov.io/bash 07:47:17 07:47:17 _____ _ 07:47:17 / ____| | | 07:47:17 | | ___ __| | ___ ___ _____ __ 07:47:17 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:47:17 | |___| (_) | (_| | __/ (_| (_) \ V / 07:47:17 \_____\___/ \__,_|\___|\___\___/ \_/ 07:47:17 Bash-1.0.6 07:47:17 07:47:17 07:47:17 ==> git version 2.25.1 found 07:47:17 ==> 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 07:47:17 Release-Date: 2020-01-08 07:47:17 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 07:47:17 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 07:47:17 ==> Jenkins CI detected. 07:47:17 current dir:  /w/workspace/edgex-go/677 07:47:17 project root: . 07:47:17 --> token set from env 07:47:17 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:47:17 ==> Running gcov in . (disable via -X gcov) 07:47:17 ==> Python coveragepy not found 07:47:17 ==> Searching for coverage reports in: 07:47:17 + . 07:47:17 -> Found 1 reports 07:47:17 ==> Detecting git/mercurial file structure 07:47:17 ==> Reading reports 07:47:17 + ./coverage.out bytes=545411 07:47:17 ==> Appending adjustments 07:47:17 https://docs.codecov.io/docs/fixing-reports 07:47:19 + Found adjustments 07:47:19 ==> Gzipping contents 07:47:19 68K /tmp/codecov.3adtpA.gz 07:47:19 ==> Uploading reports 07:47:19 url: https://codecov.io 07:47:19 query: branch=main&commit=dcba1ae946b5ccf48e9dcc2a00fa110f4c613826&build=677&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F677%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:47:19 -> Pinging Codecov 07:47:19 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=dcba1ae946b5ccf48e9dcc2a00fa110f4c613826&build=677&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F677%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:47:19 -> Uploading to 07:47:19 https://storage.googleapis.com/codecov/v4/raw/2024-08-21/00271124DB129430A58F1EEE437C3FCB/dcba1ae946b5ccf48e9dcc2a00fa110f4c613826/79b5e9d4-6331-4426-bdc4-80912ee761b3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240821%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240821T074718Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9a5c5551845e0f4f7fa1dcf937d2cff159da5fa61e609d38d35f6bfb1c4287a4 07:47:19 % Total % Received % Xferd Average Speed Time Time Time Current 07:47:19 Dload Upload Total Spent Left Speed 07:47:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68179 0 0 100 68179 0 241k --:--:-- --:--:-- --:--:-- 241k 07:47:19 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/dcba1ae946b5ccf48e9dcc2a00fa110f4c613826 [Pipeline] } 07:47:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 07:47:19 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 07:47:19 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:47:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 07:47:19 07:47:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:47:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 07:47:20 latest: Pulling from edgex-devops/edgex-snyk-go 07:47:20 619be1103602: Already exists 07:47:20 f8ea3408117e: Pulling fs layer 07:47:20 91320369b822: Pulling fs layer 07:47:20 0406650e8295: Pulling fs layer 07:47:20 4f4fb700ef54: Pulling fs layer 07:47:20 96d80e3f36e1: Pulling fs layer 07:47:20 bcf3aedb951c: Pulling fs layer 07:47:20 4f4fb700ef54: Waiting 07:47:20 96d80e3f36e1: Waiting 07:47:20 bcf3aedb951c: Waiting 07:47:20 0406650e8295: Verifying Checksum 07:47:20 0406650e8295: Download complete 07:47:20 f8ea3408117e: Download complete 07:47:20 4f4fb700ef54: Download complete 07:47:20 f8ea3408117e: Pull complete 07:47:20 96d80e3f36e1: Verifying Checksum 07:47:20 96d80e3f36e1: Download complete 07:47:20 91320369b822: Verifying Checksum 07:47:20 91320369b822: Download complete 07:47:21 bcf3aedb951c: Verifying Checksum 07:47:21 bcf3aedb951c: Download complete 07:47:23 91320369b822: Pull complete 07:47:23 0406650e8295: Pull complete 07:47:23 4f4fb700ef54: Pull complete 07:47:24 96d80e3f36e1: Pull complete 07:47:27 bcf3aedb951c: Pull complete 07:47:27 Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 07:47:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 07:47:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:47:27 prd-ubuntu20.04-docker-8c-8g-8085 does not seem to be running inside a container 07:47:27 $ 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/677 -v /w/workspace/edgex-go/677:/w/workspace/edgex-go/677:rw,z -v /w/workspace/edgex-go/677@tmp:/w/workspace/edgex-go/677@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 07:47:40 $ docker top 3a476c8014b4684f2a5560f794c7d9adea581810c2cd4fdceb91adbb4de0c2e9 -eo pid,comm [Pipeline] { [Pipeline] sh 07:47:40 + git config --global --add safe.directory /w/workspace/edgex-go/677 [Pipeline] echo 07:47:40 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 07:47:40 + set -o pipefail 07:47:40 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 07:47:48 07:47:48 Monitoring /w/workspace/edgex-go/677 (github.com/edgexfoundry/edgex-go)... 07:47:48 07:47:48 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/2f0fbbeb-c8fa-453b-8124-fa30969cb2c9 07:47:48 07:47:48 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:47:48 07:47:48 07:47:48 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 07:47:48 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 07:47:48 $ docker stop --time=1 3a476c8014b4684f2a5560f794c7d9adea581810c2cd4fdceb91adbb4de0c2e9 07:47:57 $ docker rm -f --volumes 3a476c8014b4684f2a5560f794c7d9adea581810c2cd4fdceb91adbb4de0c2e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 07:47:57 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:47:57 provisioning config files... 07:47:57 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/677@tmp/config12792957336130722096tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:47:58 --> edgex-publish-swagger.sh 07:47:58 === Publish openapi/v3 API === 07:47:58 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 07:47:58 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/677/openapi/v3/core-command.yaml] 07:47:58 % Total % Received % Xferd Average Speed Time Time Time Current 07:47:58 Dload Upload Total Spent Left Speed 07:47:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 56814 --:--:-- --:--:-- --:--:-- 56716 100 32782 0 0 100 32782 0 56814 --:--:-- --:--:-- --:--:-- 56716 07:47:58 07:47:58 07:47:58 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/677/openapi/v3/core-data.yaml] 07:47:58 % Total % Received % Xferd Average Speed Time Time Time Current 07:47:58 Dload Upload Total Spent Left Speed 07:47:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 114k --:--:-- --:--:-- --:--:-- 114k 07:47:59 07:47:59 07:47:59 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/677/openapi/v3/core-keeper.yaml] 07:47:59 % Total % Received % Xferd Average Speed Time Time Time Current 07:47:59 Dload Upload Total Spent Left Speed 07:47:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32821 0 0 100 32821 0 157k --:--:-- --:--:-- --:--:-- 157k 100 32887 100 66 100 32821 190 94585 --:--:-- --:--:-- --:--:-- 94502 07:47:59 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 07:47:59 07:47:59 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/677/openapi/v3/core-metadata.yaml] 07:47:59 % Total % Received % Xferd Average Speed Time Time Time Current 07:47:59 Dload Upload Total Spent Left Speed 07:48:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149k 100 156 100 148k 274 261k --:--:-- --:--:-- --:--:-- 261k 07:48:00 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 07:48:00 07:48:00 [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/677/openapi/v3/support-cron-scheduler.yaml] 07:48:00 % Total % Received % Xferd Average Speed Time Time Time Current 07:48:00 Dload Upload Total Spent Left Speed 07:48:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 42902 100 66 100 42836 107 69879 --:--:-- --:--:-- --:--:-- 69872 100 42902 100 66 100 42836 107 69879 --:--:-- --:--:-- --:--:-- 69872 07:48:01 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 07:48:01 07:48:01 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/677/openapi/v3/support-notifications.yaml] 07:48:01 % Total % Received % Xferd Average Speed Time Time Time Current 07:48:01 Dload Upload Total Spent Left Speed 07:48:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 392 214k --:--:-- --:--:-- --:--:-- 215k 07:48:01 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 07:48:01 07:48:01 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/677/openapi/v3/support-scheduler.yaml] 07:48:01 % Total % Received % Xferd Average Speed Time Time Time Current 07:48:01 Dload Upload Total Spent Left Speed 07:48:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 36954 0 0 100 36954 0 177k --:--:-- --:--:-- --:--:-- 176k 100 37110 100 156 100 36954 379 89912 --:--:-- --:--:-- --:--:-- 90072 07:48:01 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 07:48:01 [Pipeline] } 07:48:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 07:48:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:48:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:48:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:48:02 prd-ubuntu20.04-docker-8c-8g-8085 does not seem to be running inside a container 07:48:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/677 -v /w/workspace/edgex-go/677:/w/workspace/edgex-go/677:rw,z -v /w/workspace/edgex-go/677@tmp:/w/workspace/edgex-go/677@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 07:48:02 $ docker top e1a26ebd4de30d70929c88ac527883e2b0bb19dcdf5aaafb6997f3faf7f01b53 -eo pid,comm 07:48:02 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). 07:48:02 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:48:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:48:02 [ssh-agent] Looking for ssh-agent implementation... 07:48:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:48:03 $ docker exec e1a26ebd4de30d70929c88ac527883e2b0bb19dcdf5aaafb6997f3faf7f01b53 ssh-agent 07:48:03 SSH_AUTH_SOCK=/tmp/ssh-lOw26nAOwI0W/agent.31 07:48:03 SSH_AGENT_PID=37 07:48:03 Running ssh-add (command line suppressed) 07:48:03 Identity added: /w/workspace/edgex-go/677@tmp/private_key_9702713472230644993.key (/w/workspace/edgex-go/677@tmp/private_key_9702713472230644993.key) 07:48:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:48:03 + git semver tag 07:48:03 2024-08-21 07:48:03,792 [run_tag] DEBUG tag force:False 07:48:03 2024-08-21 07:48:03,792 [check_head_tag] DEBUG check head tag 07:48:03 2024-08-21 07:48:03,795 [execute] INFO git cat-file --batch-check 07:48:03 2024-08-21 07:48:03,795 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/677, universal_newlines=False, shell=None, istream=) 07:48:03 2024-08-21 07:48:03,799 [execute] INFO git cat-file --batch 07:48:03 2024-08-21 07:48:03,799 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/677, universal_newlines=False, shell=None, istream=) 07:48:03 2024-08-21 07:48:03,835 [read_version] DEBUG read version from /w/workspace/edgex-go/677/.semver/main 07:48:03 2024-08-21 07:48:03,835 [execute] INFO git tag -a v3.2.0-dev.58 -m v3.2.0-dev.58 07:48:03 2024-08-21 07:48:03,835 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.58', '-m', 'v3.2.0-dev.58'], cwd=/w/workspace/edgex-go/677, universal_newlines=False, shell=None, istream=None) 07:48:03 2024-08-21 07:48:03,840 [read_version] DEBUG read version from /w/workspace/edgex-go/677/.semver/main 07:48:03 3.2.0-dev.58 [Pipeline] } 07:48:03 $ docker exec --env ******** --env ******** e1a26ebd4de30d70929c88ac527883e2b0bb19dcdf5aaafb6997f3faf7f01b53 ssh-agent -k 07:48:03 unset SSH_AUTH_SOCK; 07:48:03 unset SSH_AGENT_PID; 07:48:03 echo Agent pid 37 killed; 07:48:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:48:04 + git semver [Pipeline] } 07:48:04 $ docker stop --time=1 e1a26ebd4de30d70929c88ac527883e2b0bb19dcdf5aaafb6997f3faf7f01b53 07:48:05 $ docker rm -f --volumes e1a26ebd4de30d70929c88ac527883e2b0bb19dcdf5aaafb6997f3faf7f01b53 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:48:06 07:48:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:48:06 0.23.1-centos7: Pulling from edgex-lftools 07:48:06 ab5ef0e58194: Pulling fs layer 07:48:06 9712f1f96733: Pulling fs layer 07:48:06 63f879dbbcfc: Pulling fs layer 07:48:06 0d9ebad4ef96: Pulling fs layer 07:48:06 e9a5061849ea: Pulling fs layer 07:48:06 d747dcd14b5f: Pulling fs layer 07:48:06 2de7ff778b66: Pulling fs layer 07:48:06 0d9ebad4ef96: Waiting 07:48:06 2de7ff778b66: Waiting 07:48:06 e9a5061849ea: Waiting 07:48:06 d747dcd14b5f: Waiting 07:48:06 9712f1f96733: Verifying Checksum 07:48:06 9712f1f96733: Download complete 07:48:07 63f879dbbcfc: Verifying Checksum 07:48:07 63f879dbbcfc: Download complete 07:48:07 e9a5061849ea: Verifying Checksum 07:48:07 e9a5061849ea: Download complete 07:48:07 d747dcd14b5f: Verifying Checksum 07:48:07 d747dcd14b5f: Download complete 07:48:07 ab5ef0e58194: Verifying Checksum 07:48:07 ab5ef0e58194: Download complete 07:48:07 0d9ebad4ef96: Verifying Checksum 07:48:07 0d9ebad4ef96: Download complete 07:48:07 2de7ff778b66: Verifying Checksum 07:48:07 2de7ff778b66: Download complete 07:48:09 ab5ef0e58194: Pull complete 07:48:09 9712f1f96733: Pull complete 07:48:10 63f879dbbcfc: Pull complete 07:48:14 0d9ebad4ef96: Pull complete 07:48:14 e9a5061849ea: Pull complete 07:48:14 d747dcd14b5f: Pull complete 07:48:15 2de7ff778b66: Pull complete 07:48:15 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:48:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:48:15 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:48:15 prd-ubuntu20.04-docker-8c-8g-8085 does not seem to be running inside a container 07:48:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/677 -v /w/workspace/edgex-go/677:/w/workspace/edgex-go/677:rw,z -v /w/workspace/edgex-go/677@tmp:/w/workspace/edgex-go/677@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 07:48:24 $ docker top 3c939aa2912b62ea3dff355bb399c3b4e8e8048ada935badaf5c87160316de91 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:48:24 provisioning config files... 07:48:24 copy managed file [sigul-config] to file:/w/workspace/edgex-go/677@tmp/config10410554428812033381tmp 07:48:24 copy managed file [sigul-password] to file:/w/workspace/edgex-go/677@tmp/config5297663332289442702tmp 07:48:24 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/677@tmp/config17721427014944312774tmp [Pipeline] { [Pipeline] echo 07:48:24 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:48:25 ---> sigul-configuration.sh 07:48:25 gpg: directory `/root/.gnupg' created 07:48:25 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:48:25 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:48:25 gpg: keyring `/root/.gnupg/secring.gpg' created 07:48:25 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:48:25 gpg: CAST5 encrypted data 07:48:25 gpg: encrypted with 1 passphrase 07:48:25 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:48:25 + mkdir /home/jenkins 07:48:25 + mkdir /home/jenkins/sigul [Pipeline] sh 07:48:25 + 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 07:48:25 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:48:26 ---> sigul-install.sh 07:48:26 Sigul already installed; skipping installation. [Pipeline] sh 07:48:26 + git tag --list 07:48:26 0.6.0 07:48:26 0.6.1 07:48:26 0.7.0 07:48:26 0.7.1 07:48:26 v1.0.0 07:48:26 v1.0.1 07:48:26 v1.1.0 07:48:26 v1.2.0 07:48:26 v1.2.1 07:48:26 v1.3.0 07:48:26 v1.3.1 07:48:26 v2.0.0 07:48:26 v2.1.0 07:48:26 v2.1.1 07:48:26 v2.2.0 07:48:26 v2.3.0 07:48:26 v3.0 07:48:26 v3.0.0 07:48:26 v3.1 07:48:26 v3.1.0 07:48:26 v3.1.0-dev.1 07:48:26 v3.1.0-dev.10 07:48:26 v3.1.0-dev.11 07:48:26 v3.1.0-dev.12 07:48:26 v3.1.0-dev.13 07:48:26 v3.1.0-dev.14 07:48:26 v3.1.0-dev.15 07:48:26 v3.1.0-dev.16 07:48:26 v3.1.0-dev.17 07:48:26 v3.1.0-dev.18 07:48:26 v3.1.0-dev.19 07:48:26 v3.1.0-dev.2 07:48:26 v3.1.0-dev.20 07:48:26 v3.1.0-dev.21 07:48:26 v3.1.0-dev.22 07:48:26 v3.1.0-dev.23 07:48:26 v3.1.0-dev.24 07:48:26 v3.1.0-dev.25 07:48:26 v3.1.0-dev.26 07:48:26 v3.1.0-dev.27 07:48:26 v3.1.0-dev.28 07:48:26 v3.1.0-dev.29 07:48:26 v3.1.0-dev.3 07:48:26 v3.1.0-dev.30 07:48:26 v3.1.0-dev.31 07:48:26 v3.1.0-dev.32 07:48:26 v3.1.0-dev.33 07:48:26 v3.1.0-dev.34 07:48:26 v3.1.0-dev.35 07:48:26 v3.1.0-dev.36 07:48:26 v3.1.0-dev.37 07:48:26 v3.1.0-dev.38 07:48:26 v3.1.0-dev.39 07:48:26 v3.1.0-dev.4 07:48:26 v3.1.0-dev.40 07:48:26 v3.1.0-dev.41 07:48:26 v3.1.0-dev.42 07:48:26 v3.1.0-dev.43 07:48:26 v3.1.0-dev.44 07:48:26 v3.1.0-dev.45 07:48:26 v3.1.0-dev.46 07:48:26 v3.1.0-dev.47 07:48:26 v3.1.0-dev.48 07:48:26 v3.1.0-dev.49 07:48:26 v3.1.0-dev.5 07:48:26 v3.1.0-dev.50 07:48:26 v3.1.0-dev.51 07:48:26 v3.1.0-dev.52 07:48:26 v3.1.0-dev.53 07:48:26 v3.1.0-dev.54 07:48:26 v3.1.0-dev.55 07:48:26 v3.1.0-dev.56 07:48:26 v3.1.0-dev.57 07:48:26 v3.1.0-dev.58 07:48:26 v3.1.0-dev.59 07:48:26 v3.1.0-dev.6 07:48:26 v3.1.0-dev.60 07:48:26 v3.1.0-dev.61 07:48:26 v3.1.0-dev.62 07:48:26 v3.1.0-dev.63 07:48:26 v3.1.0-dev.64 07:48:26 v3.1.0-dev.65 07:48:26 v3.1.0-dev.66 07:48:26 v3.1.0-dev.67 07:48:26 v3.1.0-dev.68 07:48:26 v3.1.0-dev.69 07:48:26 v3.1.0-dev.7 07:48:26 v3.1.0-dev.70 07:48:26 v3.1.0-dev.71 07:48:26 v3.1.0-dev.72 07:48:26 v3.1.0-dev.73 07:48:26 v3.1.0-dev.8 07:48:26 v3.1.0-dev.9 07:48:26 v3.1.1 07:48:26 v3.1.1-dev.1 07:48:26 v3.1.1-dev.2 07:48:26 v3.2.0-dev.1 07:48:26 v3.2.0-dev.10 07:48:26 v3.2.0-dev.11 07:48:26 v3.2.0-dev.12 07:48:26 v3.2.0-dev.13 07:48:26 v3.2.0-dev.14 07:48:26 v3.2.0-dev.15 07:48:26 v3.2.0-dev.16 07:48:26 v3.2.0-dev.17 07:48:26 v3.2.0-dev.18 07:48:26 v3.2.0-dev.19 07:48:26 v3.2.0-dev.2 07:48:26 v3.2.0-dev.20 07:48:26 v3.2.0-dev.21 07:48:26 v3.2.0-dev.22 07:48:26 v3.2.0-dev.23 07:48:26 v3.2.0-dev.24 07:48:26 v3.2.0-dev.25 07:48:26 v3.2.0-dev.26 07:48:26 v3.2.0-dev.27 07:48:26 v3.2.0-dev.28 07:48:26 v3.2.0-dev.29 07:48:26 v3.2.0-dev.3 07:48:26 v3.2.0-dev.30 07:48:26 v3.2.0-dev.31 07:48:26 v3.2.0-dev.32 07:48:26 v3.2.0-dev.33 07:48:26 v3.2.0-dev.34 07:48:26 v3.2.0-dev.35 07:48:26 v3.2.0-dev.36 07:48:26 v3.2.0-dev.37 07:48:26 v3.2.0-dev.38 07:48:26 v3.2.0-dev.39 07:48:26 v3.2.0-dev.4 07:48:26 v3.2.0-dev.40 07:48:26 v3.2.0-dev.41 07:48:26 v3.2.0-dev.42 07:48:26 v3.2.0-dev.43 07:48:26 v3.2.0-dev.44 07:48:26 v3.2.0-dev.45 07:48:26 v3.2.0-dev.46 07:48:26 v3.2.0-dev.47 07:48:26 v3.2.0-dev.48 07:48:26 v3.2.0-dev.49 07:48:26 v3.2.0-dev.5 07:48:26 v3.2.0-dev.50 07:48:26 v3.2.0-dev.51 07:48:26 v3.2.0-dev.52 07:48:26 v3.2.0-dev.53 07:48:26 v3.2.0-dev.54 07:48:26 v3.2.0-dev.55 07:48:26 v3.2.0-dev.56 07:48:26 v3.2.0-dev.57 07:48:26 v3.2.0-dev.58 07:48:26 v3.2.0-dev.6 07:48:26 v3.2.0-dev.7 07:48:26 v3.2.0-dev.8 07:48:26 v3.2.0-dev.9 [Pipeline] sh 07:48:26 + lftools sign git-tag v3.2.0-dev.58 07:48:27 Signing Git tag with Sigul... 07:48:27 Signing v3.2.0-dev.58 [Pipeline] echo 07:48:27 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:48:27 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:48:27 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:48:27 $ docker stop --time=1 3c939aa2912b62ea3dff355bb399c3b4e8e8048ada935badaf5c87160316de91 07:48:29 $ docker rm -f --volumes 3c939aa2912b62ea3dff355bb399c3b4e8e8048ada935badaf5c87160316de91 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 07:48:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:48:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:48:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:48:30 prd-ubuntu20.04-docker-8c-8g-8085 does not seem to be running inside a container 07:48:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/677 -v /w/workspace/edgex-go/677:/w/workspace/edgex-go/677:rw,z -v /w/workspace/edgex-go/677@tmp:/w/workspace/edgex-go/677@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 07:48:30 $ docker top 0777162f2574dda65bc7182ef8a5ce17db60cf96b8ef480f45dd06acdeda9e13 -eo pid,comm 07:48:30 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). 07:48:30 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:48:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:48:30 [ssh-agent] Looking for ssh-agent implementation... 07:48:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:48:30 $ docker exec 0777162f2574dda65bc7182ef8a5ce17db60cf96b8ef480f45dd06acdeda9e13 ssh-agent 07:48:30 SSH_AUTH_SOCK=/tmp/ssh-bS1LkhsplFxs/agent.32 07:48:30 SSH_AGENT_PID=38 07:48:30 Running ssh-add (command line suppressed) 07:48:30 Identity added: /w/workspace/edgex-go/677@tmp/private_key_10595083197036650990.key (/w/workspace/edgex-go/677@tmp/private_key_10595083197036650990.key) 07:48:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:48:31 + git semver bump pre 07:48:31 2024-08-21 07:48:31,341 [read_version] DEBUG read version from /w/workspace/edgex-go/677/.semver/main 07:48:31 2024-08-21 07:48:31,342 [bump_version] DEBUG bumping version:3.2.0-dev.58 on axis:pre with prefix:dev 07:48:31 2024-08-21 07:48:31,342 [bump_version] DEBUG bumped version:3.2.0-dev.59 07:48:31 2024-08-21 07:48:31,342 [write_version] DEBUG write version:3.2.0-dev.59 to path:/w/workspace/edgex-go/677/.semver/main with force:True 07:48:31 2024-08-21 07:48:31,342 [read_version] DEBUG read version from /w/workspace/edgex-go/677/.semver/main 07:48:31 2024-08-21 07:48:31,342 [write_file] DEBUG write to file:/w/workspace/edgex-go/677/.semver/main 07:48:31 2024-08-21 07:48:31,344 [execute] INFO git cat-file --batch-check 07:48:31 2024-08-21 07:48:31,345 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/677/.semver, universal_newlines=False, shell=None, istream=) 07:48:31 2024-08-21 07:48:31,350 [execute] INFO git cat-file --batch 07:48:31 2024-08-21 07:48:31,350 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/677/.semver, universal_newlines=False, shell=None, istream=) 07:48:31 2024-08-21 07:48:31,354 [read_version] DEBUG read version from /w/workspace/edgex-go/677/.semver/main 07:48:31 3.2.0-dev.59 [Pipeline] } 07:48:31 $ docker exec --env ******** --env ******** 0777162f2574dda65bc7182ef8a5ce17db60cf96b8ef480f45dd06acdeda9e13 ssh-agent -k 07:48:31 unset SSH_AUTH_SOCK; 07:48:31 unset SSH_AGENT_PID; 07:48:31 echo Agent pid 38 killed; 07:48:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:48:31 + git semver [Pipeline] } 07:48:32 $ docker stop --time=1 0777162f2574dda65bc7182ef8a5ce17db60cf96b8ef480f45dd06acdeda9e13 07:48:33 $ docker rm -f --volumes 0777162f2574dda65bc7182ef8a5ce17db60cf96b8ef480f45dd06acdeda9e13 [Pipeline] // withDockerContainer [Pipeline] sh 07:48:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:48:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:48:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:48:34 prd-ubuntu20.04-docker-8c-8g-8085 does not seem to be running inside a container 07:48:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/677 -v /w/workspace/edgex-go/677:/w/workspace/edgex-go/677:rw,z -v /w/workspace/edgex-go/677@tmp:/w/workspace/edgex-go/677@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 07:48:35 $ docker top a9be40865acb42aa8e68550c8f07a25336b4e17d242cbb775e1a3b9b67f07ea7 -eo pid,comm 07:48: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). 07:48:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:48:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:48:35 [ssh-agent] Looking for ssh-agent implementation... 07:48:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:48:35 $ docker exec a9be40865acb42aa8e68550c8f07a25336b4e17d242cbb775e1a3b9b67f07ea7 ssh-agent 07:48:35 SSH_AUTH_SOCK=/tmp/ssh-iFFbHFSH8NEZ/agent.32 07:48:35 SSH_AGENT_PID=38 07:48:35 Running ssh-add (command line suppressed) 07:48:35 Identity added: /w/workspace/edgex-go/677@tmp/private_key_13477567076024298894.key (/w/workspace/edgex-go/677@tmp/private_key_13477567076024298894.key) 07:48:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:48:35 + git semver push 07:48:36 2024-08-21 07:48:35,969 [run_push] DEBUG push 07:48:36 2024-08-21 07:48:35,970 [execute] INFO git cat-file --batch-check 07:48:36 2024-08-21 07:48:35,970 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/677/.semver, universal_newlines=False, shell=None, istream=) 07:48:36 2024-08-21 07:48:35,974 [execute] INFO git rev-list 190e4094f55f9810f97c241e6b9677a1c44abc11 -- 07:48:36 2024-08-21 07:48:35,974 [execute] DEBUG Popen(['git', 'rev-list', '190e4094f55f9810f97c241e6b9677a1c44abc11', '--'], cwd=/w/workspace/edgex-go/677/.semver, universal_newlines=False, shell=None, istream=None) 07:48:36 2024-08-21 07:48:35,995 [execute] INFO git fetch -v origin 07:48:36 2024-08-21 07:48:35,995 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/677/.semver, universal_newlines=True, shell=None, istream=None) 07:48:36 2024-08-21 07:48:36,429 [run_push] DEBUG no remote changes detected 07:48:36 2024-08-21 07:48:36,430 [execute] INFO git push origin semver 07:48:36 2024-08-21 07:48:36,430 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/677/.semver, universal_newlines=False, shell=None, istream=None) 07:48:37 2024-08-21 07:48:37,168 [run_push] DEBUG push all version tags 07:48:37 2024-08-21 07:48:37,168 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 07:48:37 2024-08-21 07:48:37,169 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/677, universal_newlines=False, shell=None, istream=None) 07:48:38 2024-08-21 07:48:37,794 [read_version] DEBUG read version from /w/workspace/edgex-go/677/.semver/main 07:48:38 3.2.0-dev.59 [Pipeline] } 07:48:38 $ docker exec --env ******** --env ******** a9be40865acb42aa8e68550c8f07a25336b4e17d242cbb775e1a3b9b67f07ea7 ssh-agent -k 07:48:38 unset SSH_AUTH_SOCK; 07:48:38 unset SSH_AGENT_PID; 07:48:38 echo Agent pid 38 killed; 07:48:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:48:38 + git semver [Pipeline] } 07:48:39 $ docker stop --time=1 a9be40865acb42aa8e68550c8f07a25336b4e17d242cbb775e1a3b9b67f07ea7 07:48:40 $ docker rm -f --volumes a9be40865acb42aa8e68550c8f07a25336b4e17d242cbb775e1a3b9b67f07ea7 [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 07:48:41 + [ -d /w/workspace/edgex-go/677/archives ] [Pipeline] libraryResource [Pipeline] sh 07:48:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:48:42 ---> package-listing.sh 07:48:42 ++ facter osfamily 07:48:42 ++ tr '[:upper:]' '[:lower:]' 07:48:42 + OS_FAMILY=debian 07:48:42 + workspace=/w/workspace/edgex-go/677 07:48:42 + START_PACKAGES=/tmp/packages_start.txt 07:48:42 + END_PACKAGES=/tmp/packages_end.txt 07:48:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:48:42 + PACKAGES=/tmp/packages_start.txt 07:48:42 + '[' /w/workspace/edgex-go/677 ']' 07:48:42 + PACKAGES=/tmp/packages_end.txt 07:48:42 + case "${OS_FAMILY}" in 07:48:42 + dpkg -l 07:48:42 + grep '^ii' 07:48:42 + '[' -f /tmp/packages_start.txt ']' 07:48:42 + '[' -f /tmp/packages_end.txt ']' 07:48:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:48:42 + '[' /w/workspace/edgex-go/677 ']' 07:48:42 + mkdir -p /w/workspace/edgex-go/677/archives/ 07:48:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/677/archives/ [Pipeline] echo 07:48:42 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/677/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:48:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:48:43 07:48:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:48:44 latest: Pulling from edgex-lftools-log-publisher 07:48:44 5eb5b503b376: Pulling fs layer 07:48:44 5c69ac0246d0: Pulling fs layer 07:48:44 ec43610c2a17: Pulling fs layer 07:48:44 3a2ae6a8a46f: Pulling fs layer 07:48:44 33b1e0a273af: Pulling fs layer 07:48:44 5d3b04190fa2: Pulling fs layer 07:48:44 2f39f015ded8: Pulling fs layer 07:48:44 3a2ae6a8a46f: Waiting 07:48:44 33b1e0a273af: Waiting 07:48:44 5d3b04190fa2: Waiting 07:48:44 5c69ac0246d0: Verifying Checksum 07:48:44 5c69ac0246d0: Download complete 07:48:44 3a2ae6a8a46f: Verifying Checksum 07:48:44 3a2ae6a8a46f: Download complete 07:48:44 33b1e0a273af: Verifying Checksum 07:48:44 33b1e0a273af: Download complete 07:48:44 ec43610c2a17: Verifying Checksum 07:48:44 ec43610c2a17: Download complete 07:48:44 5d3b04190fa2: Verifying Checksum 07:48:44 5d3b04190fa2: Download complete 07:48:44 5eb5b503b376: Download complete 07:48:44 2f39f015ded8: Download complete 07:48:45 5eb5b503b376: Pull complete 07:48:45 5c69ac0246d0: Pull complete 07:48:46 ec43610c2a17: Pull complete 07:48:47 3a2ae6a8a46f: Pull complete 07:48:47 33b1e0a273af: Pull complete 07:48:47 5d3b04190fa2: Pull complete 07:48:52 2f39f015ded8: Pull complete 07:48:52 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:48:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:48:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:48:52 prd-ubuntu20.04-docker-8c-8g-8085 does not seem to be running inside a container 07:48: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/677/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/677 -v /w/workspace/edgex-go/677:/w/workspace/edgex-go/677:rw,z -v /w/workspace/edgex-go/677@tmp:/w/workspace/edgex-go/677@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 07:49:04 $ docker top 0b71a2a2d3e75c1290fd6d56f9743e4957968918ebd7f362837997dfee391382 -eo pid,comm [Pipeline] { [Pipeline] sh 07:49:05 + touch /tmp/pre-build-complete [Pipeline] sh 07:49:05 + mkdir -p /var/log/sysstat [Pipeline] sh 07:49:05 + ls /var/log/sa-host 07:49:05 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:49:05 provisioning config files... 07:49:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/677@tmp/config10683254510233784786tmp [Pipeline] { [Pipeline] echo 07:49:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:49:06 ---> create-netrc.sh [Pipeline] } 07:49:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:49:06 ---> python-tools-install.sh [Pipeline] echo 07:49:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:49:06 ---> sudo-logs.sh 07:49:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:49:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:49:07 ---> job-cost.sh 07:49:07 lf-activate-venv: SKIPPING 07:49:07 DEBUG: total: 0.10999999940395355 07:49:07 INFO: Retrieving Stack Cost... 07:49:07 INFO: Retrieving Pricing Info for: v3-standard-8 07:49:07 INFO: Archiving Costs [Pipeline] echo 07:49:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:49:08 ---> logs-deploy.sh 07:49:08 lf-activate-venv: SKIPPING 07:49:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/677 07:49:08 INFO: archiving workspace using pattern(s): 07:49:09 Archives upload complete. 07:49:09 INFO: archiving logs to Nexus 07:49:10 ---> uname -a: 07:49:10 Linux prd-ubuntu20-04-docker-8c-8g-8085 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 07:49:10 07:49:10 07:49:10 ---> lscpu: 07:49:10 Architecture: x86_64 07:49:10 CPU op-mode(s): 32-bit, 64-bit 07:49:10 Byte Order: Little Endian 07:49:10 Address sizes: 40 bits physical, 48 bits virtual 07:49:10 CPU(s): 8 07:49:10 On-line CPU(s) list: 0-7 07:49:10 Thread(s) per core: 1 07:49:10 Core(s) per socket: 1 07:49:10 Socket(s): 8 07:49:10 NUMA node(s): 1 07:49:10 Vendor ID: AuthenticAMD 07:49:10 CPU family: 23 07:49:10 Model: 49 07:49:10 Model name: AMD EPYC-Rome Processor 07:49:10 Stepping: 0 07:49:10 CPU MHz: 2799.998 07:49:10 BogoMIPS: 5599.99 07:49:10 Virtualization: AMD-V 07:49:10 Hypervisor vendor: KVM 07:49:10 Virtualization type: full 07:49:10 L1d cache: 256 KiB 07:49:10 L1i cache: 256 KiB 07:49:10 L2 cache: 4 MiB 07:49:10 L3 cache: 128 MiB 07:49:10 NUMA node0 CPU(s): 0-7 07:49:10 Vulnerability Itlb multihit: Not affected 07:49:10 Vulnerability L1tf: Not affected 07:49:10 Vulnerability Mds: Not affected 07:49:10 Vulnerability Meltdown: Not affected 07:49:10 Vulnerability Mmio stale data: Not affected 07:49:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:49:10 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:49:10 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 07:49:10 Vulnerability Srbds: Not affected 07:49:10 Vulnerability Tsx async abort: Not affected 07:49:10 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 07:49:10 07:49:10 07:49:10 ---> nproc: 07:49:10 8 07:49:10 07:49:10 07:49:10 ---> df -h: 07:49:10 Filesystem Size Used Avail Use% Mounted on 07:49:10 overlay 155G 29G 127G 19% / 07:49:10 tmpfs 64M 0 64M 0% /dev 07:49:10 tmpfs 16G 0 16G 0% /sys/fs/cgroup 07:49:10 shm 64M 0 64M 0% /dev/shm 07:49:10 /dev/vda1 155G 29G 127G 19% /facter-os 07:49:10 07:49:10 07:49:10 ---> sar -b -r -n DEV: 07:49:10 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8085) 08/21/24 _x86_64_ (8 CPU) 07:49:10 07:49:10 07:00:13 LINUX RESTART (8 CPU) 07:49:10 07:49:10 07:01:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:49:10 07:02:01 376.52 11.18 365.35 0.00 1755.69 55404.61 0.00 07:49:10 07:03:01 77.27 0.08 77.19 0.00 5.33 29129.68 0.00 07:49:10 07:04:01 42.36 0.02 42.34 0.00 0.13 32783.49 0.00 07:49:10 07:05:01 40.14 0.27 39.88 0.00 5.33 18560.64 0.00 07:49:10 07:06:01 190.97 4.15 186.82 0.00 2099.25 63594.20 0.00 07:49:10 07:07:01 190.60 0.12 190.48 0.00 7.47 202525.18 0.00 07:49:10 07:08:01 627.08 15.22 611.86 0.00 2395.47 84877.68 0.00 07:49:10 07:09:01 255.60 0.60 255.00 0.00 4.80 125104.17 0.00 07:49:10 07:10:01 243.39 0.10 243.29 0.00 0.80 81934.16 0.00 07:49:10 07:11:01 315.46 0.03 315.43 0.00 0.27 111723.69 0.00 07:49:10 07:12:01 574.29 0.17 574.13 0.00 22.79 67893.90 0.00 07:49:10 07:13:01 32.06 0.05 32.01 0.00 10.26 841.73 0.00 07:49:10 07:14:01 13.90 0.00 13.90 0.00 0.00 383.80 0.00 07:49:10 07:15:01 1.73 0.00 1.73 0.00 0.00 19.20 0.00 07:49:10 07:16:01 1.82 0.02 1.80 0.00 0.13 24.13 0.00 07:49:10 07:17:01 1.53 0.02 1.52 0.00 0.13 17.46 0.00 07:49:10 07:18:01 1.23 0.00 1.23 0.00 0.00 12.66 0.00 07:49:10 07:19:01 1.33 0.00 1.33 0.00 0.00 15.33 0.00 07:49:10 07:20:01 1.03 0.00 1.03 0.00 0.00 10.93 0.00 07:49:10 07:21:01 1.43 0.00 1.43 0.00 0.00 16.80 0.00 07:49:10 07:22:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 07:49:10 07:23:01 1.65 0.00 1.65 0.00 0.00 18.53 0.00 07:49:10 07:24:01 0.93 0.00 0.93 0.00 0.00 9.20 0.00 07:49:10 07:25:01 1.75 0.00 1.75 0.00 0.00 19.46 0.00 07:49:10 07:26:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 07:49:10 07:27:01 1.60 0.00 1.60 0.00 0.00 17.73 0.00 07:49:10 07:28:01 0.97 0.00 0.97 0.00 0.00 10.26 0.00 07:49:10 07:29:01 1.52 0.00 1.52 0.00 0.00 16.80 0.00 07:49:10 07:30:01 1.03 0.00 1.03 0.00 0.00 10.66 0.00 07:49:10 07:31:01 1.42 0.00 1.42 0.00 0.00 16.80 0.00 07:49:10 07:32:01 1.07 0.00 1.07 0.00 0.00 11.20 0.00 07:49:10 07:33:01 1.45 0.00 1.45 0.00 0.00 16.13 0.00 07:49:10 07:34:01 0.97 0.00 0.97 0.00 0.00 9.73 0.00 07:49:10 07:35:01 1.35 0.00 1.35 0.00 0.00 16.00 0.00 07:49:10 07:36:01 1.05 0.00 1.05 0.00 0.00 11.20 0.00 07:49:10 07:37:01 1.43 0.00 1.43 0.00 0.00 15.73 0.00 07:49:10 07:38:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 07:49:10 07:39:01 1.38 0.00 1.38 0.00 0.00 15.20 0.00 07:49:10 07:40:01 0.98 0.00 0.98 0.00 0.00 11.60 0.00 07:49:10 07:41:01 1.45 0.00 1.45 0.00 0.00 16.80 0.00 07:49:10 07:42:01 1.02 0.00 1.02 0.00 0.00 10.40 0.00 07:49:10 07:43:01 1.28 0.00 1.28 0.00 0.00 16.39 0.00 07:49:10 07:44:01 0.95 0.00 0.95 0.00 0.00 10.00 0.00 07:49:10 07:45:01 1.20 0.00 1.20 0.00 0.00 14.26 0.00 07:49:10 07:46:01 1.15 0.00 1.15 0.00 0.00 13.60 0.00 07:49:10 07:47:01 1.28 0.00 1.28 0.00 0.00 14.93 0.00 07:49:10 07:48:01 98.22 2.07 96.15 0.00 47.33 37732.51 0.00 07:49:10 07:49:01 128.73 0.18 128.55 0.00 15.86 38515.66 0.00 07:49:10 Average: 67.59 0.71 66.88 0.00 132.20 19812.14 0.00 07:49:10 07:49:10 07:01:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:49:10 07:02:01 28150680 31504444 803596 2.44 100732 3459056 1870684 5.51 1250000 3016652 219296 07:49:10 07:03:01 27122208 31338600 963780 2.93 129064 4216976 2091928 6.17 1883096 3333960 882828 07:49:10 07:04:01 26620840 31279616 1019652 3.10 132756 4633504 2410108 7.10 1935992 3753624 828568 07:49:10 07:05:01 26493452 31428632 868992 2.64 135916 4869692 1937352 5.71 1812744 3969456 559900 07:49:10 07:06:01 21402156 31366384 902428 2.74 158384 9782916 2301364 6.78 1984608 8758660 5016116 07:49:10 07:07:01 20368804 31330072 931412 2.83 160160 10741324 2393404 7.05 2010424 9708712 10748 07:49:10 07:08:01 16877628 31363308 883688 2.69 338392 13771188 2332880 6.88 2831852 12053020 1189740 07:49:10 07:09:01 10508224 28904300 3272012 9.95 372880 17242988 10165180 29.96 5739776 15011740 1069808 07:49:10 07:10:01 7682828 28229312 3954760 12.03 388232 19301220 9642012 28.42 7269048 16240888 1091580 07:49:10 07:11:01 6389176 29783296 2407624 7.32 398852 22047376 6444736 18.99 6944440 17789748 849380 07:49:10 07:12:01 9774788 31402552 845320 2.57 406576 20496756 2196104 6.47 3407972 18240588 436 07:49:10 07:13:01 9769408 31399900 847596 2.58 408212 20497704 2199168 6.48 3773124 17882204 212 07:49:10 07:14:01 9779724 31411080 836488 2.54 408932 20497944 2056244 6.06 3865328 17777792 76 07:49:10 07:15:01 9781324 31412744 835076 2.54 408948 20497948 2056244 6.06 3864096 17777796 36 07:49:10 07:16:01 9790048 31421596 826140 2.51 408988 20497924 2083876 6.14 3852792 17777772 76 07:49:10 07:17:01 9791004 31422576 825380 2.51 409012 20497920 2083876 6.14 3853052 17777776 12 07:49:10 07:18:01 9793184 31424772 823116 2.50 409024 20497928 2083876 6.14 3851036 17777776 8 07:49:10 07:19:01 9793120 31424868 822992 2.50 409044 20498060 2083876 6.14 3851096 17777908 28 07:49:10 07:20:01 9792796 31424548 823216 2.50 409064 20498064 2083876 6.14 3851124 17777912 20 07:49:10 07:21:01 9793244 31425044 822668 2.50 409080 20498068 2083876 6.14 3850544 17777912 12 07:49:10 07:22:01 9793196 31425024 822628 2.50 409104 20498072 2083876 6.14 3850532 17777920 28 07:49:10 07:23:01 9794404 31426248 821552 2.50 409128 20498068 2083876 6.14 3849516 17777924 8 07:49:10 07:24:01 9794136 31426008 821772 2.50 409140 20498076 2083876 6.14 3849572 17777928 8 07:49:10 07:25:01 9794088 31425980 821728 2.50 409168 20498080 2083876 6.14 3849612 17777928 8 07:49:10 07:26:01 9794260 31426156 821468 2.50 409200 20498072 2083876 6.14 3849704 17777928 24 07:49:10 07:27:01 9793960 31425920 821652 2.50 409232 20498084 2083876 6.14 3849712 17777936 12 07:49:10 07:28:01 9793864 31425832 821608 2.50 409248 20498092 2083876 6.14 3850004 17777940 32 07:49:10 07:29:01 9793888 31425920 821548 2.50 409264 20498092 2083876 6.14 3849876 17777944 12 07:49:10 07:30:01 9794056 31426092 821512 2.50 409284 20498096 2083876 6.14 3849876 17777948 8 07:49:10 07:31:01 9793756 31425816 821756 2.50 409312 20498092 2083876 6.14 3850152 17777948 12 07:49:10 07:32:01 9794212 31426288 821208 2.50 409332 20498104 2083876 6.14 3849996 17777956 28 07:49:10 07:33:01 9794196 31426304 821232 2.50 409368 20498108 2083876 6.14 3850024 17777960 12 07:49:10 07:34:01 9793896 31426032 821464 2.50 409384 20498108 2083876 6.14 3850056 17777960 8 07:49:10 07:35:01 9793880 31426052 821396 2.50 409408 20498112 2083876 6.14 3850084 17777964 8 07:49:10 07:36:01 9794292 31426480 821112 2.50 409428 20498112 2083876 6.14 3850156 17777968 28 07:49:10 07:37:01 9794308 31426528 821040 2.50 409452 20498116 2083876 6.14 3850128 17777968 8 07:49:10 07:38:01 9794260 31426500 820992 2.50 409480 20498120 2083876 6.14 3850140 17777972 28 07:49:10 07:39:01 9794204 31426488 820944 2.50 409512 20498120 2083876 6.14 3850180 17777972 4 07:49:10 07:40:01 9794408 31426720 820656 2.50 409524 20498128 2083876 6.14 3850200 17777976 40 07:49:10 07:41:01 9794068 31426444 820912 2.50 409540 20498132 2083876 6.14 3850424 17777980 56 07:49:10 07:42:01 9794276 31426660 820828 2.50 409564 20498132 2083876 6.14 3850256 17777980 8 07:49:10 07:43:01 9794260 31426680 820780 2.50 409592 20498140 2083876 6.14 3850288 17777984 8 07:49:10 07:44:01 9793896 31426340 821072 2.50 409612 20498132 2083876 6.14 3850340 17777988 4 07:49:10 07:45:01 9793816 31426296 821068 2.50 409620 20498144 2083876 6.14 3850516 17777992 28 07:49:10 07:46:01 9793704 31426188 821100 2.50 409644 20498140 2083876 6.14 3850320 17777996 28 07:49:10 07:47:01 9793676 31426192 821292 2.50 409668 20498148 2083876 6.14 3850292 17777996 12 07:49:10 07:48:01 9062724 31397128 849256 2.58 426056 21128168 2096876 6.18 3919208 18378592 84 07:49:10 07:49:01 7811972 31364688 874156 2.66 460020 22185272 2188880 6.45 4004012 19411616 39624 07:49:10 Average: 11687381 31261264 987368 3.00 373594 18568934 2522233 7.43 3743902 16083314 244980 07:49:10 07:49:10 07:01:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:49:10 07:02:01 ens3 1096.90 1035.06 9979.56 120.20 0.00 0.00 0.00 0.00 07:49:10 07:02:01 docker0 882.89 850.51 64.51 5024.77 0.00 0.00 0.00 0.00 07:49:10 07:02:01 lo 4.54 4.54 0.44 0.44 0.00 0.00 0.00 0.00 07:49:10 07:03:01 ens3 24.81 16.23 26.39 10.75 0.00 0.00 0.00 0.00 07:49:10 07:03:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 07:49:10 07:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:03:01 veth5038e92 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 07:49:10 07:04:01 ens3 34.54 24.80 26.48 15.36 0.00 0.00 0.00 0.00 07:49:10 07:04:01 docker0 1.70 1.70 0.13 0.15 0.00 0.00 0.00 0.00 07:49:10 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:04:01 veth5038e92 1.70 1.72 0.15 0.15 0.00 0.00 0.00 0.00 07:49:10 07:05:01 ens3 20.70 13.78 18.32 10.09 0.00 0.00 0.00 0.00 07:49:10 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:05:01 veth5038e92 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:06:01 ens3 207.78 109.85 3622.09 24.04 0.00 0.00 0.00 0.00 07:49:10 07:06:01 docker0 0.62 0.48 0.05 0.23 0.00 0.00 0.00 0.00 07:49:10 07:06:01 lo 1.53 1.53 0.15 0.15 0.00 0.00 0.00 0.00 07:49:10 07:06:01 veth86c5355 0.62 0.62 0.06 0.24 0.00 0.00 0.00 0.00 07:49:10 07:07:01 veth3968d50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:07:01 ens3 204.65 132.73 2198.65 193.88 0.00 0.00 0.00 0.00 07:49:10 07:07:01 docker0 22.83 39.36 1.47 586.42 0.00 0.00 0.00 0.00 07:49:10 07:07:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 07:49:10 07:07:01 vetha1222b4 2.83 5.27 0.21 98.15 0.00 0.00 0.00 0.01 07:49:10 07:07:01 veth20f09fd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:07:01 veth98e8b20 2.78 4.65 0.22 62.98 0.00 0.00 0.00 0.01 07:49:10 07:07:01 veth86c5355 0.05 0.32 0.00 0.01 0.00 0.00 0.00 0.00 07:49:10 07:07:01 vethd7aece3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:07:01 vethc10ef1a 4.65 2.78 62.98 0.22 0.00 0.00 0.00 0.00 07:49:10 07:07:01 vethb07107d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:08:01 ens3 939.12 494.59 7122.21 58.28 0.00 0.00 0.00 0.00 07:49:10 07:08:01 veth0c8e91a 80.93 140.79 8.25 1180.35 0.00 0.00 0.00 0.10 07:49:10 07:08:01 docker0 449.47 786.84 38.95 6446.01 0.00 0.00 0.00 0.00 07:49:10 07:08:01 vethbe555fb 88.99 170.39 8.94 1185.81 0.00 0.00 0.00 0.10 07:49:10 07:08:01 veth38a235a 82.26 137.66 8.50 1183.27 0.00 0.00 0.00 0.10 07:49:10 07:08:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:08:01 vethf50e648 85.08 151.32 8.68 1187.45 0.00 0.00 0.00 0.10 07:49:10 07:08:01 veth86c5355 0.08 0.90 0.00 0.04 0.00 0.00 0.00 0.00 07:49:10 07:08:01 vethc040001 81.43 141.01 8.48 1183.68 0.00 0.00 0.00 0.10 07:49:10 07:09:01 vethb83c83d 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 07:49:10 07:09:01 veth8fe692f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 07:49:10 07:09:01 veth1112ad3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:49:10 07:09:01 veth688ba78 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:49:10 07:09:01 ens3 14.93 8.66 12.09 6.65 0.00 0.00 0.00 0.00 07:49:10 07:09:01 vethfa7b496 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 07:49:10 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:09:01 vethbd2d6a4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:49:10 07:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:09:01 veth3f64369 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:49:10 07:09:01 veth11f97ec 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:49:10 07:09:01 vethf8e1b6b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:49:10 07:09:01 veth24fb175 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:49:10 07:09:01 veth124c5dd 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:49:10 07:09:01 veth703a30e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:49:10 07:09:01 veth86c5355 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:09:01 veth540bbed 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:49:10 07:10:01 vethb83c83d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:10:01 veth8fe692f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:10:01 veth1112ad3 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:10:01 veth688ba78 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:10:01 ens3 2.27 1.47 1.81 0.98 0.00 0.00 0.00 0.00 07:49:10 07:10:01 vethfa7b496 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:10:01 vethbd2d6a4 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:10:01 veth3f64369 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:10:01 veth11f97ec 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:10:01 vethf8e1b6b 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:10:01 veth24fb175 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:10:01 veth124c5dd 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:10:01 veth703a30e 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:10:01 veth86c5355 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:10:01 veth540bbed 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:11:01 vethb83c83d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:11:01 veth8fe692f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:11:01 veth1112ad3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:11:01 veth688ba78 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:11:01 ens3 6.31 4.37 4.95 2.81 0.00 0.00 0.00 0.00 07:49:10 07:11:01 vethfa7b496 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:11:01 vethbd2d6a4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:11:01 veth3f64369 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:11:01 veth11f97ec 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:11:01 vethf8e1b6b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:11:01 veth24fb175 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:11:01 veth124c5dd 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:11:01 veth703a30e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:11:01 veth86c5355 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:11:01 veth540bbed 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:12:01 ens3 176.87 162.85 104.42 719.06 0.00 0.00 0.00 0.00 07:49:10 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:12:01 lo 21.66 21.66 2.14 2.14 0.00 0.00 0.00 0.00 07:49:10 07:13:01 ens3 436.69 454.39 191.04 2340.27 0.00 0.00 0.00 0.00 07:49:10 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:13:01 lo 44.99 44.99 4.43 4.43 0.00 0.00 0.00 0.00 07:49:10 07:14:01 ens3 188.92 190.02 100.34 723.74 0.00 0.00 0.00 0.00 07:49:10 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:14:01 lo 19.00 19.00 1.87 1.87 0.00 0.00 0.00 0.00 07:49:10 07:15:01 ens3 4.90 2.33 6.58 0.16 0.00 0.00 0.00 0.00 07:49:10 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:16:01 ens3 0.20 0.13 0.08 0.07 0.00 0.00 0.00 0.00 07:49:10 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:17:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:18:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:19:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:21:01 ens3 0.28 0.27 0.09 0.08 0.00 0.00 0.00 0.00 07:49:10 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:22:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:23:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:24:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:25:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:26:01 ens3 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 07:49:10 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:27:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:28:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:29:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:31:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 07:49:10 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:32:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:33:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:34:01 ens3 0.22 0.08 0.23 0.00 0.00 0.00 0.00 0.00 07:49:10 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:35:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:36:01 ens3 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 07:49:10 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:37:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:38:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:39:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:40:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:41:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:49:10 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:42:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:43:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:44:01 ens3 0.20 0.12 0.12 0.01 0.00 0.00 0.00 0.00 07:49:10 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:45:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:46:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 07:49:10 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:47:01 ens3 0.17 0.12 0.06 0.01 0.00 0.00 0.00 0.00 07:49:10 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:48:01 ens3 267.99 156.99 4917.82 38.78 0.00 0.00 0.00 0.00 07:49:10 07:48:01 docker0 73.20 124.50 7.13 1281.24 0.00 0.00 0.00 0.00 07:49:10 07:48:01 lo 1.60 1.60 0.17 0.17 0.00 0.00 0.00 0.00 07:49:10 07:49:01 ens3 265.31 182.88 5782.48 116.79 0.00 0.00 0.00 0.00 07:49:10 07:49:01 docker0 2.35 2.25 0.36 1.30 0.00 0.00 0.00 0.00 07:49:10 07:49:01 lo 1.93 1.93 0.18 0.18 0.00 0.00 0.00 0.00 07:49:10 Average: ens3 80.84 62.05 707.73 91.29 0.00 0.00 0.00 0.00 07:49:10 Average: docker0 29.57 37.35 2.32 276.37 0.00 0.00 0.00 0.00 07:49:10 Average: lo 2.08 2.08 0.20 0.20 0.00 0.00 0.00 0.00 07:49:10 07:49:10 07:49:10 ---> sar -P ALL: 07:49:10 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8085) 08/21/24 _x86_64_ (8 CPU) 07:49:10 07:49:10 07:00:13 LINUX RESTART (8 CPU) 07:49:10 07:49:10 07:01:02 CPU %user %nice %system %iowait %steal %idle 07:49:10 07:02:01 all 8.54 0.00 3.87 3.53 0.06 84.00 07:49:10 07:02:01 0 8.02 0.00 4.73 8.43 0.07 78.75 07:49:10 07:02:01 1 10.65 0.00 3.38 2.15 0.07 83.75 07:49:10 07:02:01 2 7.37 0.00 4.07 0.29 0.07 88.20 07:49:10 07:02:01 3 10.32 0.00 4.42 0.40 0.05 84.81 07:49:10 07:02:01 4 7.94 0.00 3.78 0.10 0.09 88.09 07:49:10 07:02:01 5 7.61 0.00 2.75 0.09 0.05 89.51 07:49:10 07:02:01 6 9.86 0.00 4.65 15.92 0.05 69.52 07:49:10 07:02:01 7 6.51 0.00 3.18 0.88 0.05 89.39 07:49:10 07:03:01 all 33.88 0.00 5.37 2.62 0.10 58.03 07:49:10 07:03:01 0 37.33 0.00 5.39 0.42 0.07 56.79 07:49:10 07:03:01 1 34.70 0.00 4.75 0.22 0.05 60.28 07:49:10 07:03:01 2 32.67 0.00 6.27 1.41 0.08 59.57 07:49:10 07:03:01 3 34.94 0.00 5.05 0.24 0.07 59.70 07:49:10 07:03:01 4 31.69 0.00 5.35 0.50 0.17 62.29 07:49:10 07:03:01 5 34.28 0.00 5.01 3.74 0.08 56.88 07:49:10 07:03:01 6 33.66 0.00 5.89 13.31 0.20 46.93 07:49:10 07:03:01 7 31.80 0.00 5.22 1.11 0.08 61.78 07:49:10 07:04:01 all 36.64 0.00 6.88 1.59 0.11 54.79 07:49:10 07:04:01 0 37.68 0.00 7.33 0.00 0.08 54.91 07:49:10 07:04:01 1 36.08 0.00 6.78 0.03 0.12 56.98 07:49:10 07:04:01 2 36.52 0.00 7.94 5.88 0.12 49.54 07:49:10 07:04:01 3 32.92 0.00 6.79 0.03 0.12 60.13 07:49:10 07:04:01 4 41.55 0.00 6.35 1.85 0.10 50.15 07:49:10 07:04:01 5 36.32 0.00 6.84 0.03 0.12 56.68 07:49:10 07:04:01 6 31.86 0.00 6.17 0.05 0.10 61.82 07:49:10 07:04:01 7 40.17 0.00 6.80 4.83 0.08 48.12 07:49:10 07:05:01 all 54.12 0.00 7.19 2.01 0.10 36.58 07:49:10 07:05:01 0 56.33 0.00 7.24 1.45 0.12 34.86 07:49:10 07:05:01 1 56.33 0.00 7.06 0.80 0.12 35.69 07:49:10 07:05:01 2 55.85 0.00 8.27 6.11 0.12 29.64 07:49:10 07:05:01 3 51.15 0.00 6.69 0.59 0.10 41.47 07:49:10 07:05:01 4 54.25 0.00 7.61 2.34 0.10 35.71 07:49:10 07:05:01 5 54.38 0.00 6.76 1.55 0.08 37.23 07:49:10 07:05:01 6 52.25 0.00 6.88 0.66 0.08 40.12 07:49:10 07:05:01 7 52.42 0.00 7.03 2.55 0.10 37.90 07:49:10 07:06:01 all 20.36 0.00 6.85 12.17 0.12 60.50 07:49:10 07:06:01 0 22.15 0.00 7.11 8.87 0.07 61.80 07:49:10 07:06:01 1 21.61 0.00 6.60 11.19 0.10 60.49 07:49:10 07:06:01 2 24.32 0.00 8.55 12.36 0.14 54.63 07:49:10 07:06:01 3 17.05 0.00 6.32 3.61 0.10 72.92 07:49:10 07:06:01 4 19.02 0.00 6.36 22.87 0.10 51.64 07:49:10 07:06:01 5 22.49 0.00 8.19 16.94 0.10 52.28 07:49:10 07:06:01 6 17.92 0.00 5.55 6.40 0.09 70.05 07:49:10 07:06:01 7 18.30 0.00 6.13 15.11 0.25 60.20 07:49:10 07:07:01 all 4.53 0.00 2.04 33.87 0.11 59.45 07:49:10 07:07:01 0 4.79 0.00 1.90 81.81 0.17 11.34 07:49:10 07:07:01 1 5.63 0.00 2.14 7.35 0.07 84.80 07:49:10 07:07:01 2 3.66 0.00 3.45 88.05 0.09 4.75 07:49:10 07:07:01 3 3.42 0.00 1.78 19.02 0.10 75.68 07:49:10 07:07:01 4 3.64 0.00 1.57 12.63 0.05 82.11 07:49:10 07:07:01 5 5.42 0.00 2.20 11.51 0.07 80.80 07:49:10 07:07:01 6 4.49 0.00 1.69 24.57 0.07 69.18 07:49:10 07:07:01 7 5.16 0.00 1.62 26.85 0.27 66.11 07:49:10 07:08:01 all 10.13 0.00 5.15 24.44 0.10 60.18 07:49:10 07:08:01 0 11.56 0.00 6.69 51.40 0.10 30.25 07:49:10 07:08:01 1 8.77 0.00 4.52 19.34 0.22 67.15 07:49:10 07:08:01 2 10.80 0.00 5.71 30.92 0.10 52.47 07:49:10 07:08:01 3 9.82 0.00 4.55 11.35 0.05 74.23 07:49:10 07:08:01 4 11.22 0.00 4.38 21.63 0.07 62.69 07:49:10 07:08:01 5 11.00 0.00 5.40 23.16 0.09 60.35 07:49:10 07:08:01 6 9.09 0.00 4.73 21.49 0.08 64.61 07:49:10 07:08:01 7 8.84 0.00 5.22 16.45 0.08 69.41 07:49:10 07:09:01 all 39.51 0.00 7.16 12.77 0.09 40.46 07:49:10 07:09:01 0 39.28 0.00 8.96 50.03 0.08 1.64 07:49:10 07:09:01 1 38.82 0.00 5.93 6.05 0.07 49.13 07:49:10 07:09:01 2 41.01 0.00 6.89 12.10 0.07 39.93 07:49:10 07:09:01 3 38.92 0.00 6.14 2.77 0.12 52.06 07:49:10 07:09:01 4 39.77 0.00 7.57 5.20 0.10 47.36 07:49:10 07:09:01 5 39.86 0.00 7.46 2.59 0.08 50.01 07:49:10 07:09:01 6 39.32 0.00 7.15 13.24 0.07 40.22 07:49:10 07:09:01 7 39.09 0.00 7.21 10.44 0.14 43.13 07:49:10 07:10:01 all 87.78 0.00 12.08 0.00 0.13 0.00 07:49:10 07:10:01 0 86.72 0.00 13.14 0.00 0.14 0.00 07:49:10 07:10:01 1 87.49 0.00 12.37 0.00 0.14 0.00 07:49:10 07:10:01 2 89.12 0.00 10.74 0.00 0.14 0.00 07:49:10 07:10:01 3 87.45 0.00 12.43 0.00 0.12 0.00 07:49:10 07:10:01 4 87.56 0.00 12.31 0.00 0.14 0.00 07:49:10 07:10:01 5 88.15 0.00 11.73 0.00 0.12 0.00 07:49:10 07:10:01 6 89.26 0.00 10.62 0.00 0.12 0.00 07:49:10 07:10:01 7 86.40 0.00 13.42 0.00 0.18 0.00 07:49:10 07:11:01 all 88.08 0.00 11.71 0.00 0.19 0.02 07:49:10 07:11:01 0 86.85 0.00 12.96 0.00 0.20 0.00 07:49:10 07:11:01 1 89.35 0.00 10.48 0.00 0.14 0.03 07:49:10 07:11:01 2 88.72 0.00 11.07 0.02 0.19 0.00 07:49:10 07:11:01 3 87.32 0.00 12.41 0.00 0.20 0.07 07:49:10 07:11:01 4 87.20 0.00 12.56 0.00 0.24 0.00 07:49:10 07:11:01 5 89.37 0.00 10.47 0.00 0.15 0.00 07:49:10 07:11:01 6 87.97 0.00 11.80 0.00 0.21 0.02 07:49:10 07:11:01 7 87.78 0.00 12.00 0.00 0.21 0.00 07:49:10 07:12:01 all 21.40 0.00 4.86 7.99 0.10 65.65 07:49:10 07:12:01 0 21.04 0.00 4.85 10.01 0.10 64.00 07:49:10 07:12:01 1 19.34 0.00 4.64 4.02 0.10 71.89 07:49:10 07:12:01 2 21.41 0.00 4.79 8.40 0.10 65.31 07:49:10 07:12:01 3 19.63 0.00 5.01 6.73 0.10 68.53 07:49:10 07:12:01 4 24.13 0.00 4.74 2.23 0.10 68.81 07:49:10 07:12:01 5 22.76 0.00 5.00 18.86 0.08 53.30 07:49:10 07:12:01 6 22.13 0.00 4.97 6.07 0.10 66.73 07:49:10 07:12:01 7 20.76 0.00 4.91 7.68 0.10 66.55 07:49:10 07:49:10 07:12:01 CPU %user %nice %system %iowait %steal %idle 07:49:10 07:13:01 all 9.11 0.00 1.04 1.52 0.07 88.26 07:49:10 07:13:01 0 10.61 0.00 1.18 5.86 0.08 82.27 07:49:10 07:13:01 1 14.20 0.00 1.00 0.37 0.07 84.36 07:49:10 07:13:01 2 12.37 0.00 1.26 1.26 0.07 85.05 07:49:10 07:13:01 3 8.18 0.00 0.97 3.35 0.07 87.43 07:49:10 07:13:01 4 5.94 0.00 1.00 0.10 0.07 92.89 07:49:10 07:13:01 5 4.56 0.00 1.09 0.44 0.05 93.87 07:49:10 07:13:01 6 8.96 0.00 0.97 0.17 0.08 89.82 07:49:10 07:13:01 7 8.09 0.00 0.85 0.60 0.08 90.37 07:49:10 07:14:01 all 2.87 0.00 0.52 0.06 0.04 96.51 07:49:10 07:14:01 0 3.05 0.00 0.48 0.00 0.02 96.44 07:49:10 07:14:01 1 2.09 0.00 0.40 0.02 0.02 97.48 07:49:10 07:14:01 2 3.20 0.00 0.47 0.03 0.05 96.25 07:49:10 07:14:01 3 2.14 0.00 0.52 0.13 0.02 97.19 07:49:10 07:14:01 4 1.24 0.00 0.67 0.00 0.03 98.06 07:49:10 07:14:01 5 3.65 0.00 0.58 0.27 0.07 95.43 07:49:10 07:14:01 6 3.76 0.00 0.49 0.00 0.05 95.70 07:49:10 07:14:01 7 3.84 0.00 0.57 0.00 0.03 95.56 07:49:10 07:15:01 all 0.07 0.00 0.03 0.08 0.01 99.81 07:49:10 07:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:49:10 07:15:01 1 0.00 0.00 0.03 0.00 0.02 99.95 07:49:10 07:15:01 2 0.02 0.00 0.02 0.32 0.00 99.65 07:49:10 07:15:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:49:10 07:15:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:49:10 07:15:01 5 0.10 0.00 0.08 0.33 0.03 99.45 07:49:10 07:15:01 6 0.37 0.00 0.03 0.00 0.00 99.60 07:49:10 07:15:01 7 0.02 0.00 0.02 0.00 0.02 99.95 07:49:10 07:16:01 all 0.09 0.00 0.03 0.01 0.01 99.86 07:49:10 07:16:01 0 0.05 0.00 0.03 0.00 0.00 99.92 07:49:10 07:16:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:49:10 07:16:01 2 0.12 0.00 0.03 0.02 0.02 99.82 07:49:10 07:16:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:49:10 07:16:01 4 0.05 0.00 0.02 0.00 0.02 99.92 07:49:10 07:16:01 5 0.02 0.00 0.05 0.02 0.03 99.88 07:49:10 07:16:01 6 0.35 0.00 0.07 0.02 0.02 99.55 07:49:10 07:16:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:49:10 07:17:01 all 0.02 0.00 0.02 0.01 0.02 99.94 07:49:10 07:17:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:49:10 07:17:01 1 0.02 0.00 0.05 0.02 0.02 99.90 07:49:10 07:17:01 2 0.00 0.00 0.03 0.00 0.02 99.95 07:49:10 07:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:49:10 07:17:01 4 0.05 0.00 0.07 0.00 0.03 99.85 07:49:10 07:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:49:10 07:17:01 6 0.05 0.00 0.00 0.03 0.03 99.88 07:49:10 07:17:01 7 0.00 0.00 0.02 0.00 0.02 99.97 07:49:10 07:18:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:49:10 07:18:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:49:10 07:18:01 1 0.02 0.00 0.00 0.02 0.02 99.95 07:49:10 07:18:01 2 0.05 0.00 0.00 0.00 0.00 99.95 07:49:10 07:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:49:10 07:18:01 4 0.07 0.00 0.05 0.00 0.02 99.87 07:49:10 07:18:01 5 0.03 0.00 0.00 0.00 0.02 99.95 07:49:10 07:18:01 6 0.05 0.00 0.00 0.00 0.00 99.95 07:49:10 07:18:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:49:10 07:19:01 all 0.01 0.00 0.01 0.00 0.02 99.96 07:49:10 07:19:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:49:10 07:19:01 1 0.00 0.00 0.00 0.02 0.02 99.97 07:49:10 07:19:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:49:10 07:19:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:49:10 07:19:01 4 0.02 0.00 0.02 0.00 0.10 99.87 07:49:10 07:19:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:49:10 07:19:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:49:10 07:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:49:10 07:20:01 all 0.04 0.00 0.02 0.01 0.01 99.92 07:49:10 07:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:49:10 07:20:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:49:10 07:20:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:49:10 07:20:01 3 0.08 0.00 0.02 0.00 0.00 99.90 07:49:10 07:20:01 4 0.05 0.00 0.10 0.00 0.03 99.82 07:49:10 07:20:01 5 0.03 0.00 0.00 0.00 0.02 99.95 07:49:10 07:20:01 6 0.03 0.00 0.00 0.05 0.02 99.90 07:49:10 07:20:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:49:10 07:21:01 all 0.06 0.00 0.02 0.22 0.01 99.69 07:49:10 07:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:49:10 07:21:01 1 0.08 0.00 0.03 0.35 0.02 99.52 07:49:10 07:21:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:49:10 07:21:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:49:10 07:21:01 4 0.07 0.00 0.03 0.02 0.03 99.85 07:49:10 07:21:01 5 0.02 0.00 0.02 0.05 0.00 99.92 07:49:10 07:21:01 6 0.23 0.00 0.02 1.33 0.02 98.40 07:49:10 07:21:01 7 0.02 0.00 0.02 0.00 0.02 99.95 07:49:10 07:22:01 all 0.05 0.00 0.03 0.27 0.01 99.65 07:49:10 07:22:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:49:10 07:22:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:49:10 07:22:01 2 0.02 0.00 0.03 0.00 0.02 99.93 07:49:10 07:22:01 3 0.08 0.00 0.02 0.00 0.00 99.90 07:49:10 07:22:01 4 0.07 0.00 0.07 0.10 0.02 99.75 07:49:10 07:22:01 5 0.00 0.00 0.00 0.35 0.02 99.63 07:49:10 07:22:01 6 0.18 0.00 0.08 1.70 0.00 98.03 07:49:10 07:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:49:10 07:23:01 all 0.01 0.00 0.01 0.05 0.01 99.92 07:49:10 07:23:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:49:10 07:23:01 1 0.00 0.00 0.02 0.08 0.00 99.90 07:49:10 07:23:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:49:10 07:23:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:49:10 07:23:01 4 0.03 0.00 0.03 0.00 0.02 99.92 07:49:10 07:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:49:10 07:23:01 6 0.02 0.00 0.02 0.28 0.02 99.67 07:49:10 07:23:01 7 0.02 0.00 0.02 0.00 0.02 99.95 07:49:10 07:49:10 07:23:01 CPU %user %nice %system %iowait %steal %idle 07:49:10 07:24:01 all 0.23 0.00 0.01 0.00 0.01 99.74 07:49:10 07:24:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:49:10 07:24:01 1 0.00 0.00 0.00 0.02 0.02 99.97 07:49:10 07:24:01 2 0.00 0.00 0.02 0.00 0.02 99.97 07:49:10 07:24:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:49:10 07:24:01 4 0.05 0.00 0.02 0.00 0.05 99.88 07:49:10 07:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:49:10 07:24:01 6 1.74 0.00 0.02 0.02 0.02 98.21 07:49:10 07:24:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:49:10 07:25:01 all 0.10 0.00 0.01 0.05 0.01 99.82 07:49:10 07:25:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:49:10 07:25:01 1 0.12 0.00 0.00 0.37 0.00 99.52 07:49:10 07:25:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:49:10 07:25:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:49:10 07:25:01 4 0.08 0.00 0.03 0.00 0.03 99.85 07:49:10 07:25:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:49:10 07:25:01 6 0.53 0.00 0.03 0.05 0.02 99.37 07:49:10 07:25:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:49:10 07:26:01 all 0.13 0.00 0.01 0.00 0.00 99.85 07:49:10 07:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:49:10 07:26:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:49:10 07:26:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:49:10 07:26:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:49:10 07:26:01 4 0.07 0.00 0.05 0.00 0.02 99.87 07:49:10 07:26:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:49:10 07:26:01 6 0.91 0.00 0.02 0.02 0.00 99.06 07:49:10 07:26:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:49:10 07:27:01 all 0.03 0.00 0.01 0.01 0.01 99.94 07:49:10 07:27:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:49:10 07:27:01 1 0.02 0.00 0.00 0.02 0.00 99.97 07:49:10 07:27:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:49:10 07:27:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:49:10 07:27:01 4 0.07 0.00 0.07 0.00 0.03 99.83 07:49:10 07:27:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:49:10 07:27:01 6 0.03 0.00 0.00 0.03 0.02 99.92 07:49:10 07:27:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:49:10 07:28:01 all 0.04 0.00 0.01 0.00 0.01 99.94 07:49:10 07:28:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:49:10 07:28:01 1 0.00 0.00 0.00 0.02 0.02 99.97 07:49:10 07:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:49:10 07:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:49:10 07:28:01 4 0.10 0.00 0.02 0.00 0.03 99.85 07:49:10 07:28:01 5 0.05 0.00 0.00 0.00 0.02 99.93 07:49:10 07:28:01 6 0.13 0.00 0.03 0.02 0.00 99.82 07:49:10 07:28:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:49:10 07:29:01 all 0.03 0.00 0.01 0.01 0.01 99.94 07:49:10 07:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:49:10 07:29:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:49:10 07:29:01 2 0.02 0.00 0.03 0.00 0.02 99.93 07:49:10 07:29:01 3 0.05 0.00 0.00 0.00 0.00 99.95 07:49:10 07:29:01 4 0.10 0.00 0.00 0.00 0.03 99.87 07:49:10 07:29:01 5 0.03 0.00 0.05 0.02 0.00 99.90 07:49:10 07:29:01 6 0.03 0.00 0.00 0.07 0.02 99.88 07:49:10 07:29:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:49:10 07:30:01 all 0.02 0.00 0.01 0.01 0.01 99.94 07:49:10 07:30:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:49:10 07:30:01 1 0.02 0.00 0.00 0.02 0.02 99.95 07:49:10 07:30:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:49:10 07:30:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:49:10 07:30:01 4 0.03 0.00 0.05 0.00 0.03 99.88 07:49:10 07:30:01 5 0.03 0.00 0.02 0.00 0.02 99.93 07:49:10 07:30:01 6 0.00 0.00 0.00 0.08 0.00 99.92 07:49:10 07:30:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:49:10 07:31:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:49:10 07:31:01 0 0.03 0.00 0.00 0.00 0.00 99.97 07:49:10 07:31:01 1 0.05 0.00 0.00 0.00 0.00 99.95 07:49:10 07:31:01 2 0.03 0.00 0.00 0.02 0.02 99.93 07:49:10 07:31:01 3 0.00 0.00 0.03 0.00 0.00 99.97 07:49:10 07:31:01 4 0.03 0.00 0.03 0.00 0.03 99.90 07:49:10 07:31:01 5 0.05 0.00 0.00 0.02 0.00 99.93 07:49:10 07:31:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:49:10 07:31:01 7 0.00 0.00 0.00 0.00 0.02 99.98 07:49:10 07:32:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:49:10 07:32:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:49:10 07:32:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:49:10 07:32:01 2 0.02 0.00 0.02 0.02 0.00 99.95 07:49:10 07:32:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:49:10 07:32:01 4 0.05 0.00 0.05 0.00 0.03 99.87 07:49:10 07:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:49:10 07:32:01 6 0.02 0.00 0.00 0.00 0.02 99.97 07:49:10 07:32:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:49:10 07:33:01 all 0.16 0.00 0.02 0.00 0.01 99.80 07:49:10 07:33:01 0 0.07 0.00 0.00 0.00 0.00 99.93 07:49:10 07:33:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:49:10 07:33:01 2 0.02 0.00 0.02 0.02 0.02 99.93 07:49:10 07:33:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:49:10 07:33:01 4 0.10 0.00 0.08 0.00 0.03 99.78 07:49:10 07:33:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:49:10 07:33:01 6 1.03 0.00 0.05 0.00 0.00 98.92 07:49:10 07:33:01 7 0.02 0.00 0.02 0.00 0.02 99.95 07:49:10 07:34:01 all 0.19 0.00 0.01 0.00 0.01 99.79 07:49:10 07:34:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:49:10 07:34:01 1 0.00 0.00 0.00 0.02 0.02 99.97 07:49:10 07:34:01 2 0.03 0.00 0.00 0.00 0.02 99.95 07:49:10 07:34:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:49:10 07:34:01 4 0.05 0.00 0.05 0.00 0.03 99.87 07:49:10 07:34:01 5 0.00 0.00 0.02 0.00 0.00 99.98 07:49:10 07:34:01 6 1.35 0.00 0.02 0.00 0.02 98.61 07:49:10 07:34:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:49:10 07:49:10 07:34:01 CPU %user %nice %system %iowait %steal %idle 07:49:10 07:35:01 all 0.03 0.00 0.02 0.00 0.01 99.94 07:49:10 07:35:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:49:10 07:35:01 1 0.02 0.00 0.02 0.02 0.00 99.95 07:49:10 07:35:01 2 0.05 0.00 0.03 0.02 0.00 99.90 07:49:10 07:35:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:49:10 07:35:01 4 0.10 0.00 0.07 0.00 0.02 99.82 07:49:10 07:35:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:49:10 07:35:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:49:10 07:35:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:49:10 07:36:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:49:10 07:36:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:49:10 07:36:01 1 0.00 0.00 0.00 0.02 0.02 99.97 07:49:10 07:36:01 2 0.02 0.00 0.00 0.02 0.00 99.97 07:49:10 07:36:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:49:10 07:36:01 4 0.08 0.00 0.03 0.00 0.03 99.85 07:49:10 07:36:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:49:10 07:36:01 6 0.02 0.00 0.00 0.00 0.02 99.97 07:49:10 07:36:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:49:10 07:37:01 all 0.11 0.00 0.01 0.01 0.01 99.86 07:49:10 07:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:49:10 07:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:49:10 07:37:01 2 0.02 0.00 0.02 0.08 0.02 99.87 07:49:10 07:37:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:49:10 07:37:01 4 0.07 0.00 0.03 0.00 0.03 99.87 07:49:10 07:37:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:49:10 07:37:01 6 0.68 0.00 0.03 0.00 0.00 99.29 07:49:10 07:37:01 7 0.03 0.00 0.02 0.00 0.02 99.93 07:49:10 07:38:01 all 0.13 0.00 0.01 0.04 0.01 99.81 07:49:10 07:38:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:49:10 07:38:01 1 0.00 0.00 0.02 0.02 0.02 99.95 07:49:10 07:38:01 2 0.00 0.00 0.02 0.32 0.00 99.67 07:49:10 07:38:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:49:10 07:38:01 4 0.05 0.00 0.07 0.00 0.02 99.87 07:49:10 07:38:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:49:10 07:38:01 6 0.96 0.00 0.00 0.00 0.00 99.04 07:49:10 07:38:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:49:10 07:39:01 all 0.14 0.00 0.02 0.01 0.01 99.83 07:49:10 07:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:49:10 07:39:01 1 0.00 0.00 0.00 0.03 0.00 99.97 07:49:10 07:39:01 2 0.02 0.00 0.02 0.02 0.02 99.93 07:49:10 07:39:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:49:10 07:39:01 4 0.03 0.00 0.05 0.00 0.03 99.88 07:49:10 07:39:01 5 0.05 0.00 0.00 0.00 0.00 99.95 07:49:10 07:39:01 6 0.96 0.00 0.05 0.00 0.00 98.99 07:49:10 07:39:01 7 0.02 0.00 0.02 0.00 0.02 99.95 07:49:10 07:40:01 all 0.03 0.00 0.01 0.01 0.01 99.94 07:49:10 07:40:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:49:10 07:40:01 1 0.02 0.00 0.00 0.02 0.00 99.97 07:49:10 07:40:01 2 0.02 0.00 0.02 0.07 0.00 99.90 07:49:10 07:40:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:49:10 07:40:01 4 0.08 0.00 0.03 0.00 0.02 99.87 07:49:10 07:40:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:49:10 07:40:01 6 0.03 0.00 0.00 0.00 0.02 99.95 07:49:10 07:40:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:49:10 07:41:01 all 0.03 0.00 0.02 0.00 0.01 99.94 07:49:10 07:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:49:10 07:41:01 1 0.00 0.00 0.00 0.02 0.02 99.97 07:49:10 07:41:01 2 0.02 0.00 0.03 0.00 0.02 99.93 07:49:10 07:41:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:49:10 07:41:01 4 0.07 0.00 0.05 0.00 0.03 99.85 07:49:10 07:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:49:10 07:41:01 6 0.12 0.00 0.00 0.00 0.00 99.88 07:49:10 07:41:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:49:10 07:42:01 all 0.05 0.00 0.02 0.17 0.01 99.76 07:49:10 07:42:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:49:10 07:42:01 1 0.02 0.00 0.02 0.33 0.00 99.63 07:49:10 07:42:01 2 0.02 0.00 0.00 1.02 0.00 98.97 07:49:10 07:42:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:49:10 07:42:01 4 0.08 0.00 0.07 0.00 0.02 99.83 07:49:10 07:42:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:49:10 07:42:01 6 0.15 0.00 0.00 0.02 0.02 99.82 07:49:10 07:42:01 7 0.02 0.00 0.03 0.00 0.02 99.93 07:49:10 07:43:01 all 0.10 0.00 0.02 0.19 0.01 99.68 07:49:10 07:43:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:49:10 07:43:01 1 0.00 0.00 0.00 0.35 0.02 99.63 07:49:10 07:43:01 2 0.03 0.00 0.05 1.17 0.02 98.73 07:49:10 07:43:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:49:10 07:43:01 4 0.10 0.00 0.08 0.00 0.03 99.78 07:49:10 07:43:01 5 0.00 0.00 0.02 0.00 0.02 99.97 07:49:10 07:43:01 6 0.65 0.00 0.02 0.00 0.00 99.33 07:49:10 07:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:49:10 07:44:01 all 0.15 0.00 0.01 0.01 0.01 99.83 07:49:10 07:44:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:49:10 07:44:01 1 0.02 0.00 0.00 0.02 0.00 99.97 07:49:10 07:44:01 2 0.03 0.00 0.00 0.08 0.00 99.88 07:49:10 07:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:49:10 07:44:01 4 0.05 0.00 0.02 0.00 0.03 99.90 07:49:10 07:44:01 5 0.03 0.00 0.00 0.00 0.00 99.97 07:49:10 07:44:01 6 0.98 0.00 0.00 0.00 0.02 99.01 07:49:10 07:44:01 7 0.03 0.00 0.02 0.00 0.02 99.93 07:49:10 07:45:01 all 0.10 0.00 0.01 0.06 0.01 99.82 07:49:10 07:45:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:49:10 07:45:01 1 0.00 0.00 0.00 0.18 0.00 99.82 07:49:10 07:45:01 2 0.00 0.00 0.02 0.30 0.00 99.68 07:49:10 07:45:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:49:10 07:45:01 4 0.05 0.00 0.07 0.00 0.02 99.87 07:49:10 07:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:49:10 07:45:01 6 0.73 0.00 0.00 0.00 0.00 99.27 07:49:10 07:45:01 7 0.00 0.00 0.02 0.00 0.02 99.97 07:49:10 07:49:10 07:45:01 CPU %user %nice %system %iowait %steal %idle 07:49:10 07:46:01 all 0.09 0.00 0.02 0.04 0.01 99.85 07:49:10 07:46:01 0 0.05 0.00 0.02 0.00 0.00 99.93 07:49:10 07:46:01 1 0.02 0.00 0.02 0.05 0.02 99.90 07:49:10 07:46:01 2 0.03 0.00 0.00 0.25 0.02 99.70 07:49:10 07:46:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:49:10 07:46:01 4 0.07 0.00 0.05 0.00 0.03 99.85 07:49:10 07:46:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:49:10 07:46:01 6 0.45 0.00 0.00 0.00 0.00 99.55 07:49:10 07:46:01 7 0.03 0.00 0.02 0.02 0.00 99.93 07:49:10 07:47:01 all 0.17 0.00 0.01 0.02 0.01 99.77 07:49:10 07:47:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:49:10 07:47:01 1 0.02 0.00 0.00 0.02 0.00 99.97 07:49:10 07:47:01 2 0.03 0.00 0.02 0.18 0.00 99.77 07:49:10 07:47:01 3 0.00 0.00 0.03 0.00 0.00 99.97 07:49:10 07:47:01 4 0.03 0.00 0.05 0.00 0.03 99.88 07:49:10 07:47:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:49:10 07:47:01 6 1.27 0.00 0.00 0.00 0.02 98.71 07:49:10 07:47:01 7 0.02 0.00 0.00 0.00 0.03 99.95 07:49:10 07:48:01 all 5.17 0.00 2.14 4.83 0.03 87.82 07:49:10 07:48:01 0 5.86 0.00 2.33 0.22 0.03 91.56 07:49:10 07:48:01 1 5.66 0.00 3.05 29.03 0.05 62.21 07:49:10 07:48:01 2 5.10 0.00 1.64 7.12 0.03 86.10 07:49:10 07:48:01 3 5.42 0.00 2.35 1.24 0.05 90.93 07:49:10 07:48:01 4 5.93 0.00 1.74 0.65 0.05 91.62 07:49:10 07:48:01 5 4.81 0.00 1.74 0.25 0.02 93.18 07:49:10 07:48:01 6 4.60 0.00 1.66 0.18 0.02 93.54 07:49:10 07:48:01 7 4.01 0.00 2.62 0.20 0.02 93.16 07:49:10 07:49:01 all 7.13 0.00 3.17 4.73 0.06 84.90 07:49:10 07:49:01 0 7.59 0.00 3.71 23.45 0.07 65.18 07:49:10 07:49:01 1 6.98 0.00 3.93 0.74 0.07 88.29 07:49:10 07:49:01 2 8.09 0.00 3.53 2.77 0.07 85.55 07:49:10 07:49:01 3 8.20 0.00 3.01 0.39 0.05 88.35 07:49:10 07:49:01 4 6.05 0.00 2.92 0.47 0.05 90.51 07:49:10 07:49:01 5 7.43 0.00 2.46 0.13 0.05 89.93 07:49:10 07:49:01 6 6.70 0.00 2.76 8.32 0.07 82.16 07:49:10 07:49:01 7 5.99 0.00 3.08 1.85 0.08 88.99 07:49:10 Average: all 8.86 0.00 1.65 2.34 0.04 87.12 07:49:10 Average: 0 8.94 0.00 1.80 4.98 0.03 84.25 07:49:10 Average: 1 9.01 0.00 1.59 1.72 0.03 87.64 07:49:10 Average: 2 9.09 0.00 1.75 3.69 0.03 85.43 07:49:10 Average: 3 8.62 0.00 1.63 1.03 0.03 88.69 07:49:10 Average: 4 8.84 0.00 1.66 1.45 0.05 88.01 07:49:10 Average: 5 8.92 0.00 1.61 1.65 0.03 87.79 07:49:10 Average: 6 8.96 0.00 1.57 2.35 0.03 87.08 07:49:10 Average: 7 8.47 0.00 1.63 1.83 0.04 88.03 07:49:10 07:49:10 07:49:10