Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6465a293da8cbf4193faab0c72aad8d404252516 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-ssh6367306390759208033.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh6928161991104165070.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 f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh10103701799027162338.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > 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-ssh18400131251506514083.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-ssh9338510832431897011.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-44907 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/827 [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/827 # 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 6465a293da8cbf4193faab0c72aad8d404252516 (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6465a293da8cbf4193faab0c72aad8d404252516 # timeout=10 Commit message: "Merge pull request #5131 from judehung/update-metadata-api-doc" > git rev-list --no-walk acd9371b2d4ec601382e9a9bfd258c637bb43487 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:21:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:21:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:21:26 ========================================================= 06:21:26 EdgeX Global Pipelines Version Info 06:21:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:21:26 ------------------- 06:21:26 stable info: 06:21:26 ------------------- 06:21:26 Commited By: Ginny Guan ginny@iotechsys.com 06:21:26 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 06:21:26 Message: update stable to v1.0.274 06:21:27 ------------------- 06:21:27 experimental info: 06:21:27 ------------------- 06:21:27 Commited By: Ginny Guan ginny@iotechsys.com 06:21:27 Commit SHA: 8e2bffdf636d821f4cd04e1fe3c5d92a5ed30b20 06:21:27 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:21:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:21:27 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:21:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:21:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:21:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:21:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 06:21:27 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:21:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:21:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 06:21:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 06:21:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:21:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:21:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:21:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:21:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:21:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:21:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:21:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:21:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:21:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 06:21:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:21:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:21:28 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 06:21:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 06:21:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 06:21:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 06:21:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] echo 06:21:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6465a29 [Pipeline] echo 06:21:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:21:28 provisioning config files... 06:21:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/827@tmp/config228495069976214039tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:21:28 ---> ****-login.sh 06:21:28 nexus3.edgexfoundry.org:10001 06:21:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:21:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:21:29 Configure a credential helper to remove this warning. See 06:21:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:21:29 06:21:29 Login Succeeded 06:21:29 nexus3.edgexfoundry.org:10002 06:21:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:21:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:21:29 Configure a credential helper to remove this warning. See 06:21:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:21:29 06:21:29 Login Succeeded 06:21:29 nexus3.edgexfoundry.org:10003 06:21:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:21:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:21:29 Configure a credential helper to remove this warning. See 06:21:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:21:29 06:21:29 Login Succeeded 06:21:29 nexus3.edgexfoundry.org:10004 06:21:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:21:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:21:29 Configure a credential helper to remove this warning. See 06:21:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:21:29 06:21:29 Login Succeeded 06:21:29 ****.io 06:21:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:21:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:21:29 Configure a credential helper to remove this warning. See 06:21:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:21:29 06:21:29 Login Succeeded 06:21:29 ---> ****-login.sh ends [Pipeline] } 06:21:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:21:29 + 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-notifications/Dockerfile cmd/support-scheduler/Dockerfile 06:21:29 + cut -d/ -f2 06:21:29 + dirname cmd/core-command/Dockerfile 06:21:29 + echo core-command,cmd/core-command/Dockerfile 06:21:29 + dirname cmd/core-common-config-bootstrapper/Dockerfile 06:21:29 + cut -d/ -f2 06:21:29 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 06:21:29 + dirname cmd/core-data/Dockerfile 06:21:29 + cut -d/ -f2 06:21:29 + echo core-data,cmd/core-data/Dockerfile 06:21:29 + dirname cmd/core-keeper/Dockerfile 06:21:29 + cut -d/ -f2 06:21:29 + echo core-keeper,cmd/core-keeper/Dockerfile 06:21:29 + dirname cmd/core-metadata/Dockerfile 06:21:29 + cut -d/ -f2 06:21:29 + echo core-metadata,cmd/core-metadata/Dockerfile 06:21:29 + dirname cmd/security-bootstrapper/Dockerfile 06:21:29 + cut -d/ -f2 06:21:29 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 06:21:29 + dirname cmd/security-proxy-auth/Dockerfile 06:21:29 + cut -d/ -f2 06:21:29 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 06:21:29 + dirname cmd/security-proxy-setup/Dockerfile 06:21:29 + cut -d/ -f2 06:21:29 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:21:29 + dirname cmd/security-secretstore-setup/Dockerfile 06:21:29 + cut -d/ -f2 06:21:29 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:21:29 + dirname cmd/security-spiffe-token-provider/Dockerfile 06:21:29 + cut -d/ -f2 06:21:29 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 06:21:29 + dirname cmd/security-spire-agent/Dockerfile 06:21:29 + cut -d/ -f2 06:21:29 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 06:21:29 + dirname cmd/security-spire-config/Dockerfile 06:21:29 + cut -d/ -f2 06:21:29 + echo security-spire-config,cmd/security-spire-config/Dockerfile 06:21:29 + dirname+ cmd/security-spire-server/Dockerfile 06:21:29 cut -d/ -f2 06:21:29 + echo security-spire-server,cmd/security-spire-server/Dockerfile 06:21:29 + dirname cmd/support-notifications/Dockerfile 06:21:29 + cut -d/ -f2 06:21:29 + echo support-notifications,cmd/support-notifications/Dockerfile 06:21:29 + dirname cmd/support-scheduler/Dockerfile 06:21:29 + cut -d/ -f2 06:21:29 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 06:21:29 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-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 06:21:30 + git rev-list -1 --merges 6465a293da8cbf4193faab0c72aad8d404252516~1..6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] echo 06:21:30 -----------> git rev-list -1 --merges 6465a293da8cbf4193faab0c72aad8d404252516~1..6465a293da8cbf4193faab0c72aad8d404252516 6465a293da8cbf4193faab0c72aad8d404252516 06:21:30 6465a293da8cbf4193faab0c72aad8d404252516 [false] [Pipeline] sh 06:21:31 + git log --format=format:%s -1 6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] echo 06:21:31 ========================================================= 06:21:31 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:21:31 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 06:21:31 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:21:31 + grep -v github /etc/ssh/ssh_known_hosts 06:21:31 + [ -e /tmp/ssh_known_hosts ] 06:21:31 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:21:31 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=sudo 06:21:31 tee -a /etc/ssh/ssh_known_hosts 06:21:31 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:21:32 06:21:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:21:32 0.1.4: Pulling from edgex-devops/py-git-semver 06:21:32 b85a868b505f: Pulling fs layer 06:21:32 e2be974225ed: Pulling fs layer 06:21:32 339a4e72a1f5: Pulling fs layer 06:21:32 988bab9f4d93: Pulling fs layer 06:21:32 1469e6f7b9e6: Pulling fs layer 06:21:32 eaf3925da568: Pulling fs layer 06:21:32 bab4dde63d76: Pulling fs layer 06:21:32 bde34c3a00c8: Pulling fs layer 06:21:32 b352a97aabf1: Pulling fs layer 06:21:32 4872d77fe225: Pulling fs layer 06:21:32 5851b861e8e6: Pulling fs layer 06:21:32 bab4dde63d76: Waiting 06:21:32 4872d77fe225: Waiting 06:21:32 5851b861e8e6: Waiting 06:21:32 988bab9f4d93: Waiting 06:21:32 bde34c3a00c8: Waiting 06:21:32 eaf3925da568: Waiting 06:21:32 b352a97aabf1: Waiting 06:21:32 1469e6f7b9e6: Waiting 06:21:32 e2be974225ed: Verifying Checksum 06:21:32 e2be974225ed: Download complete 06:21:32 988bab9f4d93: Verifying Checksum 06:21:32 988bab9f4d93: Download complete 06:21:32 1469e6f7b9e6: Verifying Checksum 06:21:32 1469e6f7b9e6: Download complete 06:21:32 eaf3925da568: Verifying Checksum 06:21:32 eaf3925da568: Download complete 06:21:32 339a4e72a1f5: Verifying Checksum 06:21:32 339a4e72a1f5: Download complete 06:21:32 bde34c3a00c8: Verifying Checksum 06:21:32 bde34c3a00c8: Download complete 06:21:32 b352a97aabf1: Verifying Checksum 06:21:32 b352a97aabf1: Download complete 06:21:32 4872d77fe225: Verifying Checksum 06:21:32 4872d77fe225: Download complete 06:21:32 5851b861e8e6: Download complete 06:21:33 b85a868b505f: Verifying Checksum 06:21:33 b85a868b505f: Download complete 06:21:33 bab4dde63d76: Verifying Checksum 06:21:33 bab4dde63d76: Download complete 06:21:34 b85a868b505f: Pull complete 06:21:34 e2be974225ed: Pull complete 06:21:34 339a4e72a1f5: Pull complete 06:21:34 988bab9f4d93: Pull complete 06:21:35 1469e6f7b9e6: Pull complete 06:21:35 eaf3925da568: Pull complete 06:21:37 bab4dde63d76: Pull complete 06:21:37 bde34c3a00c8: Pull complete 06:21:37 b352a97aabf1: Pull complete 06:21:37 4872d77fe225: Pull complete 06:21:37 5851b861e8e6: Pull complete 06:21:37 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 06:21:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:21:37 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:21:37 prd-ubuntu20.04-docker-8c-8g-44907 does not seem to be running inside a container 06:21:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/827 -v /w/workspace/edgex-go/827:/w/workspace/edgex-go/827:rw,z -v /w/workspace/edgex-go/827@tmp:/w/workspace/edgex-go/827@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:21:40 $ docker top c8f1f926eb9e79f853a61c4d4d1d385030cb7257c4204bcca19324d129a617d6 -eo pid,comm 06:21:41 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). 06:21:41 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:21:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:21:41 [ssh-agent] Looking for ssh-agent implementation... 06:21:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:21:41 $ docker exec c8f1f926eb9e79f853a61c4d4d1d385030cb7257c4204bcca19324d129a617d6 ssh-agent 06:21:41 SSH_AUTH_SOCK=/tmp/ssh-6XPZh7T5Q4RY/agent.32 06:21:41 SSH_AGENT_PID=38 06:21:41 Running ssh-add (command line suppressed) 06:21:41 Identity added: /w/workspace/edgex-go/827@tmp/private_key_5944780977467915997.key (/w/workspace/edgex-go/827@tmp/private_key_5944780977467915997.key) 06:21:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:21:41 + git tag --points-at HEAD [Pipeline] } 06:21:41 $ docker exec --env ******** --env ******** c8f1f926eb9e79f853a61c4d4d1d385030cb7257c4204bcca19324d129a617d6 ssh-agent -k 06:21:41 unset SSH_AUTH_SOCK; 06:21:41 unset SSH_AGENT_PID; 06:21:41 echo Agent pid 38 killed; 06:21:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:21:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:21:42 [ssh-agent] Looking for ssh-agent implementation... 06:21:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:21:42 $ docker exec c8f1f926eb9e79f853a61c4d4d1d385030cb7257c4204bcca19324d129a617d6 ssh-agent 06:21:42 SSH_AUTH_SOCK=/tmp/ssh-fmxG2F5fDFPW/agent.72 06:21:42 SSH_AGENT_PID=78 06:21:42 Running ssh-add (command line suppressed) 06:21:42 Identity added: /w/workspace/edgex-go/827@tmp/private_key_17602695679024096398.key (/w/workspace/edgex-go/827@tmp/private_key_17602695679024096398.key) 06:21:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:21:42 + git semver init 06:21:43 2025-04-14 06:21:42,863 [run_init] DEBUG init version:0.0.0 force:False 06:21:43 2025-04-14 06:21:42,864 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/827/.semver 06:21:43 2025-04-14 06:21:42,864 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/827/.semver 06:21:43 2025-04-14 06:21:42,864 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/827/.semver'], cwd=/w/workspace/edgex-go/827, universal_newlines=False, shell=None, istream=None) 06:21:52 2025-04-14 06:21:51,669 [append_file] DEBUG append to file:/w/workspace/edgex-go/827/.git/info/exclude 06:21:52 2025-04-14 06:21:51,670 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/827/.semver/main with force:False 06:21:52 2025-04-14 06:21:51,670 [read_version] DEBUG read version from /w/workspace/edgex-go/827/.semver/main 06:21:52 2025-04-14 06:21:51,670 [read_version] DEBUG read version from /w/workspace/edgex-go/827/.semver/main 06:21:52 4.1.0-dev.2 [Pipeline] } 06:21:52 $ docker exec --env ******** --env ******** c8f1f926eb9e79f853a61c4d4d1d385030cb7257c4204bcca19324d129a617d6 ssh-agent -k 06:21:52 unset SSH_AUTH_SOCK; 06:21:52 unset SSH_AGENT_PID; 06:21:52 echo Agent pid 78 killed; 06:21:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:21:52 + git semver [Pipeline] } 06:21:52 $ docker stop --time=1 c8f1f926eb9e79f853a61c4d4d1d385030cb7257c4204bcca19324d129a617d6 06:21:54 $ docker rm -f --volumes c8f1f926eb9e79f853a61c4d4d1d385030cb7257c4204bcca19324d129a617d6 [Pipeline] // withDockerContainer [Pipeline] sh 06:21:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:21:54 Stashed 1 file(s) [Pipeline] echo 06:21:54 [edgeXSemver]: initialized semver on version 4.1.0-dev.2 [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 06:21:55 + git config --global --add safe.directory /w/workspace/edgex-go/827 [Pipeline] echo 06:21:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:21:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:21:55 ========================================================= 06:21:55 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 06:21:55 ========================================================= [Pipeline] fileExists [Pipeline] sh 06:21:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 06:21:55 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 06:21:55 0a9a5dfd008f: Pulling fs layer 06:21:55 dbfa0bcfca99: Pulling fs layer 06:21:55 70eabb1d9476: Pulling fs layer 06:21:55 957bedc73fa3: Pulling fs layer 06:21:55 4f4fb700ef54: Pulling fs layer 06:21:55 f40432e63723: Pulling fs layer 06:21:55 90b4343acab7: Pulling fs layer 06:21:55 9f67ea4ac784: Pulling fs layer 06:21:55 9228b9a606be: Pulling fs layer 06:21:55 957bedc73fa3: Waiting 06:21:55 4f4fb700ef54: Waiting 06:21:55 f40432e63723: Waiting 06:21:55 9228b9a606be: Waiting 06:21:55 9f67ea4ac784: Waiting 06:21:55 90b4343acab7: Waiting 06:21:55 dbfa0bcfca99: Verifying Checksum 06:21:55 dbfa0bcfca99: Download complete 06:21:55 957bedc73fa3: Download complete 06:21:55 4f4fb700ef54: Verifying Checksum 06:21:55 4f4fb700ef54: Download complete 06:21:55 f40432e63723: Download complete 06:21:55 0a9a5dfd008f: Download complete 06:21:56 90b4343acab7: Verifying Checksum 06:21:56 90b4343acab7: Download complete 06:21:56 0a9a5dfd008f: Pull complete 06:21:56 9228b9a606be: Verifying Checksum 06:21:56 9228b9a606be: Download complete 06:21:56 dbfa0bcfca99: Pull complete 06:21:56 70eabb1d9476: Download complete 06:21:56 9f67ea4ac784: Verifying Checksum 06:21:56 9f67ea4ac784: Download complete 06:21:59 70eabb1d9476: Pull complete 06:21:59 957bedc73fa3: Pull complete 06:21:59 4f4fb700ef54: Pull complete 06:21:59 f40432e63723: Pull complete 06:21:59 90b4343acab7: Pull complete 06:22:02 9f67ea4ac784: Pull complete 06:22:02 9228b9a606be: Pull complete 06:22:02 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 06:22:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 06:22:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 06:22:03 + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 06:22:03 WORKDIR /edgex 06:22:03 COPY go.mod . 06:22:03 RUN go mod download -t 06:22:03 ci-base-image-x86_64 -f - . 06:22:03 Sending build context to Docker daemon 185.8MB 06:22:03 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 06:22:03 ---> 69404ca5bff2 06:22:03 Step 2/4 : WORKDIR /edgex 06:22:09 Still waiting to schedule task 06:22:09 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 06:22:10 ---> Running in 3c835fab3587 06:22:10 Removing intermediate container 3c835fab3587 06:22:10 ---> 823728648e85 06:22:10 Step 3/4 : COPY go.mod . 06:22:10 ---> 6af4d1f119d0 06:22:10 Step 4/4 : RUN go mod download 06:22:10 ---> Running in 7aebeb925d73 06:22:37 Removing intermediate container 7aebeb925d73 06:22:37 ---> 90e22b0078c1 06:22:37 Successfully built 90e22b0078c1 06:22:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:22:37 + docker inspect -f . ci-base-image-x86_64 06:22:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:22:37 prd-ubuntu20.04-docker-8c-8g-44907 does not seem to be running inside a container 06:22:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/827 -v /w/workspace/edgex-go/827:/w/workspace/edgex-go/827:rw,z -v /w/workspace/edgex-go/827@tmp:/w/workspace/edgex-go/827@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:22:37 $ docker top a72aa8eb0937e7b8292e1e56cd7611d636f8658312d014e131e2dfd01643d2c5 -eo pid,comm [Pipeline] { [Pipeline] sh 06:22:38 + go version 06:22:38 go version go1.23.8 linux/amd64 [Pipeline] } 06:22:38 $ docker stop --time=1 a72aa8eb0937e7b8292e1e56cd7611d636f8658312d014e131e2dfd01643d2c5 06:22:39 $ docker rm -f --volumes a72aa8eb0937e7b8292e1e56cd7611d636f8658312d014e131e2dfd01643d2c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:22:39 + docker inspect -f . ci-base-image-x86_64 06:22:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:22:40 prd-ubuntu20.04-docker-8c-8g-44907 does not seem to be running inside a container 06:22:40 $ 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/827 -v /w/workspace/edgex-go/827:/w/workspace/edgex-go/827:rw,z -v /w/workspace/edgex-go/827@tmp:/w/workspace/edgex-go/827@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:22:40 $ docker top 074c1da478a84c7086eb5b030bd3e5b3c49ebbda7df630c671bd3bb05e168ac6 -eo pid,comm [Pipeline] { [Pipeline] echo 06:22:40 ========================================================= 06:22:40 [edgeXBuildGoParallel] Running Tests and Build... 06:22:40 ========================================================= [Pipeline] sh 06:22:40 + git config --global --add safe.directory /w/workspace/edgex-go/827 [Pipeline] fileExists [Pipeline] sh 06:22:41 + make test 06:22:41 go test -race -coverprofile=coverage.out ./... 06:22:49 ? github.com/edgexfoundry/edgex-go [no test files] 06:23:11 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 06:23:11 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 06:23:11 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 06:23:11 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 06:23:11 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 06:23:11 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 06:23:11 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 06:23:11 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 06:23:11 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 06:23:11 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 06:23:12 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:23:12 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 06:23:12 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 06:23:12 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 06:23:12 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 06:23:12 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 06:23:12 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.025s coverage: 28.7% of statements 06:23:14 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 06:23:14 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 06:23:14 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 06:23:14 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 06:23:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.042s coverage: 97.0% of statements 06:23:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 06:23:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 06:23:15 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 06:23:15 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 06:23:15 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 06:23:15 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 06:23:15 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 06:23:15 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 06:23:15 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 06:23:15 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 06:23:17 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 06:23:17 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 06:23:17 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 06:23:17 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 06:23:17 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 06:23:17 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 06:23:18 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 06:23:18 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 06:23:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.054s coverage: 69.2% of statements 06:23:18 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.022s coverage: 3.5% of statements 06:23:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.056s coverage: 45.7% of statements 06:23:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.678s coverage: 93.4% of statements 06:23:18 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.043s coverage: 92.3% of statements 06:23:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.047s coverage: 8.4% of statements 06:23:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 06:23:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 06:23:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:23:20 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 06:23:20 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 06:23:20 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 06:23:20 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 06:23:20 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 06:23:20 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 06:23:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:23:20 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 06:23:20 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 06:23:20 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 06:23:20 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 06:23:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.378s coverage: 95.8% of statements 06:23:21 ok github.com/edgexfoundry/edgex-go/internal/io 1.022s coverage: 72.2% of statements 06:23:21 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 06:23:21 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 06:23:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 06:23:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 06:23:22 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 06:23:22 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 06:23:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.033s coverage: 0.0% of statements [no tests to run] 06:23:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.129s coverage: 1.0% of statements 06:23:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.106s coverage: 42.6% of statements 06:23:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.100s coverage: 81.1% of statements 06:23:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.023s coverage: 40.0% of statements 06:23:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.026s coverage: 87.1% of statements 06:23:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.017s coverage: 94.1% of statements 06:23:23 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 06:23:23 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 06:23:23 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 06:23:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.027s coverage: 96.3% of statements 06:23:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:23:24 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 06:23:24 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 06:23:24 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 06:23:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.016s coverage: 87.5% of statements 06:23:25 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 06:23:25 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 06:23:25 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 06:23:26 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 06:23:26 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 06:23:26 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 06:23:26 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 06:23:26 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 06:23:26 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 06:23:27 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 06:23:28 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 06:23:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:23:30 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 06:23:31 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 06:23:31 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 06:23:31 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 06:23:34 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 06:23:35 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 06:23:35 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 06:23:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 06:23:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 06:23:35 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 06:23:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.028s coverage: 94.4% of statements 06:23:37 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 06:23:37 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 06:23:37 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 06:23:37 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 06:23:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 06:23:37 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 06:23:38 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 06:23:38 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 06:23:38 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 06:23:38 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 06:23:38 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 06:23:38 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 06:23:40 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 06:23:40 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 06:23:40 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 06:23:40 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 06:23:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 06:23:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 06:23:40 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 06:23:40 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 06:23:41 Running on prd-ubuntu20.04-docker-arm64-4c-16g-44908 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 06:23:41 Running in /w/workspace/edgex-go/827 [Pipeline] { [Pipeline] checkout 06:23:42 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 06:23:42 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 06:23:42 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 06:23:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 06:23:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 06:23:43 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 06:23:44 The recommended git tool is: git 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.062s coverage: 92.9% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.020s coverage: 68.8% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.025s coverage: 62.3% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.024s coverage: 47.4% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.030s coverage: 87.2% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.018s coverage: 15.5% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.090s coverage: 81.8% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.079s coverage: 82.1% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.025s coverage: 86.0% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.043s coverage: 6.8% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.039s coverage: 33.3% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.065s coverage: 100.0% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.172s coverage: 54.5% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.4% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.024s coverage: 100.0% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.022s coverage: 73.7% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.017s coverage: 100.0% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.028s coverage: 88.6% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.029s coverage: 96.8% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.015s coverage: 100.0% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.154s coverage: 29.2% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.025s coverage: 93.8% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.018s coverage: 3.1% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.024s coverage: 76.2% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.024s coverage: 54.0% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.057s coverage: 17.0% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.129s coverage: 94.9% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.027s coverage: 9.0% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.064s coverage: 97.7% of statements 06:23:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.030s coverage: 43.6% of statements 06:23:47 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 06:23:48 running golangci-lint 06:23:48 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 06:23:48 go version go1.23.8 linux/amd64 06:23:48 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 06:23:48 level=info msg="[config_reader] Used config file .golangci.yml" 06:23:48 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 06:23:49 using credential edgex-jenkins-ssh 06:23:49 Cloning the remote Git repository 06:23:49 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:23:49 > git init /w/workspace/edgex-go/827 # timeout=10 06:23:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:23:49 > git --version # timeout=10 06:23:49 > git --version # 'git version 2.25.1' 06:23:49 using GIT_SSH to set credentials SSH Credentials for GitHub 06:23:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:24:07 Avoid second fetch 06:24:07 Checking out Revision 6465a293da8cbf4193faab0c72aad8d404252516 (main) 06:24:08 Commit message: "Merge pull request #5131 from judehung/update-metadata-api-doc" 06:24:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:24:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:24:07 > git config core.sparsecheckout # timeout=10 06:24:07 > git checkout -f 6465a293da8cbf4193faab0c72aad8d404252516 # timeout=10 06:24:10 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|files|name|types_sizes|deps|exports_file|imports) took 20.22266215s" 06:24:10 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 54.792361ms" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:24:13 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 06:24:13 % Total % Received % Xferd Average Speed Time Time Time Current 06:24:13 Dload Upload Total Spent Left Speed 06:24:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 68598 0 --:--:-- --:--:-- --:--:-- 68598 [Pipeline] sh 06:24:14 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 06:24:14 + sudo tee /etc/docker/daemon.new 06:24:14 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 06:24:14 { 06:24:14 "registry-mirrors": [ 06:24:14 "https://nexus3.edgexfoundry.org:10001" 06:24:14 ], 06:24:14 "bip": "10.250.0.254/24", 06:24:14 "hosts": [ 06:24:14 "tcp://0.0.0.0:5555", 06:24:14 "unix:///var/run/docker.sock" 06:24:14 ], 06:24:14 "mtu": 1458, 06:24:14 "selinux-enabled": true, 06:24:14 "seccomp-profile": "/etc/docker/seccomp.json" 06:24:14 } [Pipeline] sh 06:24:14 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 06:24:15 + sudo service docker restart 06:24:22 level=info msg="[linters_context/goanalysis] analyzers took 1m49.524893562s with top 10 stages: buildir: 1m3.65024786s, gosec: 3.885315221s, fact_deprecated: 2.656847556s, inspect: 2.539772895s, printf: 2.15737726s, ctrlflow: 1.842936397s, S1038: 1.57759477s, fact_purity: 1.494585798s, nilness: 1.337890088s, typedness: 998.422585ms" 06:24:22 level=info msg="[runner] Issues before processing: 202, after processing: 0" 06:24:22 level=info msg="[runner] Processors filtering stat (in/out): identifier_marker: 202/202, path_prettifier: 202/202, autogenerated_exclude: 202/202, exclude: 202/202, exclude-rules: 202/20, nolint: 20/0, filename_unadjuster: 202/202, invalid_issue: 202/202, skip_dirs: 202/202, cgo: 202/202, skip_files: 202/202" 06:24:22 level=info msg="[runner] processing took 14.992412ms with stages: nolint: 7.123021ms, identifier_marker: 3.560955ms, path_prettifier: 1.20433ms, exclude-rules: 1.158224ms, autogenerated_exclude: 1.129223ms, skip_dirs: 746.093µs, filename_unadjuster: 26.172µs, invalid_issue: 20.462µs, cgo: 19.832µs, max_same_issues: 910ns, fixer: 560ns, max_from_linter: 430ns, uniq_by_line: 420ns, skip_files: 320ns, sort_results: 260ns, exclude: 260ns, diff: 250ns, path_shortener: 190ns, source_code: 150ns, path_prefixer: 140ns, max_per_file_from_linter: 110ns, severity-rules: 100ns" 06:24:22 level=info msg="[runner] linters took 13.731664639s with stages: goanalysis_metalinter: 13.716592088s" 06:24:22 level=info msg="File cache stats: 0 entries of total size 0B" 06:24:22 level=info msg="Memory: 340 samples, avg is 346.0MB, max is 1347.6MB" 06:24:22 level=info msg="Execution took 34.017299586s" 06:24:22 go vet ./... 06:24:29 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:24:29 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:24:29 ./bin/test-attribution-txt.sh [Pipeline] echo 06:24:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 06:24:29 + ls -al . 06:24:29 total 1992 06:24:29 drwxrwxr-x 11 1001 1001 4096 Apr 14 06:22 . 06:24:29 drwxr-xr-x 4 root root 4096 Apr 14 06:22 .. 06:24:29 drwxrwxr-x 2 1001 1001 4096 Apr 14 06:21 .blubracket 06:24:29 -rw-rw-r-- 1 1001 1001 10 Apr 14 06:21 .dockerignore 06:24:29 drwxrwxr-x 8 1001 1001 4096 Apr 14 06:23 .git 06:24:29 drwxrwxr-x 3 1001 1001 4096 Apr 14 06:21 .github 06:24:29 -rw-rw-r-- 1 1001 1001 909 Apr 14 06:21 .gitignore 06:24:29 -rw-rw-r-- 1 1001 1001 218 Apr 14 06:21 .golangci.yml 06:24:29 -rw-rw-r-- 1 1001 1001 100 Apr 14 06:21 .hadolint.yml 06:24:29 drwxr-xr-x 3 1001 1001 4096 Apr 14 06:21 .semver 06:24:29 -rw-rw-r-- 1 1001 1001 155 Apr 14 06:21 .sonarcloud.properties 06:24:29 -rw-rw-r-- 1 1001 1001 1171 Apr 14 06:21 ADOPTERS.md 06:24:29 -rw-rw-r-- 1 1001 1001 17374 Apr 14 06:21 Attribution.txt 06:24:29 -rw-rw-r-- 1 1001 1001 108018 Apr 14 06:21 CHANGELOG.md 06:24:29 -rw-rw-r-- 1 1001 1001 3804 Apr 14 06:21 CONTRIBUTING.md 06:24:29 -rw-rw-r-- 1 1001 1001 677 Apr 14 06:21 GOVERNANCE.md 06:24:29 -rw-rw-r-- 1 1001 1001 858 Apr 14 06:21 Jenkinsfile 06:24:29 -rw-rw-r-- 1 1001 1001 10775 Apr 14 06:21 LICENSE 06:24:29 -rw-rw-r-- 1 1001 1001 16740 Apr 14 06:21 Makefile 06:24:29 -rw-rw-r-- 1 1001 1001 582 Apr 14 06:21 OWNERS.md 06:24:29 -rw-rw-r-- 1 1001 1001 9932 Apr 14 06:21 README.md 06:24:29 -rw-rw-r-- 1 1001 1001 789 Apr 14 06:21 SECURITY.md 06:24:29 -rw-rw-r-- 1 1001 1001 11 Apr 14 06:21 VERSION 06:24:29 drwxrwxr-x 2 1001 1001 4096 Apr 14 06:21 bin 06:24:29 drwxrwxr-x 19 1001 1001 4096 Apr 14 06:21 cmd 06:24:29 -rw-r--r-- 1 root root 1660924 Apr 14 06:23 coverage.out 06:24:29 drwxrwxr-x 2 1001 1001 4096 Apr 14 06:21 fuzz_test 06:24:29 -rw-rw-r-- 1 1001 1001 6491 Apr 14 06:21 go.mod 06:24:29 -rw-rw-r-- 1 1001 1001 88213 Apr 14 06:21 go.sum 06:24:29 drwxrwxr-x 7 1001 1001 4096 Apr 14 06:21 internal 06:24:29 drwxrwxr-x 2 1001 1001 4096 Apr 14 06:21 openapi 06:24:29 -rw-rw-r-- 1 1001 1001 584 Apr 14 06:21 security.txt 06:24:29 -rw-rw-r-- 1 1001 1001 204 Apr 14 06:21 version.go [Pipeline] sh 06:24:30 + '[' -e coverage.out ] 06:24:30 + chown 1001:1001 coverage.out [Pipeline] stash 06:24:30 Stashed 1 file(s) [Pipeline] sh 06:24:30 + make build 06:24:30 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:24:33 provisioning config files... 06:24:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/827@tmp/config3351190604298495174tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:24:33 ---> ****-login.sh 06:24:33 nexus3.edgexfoundry.org:10001 06:24:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:24:34 Configure a credential helper to remove this warning. See 06:24:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:24:34 06:24:34 Login Succeeded 06:24:34 nexus3.edgexfoundry.org:10002 06:24:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:24:34 Configure a credential helper to remove this warning. See 06:24:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:24:34 06:24:34 Login Succeeded 06:24:34 nexus3.edgexfoundry.org:10003 06:24:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:24:35 Configure a credential helper to remove this warning. See 06:24:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:24:35 06:24:35 Login Succeeded 06:24:35 nexus3.edgexfoundry.org:10004 06:24:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:24:35 Configure a credential helper to remove this warning. See 06:24:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:24:35 06:24:35 Login Succeeded 06:24:35 ****.io 06:24:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:24:36 Configure a credential helper to remove this warning. See 06:24:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:24:36 06:24:36 Login Succeeded 06:24:36 ---> ****-login.sh ends [Pipeline] } 06:24:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 06:24:36 + git config --global --add safe.directory /w/workspace/edgex-go/827 [Pipeline] echo 06:24:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:24:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:24:36 ========================================================= 06:24:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 06:24:36 ========================================================= [Pipeline] fileExists [Pipeline] sh 06:24:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 06:24:37 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:24:37 94e9d8af2201: Pulling fs layer 06:24:37 634366ca850b: Pulling fs layer 06:24:37 f66ade281fe9: Pulling fs layer 06:24:37 13fd4ce6e94e: Pulling fs layer 06:24:37 4f4fb700ef54: Pulling fs layer 06:24:37 4cccf3f17d63: Pulling fs layer 06:24:37 2d8010953d95: Pulling fs layer 06:24:37 13fd4ce6e94e: Waiting 06:24:37 4f4fb700ef54: Waiting 06:24:37 4cccf3f17d63: Waiting 06:24:37 ec743f232bc5: Pulling fs layer 06:24:37 2d8010953d95: Waiting 06:24:37 ec743f232bc5: Waiting 06:24:37 634366ca850b: Verifying Checksum 06:24:37 634366ca850b: Download complete 06:24:37 13fd4ce6e94e: Verifying Checksum 06:24:37 13fd4ce6e94e: Download complete 06:24:37 4f4fb700ef54: Verifying Checksum 06:24:37 4f4fb700ef54: Download complete 06:24:37 4cccf3f17d63: Verifying Checksum 06:24:37 4cccf3f17d63: Download complete 06:24:37 94e9d8af2201: Verifying Checksum 06:24:37 94e9d8af2201: Download complete 06:24:38 ec743f232bc5: Verifying Checksum 06:24:38 ec743f232bc5: Download complete 06:24:38 94e9d8af2201: Pull complete 06:24:38 634366ca850b: Pull complete 06:24:39 f66ade281fe9: Download complete 06:24:40 2d8010953d95: Verifying Checksum 06:24:40 2d8010953d95: Download complete 06:24:52 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:24:54 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 06:24:55 f66ade281fe9: Pull complete 06:24:55 13fd4ce6e94e: Pull complete 06:24:55 4f4fb700ef54: Pull complete 06:24:55 4cccf3f17d63: Pull complete 06:24:55 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 06:24:56 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 06:24:57 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:25:01 2d8010953d95: Pull complete 06:25:03 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:25:03 ec743f232bc5: Pull complete 06:25:03 Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda 06:25:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 06:25:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 06:25:04 + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 06:25:04 WORKDIR /edgex 06:25:04 COPY go.mod . 06:25:04 RUN go mod download -t 06:25:04 ci-base-image-arm64 -f - . 06:25:04 Sending build context to Docker daemon 3.692MB 06:25:04 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 06:25:04 ---> 12c1d4c06be1 06:25:04 Step 2/4 : WORKDIR /edgex 06:25:05 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 06:25:06 ---> Running in e88f7fcb817c 06:25:06 Removing intermediate container e88f7fcb817c 06:25:06 ---> 7e12d0e5b53b 06:25:06 Step 3/4 : COPY go.mod . 06:25:07 ---> 3ce12495be6b 06:25:07 Step 4/4 : RUN go mod download 06:25:07 ---> Running in 6717e4e164b8 06:25:07 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:25:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:25:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 06:25:12 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 06:25:13 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 06:25:15 $ docker stop --time=1 074c1da478a84c7086eb5b030bd3e5b3c49ebbda7df630c671bd3bb05e168ac6 06:25:22 $ docker rm -f --volumes 074c1da478a84c7086eb5b030bd3e5b3c49ebbda7df630c671bd3bb05e168ac6 [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 06:25:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:25:23 06:25:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:25:23 latest: Pulling from edgex-devops/edgex-compose 06:25:23 91d30c5bc195: Pulling fs layer 06:25:23 2e9b0aa3be6d: Pulling fs layer 06:25:23 9c61dcf015f6: Pulling fs layer 06:25:23 4698f68db338: Pulling fs layer 06:25:23 2a2f49069b9e: Pulling fs layer 06:25:23 e0025b399a48: Pulling fs layer 06:25:23 e0025b399a48: Waiting 06:25:23 2a2f49069b9e: Waiting 06:25:23 4698f68db338: Waiting 06:25:24 91d30c5bc195: Verifying Checksum 06:25:24 91d30c5bc195: Download complete 06:25:24 4698f68db338: Verifying Checksum 06:25:24 4698f68db338: Download complete 06:25:24 91d30c5bc195: Pull complete 06:25:24 2e9b0aa3be6d: Verifying Checksum 06:25:24 2e9b0aa3be6d: Download complete 06:25:24 e0025b399a48: Verifying Checksum 06:25:24 e0025b399a48: Download complete 06:25:24 2a2f49069b9e: Verifying Checksum 06:25:24 2a2f49069b9e: Download complete 06:25:24 2e9b0aa3be6d: Pull complete 06:25:24 9c61dcf015f6: Verifying Checksum 06:25:24 9c61dcf015f6: Download complete 06:25:27 9c61dcf015f6: Pull complete 06:25:27 4698f68db338: Pull complete 06:25:27 2a2f49069b9e: Pull complete 06:25:27 e0025b399a48: Pull complete 06:25:27 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 06:25:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:25:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:25:27 prd-ubuntu20.04-docker-8c-8g-44907 does not seem to be running inside a container 06:25:27 $ 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/827 -v /w/workspace/edgex-go/827:/w/workspace/edgex-go/827:rw,z -v /w/workspace/edgex-go/827@tmp:/w/workspace/edgex-go/827@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:25:31 $ docker top 4e8578c9e0698f8417d514fe94b5bdd254bcda8e6309f5fd4a5f191755c6b83e -eo pid,comm [Pipeline] { [Pipeline] sh 06:25:32 + docker compose -f ./docker-compose-build.yml build --parallel 06:25:34 #1 [security-proxy-auth internal] load build definition from Dockerfile 06:25:34 #1 transferring dockerfile: 2.14kB done 06:25:34 #1 DONE 0.0s 06:25:34 06:25:34 #2 [core-keeper internal] load build definition from Dockerfile 06:25:34 #2 transferring dockerfile: 2.01kB done 06:25:34 #2 DONE 0.0s 06:25:34 06:25:34 #3 [security-spire-config internal] load build definition from Dockerfile 06:25:34 #3 transferring dockerfile: 1.69kB done 06:25:34 #3 DONE 0.0s 06:25:34 06:25:34 #4 [security-spiffe-token-provider internal] load build definition from Dockerfile 06:25:34 #4 transferring dockerfile: 1.89kB done 06:25:34 #4 DONE 0.0s 06:25:34 06:25:34 #5 [support-scheduler internal] load build definition from Dockerfile 06:25:34 #5 transferring dockerfile: 1.83kB done 06:25:34 #5 DONE 0.0s 06:25:34 06:25:34 #6 [security-spire-server internal] load build definition from Dockerfile 06:25:34 #6 transferring dockerfile: 1.70kB done 06:25:34 #6 DONE 0.0s 06:25:34 06:25:34 #7 [support-notifications internal] load build definition from Dockerfile 06:25:34 #7 transferring dockerfile: 2.00kB done 06:25:34 #7 DONE 0.0s 06:25:34 06:25:34 #8 [security-bootstrapper internal] load build definition from Dockerfile 06:25:34 #8 transferring dockerfile: 3.02kB done 06:25:34 #8 DONE 0.0s 06:25:34 06:25:34 #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile 06:25:34 #9 transferring dockerfile: 2.23kB done 06:25:34 #9 DONE 0.0s 06:25:34 06:25:34 #10 [core-data internal] load build definition from Dockerfile 06:25:34 #10 transferring dockerfile: 2.04kB done 06:25:34 #10 DONE 0.0s 06:25:34 06:25:34 #11 [security-secretstore-setup internal] load build definition from Dockerfile 06:25:34 #11 transferring dockerfile: 2.49kB done 06:25:34 #11 DONE 0.0s 06:25:34 06:25:34 #12 [core-metadata internal] load build definition from Dockerfile 06:25:34 #12 transferring dockerfile: 2.10kB done 06:25:34 #12 DONE 0.0s 06:25:34 06:25:34 #13 [security-proxy-setup internal] load build definition from Dockerfile 06:25:34 #13 transferring dockerfile: 2.50kB done 06:25:34 #13 DONE 0.0s 06:25:34 06:25:34 #14 [security-spire-agent internal] load build definition from Dockerfile 06:25:34 #14 transferring dockerfile: 1.81kB done 06:25:34 #14 DONE 0.1s 06:25:34 06:25:34 #15 [core-command internal] load build definition from Dockerfile 06:25:34 #15 transferring dockerfile: 1.94kB done 06:25:34 #15 DONE 0.1s 06:25:34 06:25:34 #16 [security-proxy-auth internal] load .dockerignore 06:25:34 #16 transferring context: 50B done 06:25:34 #16 DONE 0.0s 06:25:35 06:25:35 #17 [core-keeper internal] load .dockerignore 06:25:35 #17 transferring context: 50B done 06:25:35 #17 DONE 0.0s 06:25:35 06:25:35 #18 [security-spire-config internal] load .dockerignore 06:25:35 #18 transferring context: 50B done 06:25:35 #18 DONE 0.0s 06:25:35 06:25:35 #19 [security-spiffe-token-provider internal] load .dockerignore 06:25:35 #19 transferring context: 50B done 06:25:35 #19 DONE 0.0s 06:25:35 06:25:35 #20 [support-scheduler internal] load .dockerignore 06:25:35 #20 transferring context: 50B done 06:25:35 #20 DONE 0.0s 06:25:35 06:25:35 #21 [security-spire-server internal] load .dockerignore 06:25:35 #21 transferring context: 50B done 06:25:35 #21 DONE 0.0s 06:25:35 06:25:35 #22 [support-notifications internal] load .dockerignore 06:25:35 #22 transferring context: 50B done 06:25:35 #22 DONE 0.0s 06:25:35 06:25:35 #23 [security-bootstrapper internal] load .dockerignore 06:25:35 #23 transferring context: 50B done 06:25:35 #23 DONE 0.0s 06:25:35 06:25:35 #24 [core-common-config-bootstrapper internal] load .dockerignore 06:25:35 #24 transferring context: 50B done 06:25:35 #24 DONE 0.0s 06:25:35 06:25:35 #25 [core-data internal] load .dockerignore 06:25:35 #25 transferring context: 50B done 06:25:35 #25 DONE 0.0s 06:25:35 06:25:35 #26 [security-secretstore-setup internal] load .dockerignore 06:25:35 #26 transferring context: 50B done 06:25:35 #26 DONE 0.0s 06:25:35 06:25:35 #27 [security-spire-agent internal] load .dockerignore 06:25:35 #27 transferring context: 50B done 06:25:35 #27 DONE 0.0s 06:25:35 06:25:35 #28 [security-proxy-setup internal] load .dockerignore 06:25:35 #28 transferring context: 50B done 06:25:35 #28 DONE 0.0s 06:25:35 06:25:35 #29 [core-metadata internal] load .dockerignore 06:25:35 #29 transferring context: 50B done 06:25:35 #29 DONE 0.0s 06:25:35 06:25:35 #30 [core-command internal] load .dockerignore 06:25:35 #30 transferring context: 50B done 06:25:35 #30 DONE 0.0s 06:25:35 06:25:35 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 06:25:35 #31 DONE 0.0s 06:25:35 06:25:35 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 06:25:35 #32 DONE 0.1s 06:25:35 06:25:35 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 06:25:35 #31 DONE 0.0s 06:25:35 06:25:35 #32 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 06:25:35 #32 DONE 0.1s 06:25:35 06:25:35 #33 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:25:35 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 06:25:35 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:25:35 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 06:25:35 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 06:25:35 #33 DONE 0.1s 06:25:35 06:25:35 #34 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:25:35 #34 ... 06:25:35 06:25:35 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 06:25:35 #31 DONE 0.0s 06:25:35 06:25:35 #33 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:25:35 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 06:25:35 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:25:35 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 06:25:35 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 06:25:35 #33 DONE 0.1s 06:25:35 06:25:35 #33 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:25:35 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 06:25:35 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:25:35 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 06:25:35 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 06:25:35 #33 DONE 0.1s 06:25:35 06:25:35 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 06:25:35 #31 DONE 0.0s 06:25:35 06:25:35 #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 06:25:35 #32 DONE 0.2s 06:25:35 06:25:35 #35 [security-bootstrapper internal] load build context 06:25:35 #35 ... 06:25:35 06:25:35 #33 [core-data stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:25:35 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 06:25:35 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:25:35 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 06:25:35 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 06:25:35 #33 DONE 0.1s 06:25:35 06:25:35 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 06:25:35 #31 DONE 0.0s 06:25:35 06:25:35 #35 [security-bootstrapper internal] load build context 06:25:35 #35 ... 06:25:35 06:25:35 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 06:25:35 #31 DONE 0.0s 06:25:36 06:25:36 #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 06:25:36 #32 DONE 0.7s 06:25:36 06:25:36 #33 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:25:36 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 06:25:36 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:25:36 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 06:25:36 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 06:25:36 #33 DONE 0.1s 06:25:36 06:25:36 #36 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 06:25:36 #36 DONE 0.8s 06:25:36 06:25:36 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:25:36 #37 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:25:36 #37 ... 06:25:36 06:25:36 #38 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64 06:25:36 #38 DONE 1.2s 06:25:36 06:25:36 #39 [core-metadata builder 2/7] WORKDIR /edgex-go 06:25:42 #39 ... 06:25:42 06:25:42 #40 [security-proxy-auth internal] load build context 06:25:42 #40 transferring context: 221.97MB 6.2s 06:25:42 #40 ... 06:25:42 06:25:42 #41 [security-spiffe-token-provider internal] load build context 06:25:42 #41 ... 06:25:42 06:25:42 #40 [security-proxy-auth internal] load build context 06:25:45 #40 ... 06:25:45 06:25:45 #42 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 06:25:45 #0 1.475 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:25:45 #0 1.569 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:25:45 #0 1.847 (1/1) Installing dumb-init (1.2.5-r3) 06:25:45 #0 1.855 Executing busybox-1.36.1-r29.trigger 06:25:45 #0 1.862 OK: 8 MiB in 15 packages 06:25:45 #42 ... 06:25:45 06:25:45 #43 [core-keeper internal] load build context 06:25:45 #43 transferring context: 503.30MB 10.2s done 06:25:45 #43 ... 06:25:45 06:25:45 #44 [support-scheduler internal] load build context 06:25:45 #44 ... 06:25:45 06:25:45 #45 [support-notifications internal] load build context 06:25:45 #45 ... 06:25:45 06:25:45 #46 [security-spire-config internal] load build context 06:25:45 #46 transferring context: 22.05kB 0.0s done 06:25:45 #46 DONE 9.6s 06:25:45 06:25:45 #45 [support-notifications internal] load build context 06:25:45 #45 transferring context: 398.82MB 10.2s 06:25:45 #45 ... 06:25:45 06:25:45 #47 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 06:25:45 #0 0.591 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:25:45 #0 0.751 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:25:45 #0 1.280 (1/2) Installing dumb-init (1.2.5-r3) 06:25:45 #0 1.287 (2/2) Installing su-exec (0.2-r3) 06:25:45 #0 1.291 Executing busybox-1.36.1-r29.trigger 06:25:45 #0 1.305 OK: 8 MiB in 16 packages 06:25:45 #47 ... 06:25:45 06:25:45 #48 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 06:25:46 #48 ... 06:25:46 06:25:46 #35 [security-bootstrapper internal] load build context 06:25:46 #35 ... 06:25:46 06:25:46 #49 [core-metadata internal] load build context 06:25:46 #49 transferring context: 503.30MB 9.0s done 06:25:46 #49 ... 06:25:46 06:25:46 #50 [security-spire-server internal] load build context 06:25:46 #50 transferring context: 23.80kB 0.0s done 06:25:47 #50 ... 06:25:47 06:25:47 #51 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 06:25:47 #51 ... 06:25:47 06:25:47 #52 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 06:25:47 #52 ... 06:25:47 06:25:47 #53 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 06:25:47 #0 8.566 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:25:47 #0 8.643 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:25:47 #0 8.909 (1/3) Installing ca-certificates (20241121-r1) 06:25:47 #0 8.934 (2/3) Installing dumb-init (1.2.5-r3) 06:25:47 #0 8.934 (3/3) Installing tzdata (2025b-r0) 06:25:47 #0 8.965 Executing busybox-1.36.1-r29.trigger 06:25:47 #0 8.970 Executing ca-certificates-20241121-r1.trigger 06:25:47 #0 9.003 OK: 10 MiB in 17 packages 06:25:47 #53 ... 06:25:47 06:25:47 #54 [core-command internal] load build context 06:25:47 #54 transferring context: 503.30MB 9.6s done 06:25:47 #54 ... 06:25:47 06:25:47 #55 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 06:25:47 #55 ... 06:25:47 06:25:47 #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:25:47 #56 ... 06:25:47 06:25:47 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:25:47 #37 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.4s done 06:25:47 #37 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 06:25:47 #37 ... 06:25:47 06:25:47 #57 [security-proxy-setup internal] load build context 06:25:47 #57 transferring context: 503.30MB 11.5s done 06:25:47 #57 ... 06:25:47 06:25:47 #58 [core-data internal] load build context 06:25:47 #58 transferring context: 503.30MB 11.4s done 06:25:47 #58 ... 06:25:47 06:25:47 #59 [core-common-config-bootstrapper internal] load build context 06:25:47 #59 ... 06:25:47 06:25:47 #60 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:25:48 #60 ... 06:25:48 06:25:48 #61 [security-secretstore-setup internal] load build context 06:25:48 #61 transferring context: 503.30MB 9.4s done 06:25:49 #61 ... 06:25:49 06:25:49 #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 06:25:49 #62 ... 06:25:49 06:25:49 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:25:49 #0 6.793 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:25:49 #0 6.874 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:25:49 #0 8.179 v3.20.6-102-g9a0a20524b4 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:25:49 #0 8.179 v3.20.6-100-g1c20a3aaca6 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:25:49 #0 8.179 OK: 24171 distinct packages available 06:25:49 #0 8.236 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:25:49 #0 8.304 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:25:49 #0 8.584 (1/14) Installing ca-certificates (20241121-r1) 06:25:49 #0 8.605 (2/14) Installing brotli-libs (1.1.0-r2) 06:25:49 #0 8.616 (3/14) Installing c-ares (1.33.1-r0) 06:25:49 #0 8.629 (4/14) Installing libunistring (1.2-r0) 06:25:49 #0 8.636 (5/14) Installing libidn2 (2.3.7-r0) 06:25:49 #0 8.640 (6/14) Installing nghttp2-libs (1.62.1-r0) 06:25:49 #0 8.644 (7/14) Installing libpsl (0.21.5-r1) 06:25:49 #0 8.647 (8/14) Installing zstd-libs (1.5.6-r0) 06:25:49 #0 8.658 (9/14) Installing libcurl (8.12.1-r0) 06:25:49 #0 8.671 (10/14) Installing curl (8.12.1-r0) 06:25:49 #0 8.722 (11/14) Installing dumb-init (1.2.5-r3) 06:25:49 #0 8.722 (12/14) Installing musl-obstack (1.2.3-r2) 06:25:49 #0 8.730 (13/14) Installing libucontext (1.2-r3) 06:25:49 #0 8.730 (14/14) Installing gcompat (1.1.0-r4) 06:25:49 #0 8.735 Executing busybox-1.36.1-r29.trigger 06:25:49 #0 8.741 Executing ca-certificates-20241121-r1.trigger 06:25:49 #0 8.803 OK: 13 MiB in 28 packages 06:25:49 #63 ... 06:25:49 06:25:49 #41 [security-spiffe-token-provider internal] load build context 06:25:49 #41 transferring context: 503.30MB 11.9s done 06:25:55 #41 ... 06:25:55 06:25:55 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:25:55 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 06:25:55 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:25:55 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 06:25:55 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 06:25:55 #33 DONE 0.1s 06:25:55 06:25:55 #51 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 06:25:55 #51 DONE 18.6s 06:25:55 06:25:55 #64 [security-spire-agent internal] load build context 06:25:55 #64 DONE 0.0s 06:25:55 06:25:55 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:25:55 #65 DONE 0.0s 06:25:55 06:25:55 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:25:55 #37 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.4s done 06:25:55 #37 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 06:25:55 #37 ... 06:25:55 06:25:55 #40 [security-proxy-auth internal] load build context 06:25:55 #40 transferring context: 503.30MB 12.7s done 06:25:55 #40 ... 06:25:55 06:25:55 #44 [support-scheduler internal] load build context 06:25:55 #44 transferring context: 503.30MB 10.4s done 06:25:56 #44 ... 06:25:56 06:25:56 #45 [support-notifications internal] load build context 06:25:56 #45 transferring context: 503.30MB 12.2s done 06:25:56 #45 ... 06:25:56 06:25:56 #35 [security-bootstrapper internal] load build context 06:25:56 #35 transferring context: 503.30MB 11.4s done 06:25:57 #35 ... 06:25:57 06:25:57 #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:25:58 #60 ... 06:25:58 06:25:58 #59 [core-common-config-bootstrapper internal] load build context 06:25:58 #59 transferring context: 503.30MB 12.5s done 06:25:58 #59 ... 06:25:58 06:25:58 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:25:58 #65 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:26:04 Removing intermediate container 6717e4e164b8 06:26:04 ---> 657371cd71ef 06:26:04 Successfully built 657371cd71ef 06:26:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:26:04 + docker inspect -f . ci-base-image-arm64 06:26:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:26:04 prd-ubuntu20.04-docker-arm64-4c-16g-44908 does not seem to be running inside a container 06:26:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/827 -v /w/workspace/edgex-go/827:/w/workspace/edgex-go/827:rw,z -v /w/workspace/edgex-go/827@tmp:/w/workspace/edgex-go/827@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 06:26:05 #65 ... 06:26:05 06:26:05 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:26:05 #37 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 06:26:05 #37 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 06:26:06 $ docker top 6f5a8b3cb782504a4792be3b42010ecaf960578290c3cc935b2293a2f659c6fb -eo pid,comm [Pipeline] { [Pipeline] sh 06:26:07 + go version 06:26:07 go version go1.23.8 linux/arm64 [Pipeline] } 06:26:07 $ docker stop --time=1 6f5a8b3cb782504a4792be3b42010ecaf960578290c3cc935b2293a2f659c6fb 06:26:08 #37 ... 06:26:08 06:26:08 #64 [security-spire-agent internal] load build context 06:26:08 $ docker rm -f --volumes 6f5a8b3cb782504a4792be3b42010ecaf960578290c3cc935b2293a2f659c6fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:26:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:26:09 06:26:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:26:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:26:10 latest: Pulling from edgex-devops/edgex-compose-arm64 06:26:10 547446be3368: Pulling fs layer 06:26:10 d125d8839a47: Pulling fs layer 06:26:10 3e85d5ac6304: Pulling fs layer 06:26:10 c3105a71a48b: Pulling fs layer 06:26:10 0f093f025ec4: Pulling fs layer 06:26:10 c3106fc0e877: Pulling fs layer 06:26:10 c3105a71a48b: Waiting 06:26:10 c3106fc0e877: Waiting 06:26:10 0f093f025ec4: Waiting 06:26:10 547446be3368: Verifying Checksum 06:26:10 547446be3368: Download complete 06:26:10 c3105a71a48b: Verifying Checksum 06:26:10 c3105a71a48b: Download complete 06:26:10 d125d8839a47: Verifying Checksum 06:26:10 d125d8839a47: Download complete 06:26:11 c3106fc0e877: Verifying Checksum 06:26:11 c3106fc0e877: Download complete 06:26:11 0f093f025ec4: Verifying Checksum 06:26:11 0f093f025ec4: Download complete 06:26:11 547446be3368: Pull complete 06:26:12 d125d8839a47: Pull complete 06:26:12 3e85d5ac6304: Verifying Checksum 06:26:12 3e85d5ac6304: Download complete 06:26:17 #64 ... 06:26:17 06:26:17 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:26:17 #37 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.3s 06:26:18 #37 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.6s 06:26:18 #37 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 1.9s 06:26:18 #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 1.9s 06:26:18 #37 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 06:26:18 #37 ... 06:26:18 06:26:18 #50 [security-spire-server internal] load build context 06:26:18 #50 DONE 42.6s 06:26:18 06:26:18 #61 [security-secretstore-setup internal] load build context 06:26:18 #61 DONE 43.0s 06:26:18 06:26:18 #34 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:26:18 #34 DONE 43.4s 06:26:18 06:26:18 #53 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 06:26:18 #53 DONE 43.3s 06:26:18 06:26:18 #47 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 06:26:18 #47 DONE 43.2s 06:26:18 06:26:18 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:26:18 #63 DONE 43.4s 06:26:18 06:26:18 #49 [core-metadata internal] load build context 06:26:18 #49 DONE 42.7s 06:26:18 06:26:18 #42 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 06:26:18 #42 DONE 43.6s 06:26:18 06:26:18 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:26:18 #37 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.9s done 06:26:18 #37 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 2.0s done 06:26:18 #37 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 06:26:18 #37 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 06:26:18 #37 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 2.0s 06:26:19 #37 ... 06:26:19 06:26:19 #43 [core-keeper internal] load build context 06:26:19 #43 DONE 43.5s 06:26:19 06:26:19 #44 [support-scheduler internal] load build context 06:26:19 #44 DONE 43.4s 06:26:19 06:26:19 #54 [core-command internal] load build context 06:26:19 #54 DONE 42.8s 06:26:19 06:26:19 #58 [core-data internal] load build context 06:26:19 #58 DONE 43.2s 06:26:19 06:26:19 #35 [security-bootstrapper internal] load build context 06:26:19 #35 DONE 43.3s 06:26:19 06:26:19 #41 [security-spiffe-token-provider internal] load build context 06:26:19 #41 DONE 43.5s 06:26:19 06:26:19 #57 [security-proxy-setup internal] load build context 06:26:19 #57 DONE 43.2s 06:26:19 06:26:19 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:26:19 #37 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.10MB / 36.47MB 2.1s 06:26:19 #37 ... 06:26:19 06:26:19 #45 [support-notifications internal] load build context 06:26:19 #45 DONE 43.5s 06:26:19 06:26:19 #59 [core-common-config-bootstrapper internal] load build context 06:26:19 #59 DONE 43.4s 06:26:19 06:26:19 #40 [security-proxy-auth internal] load build context 06:26:19 #40 DONE 43.7s 06:26:19 06:26:19 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:26:19 #37 ... 06:26:19 06:26:19 #64 [security-spire-agent internal] load build context 06:26:19 #64 transferring context: 23.33kB done 06:26:19 #64 DONE 20.9s 06:26:19 06:26:19 #39 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 06:26:19 #39 DONE 42.8s 06:26:19 06:26:19 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:26:19 #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 3.0s done 06:26:19 #37 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 14.68MB / 36.47MB 3.0s 06:26:19 #37 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 06:26:19 #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 3.0s done 06:26:19 #37 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 31.46MB / 36.47MB 3.1s 06:26:20 #37 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 3.2s 06:26:20 #37 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 3.5s done 06:26:20 #37 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 06:26:21 #37 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.3s done 06:26:23 3e85d5ac6304: Pull complete 06:26:23 c3105a71a48b: Pull complete 06:26:23 #37 ... 06:26:23 06:26:23 #66 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 06:26:23 #0 1.658 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:23 #0 1.734 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:23 #0 2.025 OK: 8 MiB in 16 packages 06:26:23 #66 DONE 4.3s 06:26:23 06:26:23 #67 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 06:26:23 #0 1.586 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:23 #0 2.076 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:23 #0 2.806 (1/1) Installing dumb-init (1.2.5-r3) 06:26:23 #0 3.120 Executing busybox-1.36.1-r29.trigger 06:26:23 #0 3.127 OK: 8 MiB in 15 packages 06:26:23 #67 DONE 4.3s 06:26:23 06:26:23 #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 06:26:23 #62 43.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:23 #62 44.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:23 #62 44.44 (1/1) Installing dumb-init (1.2.5-r3) 06:26:23 #62 44.47 Executing busybox-1.36.1-r29.trigger 06:26:23 #62 44.48 OK: 8 MiB in 15 packages 06:26:23 #62 DONE 47.3s 06:26:23 06:26:23 #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:26:23 #56 43.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:23 #56 43.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:23 #56 44.01 v3.20.6-102-g9a0a20524b4 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:26:23 #56 44.01 v3.20.6-100-g1c20a3aaca6 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:26:23 #56 44.01 OK: 24171 distinct packages available 06:26:23 #56 44.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:23 #56 44.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:23 #56 44.53 (1/4) Installing dumb-init (1.2.5-r3) 06:26:23 #56 44.54 (2/4) Installing musl-obstack (1.2.3-r2) 06:26:23 #56 44.54 (3/4) Installing libucontext (1.2-r3) 06:26:23 #56 44.54 (4/4) Installing gcompat (1.1.0-r4) 06:26:23 #56 44.55 Executing busybox-1.36.1-r29.trigger 06:26:23 #56 44.56 OK: 8 MiB in 18 packages 06:26:23 #56 DONE 46.7s 06:26:23 06:26:23 #48 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 06:26:23 #48 43.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:23 #48 44.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:23 #48 44.46 (1/4) Installing ca-certificates (20241121-r1) 06:26:23 #48 44.52 (2/4) Installing dumb-init (1.2.5-r3) 06:26:23 #48 44.53 (3/4) Installing su-exec (0.2-r3) 06:26:23 #48 44.54 (4/4) Installing yq-go (4.44.1-r2) 06:26:23 #48 44.62 Executing busybox-1.36.1-r29.trigger 06:26:23 #48 44.63 Executing ca-certificates-20241121-r1.trigger 06:26:23 #48 44.70 OK: 19 MiB in 18 packages 06:26:23 #48 DONE 47.3s 06:26:23 06:26:23 #68 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 06:26:23 #0 1.646 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:23 #0 1.731 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:23 #0 2.011 OK: 13 MiB in 28 packages 06:26:23 #68 DONE 4.3s 06:26:23 06:26:23 #69 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 06:26:23 #0 2.378 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:23 #0 2.462 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:23 #0 2.743 OK: 10 MiB in 17 packages 06:26:23 #69 DONE 4.3s 06:26:23 06:26:23 #70 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:26:23 #70 DONE 4.1s 06:26:23 06:26:23 #60 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:26:23 #60 43.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:23 #60 43.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:23 #60 44.00 v3.20.6-102-g9a0a20524b4 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:26:23 #60 44.00 v3.20.6-100-g1c20a3aaca6 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:26:23 #60 44.00 OK: 24171 distinct packages available 06:26:23 #60 44.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:23 #60 44.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:23 #60 44.46 (1/5) Installing dumb-init (1.2.5-r3) 06:26:23 #60 44.47 (2/5) Installing musl-obstack (1.2.3-r2) 06:26:23 #60 44.47 (3/5) Installing libucontext (1.2-r3) 06:26:23 #60 44.47 (4/5) Installing gcompat (1.1.0-r4) 06:26:23 #60 44.52 (5/5) Installing openssl (3.3.3-r0) 06:26:23 #60 44.53 Executing busybox-1.36.1-r29.trigger 06:26:23 #60 44.54 OK: 9 MiB in 19 packages 06:26:23 #60 DONE 46.8s 06:26:23 06:26:23 #52 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 06:26:23 #52 43.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:23 #52 44.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:23 #52 44.73 (1/7) Installing ca-certificates (20241121-r1) 06:26:23 #52 44.80 (2/7) Installing dumb-init (1.2.5-r3) 06:26:23 #52 44.80 (3/7) Installing libgcc (13.2.1_git20240309-r1) 06:26:23 #52 44.81 (4/7) Installing libsodium (1.0.19-r0) 06:26:23 #52 44.82 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 06:26:23 #52 44.84 (6/7) Installing libzmq (4.3.5-r2) 06:26:23 #52 44.86 (7/7) Installing zeromq (4.3.5-r2) 06:26:23 #52 44.87 Executing busybox-1.36.1-r29.trigger 06:26:23 #52 44.87 Executing ca-certificates-20241121-r1.trigger 06:26:23 #52 44.94 OK: 12 MiB in 21 packages 06:26:23 #52 DONE 47.7s 06:26:23 06:26:23 #71 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 06:26:23 #0 1.603 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:23 #0 1.677 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:23 #0 1.953 OK: 8 MiB in 15 packages 06:26:23 #71 DONE 4.5s 06:26:23 06:26:23 #72 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 06:26:23 #72 ... 06:26:23 06:26:23 #55 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 06:26:23 #55 43.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:23 #55 44.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:23 #55 44.44 (1/4) Installing dumb-init (1.2.5-r3) 06:26:23 #55 44.49 (2/4) Installing openssl (3.3.3-r0) 06:26:23 #55 44.50 (3/4) Installing su-exec (0.2-r3) 06:26:23 #55 44.50 (4/4) Installing yq-go (4.44.1-r2) 06:26:23 #55 44.57 Executing busybox-1.36.1-r29.trigger 06:26:23 #55 44.58 OK: 19 MiB in 18 packages 06:26:23 #55 DONE 47.4s 06:26:23 06:26:23 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:26:23 #65 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 20.6s done 06:26:23 #65 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 06:26:23 #65 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.0s done 06:26:23 #65 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 1.0s done 06:26:23 #65 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 06:26:23 #65 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 06:26:23 #65 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 06:26:23 #65 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done 06:26:23 #65 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 06:26:23 #65 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 1.7s done 06:26:23 #65 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.6s done 06:26:23 #65 DONE 25.2s 06:26:23 06:26:23 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:26:24 0f093f025ec4: Pull complete 06:26:24 c3106fc0e877: Pull complete 06:26:24 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 06:26:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:26:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:26:24 prd-ubuntu20.04-docker-arm64-4c-16g-44908 does not seem to be running inside a container 06:26:24 $ 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/827 -v /w/workspace/edgex-go/827:/w/workspace/edgex-go/827:rw,z -v /w/workspace/edgex-go/827@tmp:/w/workspace/edgex-go/827@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 06:26:24 #37 ... 06:26:24 06:26:24 #73 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 06:26:24 #0 4.936 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:24 #0 5.004 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:24 #0 5.249 OK: 248 MiB in 58 packages 06:26:24 #73 DONE 5.5s 06:26:24 06:26:24 #74 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 06:26:25 #74 DONE 0.7s 06:26:25 06:26:25 #75 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:26:25 #75 ... 06:26:25 06:26:25 #76 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 06:26:25 #0 5.402 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:25 #0 5.478 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:25 #0 5.758 v3.20.6-102-g9a0a20524b4 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:26:25 #0 5.758 v3.20.6-100-g1c20a3aaca6 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:26:25 #0 5.758 OK: 24171 distinct packages available 06:26:25 #0 5.829 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:25 #0 5.907 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:25 #0 6.163 OK: 248 MiB in 58 packages 06:26:25 #76 DONE 6.4s 06:26:25 06:26:25 #77 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 06:26:25 #0 5.758 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:25 #0 5.830 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:25 #0 6.097 OK: 248 MiB in 58 packages 06:26:25 #77 DONE 6.5s 06:26:25 06:26:25 #78 [support-notifications builder 4/7] COPY go.mod vendor* ./ 06:26:26 #78 DONE 0.5s 06:26:26 06:26:26 #79 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 06:26:26 #0 6.520 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:26 #0 6.590 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:26 #0 6.842 OK: 248 MiB in 58 packages 06:26:26 #79 DONE 7.1s 06:26:26 06:26:26 #80 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 06:26:26 #80 DONE 0.6s 06:26:26 06:26:26 #81 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 06:26:26 #81 DONE 0.1s 06:26:26 06:26:26 #82 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:26:26 #82 ... 06:26:26 06:26:26 #83 [core-command builder 3/7] RUN apk add --update --no-cache make git 06:26:26 #0 6.913 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:26 #0 6.997 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:26 #0 7.310 OK: 248 MiB in 58 packages 06:26:26 #83 DONE 7.6s 06:26:26 06:26:26 #84 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 06:26:26 #84 DONE 0.0s 06:26:26 $ docker top 1a9a350e033f05d7f71986e258f196d625fd3142d4cd60dabec5ee9ad5fd6345 -eo pid,comm 06:26:26 06:26:26 #85 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:26:26 #85 ... 06:26:26 06:26:26 #86 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 06:26:26 #86 DONE 3.7s 06:26:26 06:26:26 #87 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 06:26:26 #87 DONE 0.0s [Pipeline] { [Pipeline] sh 06:26:27 06:26:27 #72 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 06:26:27 #72 3.678 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:27 #72 3.750 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:27 #72 4.034 OK: 9 MiB in 19 packages 06:26:27 + docker compose -f ./docker-compose-build.yml build --parallel 06:26:27 #72 DONE 4.1s 06:26:27 06:26:27 #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 06:26:27 #0 3.547 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:27 #0 3.620 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:27 #0 3.984 OK: 19 MiB in 18 packages 06:26:27 #88 DONE 4.1s 06:26:27 06:26:27 #89 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:26:28 #89 ... 06:26:28 06:26:28 #90 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 06:26:28 #0 3.765 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:28 #0 4.868 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:28 #0 5.123 OK: 12 MiB in 21 packages 06:26:28 #90 DONE 5.2s 06:26:28 06:26:28 #91 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 06:26:28 #0 4.076 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:28 #0 4.146 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:28 #0 4.414 OK: 19 MiB in 18 packages 06:26:28 #91 DONE 5.2s 06:26:28 06:26:28 #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 06:26:28 #0 4.321 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:28 #0 4.408 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:28 #0 4.682 OK: 8 MiB in 18 packages 06:26:28 #92 DONE 5.3s 06:26:28 06:26:28 #93 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 06:26:28 #93 DONE 1.2s 06:26:28 06:26:28 #94 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 06:26:28 #0 3.603 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:28 #0 4.080 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:28 #0 4.892 OK: 248 MiB in 58 packages 06:26:28 #94 DONE 5.3s 06:26:28 06:26:28 #89 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:26:28 #89 DONE 1.2s 06:26:28 06:26:28 #95 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:26:28 #95 ... 06:26:28 06:26:28 #96 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 06:26:28 #96 DONE 0.2s 06:26:28 06:26:28 #97 [security-spire-server stage-2 5/9] COPY Attribution.txt / 06:26:30 #97 DONE 1.5s 06:26:30 06:26:30 #98 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:26:30 #98 DONE 1.6s 06:26:30 06:26:30 #99 [core-data stage-1 3/7] RUN apk --no-cache upgrade 06:26:30 #0 5.331 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:30 #0 5.399 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:30 #0 5.658 OK: 8 MiB in 15 packages 06:26:30 #99 DONE 7.0s 06:26:30 06:26:30 #95 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:26:30 #95 DONE 1.6s 06:26:30 06:26:30 #100 [core-keeper builder 5/8] COPY go.mod vendor* ./ 06:26:30 #100 DONE 1.6s 06:26:30 06:26:30 #101 [security-spire-config stage-2 5/10] COPY Attribution.txt / 06:26:30 #101 DONE 0.1s 06:26:30 06:26:30 #102 [security-spire-config stage-2 6/10] COPY security.txt / 06:26:30 #102 DONE 0.1s 06:26:30 06:26:30 #103 [security-spire-server stage-2 6/9] COPY security.txt / 06:26:30 #103 DONE 0.1s 06:26:30 06:26:30 #104 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 06:26:30 #104 DONE 0.1s 06:26:30 06:26:30 #105 [security-spire-agent stage-3 7/10] COPY security.txt / 06:26:30 #105 DONE 0.1s 06:26:30 06:26:30 #106 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 06:26:30 #106 DONE 0.1s 06:26:30 06:26:30 #107 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 06:26:30 #107 DONE 0.0s 06:26:30 06:26:30 #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 06:26:30 #108 DONE 0.1s 06:26:30 06:26:30 #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 06:26:30 #109 DONE 0.1s 06:26:30 06:26:30 #110 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 06:26:30 #110 DONE 0.1s 06:26:30 06:26:30 #111 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 06:26:30 #111 DONE 0.1s 06:26:30 06:26:30 #112 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 06:26:30 #112 DONE 0.1s 06:26:30 06:26:30 #113 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 06:26:30 #113 DONE 0.1s 06:26:30 06:26:30 #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 06:26:30 #114 DONE 0.1s 06:26:30 06:26:30 #115 [security-spire-config] exporting to image 06:26:30 #115 exporting layers 06:26:31 #115 exporting layers 0.8s done 06:26:31 #115 exporting layers 0.8s done 06:26:31 #115 writing image sha256:f0d98013d755a4efb9b7fdc47aae3e806ab0e30e690db5ffc56a01df1cf7b10e 0.0s done 06:26:31 #115 naming to docker.io/library/security-spire-config done 06:26:31 #115 writing image sha256:5d9507a29a898d7c9e4481bba24b01dc6b6ec20b977ce8abd84889864f2ee512 0.0s done 06:26:31 #115 naming to docker.io/library/security-spire-server done 06:26:31 #115 writing image sha256:3b02bb1b2455eafcd37976de7253cce79d8b901a5b116d4d8b5706ad7b0f9c65 done 06:26:31 #115 naming to docker.io/library/security-spire-agent done 06:26:31 #115 DONE 0.9s 06:26:31 06:26:31 #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:26:36 #116 ... 06:26:36 06:26:36 #117 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:26:36 #117 ... 06:26:36 06:26:36 #118 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:26:37 #1 [security-spire-server internal] load build definition from Dockerfile 06:26:37 #1 transferring dockerfile: 1.70kB done 06:26:37 #1 DONE 0.1s 06:26:37 06:26:37 #2 [core-keeper internal] load build definition from Dockerfile 06:26:37 #2 transferring dockerfile: 2.01kB done 06:26:37 #2 DONE 0.1s 06:26:37 06:26:37 #3 [core-data internal] load build definition from Dockerfile 06:26:37 #3 transferring dockerfile: 2.04kB 0.0s done 06:26:37 #3 DONE 0.1s 06:26:37 06:26:37 #4 [support-scheduler internal] load build definition from Dockerfile 06:26:37 #4 transferring dockerfile: 1.83kB done 06:26:37 #4 DONE 0.0s 06:26:37 06:26:37 #5 [security-spire-agent internal] load build definition from Dockerfile 06:26:37 #5 transferring dockerfile: 1.81kB done 06:26:37 #5 DONE 0.1s 06:26:37 06:26:37 #6 [support-notifications internal] load build definition from Dockerfile 06:26:37 #6 transferring dockerfile: 2.00kB done 06:26:37 #6 DONE 0.1s 06:26:37 06:26:37 #7 [security-spire-config internal] load build definition from Dockerfile 06:26:37 #7 transferring dockerfile: 1.69kB 0.0s done 06:26:37 #7 DONE 0.1s 06:26:37 06:26:37 #8 [security-proxy-setup internal] load build definition from Dockerfile 06:26:37 #8 transferring dockerfile: 2.50kB 0.0s done 06:26:37 #8 DONE 0.1s 06:26:37 06:26:37 #9 [security-proxy-auth internal] load build definition from Dockerfile 06:26:37 #9 transferring dockerfile: 2.14kB done 06:26:37 #9 DONE 0.1s 06:26:37 06:26:37 #10 [security-secretstore-setup internal] load build definition from Dockerfile 06:26:37 #10 transferring dockerfile: 2.49kB 0.0s done 06:26:37 #10 DONE 0.1s 06:26:37 06:26:37 #11 [core-common-config-bootstrapper internal] load build definition from Dockerfile 06:26:37 #11 transferring dockerfile: 2.23kB done 06:26:37 #11 DONE 0.1s 06:26:37 06:26:37 #12 [core-command internal] load build definition from Dockerfile 06:26:37 #12 transferring dockerfile: 1.94kB done 06:26:37 #12 DONE 0.1s 06:26:37 06:26:37 #13 [core-metadata internal] load build definition from Dockerfile 06:26:37 #13 transferring dockerfile: 2.10kB done 06:26:37 #13 DONE 0.1s 06:26:37 06:26:37 #14 [security-bootstrapper internal] load build definition from Dockerfile 06:26:37 #14 transferring dockerfile: 3.02kB done 06:26:37 #14 DONE 0.1s 06:26:37 06:26:37 #15 [security-spire-server internal] load .dockerignore 06:26:37 #15 transferring context: 50B 0.0s done 06:26:37 #15 DONE 0.1s 06:26:37 06:26:37 #16 [security-spiffe-token-provider internal] load build definition from Dockerfile 06:26:37 #16 transferring dockerfile: 1.89kB 0.0s done 06:26:38 #16 ... 06:26:38 06:26:38 #17 [core-keeper internal] load .dockerignore 06:26:38 #17 transferring context: 50B done 06:26:38 #17 DONE 0.0s 06:26:38 06:26:38 #18 [support-scheduler internal] load .dockerignore 06:26:38 #18 transferring context: 50B done 06:26:38 #18 DONE 0.0s 06:26:38 06:26:38 #19 [core-data internal] load .dockerignore 06:26:38 #19 transferring context: 50B done 06:26:38 #19 DONE 0.0s 06:26:38 06:26:38 #20 [security-spire-agent internal] load .dockerignore 06:26:38 #20 transferring context: 50B 0.0s done 06:26:38 #20 DONE 0.1s 06:26:38 06:26:38 #21 [support-notifications internal] load .dockerignore 06:26:38 #21 transferring context: 50B done 06:26:38 #21 DONE 0.1s 06:26:38 06:26:38 #22 [security-spiffe-token-provider internal] load .dockerignore 06:26:38 #22 transferring context: 50B done 06:26:38 #22 DONE 0.1s 06:26:38 06:26:38 #23 [security-spire-config internal] load .dockerignore 06:26:38 #23 transferring context: 50B 0.0s done 06:26:38 #23 DONE 0.1s 06:26:38 06:26:38 #24 [security-proxy-setup internal] load .dockerignore 06:26:38 #24 transferring context: 50B done 06:26:38 #24 DONE 0.1s 06:26:38 06:26:38 #25 [security-proxy-auth internal] load .dockerignore 06:26:38 #25 transferring context: 50B done 06:26:38 #25 DONE 0.1s 06:26:38 06:26:38 #26 [security-secretstore-setup internal] load .dockerignore 06:26:38 #26 transferring context: 50B done 06:26:38 #26 DONE 0.1s 06:26:38 06:26:38 #27 [core-common-config-bootstrapper internal] load .dockerignore 06:26:38 #27 transferring context: 50B 0.0s done 06:26:38 #27 DONE 0.1s 06:26:38 06:26:38 #28 [core-command internal] load .dockerignore 06:26:38 #28 transferring context: 50B 0.0s done 06:26:38 #28 DONE 0.1s 06:26:38 06:26:38 #29 [core-metadata internal] load .dockerignore 06:26:39 #29 transferring context: 50B done 06:26:39 #29 DONE 0.1s 06:26:39 06:26:39 #30 [security-bootstrapper internal] load .dockerignore 06:26:39 #30 transferring context: 50B done 06:26:39 #30 DONE 0.1s 06:26:39 06:26:39 #16 [security-spiffe-token-provider internal] load build definition from Dockerfile 06:26:39 #16 ... 06:26:39 06:26:39 #31 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 06:26:39 #31 DONE 0.6s 06:26:39 06:26:39 #32 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 06:26:39 #32 DONE 0.6s 06:26:39 06:26:39 #33 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:26:39 #33 DONE 0.0s 06:26:39 06:26:39 #34 [security-spire-server internal] load build context 06:26:39 #34 transferring context: 23.80kB 0.0s done 06:26:39 #34 DONE 0.1s 06:26:39 06:26:39 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:26:39 #35 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 06:26:39 #35 ... 06:26:39 06:26:39 #36 [core-data internal] load build context 06:26:39 #36 DONE 0.0s 06:26:39 06:26:39 #31 [core-data internal] load metadata for docker.io/library/alpine:3.20 06:26:39 #31 DONE 0.6s 06:26:40 06:26:40 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:26:40 #35 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 06:26:40 #35 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 06:26:40 #35 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 06:26:40 #35 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 06:26:40 #35 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 06:26:40 #35 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.2s 06:26:40 #35 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.2s 06:26:40 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 0.2s 06:26:40 #35 ... 06:26:40 06:26:40 #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:26:40 #33 DONE 0.0s 06:26:40 06:26:40 #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 06:26:40 #32 DONE 0.6s 06:26:40 06:26:40 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:26:40 #35 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 06:26:40 #35 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done 06:26:40 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.19MB / 33.17MB 0.7s 06:26:40 #35 ... 06:26:40 06:26:40 #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:26:40 #33 DONE 0.0s 06:26:40 06:26:40 #31 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 06:26:40 #31 DONE 0.7s 06:26:40 06:26:40 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:26:40 #35 ... 06:26:40 06:26:40 #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:26:40 #33 DONE 0.0s 06:26:40 06:26:40 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:26:40 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 0.9s 06:26:41 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 1.0s 06:26:41 #35 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 06:26:41 #35 ... 06:26:41 06:26:41 #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:26:41 #33 DONE 0.1s 06:26:41 06:26:41 #32 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 06:26:41 #32 DONE 1.1s 06:26:41 06:26:41 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:26:41 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.49MB / 33.17MB 1.2s 06:26:41 #35 ... 06:26:41 06:26:41 #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:26:41 #33 DONE 0.1s 06:26:41 06:26:41 #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:26:41 #35 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 06:26:41 #35 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 06:26:41 #35 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 06:26:41 #35 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 06:26:41 #35 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 06:26:41 #35 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 06:26:41 #35 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 06:26:41 #35 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done 06:26:41 #35 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 06:26:41 #35 ... 06:26:41 06:26:41 #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:26:41 #33 DONE 0.1s 06:26:41 06:26:41 #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:26:41 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.01MB / 33.17MB 1.6s 06:26:41 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.78MB / 33.17MB 1.8s 06:26:41 #35 ... 06:26:41 06:26:41 #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:26:41 #33 DONE 0.1s 06:26:41 06:26:41 #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:26:41 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.87MB / 33.17MB 1.9s 06:26:41 #35 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done 06:26:41 #35 ... 06:26:41 06:26:41 #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:26:41 #33 DONE 0.1s 06:26:41 06:26:41 #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 06:26:41 #37 DONE 1.8s 06:26:41 06:26:41 #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:26:41 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.97MB / 33.17MB 2.0s 06:26:42 #35 ... 06:26:42 06:26:42 #38 [core-command internal] load build context 06:26:42 #38 DONE 0.0s 06:26:42 06:26:42 #31 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 06:26:42 #31 DONE 1.8s 06:26:42 06:26:42 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:26:42 #35 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 06:26:42 #35 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 06:26:42 #35 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 06:26:42 #35 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 06:26:42 #35 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 06:26:42 #35 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 06:26:42 #35 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 06:26:42 #35 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done 06:26:42 #35 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 06:26:42 #35 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done 06:26:42 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.12MB / 33.17MB 2.2s 06:26:42 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.85MB / 33.17MB 2.3s 06:26:42 #35 ... 06:26:42 06:26:42 #39 [core-keeper internal] load build context 06:26:42 #39 transferring context: 3.22MB 1.6s done 06:26:42 #39 DONE 2.7s 06:26:42 06:26:42 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:26:42 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.94MB / 33.17MB 2.8s 06:26:42 #35 ... 06:26:42 06:26:42 #36 [core-data internal] load build context 06:26:42 #36 transferring context: 3.22MB 1.7s done 06:26:42 #36 DONE 2.8s 06:26:42 06:26:42 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:26:42 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.42MB / 33.17MB 3.1s 06:26:43 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.51MB / 33.17MB 3.6s 06:26:45 #35 ... 06:26:45 06:26:45 #40 [support-scheduler internal] load build context 06:26:45 #40 transferring context: 3.22MB 2.2s done 06:26:45 #40 DONE 3.9s 06:26:45 06:26:45 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:26:45 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 4.8s done 06:26:45 #35 ... 06:26:45 06:26:45 #41 [security-spire-config internal] load build context 06:26:45 #41 transferring context: 22.05kB 0.4s done 06:26:45 #41 DONE 4.6s 06:26:46 06:26:46 #42 [core-metadata stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:26:46 #42 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 06:26:46 #42 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:26:46 #42 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 06:26:46 #42 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 06:26:46 #42 ... 06:26:46 06:26:46 #43 [security-spire-agent internal] load build context 06:26:46 #43 transferring context: 23.33kB 0.8s done 06:26:46 #43 DONE 4.2s 06:26:46 06:26:46 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:26:46 #44 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.2s done 06:26:46 #44 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 06:26:46 #44 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 06:26:46 #44 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 06:26:46 #44 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 2.1s done 06:26:46 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 2.10MB / 14.28MB 3.1s 06:26:46 #44 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done 06:26:46 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 3.15MB / 14.28MB 3.5s 06:26:46 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 4.19MB / 14.28MB 3.7s 06:26:46 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.24MB / 14.28MB 3.8s 06:26:47 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 6.23MB / 14.28MB 4.2s 06:26:47 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 7.34MB / 14.28MB 4.5s 06:26:48 #44 ... 06:26:48 06:26:48 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:26:48 #35 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 06:26:48 #35 ... 06:26:48 06:26:48 #45 [security-spiffe-token-provider internal] load build context 06:26:48 #45 transferring context: 3.22MB 4.3s done 06:26:48 #45 DONE 7.9s 06:26:48 06:26:48 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:26:48 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.49MB / 14.28MB 5.7s 06:26:49 #44 ... 06:26:49 06:26:49 #46 [support-notifications internal] load build context 06:26:49 #46 transferring context: 3.22MB 5.3s done 06:26:49 #46 DONE 8.1s 06:26:49 06:26:49 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:26:49 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 11.53MB / 14.28MB 6.0s 06:26:50 #44 ... 06:26:50 06:26:50 #47 [core-metadata builder 1/8] FROM docker.io/library/ci-base-image-arm64 06:26:50 #47 ... 06:26:50 06:26:50 #48 [core-common-config-bootstrapper internal] load build context 06:26:50 #48 ... 06:26:50 06:26:50 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:26:50 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 13.63MB / 14.28MB 7.2s 06:26:50 #44 ... 06:26:50 06:26:50 #49 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 06:26:50 #49 ... 06:26:50 06:26:50 #48 [core-common-config-bootstrapper internal] load build context 06:26:50 #48 ... 06:26:50 06:26:50 #50 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:26:50 #0 6.661 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:26:50 #0 7.246 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:26:51 #50 10.08 v3.20.6-102-g9a0a20524b4 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:26:51 #50 10.08 v3.20.6-100-g1c20a3aaca6 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:26:51 #50 10.08 OK: 24049 distinct packages available 06:26:51 #50 ... 06:26:51 06:26:51 #51 [security-proxy-setup internal] load build context 06:26:51 #51 transferring context: 3.22MB 5.8s done 06:26:51 #51 ... 06:26:51 06:26:51 #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:26:51 #0 9.160 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:26:51 #0 9.929 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:26:51 #52 ... 06:26:51 06:26:51 #53 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 06:26:51 #0 10.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:26:51 #53 ... 06:26:51 06:26:51 #54 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 06:26:51 #0 5.734 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:26:51 #0 6.264 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:26:51 #0 8.798 (1/1) Installing dumb-init (1.2.5-r3) 06:26:51 #0 8.798 Executing busybox-1.36.1-r29.trigger 06:26:51 #0 8.999 OK: 9 MiB in 15 packages 06:26:51 #54 ... 06:26:51 06:26:51 #51 [security-proxy-setup internal] load build context 06:26:51 #51 DONE 10.5s 06:26:51 06:26:51 #55 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 06:26:51 #55 ... 06:26:51 06:26:51 #56 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:26:51 #56 DONE 10.8s 06:26:51 06:26:51 #48 [core-common-config-bootstrapper internal] load build context 06:26:51 #48 ... 06:26:51 06:26:51 #54 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 06:26:51 #54 DONE 11.1s 06:26:51 06:26:51 #48 [core-common-config-bootstrapper internal] load build context 06:26:51 #48 ... 06:26:51 06:26:51 #57 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:26:51 #57 ... 06:26:51 06:26:51 #47 [security-spiffe-token-provider builder 1/8] FROM docker.io/library/ci-base-image-arm64 06:26:52 #47 DONE 12.2s 06:26:52 06:26:52 #58 [security-proxy-auth internal] load build context 06:26:52 #58 ... 06:26:52 06:26:52 #38 [core-command internal] load build context 06:26:52 #38 ... 06:26:52 06:26:52 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 06:26:52 #59 ... 06:26:52 06:26:52 #60 [security-bootstrapper internal] load build context 06:26:52 #60 ... 06:26:52 06:26:52 #61 [core-metadata internal] load build context 06:26:52 #61 ... 06:26:52 06:26:52 #62 [security-secretstore-setup internal] load build context 06:26:52 #62 ... 06:26:52 06:26:52 #63 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 06:26:52 #63 ... 06:26:52 06:26:52 #48 [core-common-config-bootstrapper internal] load build context 06:26:52 #48 transferring context: 3.22MB 8.0s done 06:26:52 #48 DONE 10.7s 06:26:52 06:26:52 #64 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 06:26:52 #64 ... 06:26:52 06:26:52 #65 [core-metadata builder 2/8] WORKDIR /edgex-go 06:26:53 #65 ... 06:26:53 06:26:53 #60 [security-bootstrapper internal] load build context 06:26:53 #60 transferring context: 3.22MB 9.3s done 06:26:53 #60 DONE 11.8s 06:26:54 06:26:54 #61 [core-metadata internal] load build context 06:26:54 #61 ... 06:26:54 06:26:54 #65 [support-scheduler builder 2/8] WORKDIR /edgex-go 06:26:54 #65 DONE 1.9s 06:26:54 06:26:54 #61 [core-metadata internal] load build context 06:26:54 #61 ... 06:26:54 06:26:54 #38 [core-command internal] load build context 06:26:54 #38 transferring context: 3.22MB 9.8s done 06:26:54 #38 DONE 12.6s 06:26:54 06:26:54 #61 [core-metadata internal] load build context 06:26:54 #61 transferring context: 3.22MB 10.7s done 06:26:54 #61 ... 06:26:54 06:26:54 #62 [security-secretstore-setup internal] load build context 06:26:54 #62 transferring context: 3.22MB 10.1s done 06:26:54 #62 DONE 12.8s 06:26:54 06:26:54 #66 [core-command builder 3/7] RUN apk add --update --no-cache make git 06:26:55 #66 ... 06:26:55 06:26:55 #61 [core-metadata internal] load build context 06:26:55 #61 DONE 13.2s 06:26:55 06:26:55 #58 [security-proxy-auth internal] load build context 06:26:55 #58 transferring context: 3.22MB 10.6s done 06:26:55 #58 DONE 13.3s 06:26:55 06:26:55 #67 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 06:26:58 #67 ... 06:26:58 06:26:58 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:26:58 #35 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.2s 06:27:00 #35 ... 06:27:00 06:27:00 #50 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:27:00 #50 10.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:27:00 #50 11.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:00 #50 16.86 (1/5) Installing dumb-init (1.2.5-r3) 06:27:00 #50 16.90 (2/5) Installing musl-obstack (1.2.3-r2) 06:27:00 #50 16.91 (3/5) Installing libucontext (1.2-r3) 06:27:00 #50 17.02 (4/5) Installing gcompat (1.1.0-r4) 06:27:00 #50 17.16 (5/5) Installing openssl (3.3.3-r0) 06:27:00 #50 17.27 Executing busybox-1.36.1-r29.trigger 06:27:00 #50 17.68 OK: 10 MiB in 19 packages 06:27:00 #50 DONE 20.7s 06:27:00 06:27:00 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:27:00 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 8.0s done 06:27:00 #44 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 9.4s 06:27:00 #44 ... 06:27:00 06:27:00 #68 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 06:27:01 #68 ... 06:27:01 06:27:01 #49 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 06:27:01 #49 10.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:27:01 #49 11.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:01 #49 19.53 (1/3) Installing ca-certificates (20241121-r1) 06:27:01 #49 19.91 (2/3) Installing dumb-init (1.2.5-r3) 06:27:01 #49 19.97 (3/3) Installing tzdata (2025b-r0) 06:27:01 #49 ... 06:27:01 06:27:01 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:27:01 #44 ... 06:27:01 06:27:01 #53 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 06:27:01 #53 10.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:01 #53 16.38 (1/4) Installing dumb-init (1.2.5-r3) 06:27:01 #53 16.46 (2/4) Installing openssl (3.3.3-r0) 06:27:01 #53 16.67 (3/4) Installing su-exec (0.2-r3) 06:27:01 #53 16.76 (4/4) Installing yq-go (4.44.1-r2) 06:27:01 #53 18.29 Executing busybox-1.36.1-r29.trigger 06:27:01 #53 18.47 OK: 20 MiB in 18 packages 06:27:01 #53 DONE 20.6s 06:27:01 06:27:01 #69 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 06:27:01 #69 ... 06:27:01 06:27:01 #70 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 06:27:02 #70 ... 06:27:02 06:27:02 #49 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 06:27:02 #49 21.41 Executing busybox-1.36.1-r29.trigger 06:27:02 #49 21.54 Executing ca-certificates-20241121-r1.trigger 06:27:02 #49 ... 06:27:02 06:27:02 #71 [core-data stage-1 3/7] RUN apk --no-cache upgrade 06:27:02 #0 8.468 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:27:02 #0 9.941 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:02 #71 ... 06:27:02 06:27:02 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:27:03 #35 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.8s 06:27:03 #35 ... 06:27:03 06:27:03 #63 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 06:27:03 #63 11.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:27:03 #63 12.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:03 #63 20.54 (1/1) Installing dumb-init (1.2.5-r3) 06:27:03 #63 20.62 Executing busybox-1.36.1-r29.trigger 06:27:03 #63 20.77 OK: 9 MiB in 15 packages 06:27:03 #63 ... 06:27:03 06:27:03 #72 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:27:03 #72 DONE 9.4s 06:27:03 06:27:03 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 06:27:04 #73 ... 06:27:04 06:27:04 #57 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:27:04 #57 12.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:27:04 #57 14.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:04 #57 22.57 v3.20.6-102-g9a0a20524b4 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:27:04 #57 22.57 v3.20.6-100-g1c20a3aaca6 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:27:04 #57 22.57 OK: 24049 distinct packages available 06:27:04 #57 ... 06:27:04 06:27:04 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:27:04 #35 ... 06:27:04 06:27:04 #74 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 06:27:04 #74 ... 06:27:04 06:27:04 #55 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 06:27:04 #55 13.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:27:04 #55 15.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:04 #55 23.62 (1/7) Installing ca-certificates (20241121-r1) 06:27:05 #55 ... 06:27:05 06:27:05 #63 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 06:27:05 #63 DONE 22.8s 06:27:05 06:27:05 #75 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 06:27:05 #0 9.079 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:27:05 #75 ... 06:27:05 06:27:05 #76 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 06:27:05 #76 ... 06:27:05 06:27:05 #55 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 06:27:05 #55 24.00 (2/7) Installing dumb-init (1.2.5-r3) 06:27:05 #55 24.00 (3/7) Installing libgcc (13.2.1_git20240309-r1) 06:27:05 #55 24.05 (4/7) Installing libsodium (1.0.19-r0) 06:27:05 #55 24.16 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 06:27:05 #55 24.50 (6/7) Installing libzmq (4.3.5-r2) 06:27:05 #55 ... 06:27:05 06:27:05 #49 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 06:27:05 #49 22.70 OK: 11 MiB in 17 packages 06:27:05 #49 DONE 25.3s 06:27:05 06:27:05 #55 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 06:27:05 #55 24.57 (7/7) Installing zeromq (4.3.5-r2) 06:27:05 #55 24.68 Executing busybox-1.36.1-r29.trigger 06:27:05 #55 ... 06:27:05 06:27:05 #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:27:05 #52 14.85 v3.20.6-102-g9a0a20524b4 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:27:05 #52 14.85 v3.20.6-100-g1c20a3aaca6 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:27:05 #52 14.85 OK: 24049 distinct packages available 06:27:05 #52 15.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:27:05 #52 17.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:05 #52 25.04 (1/14) Installing ca-certificates (20241121-r1) 06:27:05 #52 ... 06:27:05 06:27:05 #55 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 06:27:05 #55 24.81 Executing ca-certificates-20241121-r1.trigger 06:27:06 #55 ... 06:27:06 06:27:06 #64 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 06:27:06 #64 14.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:27:06 #64 15.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:06 #64 ... 06:27:06 06:27:06 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 06:27:06 #59 14.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:27:06 #59 16.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:06 #59 24.28 (1/4) Installing ca-certificates (20241121-r1) 06:27:06 #59 ... 06:27:06 06:27:06 #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:27:06 #52 25.51 (2/14) Installing brotli-libs (1.1.0-r2) 06:27:06 #52 25.62 (3/14) Installing c-ares (1.33.1-r0) 06:27:06 #52 25.71 (4/14) Installing libunistring (1.2-r0) 06:27:07 #52 26.08 (5/14) Installing libidn2 (2.3.7-r0) 06:27:07 #52 26.17 (6/14) Installing nghttp2-libs (1.62.1-r0) 06:27:07 #52 26.17 (7/14) Installing libpsl (0.21.5-r1) 06:27:07 #52 26.19 (8/14) Installing zstd-libs (1.5.6-r0) 06:27:07 #52 26.28 (9/14) Installing libcurl (8.12.1-r0) 06:27:07 #52 26.46 (10/14) Installing curl (8.12.1-r0) 06:27:07 #52 26.51 (11/14) Installing dumb-init (1.2.5-r3) 06:27:07 #52 26.56 (12/14) Installing musl-obstack (1.2.3-r2) 06:27:07 #52 26.63 (13/14) Installing libucontext (1.2-r3) 06:27:07 #52 26.76 (14/14) Installing gcompat (1.1.0-r4) 06:27:07 #52 26.81 Executing busybox-1.36.1-r29.trigger 06:27:07 #52 26.99 Executing ca-certificates-20241121-r1.trigger 06:27:09 #52 28.31 OK: 15 MiB in 28 packages 06:27:09 #52 ... 06:27:09 06:27:09 #55 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 06:27:09 #55 25.93 OK: 14 MiB in 21 packages 06:27:09 #55 DONE 28.8s 06:27:10 06:27:10 #64 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 06:27:10 #64 24.71 (1/2) Installing dumb-init (1.2.5-r3) 06:27:10 #64 24.78 (2/2) Installing su-exec (0.2-r3) 06:27:10 #64 24.84 Executing busybox-1.36.1-r29.trigger 06:27:10 #64 25.06 OK: 9 MiB in 16 packages 06:27:10 #64 DONE 27.9s 06:27:10 06:27:10 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 06:27:11 #77 ... 06:27:11 06:27:11 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:27:11 #44 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 16.1s done 06:27:11 #44 ... 06:27:11 06:27:11 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:27:11 #35 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.3s 06:27:11 #35 ... 06:27:11 06:27:11 #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:27:11 #52 DONE 31.2s 06:27:11 06:27:11 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:27:11 #35 ... 06:27:11 06:27:11 #69 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 06:27:11 #69 9.644 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:27:12 #69 ... 06:27:12 06:27:12 #71 [core-data stage-1 3/7] RUN apk --no-cache upgrade 06:27:12 #71 18.78 OK: 9 MiB in 15 packages 06:27:12 #71 DONE 20.6s 06:27:12 06:27:12 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:27:13 #35 ... 06:27:13 06:27:13 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 06:27:13 #59 24.89 (2/4) Installing dumb-init (1.2.5-r3) 06:27:13 #59 24.91 (3/4) Installing su-exec (0.2-r3) 06:27:13 #59 24.96 (4/4) Installing yq-go (4.44.1-r2) 06:27:13 #59 26.85 Executing busybox-1.36.1-r29.trigger 06:27:13 #59 27.04 Executing ca-certificates-20241121-r1.trigger 06:27:13 #59 28.90 OK: 20 MiB in 18 packages 06:27:13 #59 DONE 31.7s 06:27:13 06:27:13 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:27:14 #35 ... 06:27:14 06:27:14 #78 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 06:27:14 #0 9.575 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:27:15 #78 ... 06:27:15 06:27:15 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:27:15 #35 ... 06:27:15 06:27:15 #75 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 06:27:15 #75 10.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:15 #75 ... 06:27:15 06:27:15 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:27:15 #35 ... 06:27:15 06:27:15 #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 06:27:15 #0 8.045 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:27:15 #0 10.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:15 #79 ... 06:27:15 06:27:15 #67 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 06:27:15 #67 11.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:27:15 #67 12.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:16 #67 ... 06:27:16 06:27:16 #57 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:27:16 #57 23.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:27:16 #57 26.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:16 #57 ... 06:27:16 06:27:16 #70 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 06:27:16 #70 14.51 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:27:16 #70 16.58 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:16 #70 ... 06:27:16 06:27:16 #78 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 06:27:16 #78 11.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:17 #78 ... 06:27:17 06:27:17 #76 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 06:27:17 #76 12.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:27:17 #76 14.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:17 #76 ... 06:27:17 06:27:17 #75 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 06:27:17 #75 21.48 OK: 239 MiB in 58 packages 06:27:17 #75 DONE 22.8s 06:27:17 06:27:17 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:27:17 #35 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.7s 06:27:18 #35 ... 06:27:18 06:27:18 #74 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 06:27:18 #74 13.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:27:18 #74 15.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:18 #74 ... 06:27:18 06:27:18 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:27:18 #35 ... 06:27:18 06:27:18 #80 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 06:27:18 #80 DONE 0.7s 06:27:18 06:27:18 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:27:18 #35 ... 06:27:18 06:27:18 #66 [core-command builder 3/7] RUN apk add --update --no-cache make git 06:27:18 #66 14.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:27:18 #66 15.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:18 #66 ... 06:27:18 06:27:18 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:27:19 #35 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.8s done 06:27:19 #35 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.8s done 06:27:20 #35 ... 06:27:20 06:27:20 #68 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 06:27:20 #68 8.857 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:27:20 #68 11.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:20 #68 ... 06:27:20 06:27:20 #57 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:27:20 #57 37.26 (1/4) Installing dumb-init (1.2.5-r3) 06:27:20 #57 37.35 (2/4) Installing musl-obstack (1.2.3-r2) 06:27:20 #57 37.36 (3/4) Installing libucontext (1.2-r3) 06:27:20 #57 37.39 (4/4) Installing gcompat (1.1.0-r4) 06:27:20 #57 37.45 Executing busybox-1.36.1-r29.trigger 06:27:20 #57 37.64 OK: 9 MiB in 18 packages 06:27:20 #57 ... 06:27:20 06:27:20 #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 06:27:20 #0 6.714 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:27:20 #0 8.874 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:20 #81 ... 06:27:20 06:27:20 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:27:20 #35 DONE 41.0s 06:27:20 06:27:20 #70 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 06:27:20 #70 27.69 (1/1) Installing dumb-init (1.2.5-r3) 06:27:20 #70 28.54 Executing busybox-1.36.1-r29.trigger 06:27:20 #70 ... 06:27:20 06:27:20 #67 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 06:27:20 #67 24.37 OK: 239 MiB in 58 packages 06:27:20 #67 DONE 25.9s 06:27:20 06:27:20 #70 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 06:27:20 #70 28.85 OK: 9 MiB in 15 packages 06:27:21 #70 ... 06:27:21 06:27:21 #82 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 06:27:21 #82 DONE 0.7s 06:27:21 06:27:21 #83 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:27:21 #83 ... 06:27:21 06:27:21 #57 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:27:21 #57 DONE 39.9s 06:27:21 06:27:21 #84 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 06:27:22 #84 ... 06:27:22 06:27:22 #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 06:27:22 #0 6.026 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:27:22 #0 8.056 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:22 #85 ... 06:27:22 06:27:22 #76 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 06:27:22 #76 24.66 v3.20.6-102-g9a0a20524b4 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:27:22 #76 24.66 v3.20.6-100-g1c20a3aaca6 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:27:22 #76 24.66 OK: 24049 distinct packages available 06:27:22 #76 26.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:27:22 #76 ... 06:27:22 06:27:22 #66 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 06:27:22 #66 25.85 OK: 239 MiB in 58 packages 06:27:22 #66 DONE 28.0s 06:27:22 06:27:22 #86 [core-data builder 4/7] COPY go.mod vendor* ./ 06:27:23 #86 DONE 0.8s 06:27:23 06:27:23 #87 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:27:23 #87 ... 06:27:23 06:27:23 #70 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 06:27:23 #70 DONE 31.7s 06:27:23 06:27:23 #74 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 06:27:23 #74 25.89 OK: 239 MiB in 58 packages 06:27:23 #74 DONE 29.0s 06:27:23 06:27:23 #88 [support-notifications builder 4/7] COPY go.mod vendor* ./ 06:27:23 #88 ... 06:27:23 06:27:23 #89 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 06:27:23 #0 5.351 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:27:23 #0 7.027 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:24 #118 DONE 52.3s 06:27:24 06:27:24 #82 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:27:24 #82 DONE 52.2s 06:27:24 06:27:24 #117 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:27:24 #117 DONE 52.2s 06:27:24 06:27:24 #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:27:24 #116 DONE 48.3s 06:27:24 06:27:24 #75 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:27:24 #75 DONE 53.1s 06:27:24 06:27:24 #85 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:27:24 #85 DONE 51.9s 06:27:24 06:27:24 #119 [security-spiffe-token-provider builder 6/7] COPY . . 06:27:24 #89 ... 06:27:24 06:27:24 #76 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 06:27:24 #76 28.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:24 #76 ... 06:27:24 06:27:24 #69 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 06:27:24 #69 12.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:24 #69 ... 06:27:24 06:27:24 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 06:27:24 #73 10.36 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:27:24 #73 12.53 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:24 #73 ... 06:27:24 06:27:24 #68 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 06:27:24 #68 22.39 OK: 10 MiB in 19 packages 06:27:24 #68 DONE 24.7s 06:27:24 06:27:24 #90 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 06:27:25 #90 ... 06:27:25 06:27:25 #88 [support-notifications builder 4/7] COPY go.mod vendor* ./ 06:27:25 #88 DONE 1.3s 06:27:25 06:27:25 #91 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:27:27 #91 ... 06:27:27 06:27:27 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 06:27:27 #77 6.703 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:27:27 #77 8.671 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:27 #77 ... 06:27:27 06:27:27 #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 06:27:27 #79 20.35 OK: 11 MiB in 17 packages 06:27:27 #79 ... 06:27:27 06:27:27 #69 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 06:27:27 #69 23.59 OK: 20 MiB in 18 packages 06:27:27 #69 DONE 25.9s 06:27:27 06:27:27 #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 06:27:27 #79 DONE 21.9s 06:27:27 06:27:27 #84 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 06:27:27 #84 5.980 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:27:27 #84 ... 06:27:27 06:27:27 #90 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 06:27:27 #90 DONE 3.1s 06:27:27 06:27:27 #92 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:27:28 #92 ... 06:27:28 06:27:28 #93 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:27:28 #93 ... 06:27:28 06:27:28 #94 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 06:27:28 #94 DONE 0.6s 06:27:28 06:27:28 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 06:27:28 #77 18.02 OK: 9 MiB in 16 packages 06:27:28 #119 ... 06:27:28 06:27:28 #120 [security-bootstrapper builder 6/7] COPY . . 06:27:28 #120 ... 06:27:28 06:27:28 #121 [support-scheduler builder 6/7] COPY . . 06:27:29 #121 ... 06:27:29 06:27:29 #122 [security-proxy-auth builder 6/7] COPY . . 06:27:29 #122 ... 06:27:29 06:27:29 #123 [support-notifications builder 6/7] COPY . . 06:27:29 #77 ... 06:27:29 06:27:29 #78 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 06:27:29 #78 22.48 OK: 9 MiB in 15 packages 06:27:29 #78 DONE 24.4s 06:27:29 #123 ... 06:27:29 06:27:29 #124 [core-keeper builder 7/8] COPY . . 06:27:29 06:27:29 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 06:27:29 #73 25.31 OK: 239 MiB in 58 packages 06:27:29 #73 ... 06:27:29 06:27:29 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 06:27:29 #77 DONE 19.6s 06:27:29 06:27:29 #95 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:27:29 #95 DONE 4.8s 06:27:29 06:27:29 #96 [security-spire-server stage-2 5/9] COPY Attribution.txt / 06:27:30 #96 DONE 0.4s 06:27:30 06:27:30 #97 [security-spire-server stage-2 6/9] COPY security.txt / 06:27:30 #97 DONE 0.5s 06:27:30 06:27:30 #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 06:27:30 #85 17.21 OK: 15 MiB in 28 packages 06:27:30 #85 DONE 18.7s 06:27:30 06:27:30 #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 06:27:30 #81 18.64 OK: 14 MiB in 21 packages 06:27:30 #81 DONE 20.8s 06:27:30 06:27:30 #98 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 06:27:31 #98 ... 06:27:31 06:27:31 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 06:27:31 #73 DONE 27.0s 06:27:31 06:27:31 #98 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 06:27:31 #98 DONE 0.4s 06:27:31 06:27:31 #99 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 06:27:31 #124 ... 06:27:31 06:27:31 #125 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 06:27:31 #125 CACHED 06:27:31 06:27:31 #126 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:27:31 #126 CACHED 06:27:31 06:27:31 #127 [core-common-config-bootstrapper builder 6/7] COPY . . 06:27:31 #127 CACHED 06:27:31 06:27:31 #122 [security-proxy-auth builder 6/7] COPY . . 06:27:31 #122 DONE 13.6s 06:27:31 06:27:31 #128 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:27:32 #99 DONE 0.7s 06:27:32 06:27:32 #89 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 06:27:32 #89 16.31 OK: 20 MiB in 18 packages 06:27:32 #89 DONE 18.1s 06:27:32 06:27:32 #100 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 06:27:32 #128 ... 06:27:32 06:27:32 #129 [core-metadata builder 6/7] COPY . . 06:27:32 #129 CACHED 06:27:32 06:27:32 #130 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:27:32 #130 CACHED 06:27:32 06:27:32 #131 [core-metadata builder 4/7] COPY go.mod vendor* ./ 06:27:32 #131 CACHED 06:27:32 06:27:32 #132 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:27:32 #132 CACHED 06:27:32 06:27:32 #133 [core-command builder 4/7] COPY go.mod vendor* ./ 06:27:32 #133 CACHED 06:27:32 06:27:32 #134 [core-command builder 6/7] COPY . . 06:27:32 #134 CACHED 06:27:32 06:27:32 #135 [core-data builder 6/7] COPY . . 06:27:32 #135 CACHED 06:27:32 06:27:32 #136 [core-data builder 4/7] COPY go.mod vendor* ./ 06:27:32 #136 CACHED 06:27:32 06:27:32 #137 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:27:32 #137 CACHED 06:27:32 06:27:32 #124 [core-keeper builder 7/8] COPY . . 06:27:32 #124 DONE 13.6s 06:27:32 06:27:32 #120 [security-bootstrapper builder 6/7] COPY . . 06:27:32 #120 DONE 13.7s 06:27:32 06:27:32 #138 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:27:32 #138 CACHED 06:27:32 06:27:32 #139 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 06:27:32 #139 CACHED 06:27:32 06:27:32 #140 [security-secretstore-setup builder 6/7] COPY . . 06:27:32 #140 CACHED 06:27:32 06:27:32 #141 [security-proxy-setup builder 6/7] COPY . . 06:27:32 #141 CACHED 06:27:32 06:27:32 #142 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:27:32 #142 CACHED 06:27:32 06:27:32 #143 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 06:27:32 #143 CACHED 06:27:32 06:27:32 #123 [support-notifications builder 6/7] COPY . . 06:27:32 #123 DONE 13.7s 06:27:32 06:27:32 #119 [security-spiffe-token-provider builder 6/7] COPY . . 06:27:32 #119 DONE 13.6s 06:27:32 06:27:32 #121 [support-scheduler builder 6/7] COPY . . 06:27:32 #121 DONE 13.7s 06:27:32 #100 DONE 0.3s 06:27:32 06:27:32 #101 [core-keeper builder 5/8] COPY go.mod vendor* ./ 06:27:32 #101 DONE 1.2s 06:27:32 06:27:32 #102 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:27:32 06:27:32 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:27:33 #102 ... 06:27:33 06:27:33 #76 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 06:27:33 #76 37.09 OK: 239 MiB in 58 packages 06:27:33 #76 DONE 38.3s 06:27:33 06:27:33 #103 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 06:27:33 #103 ... 06:27:33 06:27:33 #92 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:27:33 #92 DONE 5.4s 06:27:33 06:27:33 #104 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 06:27:33 #144 1.334 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:27:33 #104 DONE 0.2s 06:27:33 06:27:33 #105 [security-spire-agent stage-3 7/10] COPY security.txt / 06:27:33 #105 ... 06:27:33 06:27:33 #103 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 06:27:33 #103 DONE 1.0s 06:27:33 06:27:33 #106 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:27:34 #106 ... 06:27:34 06:27:34 #105 [security-spire-agent stage-3 7/10] COPY security.txt / 06:27:34 #105 DONE 0.4s 06:27:34 06:27:34 #107 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 06:27:34 #107 DONE 0.3s 06:27:34 06:27:34 #108 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 06:27:34 #108 DONE 0.3s 06:27:34 06:27:34 #109 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 06:27:34 #109 DONE 0.2s 06:27:34 06:27:34 #110 [security-spire-server] exporting to image 06:27:34 #110 exporting layers 06:27:35 #110 ... 06:27:35 06:27:35 #111 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 06:27:35 #111 DONE 5.8s 06:27:35 06:27:35 #112 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 06:27:36 #112 DONE 0.5s 06:27:36 06:27:36 #84 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 06:27:36 #84 8.198 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:27:36 #84 13.83 OK: 9 MiB in 18 packages 06:27:36 #84 DONE 14.5s 06:27:36 06:27:36 #113 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:27:39 #113 DONE 3.2s 06:27:39 06:27:39 #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / 06:27:39 #114 DONE 0.2s 06:27:39 06:27:39 #110 [security-spire-agent] exporting to image 06:27:39 #110 exporting layers 4.7s done 06:27:39 #110 writing image sha256:ae35a764f83a04e08f43e1286c5fed4cc638b8c06e91ba8a2d9a1a10bf4e49af done 06:27:39 #110 naming to docker.io/library/security-spire-server-arm64 done 06:27:39 #110 writing image sha256:83f76adc3626bfcd5fa20dd4da3d5533155d7f43b0d665314480ebb104bf0380 done 06:27:39 #110 naming to docker.io/library/security-spire-agent-arm64 done 06:27:39 #110 DONE 6.6s 06:27:39 06:27:39 #115 [security-spire-config stage-2 6/10] COPY security.txt / 06:27:39 #115 DONE 0.2s 06:27:39 06:27:39 #91 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:27:39 #91 ... 06:27:39 06:27:39 #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 06:27:39 #116 DONE 0.1s 06:27:39 06:27:39 #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 06:27:39 #117 DONE 0.1s 06:27:39 06:27:39 #93 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:27:40 #93 ... 06:27:40 06:27:40 #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 06:27:40 #118 DONE 0.1s 06:27:40 06:27:40 #110 [security-spire-config] exporting to image 06:27:42 #110 exporting layers 2.2s done 06:27:42 #110 writing image sha256:957f1841e64e970f2f46d098f61b6045b384f28d2218e78d5b6dfd492b1b9fd3 done 06:27:42 #110 naming to docker.io/library/security-spire-config-arm64 done 06:27:42 #110 DONE 8.8s 06:27:42 06:27:42 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:27:43 #144 ... 06:27:43 06:27:43 #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 06:27:43 #0 0.748 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 06:27:43 #145 ... 06:27:43 06:27:43 #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:27:43 #0 1.220 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 06:27:43 #146 ... 06:27:43 06:27:43 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:27:43 #0 1.132 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:27:43 #147 ... 06:27:43 06:27:43 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:27:43 #0 1.698 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:27:43 #148 ... 06:27:43 06:27:43 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:27:43 #0 0.750 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 06:27:43 #149 ... 06:27:43 06:27:43 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:27:43 #0 1.063 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 06:27:43 #150 ... 06:27:43 06:27:43 #128 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:27:43 #128 0.566 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 06:27:43 #128 ... 06:27:43 06:27:43 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:27:43 #0 0.658 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 06:27:43 #151 ... 06:27:43 06:27:43 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:27:43 #0 0.850 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:27:43 #152 ... 06:27:43 06:27:43 #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:27:43 #0 1.619 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 06:27:43 #153 ... 06:27:43 06:27:43 #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 06:27:43 #0 1.324 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 06:29:04 #44 ... 06:29:04 06:29:04 #102 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:29:04 #102 DONE 86.3s 06:29:04 06:29:04 #83 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:29:04 #83 DONE 97.4s 06:29:04 06:29:04 #106 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:29:04 #106 DONE 84.6s 06:29:04 06:29:04 #93 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:29:04 #93 DONE 100.5s 06:29:04 06:29:04 #87 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:29:04 #87 DONE 95.4s 06:29:04 06:29:04 #119 [support-scheduler builder 6/7] COPY . . 06:29:04 #119 ... 06:29:04 06:29:04 #91 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:29:04 #91 DONE 93.6s 06:29:04 06:29:04 #120 [support-notifications builder 6/7] COPY . . 06:29:04 #120 ... 06:29:04 06:29:04 #121 [core-keeper builder 7/8] COPY . . 06:29:04 #121 DONE 1.9s 06:29:04 06:29:04 #122 [core-metadata builder 6/7] COPY . . 06:29:04 #122 CACHED 06:29:04 06:29:04 #123 [core-metadata builder 4/7] COPY go.mod vendor* ./ 06:29:04 #123 CACHED 06:29:04 06:29:04 #124 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:29:04 #124 CACHED 06:29:04 06:29:04 #125 [core-command builder 4/7] COPY go.mod vendor* ./ 06:29:04 #125 CACHED 06:29:04 06:29:04 #126 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:29:04 #126 CACHED 06:29:04 06:29:04 #127 [core-command builder 6/7] COPY . . 06:29:04 #127 CACHED 06:29:04 06:29:04 #128 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 06:29:04 #128 CACHED 06:29:04 06:29:04 #129 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:29:04 #129 CACHED 06:29:04 06:29:04 #130 [core-common-config-bootstrapper builder 6/7] COPY . . 06:29:04 #130 CACHED 06:29:04 06:29:04 #131 [security-spiffe-token-provider builder 6/7] COPY . . 06:29:04 #131 DONE 1.9s 06:29:04 06:29:04 #132 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:29:04 #132 CACHED 06:29:04 06:29:04 #133 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 06:29:04 #133 CACHED 06:29:04 06:29:04 #134 [security-secretstore-setup builder 6/7] COPY . . 06:29:04 #134 CACHED 06:29:04 06:29:04 #119 [support-scheduler builder 6/7] COPY . . 06:29:04 #119 DONE 1.8s 06:29:04 06:29:04 #135 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:29:04 #135 CACHED 06:29:04 06:29:04 #136 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 06:29:04 #136 CACHED 06:29:04 06:29:04 #137 [security-proxy-auth builder 6/7] COPY . . 06:29:04 #137 CACHED 06:29:04 06:29:04 #138 [security-proxy-setup builder 6/7] COPY . . 06:29:04 #138 DONE 2.0s 06:29:04 06:29:04 #139 [core-data builder 6/7] COPY . . 06:29:04 #139 DONE 1.9s 06:29:04 06:29:04 #140 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:29:04 #140 ... 06:29:04 06:29:04 #141 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 06:29:04 #141 CACHED 06:29:04 06:29:04 #142 [security-bootstrapper builder 6/7] COPY . . 06:29:04 #142 CACHED 06:29:04 06:29:04 #143 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:29:04 #143 CACHED 06:29:04 06:29:04 #120 [support-notifications builder 6/7] COPY . . 06:29:04 #120 DONE 1.9s 06:29:04 06:29:04 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:29:06 #144 ... 06:29:06 06:29:06 #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:29:06 #0 5.067 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 06:29:06 #145 ... 06:29:06 06:29:06 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:29:06 #144 5.749 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:29:11 #144 ... 06:29:11 06:29:11 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:29:11 #0 4.333 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:29:11 #146 ... 06:29:11 06:29:11 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 06:29:11 #0 5.800 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 06:29:11 #147 ... 06:29:11 06:29:11 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:29:11 #0 6.317 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 06:29:11 #148 ... 06:29:11 06:29:11 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 06:29:11 #0 6.344 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 06:29:11 #149 ... 06:29:11 06:29:11 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:29:11 #0 4.414 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 06:29:11 #150 ... 06:29:11 06:29:11 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:29:11 #0 5.147 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 06:29:11 #151 ... 06:29:11 06:29:11 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:29:11 #0 5.597 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:29:11 #152 ... 06:29:11 06:29:11 #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:29:11 #0 6.336 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 06:29:11 #153 ... 06:29:11 06:29:11 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:29:11 #0 5.064 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 06:29:12 #154 ... 06:29:12 06:29:12 #140 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:29:12 #140 6.051 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:30:05 #154 ... 06:30:05 06:30:05 #128 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:30:05 #128 DONE 142.2s 06:30:05 06:30:05 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:30:05 #152 ... 06:30:05 06:30:05 #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 06:30:05 #145 DONE 151.3s 06:30:05 06:30:05 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:30:05 #144 ... 06:30:05 06:30:05 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:30:05 #147 151.9 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:30:15 #147 ... 06:30:15 06:30:15 #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:30:15 #146 DONE 163.3s 06:30:15 06:30:15 #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:30:15 #153 DONE 163.3s 06:30:15 06:30:15 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:30:15 #147 DONE 163.3s 06:30:15 06:30:15 #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 06:30:15 #154 DONE 163.3s 06:30:15 06:30:15 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:30:15 #144 DONE 163.3s 06:30:15 06:30:15 #155 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 06:30:15 #155 ... 06:30:15 06:30:15 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:30:15 #148 DONE 163.4s 06:30:15 06:30:15 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:30:15 #150 DONE 163.4s 06:30:15 06:30:15 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:30:15 #149 DONE 163.5s 06:30:15 06:30:15 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:30:15 #152 DONE 163.5s 06:30:15 06:30:15 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:30:15 #151 DONE 163.4s 06:30:15 06:30:15 #156 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 06:30:15 #156 DONE 0.4s 06:30:15 06:30:15 #157 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:30:15 #157 DONE 0.2s 06:30:15 06:30:15 #158 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 06:30:15 #158 DONE 0.3s 06:30:15 06:30:15 #155 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 06:30:15 #155 DONE 0.3s 06:30:15 06:30:15 #159 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:30:15 #159 DONE 0.4s 06:30:15 06:30:15 #160 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:30:15 #160 DONE 0.3s 06:30:15 06:30:15 #161 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:30:15 #161 DONE 0.3s 06:30:15 06:30:15 #162 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 06:30:15 #162 DONE 0.2s 06:30:15 06:30:15 #163 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 06:30:15 #163 DONE 0.3s 06:30:15 06:30:15 #164 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 06:30:16 #164 ... 06:30:16 06:30:16 #165 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 06:30:16 #165 DONE 0.1s 06:30:16 06:30:16 #166 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 06:30:16 #166 DONE 0.4s 06:30:16 06:30:16 #167 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 06:30:16 #167 ... 06:30:16 06:30:16 #168 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 06:30:16 #168 CACHED 06:30:16 06:30:16 #169 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 06:30:16 #169 CACHED 06:30:16 06:30:16 #170 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 06:30:16 #170 CACHED 06:30:16 06:30:16 #171 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 06:30:16 #171 CACHED 06:30:16 06:30:16 #172 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:30:16 #172 DONE 0.4s 06:30:16 06:30:16 #173 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:30:16 #173 DONE 0.4s 06:30:16 06:30:16 #174 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:30:16 #174 DONE 0.4s 06:30:16 06:30:16 #175 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 06:30:16 #175 DONE 0.4s 06:30:16 06:30:16 #176 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:30:16 #176 DONE 0.4s 06:30:16 06:30:16 #164 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 06:30:16 #164 DONE 0.4s 06:30:16 06:30:16 #177 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 06:30:16 #177 CACHED 06:30:16 06:30:16 #178 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 06:30:16 #178 CACHED 06:30:16 06:30:16 #179 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 06:30:17 #179 ... 06:30:17 06:30:17 #167 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 06:30:17 #167 DONE 1.8s 06:30:18 06:30:18 #180 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 06:30:18 #180 ... 06:30:18 06:30:18 #181 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 06:30:18 #181 DONE 1.8s 06:30:18 06:30:18 #182 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:30:18 #182 DONE 1.8s 06:30:18 06:30:18 #183 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:30:18 #183 DONE 1.8s 06:30:18 06:30:18 #184 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 06:30:18 #184 DONE 1.9s 06:30:18 06:30:18 #185 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:30:18 #185 DONE 1.9s 06:30:18 06:30:18 #186 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:30:18 #186 DONE 1.9s 06:30:18 06:30:18 #187 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 06:30:18 #187 DONE 1.9s 06:30:18 06:30:18 #188 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:30:18 #188 DONE 1.9s 06:30:18 06:30:18 #179 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 06:30:18 #179 DONE 1.8s 06:30:18 06:30:18 #189 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:30:18 #189 DONE 1.9s 06:30:18 06:30:18 #190 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 06:30:18 #190 DONE 0.1s 06:30:18 06:30:18 #115 [core-keeper] exporting to image 06:30:18 #115 exporting layers 06:30:18 #115 ... 06:30:18 06:30:18 #180 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 06:30:18 #180 DONE 0.5s 06:30:18 06:30:18 #191 [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 06:30:18 #191 DONE 0.2s 06:30:18 06:30:18 #192 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 06:30:18 #192 DONE 0.2s 06:30:18 06:30:18 #193 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 06:30:18 #193 DONE 0.2s 06:30:18 06:30:18 #194 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 06:30:18 #194 DONE 0.3s 06:30:18 06:30:18 #195 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 06:30:18 #195 DONE 0.2s 06:30:18 06:30:18 #115 [support-scheduler] exporting to image 06:30:18 #115 exporting layers 0.2s done 06:30:18 #115 ... 06:30:18 06:30:18 #196 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 06:30:18 #196 DONE 0.3s 06:30:18 06:30:18 #197 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 06:30:18 #197 DONE 0.2s 06:30:18 06:30:18 #198 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 06:30:18 #198 DONE 0.3s 06:30:18 06:30:18 #115 [core-data] exporting to image 06:30:18 #115 ... 06:30:18 06:30:18 #199 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:30:18 #199 DONE 0.5s 06:30:18 06:30:18 #200 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 06:30:18 #200 DONE 0.5s 06:30:18 06:30:18 #201 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 06:30:18 #201 DONE 0.4s 06:30:18 06:30:18 #202 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 06:30:18 #202 DONE 0.4s 06:30:18 06:30:18 #203 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 06:30:18 #203 DONE 3.1s 06:30:18 06:30:18 #204 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 06:30:18 #204 DONE 0.5s 06:30:18 06:30:18 #115 [core-metadata] exporting to image 06:30:18 #115 exporting layers 0.6s done 06:30:18 #115 writing image sha256:fd14d96dd774d86754cbbfe84856673c8fc64026534e7bf52b2de14ed12a4c63 0.0s done 06:30:18 #115 naming to docker.io/library/core-keeper 06:30:19 #115 ... 06:30:19 06:30:19 #205 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 06:30:19 #205 DONE 0.1s 06:30:19 06:30:19 #115 [core-keeper] exporting to image 06:30:19 #115 naming to docker.io/library/core-keeper done 06:30:19 #115 ... 06:30:19 06:30:19 #206 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:30:19 #206 DONE 0.3s 06:30:19 06:30:19 #207 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 06:30:19 #207 DONE 0.2s 06:30:19 06:30:19 #115 [core-command] exporting to image 06:30:19 #115 exporting layers 0.6s done 06:30:19 #115 writing image sha256:5670484940e893ea9831014b816545d8d7abc717c065f48490e04c295cc638bb 06:30:19 #115 writing image sha256:f00d099bb00687a4aa29f8efece0db49e23a879517c4dfedf88b19ae141e9949 0.0s done 06:30:19 #115 naming to docker.io/library/core-command done 06:30:19 #115 writing image sha256:5670484940e893ea9831014b816545d8d7abc717c065f48490e04c295cc638bb 0.2s done 06:30:19 #115 naming to docker.io/library/support-notifications 06:30:19 #115 exporting layers 1.0s done 06:30:19 #115 naming to docker.io/library/support-notifications done 06:30:19 #115 writing image sha256:e221a7b72b43b78fa8a94decc4530d62c5fd7257a69ca8edf22ae25d4019d471 done 06:30:19 #115 writing image sha256:8606f72da8bdb542c50e55ea078544ebece571f8d600d3f0944b404d98d8e369 done 06:30:19 #115 writing image sha256:57cc21e2d94c9d3ad967ad3f206953aa0b5f13d33f1274eef99ad122a1063102 done 06:30:19 #115 writing image sha256:fae77d97ed060e6bded980ad40a1f5e8069eef449065b96ab916d9e22f01727c done 06:30:19 #115 naming to docker.io/library/core-data done 06:30:19 #115 naming to docker.io/library/core-metadata done 06:30:19 #115 naming to docker.io/library/security-spiffe-token-provider done 06:30:19 #115 naming to docker.io/library/support-scheduler done 06:30:19 #115 DONE 2.1s 06:30:19 06:30:19 #208 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:30:19 #208 DONE 0.3s 06:30:19 06:30:19 #209 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 06:30:19 #209 DONE 0.3s 06:30:19 06:30:19 #210 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:30:19 #210 DONE 0.4s 06:30:19 06:30:19 #211 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:30:19 #211 DONE 0.4s 06:30:19 06:30:19 #212 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 06:30:19 #212 DONE 0.0s 06:30:19 06:30:19 #213 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:30:19 #213 DONE 1.0s 06:30:19 06:30:19 #214 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:30:19 #214 DONE 0.9s 06:30:19 06:30:19 #215 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 06:30:19 #215 DONE 0.1s 06:30:19 06:30:19 #216 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:30:19 #216 DONE 1.0s 06:30:19 06:30:19 #115 [security-proxy-setup] exporting to image 06:30:19 #115 ... 06:30:19 06:30:19 #217 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 06:30:19 #217 DONE 0.0s 06:30:19 06:30:19 #218 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 06:30:19 #218 DONE 0.0s 06:30:19 06:30:19 #115 [security-proxy-setup] exporting to image 06:30:19 #115 exporting layers 0.1s done 06:30:19 #115 writing image sha256:ae487927bbb0a7547c4e005c0cf79d5d739081bec30deea0dca86ee9d924f3b9 0.0s done 06:30:19 #115 naming to docker.io/library/core-common-config-bootstrapper 06:30:20 #115 ... 06:30:20 06:30:20 #219 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:30:20 #219 DONE 0.1s 06:30:20 06:30:20 #115 [security-proxy-auth] exporting to image 06:30:20 #115 exporting layers 0.3s done 06:30:20 #115 naming to docker.io/library/core-common-config-bootstrapper done 06:30:20 #115 writing image sha256:b855fd610e9d8e399b516f4c2bdd4be4727e187003fc4ac38f59c8b409c43eba done 06:30:20 #115 naming to docker.io/library/security-proxy-auth done 06:30:20 #115 writing image sha256:6b98a71ddd307ae55244bead55bb111f8bcb6f21616014f5712b7775f810534d done 06:30:20 #115 naming to docker.io/library/security-proxy-setup done 06:30:20 #115 DONE 2.5s 06:30:20 06:30:20 #220 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 06:30:20 #220 ... 06:30:20 06:30:20 #221 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:30:20 #221 DONE 0.6s 06:30:20 06:30:20 #115 [security-secretstore-setup] exporting to image 06:30:20 #115 exporting layers 0.2s done 06:30:20 #115 ... 06:30:20 06:30:20 #220 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 06:30:20 #220 DONE 0.6s 06:30:20 06:30:20 #115 [security-bootstrapper] exporting to image 06:30:20 #115 writing image sha256:8c570f4d36d3df93e8f454d5268d74a45ce66598c6d7c66b2294adc93884218e done 06:30:20 #115 naming to docker.io/library/security-secretstore-setup done 06:30:20 #115 exporting layers 0.2s done 06:30:20 #115 writing image sha256:e3023cd0e5b72349b31a8125054f92bf938c0834d62fe9bb3806ad73ab5c50e7 done 06:30:20 #115 naming to docker.io/library/security-bootstrapper done 06:30:20 #115 DONE 3.0s 06:30:20 06:30:20 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:30:20 time="2025-04-14T06:25:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:30:20 time="2025-04-14T06:25:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:30:20 time="2025-04-14T06:25:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:30:20 time="2025-04-14T06:25:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:30:20 time="2025-04-14T06:25:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:30:20 time="2025-04-14T06:25:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:30:20 time="2025-04-14T06:25:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:30:20 time="2025-04-14T06:25:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:30:20 time="2025-04-14T06:25:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:30:20 time="2025-04-14T06:25:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:30:20 time="2025-04-14T06:25:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:30:20 time="2025-04-14T06:25:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:30:20 time="2025-04-14T06:25:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:30:20 time="2025-04-14T06:25:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:30:20 time="2025-04-14T06:25:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 06:30:20 $ docker stop --time=1 4e8578c9e0698f8417d514fe94b5bdd254bcda8e6309f5fd4a5f191755c6b83e 06:30:22 $ docker rm -f --volumes 4e8578c9e0698f8417d514fe94b5bdd254bcda8e6309f5fd4a5f191755c6b83e [Pipeline] // withDockerContainer [Pipeline] sh 06:30:22 + docker images 06:30:22 REPOSITORY TAG IMAGE ID CREATED SIZE 06:30:22 security-bootstrapper latest e3023cd0e5b7 2 seconds ago 20.3MB 06:30:22 security-secretstore-setup latest 8c570f4d36d3 2 seconds ago 68MB 06:30:22 security-proxy-setup latest 6b98a71ddd30 3 seconds ago 38.3MB 06:30:22 core-common-config-bootstrapper latest ae487927bbb0 3 seconds ago 17.1MB 06:30:22 security-proxy-auth latest b855fd610e9d 3 seconds ago 31.4MB 06:30:22 support-notifications latest 5670484940e8 4 seconds ago 51.9MB 06:30:22 core-data latest e221a7b72b43 4 seconds ago 32.5MB 06:30:22 security-spiffe-token-provider latest 57cc21e2d94c 4 seconds ago 47.2MB 06:30:22 support-scheduler latest fae77d97ed06 4 seconds ago 48.4MB 06:30:22 core-metadata latest 8606f72da8bd 4 seconds ago 32.7MB 06:30:22 core-command latest f00d099bb006 4 seconds ago 28MB 06:30:22 core-keeper latest fd14d96dd774 5 seconds ago 32.1MB 06:30:22 security-spire-config latest f0d98013d755 3 minutes ago 149MB 06:30:22 security-spire-server latest 5d9507a29a89 3 minutes ago 149MB 06:30:22 security-spire-agent latest 3b02bb1b2455 3 minutes ago 195MB 06:30:22 ci-base-image-x86_64 latest 90e22b0078c1 7 minutes ago 923MB 06:30:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 3 days ago 574MB 06:30:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 22 months ago 334MB 06:30:22 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 06:30:22 provisioning config files... 06:30:22 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/827@tmp/config11127565747920924030tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:30:23 ---> ****-login.sh 06:30:23 nexus3.edgexfoundry.org:10001 06:30:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:30:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:30:23 Configure a credential helper to remove this warning. See 06:30:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:30:23 06:30:23 Login Succeeded 06:30:23 nexus3.edgexfoundry.org:10002 06:30:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:30:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:30:23 Configure a credential helper to remove this warning. See 06:30:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:30:23 06:30:23 Login Succeeded 06:30:23 nexus3.edgexfoundry.org:10003 06:30:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:30:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:30:23 Configure a credential helper to remove this warning. See 06:30:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:30:23 06:30:23 Login Succeeded 06:30:23 nexus3.edgexfoundry.org:10004 06:30:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:30:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:30:23 Configure a credential helper to remove this warning. See 06:30:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:30:23 06:30:23 Login Succeeded 06:30:23 ****.io 06:30:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:30:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:30:23 Configure a credential helper to remove this warning. See 06:30:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:30:23 06:30:23 Login Succeeded 06:30:23 ---> ****-login.sh ends [Pipeline] } 06:30:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:30:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:30:23 [edgeXDocker.push] Tagging docker image core-command with the following tags: 06:30:23 6465a293da8cbf4193faab0c72aad8d404252516 06:30:23 latest 06:30:23 4.1.0-dev.2 06:30:23 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:30:23 main 06:30:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:24 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:24 + docker push nexus3.edgexfoundry.org:10004/core-command:6465a293da8cbf4193faab0c72aad8d404252516 06:30:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:30:24 505ddf57fb9b: Preparing 06:30:24 2219cc4c4587: Preparing 06:30:24 3b86b680b648: Preparing 06:30:24 8bd50089652b: Preparing 06:30:24 e6ae4c47c476: Preparing 06:30:24 e19c3ea92e1c: Preparing 06:30:24 994456c4fd7b: Preparing 06:30:24 994456c4fd7b: Waiting 06:30:24 e19c3ea92e1c: Waiting 06:30:24 505ddf57fb9b: Pushed 06:30:24 3b86b680b648: Pushed 06:30:24 8bd50089652b: Pushed 06:30:24 e6ae4c47c476: Pushed 06:30:24 994456c4fd7b: Layer already exists 06:30:24 e19c3ea92e1c: Pushed 06:30:26 2219cc4c4587: Pushed 06:30:26 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:41926a80c0afc959a25733801587d3affa9e4d89be6d5d564b5e9c032d9422ef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:27 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:27 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 06:30:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:30:27 505ddf57fb9b: Preparing 06:30:27 2219cc4c4587: Preparing 06:30:27 3b86b680b648: Preparing 06:30:27 8bd50089652b: Preparing 06:30:27 e6ae4c47c476: Preparing 06:30:27 e19c3ea92e1c: Preparing 06:30:27 994456c4fd7b: Preparing 06:30:27 e19c3ea92e1c: Waiting 06:30:27 505ddf57fb9b: Layer already exists 06:30:27 2219cc4c4587: Layer already exists 06:30:27 8bd50089652b: Layer already exists 06:30:27 e6ae4c47c476: Layer already exists 06:30:27 3b86b680b648: Layer already exists 06:30:27 e19c3ea92e1c: Layer already exists 06:30:27 994456c4fd7b: Layer already exists 06:30:27 latest: digest: sha256:41926a80c0afc959a25733801587d3affa9e4d89be6d5d564b5e9c032d9422ef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:28 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:28 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.2 06:30:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:30:28 505ddf57fb9b: Preparing 06:30:28 2219cc4c4587: Preparing 06:30:28 3b86b680b648: Preparing 06:30:28 8bd50089652b: Preparing 06:30:28 e6ae4c47c476: Preparing 06:30:28 e19c3ea92e1c: Preparing 06:30:28 994456c4fd7b: Preparing 06:30:28 e19c3ea92e1c: Waiting 06:30:28 994456c4fd7b: Waiting 06:30:28 8bd50089652b: Layer already exists 06:30:28 2219cc4c4587: Layer already exists 06:30:28 e6ae4c47c476: Layer already exists 06:30:28 3b86b680b648: Layer already exists 06:30:28 505ddf57fb9b: Layer already exists 06:30:28 e19c3ea92e1c: Layer already exists 06:30:28 994456c4fd7b: Layer already exists 06:30:28 4.1.0-dev.2: digest: sha256:41926a80c0afc959a25733801587d3affa9e4d89be6d5d564b5e9c032d9422ef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:29 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:29 + docker push nexus3.edgexfoundry.org:10004/core-command:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:30:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:30:29 505ddf57fb9b: Preparing 06:30:29 2219cc4c4587: Preparing 06:30:29 3b86b680b648: Preparing 06:30:29 8bd50089652b: Preparing 06:30:29 e6ae4c47c476: Preparing 06:30:29 e19c3ea92e1c: Preparing 06:30:29 994456c4fd7b: Preparing 06:30:29 e19c3ea92e1c: Waiting 06:30:29 994456c4fd7b: Waiting 06:30:29 2219cc4c4587: Layer already exists 06:30:29 8bd50089652b: Layer already exists 06:30:29 e6ae4c47c476: Layer already exists 06:30:29 505ddf57fb9b: Layer already exists 06:30:29 3b86b680b648: Layer already exists 06:30:29 e19c3ea92e1c: Layer already exists 06:30:29 994456c4fd7b: Layer already exists 06:30:29 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:41926a80c0afc959a25733801587d3affa9e4d89be6d5d564b5e9c032d9422ef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:29 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:30 + docker push nexus3.edgexfoundry.org:10004/core-command:main 06:30:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:30:30 505ddf57fb9b: Preparing 06:30:30 2219cc4c4587: Preparing 06:30:30 3b86b680b648: Preparing 06:30:30 8bd50089652b: Preparing 06:30:30 e6ae4c47c476: Preparing 06:30:30 e19c3ea92e1c: Preparing 06:30:30 994456c4fd7b: Preparing 06:30:30 e19c3ea92e1c: Waiting 06:30:30 994456c4fd7b: Waiting 06:30:30 3b86b680b648: Layer already exists 06:30:30 505ddf57fb9b: Layer already exists 06:30:30 2219cc4c4587: Layer already exists 06:30:30 8bd50089652b: Layer already exists 06:30:30 e6ae4c47c476: Layer already exists 06:30:30 e19c3ea92e1c: Layer already exists 06:30:30 994456c4fd7b: Layer already exists 06:30:30 main: digest: sha256:41926a80c0afc959a25733801587d3affa9e4d89be6d5d564b5e9c032d9422ef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:30:30 ===================================================== [Pipeline] echo 06:30:30 taggedImages: 06:30:30 - nexus3.edgexfoundry.org:10004/core-command:6465a293da8cbf4193faab0c72aad8d404252516 06:30:30 - nexus3.edgexfoundry.org:10004/core-command:latest 06:30:30 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.2 06:30:30 - nexus3.edgexfoundry.org:10004/core-command:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:30:30 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 06:30:30 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 06:30:30 6465a293da8cbf4193faab0c72aad8d404252516 06:30:30 latest 06:30:30 4.1.0-dev.2 06:30:30 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:30:30 main 06:30:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:31 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:31 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516 06:30:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:30:31 1ec239619137: Preparing 06:30:31 0be3f0ab2817: Preparing 06:30:31 04e8577c8235: Preparing 06:30:31 3b82edd0bea6: Preparing 06:30:31 3b86b680b648: Preparing 06:30:31 8bd50089652b: Preparing 06:30:31 e6ae4c47c476: Preparing 06:30:31 e19c3ea92e1c: Preparing 06:30:31 994456c4fd7b: Preparing 06:30:31 e6ae4c47c476: Waiting 06:30:31 e19c3ea92e1c: Waiting 06:30:31 8bd50089652b: Waiting 06:30:31 994456c4fd7b: Waiting 06:30:31 3b86b680b648: Layer already exists 06:30:31 8bd50089652b: Layer already exists 06:30:31 e6ae4c47c476: Layer already exists 06:30:31 04e8577c8235: Pushed 06:30:31 e19c3ea92e1c: Layer already exists 06:30:31 0be3f0ab2817: Pushed 06:30:31 1ec239619137: Pushed 06:30:31 994456c4fd7b: Layer already exists 06:30:32 3b82edd0bea6: Pushed 06:30:33 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:75c52957b11ad5394b0c98897fb00f718d76c925853207cdef721fc11f94759d size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:33 + 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 06:30:33 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 06:30:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:30:33 1ec239619137: Preparing 06:30:33 0be3f0ab2817: Preparing 06:30:33 04e8577c8235: Preparing 06:30:33 3b82edd0bea6: Preparing 06:30:33 3b86b680b648: Preparing 06:30:33 8bd50089652b: Preparing 06:30:33 e6ae4c47c476: Preparing 06:30:33 e19c3ea92e1c: Preparing 06:30:33 994456c4fd7b: Preparing 06:30:33 8bd50089652b: Waiting 06:30:33 e6ae4c47c476: Waiting 06:30:33 e19c3ea92e1c: Waiting 06:30:33 994456c4fd7b: Waiting 06:30:33 3b82edd0bea6: Layer already exists 06:30:33 3b86b680b648: Layer already exists 06:30:33 1ec239619137: Layer already exists 06:30:33 0be3f0ab2817: Layer already exists 06:30:33 04e8577c8235: Layer already exists 06:30:33 8bd50089652b: Layer already exists 06:30:33 e6ae4c47c476: Layer already exists 06:30:33 994456c4fd7b: Layer already exists 06:30:33 e19c3ea92e1c: Layer already exists 06:30:33 latest: digest: sha256:75c52957b11ad5394b0c98897fb00f718d76c925853207cdef721fc11f94759d size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:34 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:34 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.2 06:30:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:30:34 1ec239619137: Preparing 06:30:34 0be3f0ab2817: Preparing 06:30:34 04e8577c8235: Preparing 06:30:34 3b82edd0bea6: Preparing 06:30:34 3b86b680b648: Preparing 06:30:34 8bd50089652b: Preparing 06:30:34 e6ae4c47c476: Preparing 06:30:34 e19c3ea92e1c: Preparing 06:30:34 994456c4fd7b: Preparing 06:30:34 e6ae4c47c476: Waiting 06:30:34 994456c4fd7b: Waiting 06:30:34 e19c3ea92e1c: Waiting 06:30:34 8bd50089652b: Waiting 06:30:34 3b82edd0bea6: Layer already exists 06:30:34 04e8577c8235: Layer already exists 06:30:34 3b86b680b648: Layer already exists 06:30:34 0be3f0ab2817: Layer already exists 06:30:34 1ec239619137: Layer already exists 06:30:34 994456c4fd7b: Layer already exists 06:30:34 e19c3ea92e1c: Layer already exists 06:30:34 e6ae4c47c476: Layer already exists 06:30:34 8bd50089652b: Layer already exists 06:30:34 4.1.0-dev.2: digest: sha256:75c52957b11ad5394b0c98897fb00f718d76c925853207cdef721fc11f94759d size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:34 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:35 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:30:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:30:35 1ec239619137: Preparing 06:30:35 0be3f0ab2817: Preparing 06:30:35 04e8577c8235: Preparing 06:30:35 3b82edd0bea6: Preparing 06:30:35 3b86b680b648: Preparing 06:30:35 8bd50089652b: Preparing 06:30:35 e6ae4c47c476: Preparing 06:30:35 e19c3ea92e1c: Preparing 06:30:35 994456c4fd7b: Preparing 06:30:35 8bd50089652b: Waiting 06:30:35 994456c4fd7b: Waiting 06:30:35 e19c3ea92e1c: Waiting 06:30:35 1ec239619137: Layer already exists 06:30:35 3b82edd0bea6: Layer already exists 06:30:35 0be3f0ab2817: Layer already exists 06:30:35 3b86b680b648: Layer already exists 06:30:35 04e8577c8235: Layer already exists 06:30:35 8bd50089652b: Layer already exists 06:30:35 e6ae4c47c476: Layer already exists 06:30:35 e19c3ea92e1c: Layer already exists 06:30:35 994456c4fd7b: Layer already exists 06:30:35 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:75c52957b11ad5394b0c98897fb00f718d76c925853207cdef721fc11f94759d size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:35 + 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 06:30:35 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 06:30:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:30:35 1ec239619137: Preparing 06:30:35 0be3f0ab2817: Preparing 06:30:35 04e8577c8235: Preparing 06:30:35 3b82edd0bea6: Preparing 06:30:35 3b86b680b648: Preparing 06:30:35 8bd50089652b: Preparing 06:30:35 e6ae4c47c476: Preparing 06:30:35 e19c3ea92e1c: Preparing 06:30:35 994456c4fd7b: Preparing 06:30:35 8bd50089652b: Waiting 06:30:35 e6ae4c47c476: Waiting 06:30:35 e19c3ea92e1c: Waiting 06:30:35 994456c4fd7b: Waiting 06:30:35 1ec239619137: Layer already exists 06:30:35 3b82edd0bea6: Layer already exists 06:30:35 0be3f0ab2817: Layer already exists 06:30:35 3b86b680b648: Layer already exists 06:30:35 04e8577c8235: Layer already exists 06:30:35 8bd50089652b: Layer already exists 06:30:35 e19c3ea92e1c: Layer already exists 06:30:35 e6ae4c47c476: Layer already exists 06:30:35 994456c4fd7b: Layer already exists 06:30:35 main: digest: sha256:75c52957b11ad5394b0c98897fb00f718d76c925853207cdef721fc11f94759d size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:30:35 ===================================================== [Pipeline] echo 06:30:35 taggedImages: 06:30:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516 06:30:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 06:30:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.2 06:30:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:30:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 06:30:35 [edgeXDocker.push] Tagging docker image core-data with the following tags: 06:30:35 6465a293da8cbf4193faab0c72aad8d404252516 06:30:35 latest 06:30:35 4.1.0-dev.2 06:30:35 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:30:35 main 06:30:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:36 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:36 + docker push nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516 06:30:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:30:36 7ff7bc3699e8: Preparing 06:30:36 d14361a3da29: Preparing 06:30:36 3b86b680b648: Preparing 06:30:36 8bd50089652b: Preparing 06:30:36 c21afca3cf72: Preparing 06:30:36 817c121d2c7e: Preparing 06:30:36 994456c4fd7b: Preparing 06:30:36 817c121d2c7e: Waiting 06:30:36 994456c4fd7b: Waiting 06:30:36 3b86b680b648: Layer already exists 06:30:36 8bd50089652b: Layer already exists 06:30:36 994456c4fd7b: Layer already exists 06:30:36 c21afca3cf72: Pushed 06:30:36 7ff7bc3699e8: Pushed 06:30:36 817c121d2c7e: Pushed 06:30:39 d14361a3da29: Pushed 06:30:39 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:fb279355c330fa587b5b5491aed3756140b08c6ec50104d1f6988819835f9e10 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:39 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:39 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 06:30:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:30:39 7ff7bc3699e8: Preparing 06:30:39 d14361a3da29: Preparing 06:30:39 3b86b680b648: Preparing 06:30:39 8bd50089652b: Preparing 06:30:39 c21afca3cf72: Preparing 06:30:39 817c121d2c7e: Preparing 06:30:39 994456c4fd7b: Preparing 06:30:39 817c121d2c7e: Waiting 06:30:39 994456c4fd7b: Waiting 06:30:39 7ff7bc3699e8: Layer already exists 06:30:39 3b86b680b648: Layer already exists 06:30:39 8bd50089652b: Layer already exists 06:30:39 d14361a3da29: Layer already exists 06:30:39 c21afca3cf72: Layer already exists 06:30:39 817c121d2c7e: Layer already exists 06:30:39 994456c4fd7b: Layer already exists 06:30:39 latest: digest: sha256:fb279355c330fa587b5b5491aed3756140b08c6ec50104d1f6988819835f9e10 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:40 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:40 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.2 06:30:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:30:40 7ff7bc3699e8: Preparing 06:30:40 d14361a3da29: Preparing 06:30:40 3b86b680b648: Preparing 06:30:40 8bd50089652b: Preparing 06:30:40 c21afca3cf72: Preparing 06:30:40 817c121d2c7e: Preparing 06:30:40 994456c4fd7b: Preparing 06:30:40 817c121d2c7e: Waiting 06:30:40 c21afca3cf72: Layer already exists 06:30:40 3b86b680b648: Layer already exists 06:30:40 7ff7bc3699e8: Layer already exists 06:30:40 8bd50089652b: Layer already exists 06:30:40 d14361a3da29: Layer already exists 06:30:40 994456c4fd7b: Layer already exists 06:30:40 817c121d2c7e: Layer already exists 06:30:40 4.1.0-dev.2: digest: sha256:fb279355c330fa587b5b5491aed3756140b08c6ec50104d1f6988819835f9e10 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:40 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:41 + docker push nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:30:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:30:41 7ff7bc3699e8: Preparing 06:30:41 d14361a3da29: Preparing 06:30:41 3b86b680b648: Preparing 06:30:41 8bd50089652b: Preparing 06:30:41 c21afca3cf72: Preparing 06:30:41 817c121d2c7e: Preparing 06:30:41 994456c4fd7b: Preparing 06:30:41 994456c4fd7b: Waiting 06:30:41 817c121d2c7e: Waiting 06:30:41 d14361a3da29: Layer already exists 06:30:41 3b86b680b648: Layer already exists 06:30:41 c21afca3cf72: Layer already exists 06:30:41 8bd50089652b: Layer already exists 06:30:41 7ff7bc3699e8: Layer already exists 06:30:41 994456c4fd7b: Layer already exists 06:30:41 817c121d2c7e: Layer already exists 06:30:41 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:fb279355c330fa587b5b5491aed3756140b08c6ec50104d1f6988819835f9e10 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:41 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:42 + docker push nexus3.edgexfoundry.org:10004/core-data:main 06:30:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:30:42 7ff7bc3699e8: Preparing 06:30:42 d14361a3da29: Preparing 06:30:42 3b86b680b648: Preparing 06:30:42 8bd50089652b: Preparing 06:30:42 c21afca3cf72: Preparing 06:30:42 817c121d2c7e: Preparing 06:30:42 994456c4fd7b: Preparing 06:30:42 817c121d2c7e: Waiting 06:30:42 994456c4fd7b: Waiting 06:30:42 d14361a3da29: Layer already exists 06:30:42 8bd50089652b: Layer already exists 06:30:42 c21afca3cf72: Layer already exists 06:30:42 7ff7bc3699e8: Layer already exists 06:30:42 817c121d2c7e: Layer already exists 06:30:42 994456c4fd7b: Layer already exists 06:30:42 3b86b680b648: Layer already exists 06:30:42 main: digest: sha256:fb279355c330fa587b5b5491aed3756140b08c6ec50104d1f6988819835f9e10 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:30:42 ===================================================== [Pipeline] echo 06:30:42 taggedImages: 06:30:42 - nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516 06:30:42 - nexus3.edgexfoundry.org:10004/core-data:latest 06:30:42 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.2 06:30:42 - nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:30:42 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 06:30:42 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 06:30:42 6465a293da8cbf4193faab0c72aad8d404252516 06:30:42 latest 06:30:42 4.1.0-dev.2 06:30:42 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:30:42 main 06:30:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:42 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:43 + docker push nexus3.edgexfoundry.org:10004/core-keeper:6465a293da8cbf4193faab0c72aad8d404252516 06:30:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 06:30:43 1b473d39eff6: Preparing 06:30:43 773ddc5cef72: Preparing 06:30:43 8bd50089652b: Preparing 06:30:43 016f9bc3f303: Preparing 06:30:43 04c011e7a58c: Preparing 06:30:43 994456c4fd7b: Preparing 06:30:43 994456c4fd7b: Waiting 06:30:43 8bd50089652b: Layer already exists 06:30:43 04c011e7a58c: Pushed 06:30:43 016f9bc3f303: Pushed 06:30:43 994456c4fd7b: Layer already exists 06:30:43 1b473d39eff6: Pushed 06:30:45 773ddc5cef72: Pushed 06:30:45 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:db501f339e5823b433922f724c17f2616d93f726f4defec3f8cb01c2aa6ce0e6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:46 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:46 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 06:30:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 06:30:46 1b473d39eff6: Preparing 06:30:46 773ddc5cef72: Preparing 06:30:46 8bd50089652b: Preparing 06:30:46 016f9bc3f303: Preparing 06:30:46 04c011e7a58c: Preparing 06:30:46 994456c4fd7b: Preparing 06:30:46 994456c4fd7b: Waiting 06:30:46 04c011e7a58c: Layer already exists 06:30:46 1b473d39eff6: Layer already exists 06:30:46 8bd50089652b: Layer already exists 06:30:46 773ddc5cef72: Layer already exists 06:30:46 016f9bc3f303: Layer already exists 06:30:46 994456c4fd7b: Layer already exists 06:30:46 latest: digest: sha256:db501f339e5823b433922f724c17f2616d93f726f4defec3f8cb01c2aa6ce0e6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:46 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:47 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.2 06:30:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 06:30:47 1b473d39eff6: Preparing 06:30:47 773ddc5cef72: Preparing 06:30:47 8bd50089652b: Preparing 06:30:47 016f9bc3f303: Preparing 06:30:47 04c011e7a58c: Preparing 06:30:47 994456c4fd7b: Preparing 06:30:47 994456c4fd7b: Waiting 06:30:47 8bd50089652b: Layer already exists 06:30:47 016f9bc3f303: Layer already exists 06:30:47 1b473d39eff6: Layer already exists 06:30:47 773ddc5cef72: Layer already exists 06:30:47 04c011e7a58c: Layer already exists 06:30:47 994456c4fd7b: Layer already exists 06:30:47 4.1.0-dev.2: digest: sha256:db501f339e5823b433922f724c17f2616d93f726f4defec3f8cb01c2aa6ce0e6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:47 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:47 + docker push nexus3.edgexfoundry.org:10004/core-keeper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:30:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 06:30:47 1b473d39eff6: Preparing 06:30:47 773ddc5cef72: Preparing 06:30:47 8bd50089652b: Preparing 06:30:47 016f9bc3f303: Preparing 06:30:47 04c011e7a58c: Preparing 06:30:47 994456c4fd7b: Preparing 06:30:47 994456c4fd7b: Waiting 06:30:47 1b473d39eff6: Layer already exists 06:30:47 8bd50089652b: Layer already exists 06:30:47 04c011e7a58c: Layer already exists 06:30:47 016f9bc3f303: Layer already exists 06:30:47 773ddc5cef72: Layer already exists 06:30:47 994456c4fd7b: Layer already exists 06:30:47 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:db501f339e5823b433922f724c17f2616d93f726f4defec3f8cb01c2aa6ce0e6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:48 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:48 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 06:30:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 06:30:48 1b473d39eff6: Preparing 06:30:48 773ddc5cef72: Preparing 06:30:48 8bd50089652b: Preparing 06:30:48 016f9bc3f303: Preparing 06:30:48 04c011e7a58c: Preparing 06:30:48 994456c4fd7b: Preparing 06:30:48 1b473d39eff6: Layer already exists 06:30:48 8bd50089652b: Layer already exists 06:30:48 773ddc5cef72: Layer already exists 06:30:48 04c011e7a58c: Layer already exists 06:30:48 016f9bc3f303: Layer already exists 06:30:48 994456c4fd7b: Layer already exists 06:30:48 main: digest: sha256:db501f339e5823b433922f724c17f2616d93f726f4defec3f8cb01c2aa6ce0e6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:30:48 ===================================================== [Pipeline] echo 06:30:48 taggedImages: 06:30:48 - nexus3.edgexfoundry.org:10004/core-keeper:6465a293da8cbf4193faab0c72aad8d404252516 06:30:48 - nexus3.edgexfoundry.org:10004/core-keeper:latest 06:30:48 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.2 06:30:48 - nexus3.edgexfoundry.org:10004/core-keeper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:30:48 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 06:30:48 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 06:30:48 6465a293da8cbf4193faab0c72aad8d404252516 06:30:48 latest 06:30:48 4.1.0-dev.2 06:30:48 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:30:48 main 06:30:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:48 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:49 + docker push nexus3.edgexfoundry.org:10004/core-metadata:6465a293da8cbf4193faab0c72aad8d404252516 06:30:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:30:49 241f34ff06f8: Preparing 06:30:49 1d6c1aa5304b: Preparing 06:30:49 3c0c8d91a566: Preparing 06:30:49 3b86b680b648: Preparing 06:30:49 8bd50089652b: Preparing 06:30:49 e6ae4c47c476: Preparing 06:30:49 e19c3ea92e1c: Preparing 06:30:49 994456c4fd7b: Preparing 06:30:49 e6ae4c47c476: Waiting 06:30:49 e19c3ea92e1c: Waiting 06:30:49 994456c4fd7b: Waiting 06:30:49 3b86b680b648: Layer already exists 06:30:49 8bd50089652b: Layer already exists 06:30:49 e6ae4c47c476: Layer already exists 06:30:49 e19c3ea92e1c: Layer already exists 06:30:49 994456c4fd7b: Layer already exists 06:30:49 1d6c1aa5304b: Pushed 06:30:49 241f34ff06f8: Pushed 06:30:52 3c0c8d91a566: Pushed 06:30:52 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:7382eebd71c373106515d0a74a574d810cdc05187dec3b875013833c46db1544 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:52 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:53 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 06:30:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:30:53 241f34ff06f8: Preparing 06:30:53 1d6c1aa5304b: Preparing 06:30:53 3c0c8d91a566: Preparing 06:30:53 3b86b680b648: Preparing 06:30:53 8bd50089652b: Preparing 06:30:53 e6ae4c47c476: Preparing 06:30:53 e19c3ea92e1c: Preparing 06:30:53 994456c4fd7b: Preparing 06:30:53 e19c3ea92e1c: Waiting 06:30:53 e6ae4c47c476: Waiting 06:30:53 994456c4fd7b: Waiting 06:30:53 3c0c8d91a566: Layer already exists 06:30:53 3b86b680b648: Layer already exists 06:30:53 241f34ff06f8: Layer already exists 06:30:53 1d6c1aa5304b: Layer already exists 06:30:53 8bd50089652b: Layer already exists 06:30:53 e6ae4c47c476: Layer already exists 06:30:53 e19c3ea92e1c: Layer already exists 06:30:53 994456c4fd7b: Layer already exists 06:30:53 latest: digest: sha256:7382eebd71c373106515d0a74a574d810cdc05187dec3b875013833c46db1544 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:53 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:53 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.2 06:30:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:30:53 241f34ff06f8: Preparing 06:30:53 1d6c1aa5304b: Preparing 06:30:53 3c0c8d91a566: Preparing 06:30:53 3b86b680b648: Preparing 06:30:53 8bd50089652b: Preparing 06:30:53 e6ae4c47c476: Preparing 06:30:53 e19c3ea92e1c: Preparing 06:30:53 994456c4fd7b: Preparing 06:30:53 e19c3ea92e1c: Waiting 06:30:53 994456c4fd7b: Waiting 06:30:53 e6ae4c47c476: Waiting 06:30:53 241f34ff06f8: Layer already exists 06:30:53 1d6c1aa5304b: Layer already exists 06:30:53 8bd50089652b: Layer already exists 06:30:53 3b86b680b648: Layer already exists 06:30:53 3c0c8d91a566: Layer already exists 06:30:53 994456c4fd7b: Layer already exists 06:30:53 e19c3ea92e1c: Layer already exists 06:30:53 e6ae4c47c476: Layer already exists 06:30:53 4.1.0-dev.2: digest: sha256:7382eebd71c373106515d0a74a574d810cdc05187dec3b875013833c46db1544 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:54 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:30:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:30:54 241f34ff06f8: Preparing 06:30:54 1d6c1aa5304b: Preparing 06:30:54 3c0c8d91a566: Preparing 06:30:54 3b86b680b648: Preparing 06:30:54 8bd50089652b: Preparing 06:30:54 e6ae4c47c476: Preparing 06:30:54 e19c3ea92e1c: Preparing 06:30:54 994456c4fd7b: Preparing 06:30:54 e19c3ea92e1c: Waiting 06:30:54 994456c4fd7b: Waiting 06:30:54 e6ae4c47c476: Waiting 06:30:54 3c0c8d91a566: Layer already exists 06:30:54 241f34ff06f8: Layer already exists 06:30:54 1d6c1aa5304b: Layer already exists 06:30:54 8bd50089652b: Layer already exists 06:30:54 3b86b680b648: Layer already exists 06:30:54 e19c3ea92e1c: Layer already exists 06:30:54 994456c4fd7b: Layer already exists 06:30:54 e6ae4c47c476: Layer already exists 06:30:54 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:7382eebd71c373106515d0a74a574d810cdc05187dec3b875013833c46db1544 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:54 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 06:30:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:30:55 241f34ff06f8: Preparing 06:30:55 1d6c1aa5304b: Preparing 06:30:55 3c0c8d91a566: Preparing 06:30:55 3b86b680b648: Preparing 06:30:55 8bd50089652b: Preparing 06:30:55 e6ae4c47c476: Preparing 06:30:55 e19c3ea92e1c: Preparing 06:30:55 994456c4fd7b: Preparing 06:30:55 e19c3ea92e1c: Waiting 06:30:55 994456c4fd7b: Waiting 06:30:55 241f34ff06f8: Layer already exists 06:30:55 8bd50089652b: Layer already exists 06:30:55 3c0c8d91a566: Layer already exists 06:30:55 3b86b680b648: Layer already exists 06:30:55 1d6c1aa5304b: Layer already exists 06:30:55 994456c4fd7b: Layer already exists 06:30:55 e6ae4c47c476: Layer already exists 06:30:55 e19c3ea92e1c: Layer already exists 06:30:55 main: digest: sha256:7382eebd71c373106515d0a74a574d810cdc05187dec3b875013833c46db1544 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:30:55 ===================================================== [Pipeline] echo 06:30:55 taggedImages: 06:30:55 - nexus3.edgexfoundry.org:10004/core-metadata:6465a293da8cbf4193faab0c72aad8d404252516 06:30:55 - nexus3.edgexfoundry.org:10004/core-metadata:latest 06:30:55 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.2 06:30:55 - nexus3.edgexfoundry.org:10004/core-metadata:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:30:55 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 06:30:55 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 06:30:55 6465a293da8cbf4193faab0c72aad8d404252516 06:30:55 latest 06:30:55 4.1.0-dev.2 06:30:55 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:30:55 main 06:30:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:55 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:56 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516 06:30:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:30:56 6ddad5f03745: Preparing 06:30:56 f260bea0971e: Preparing 06:30:56 9528efcbeb96: Preparing 06:30:56 4edbb7d839ad: Preparing 06:30:56 5488daf2bcc8: Preparing 06:30:56 e4e34c4f4b1a: Preparing 06:30:56 6d69be414026: Preparing 06:30:56 3b86b680b648: Preparing 06:30:56 8bd50089652b: Preparing 06:30:56 ec03d910a8d5: Preparing 06:30:56 cdfb4d8d01a1: Preparing 06:30:56 5f70bf18a086: Preparing 06:30:56 d6873149d74d: Preparing 06:30:56 fa5006228f13: Preparing 06:30:56 022cd8350b76: Preparing 06:30:56 994456c4fd7b: Preparing 06:30:56 6d69be414026: Waiting 06:30:56 3b86b680b648: Waiting 06:30:56 8bd50089652b: Waiting 06:30:56 ec03d910a8d5: Waiting 06:30:56 cdfb4d8d01a1: Waiting 06:30:56 5f70bf18a086: Waiting 06:30:56 e4e34c4f4b1a: Waiting 06:30:56 d6873149d74d: Waiting 06:30:56 022cd8350b76: Waiting 06:30:56 994456c4fd7b: Waiting 06:30:56 4edbb7d839ad: Pushed 06:30:56 5488daf2bcc8: Pushed 06:30:56 9528efcbeb96: Pushed 06:30:56 6ddad5f03745: Pushed 06:30:56 f260bea0971e: Pushed 06:30:56 3b86b680b648: Layer already exists 06:30:56 8bd50089652b: Layer already exists 06:30:56 5f70bf18a086: Layer already exists 06:30:56 e4e34c4f4b1a: Pushed 06:30:56 ec03d910a8d5: Pushed 06:30:56 cdfb4d8d01a1: Pushed 06:30:56 d6873149d74d: Pushed 06:30:56 994456c4fd7b: Layer already exists 06:30:56 fa5006228f13: Pushed 06:30:56 022cd8350b76: Pushed 06:30:57 6d69be414026: Pushed 06:30:57 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:58 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 06:30:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:30:58 6ddad5f03745: Preparing 06:30:58 f260bea0971e: Preparing 06:30:58 9528efcbeb96: Preparing 06:30:58 4edbb7d839ad: Preparing 06:30:58 5488daf2bcc8: Preparing 06:30:58 e4e34c4f4b1a: Preparing 06:30:58 6d69be414026: Preparing 06:30:58 3b86b680b648: Preparing 06:30:58 8bd50089652b: Preparing 06:30:58 ec03d910a8d5: Preparing 06:30:58 cdfb4d8d01a1: Preparing 06:30:58 5f70bf18a086: Preparing 06:30:58 d6873149d74d: Preparing 06:30:58 fa5006228f13: Preparing 06:30:58 022cd8350b76: Preparing 06:30:58 994456c4fd7b: Preparing 06:30:58 cdfb4d8d01a1: Waiting 06:30:58 6d69be414026: Waiting 06:30:58 5f70bf18a086: Waiting 06:30:58 3b86b680b648: Waiting 06:30:58 d6873149d74d: Waiting 06:30:58 fa5006228f13: Waiting 06:30:58 8bd50089652b: Waiting 06:30:58 e4e34c4f4b1a: Waiting 06:30:58 022cd8350b76: Waiting 06:30:58 ec03d910a8d5: Waiting 06:30:58 6ddad5f03745: Layer already exists 06:30:58 4edbb7d839ad: Layer already exists 06:30:58 f260bea0971e: Layer already exists 06:30:58 5488daf2bcc8: Layer already exists 06:30:58 9528efcbeb96: Layer already exists 06:30:58 e4e34c4f4b1a: Layer already exists 06:30:58 6d69be414026: Layer already exists 06:30:58 3b86b680b648: Layer already exists 06:30:58 ec03d910a8d5: Layer already exists 06:30:58 8bd50089652b: Layer already exists 06:30:58 cdfb4d8d01a1: Layer already exists 06:30:58 5f70bf18a086: Layer already exists 06:30:58 fa5006228f13: Layer already exists 06:30:58 d6873149d74d: Layer already exists 06:30:58 022cd8350b76: Layer already exists 06:30:58 994456c4fd7b: Layer already exists 06:30:58 latest: digest: sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:58 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:59 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.2 06:30:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:30:59 6ddad5f03745: Preparing 06:30:59 f260bea0971e: Preparing 06:30:59 9528efcbeb96: Preparing 06:30:59 4edbb7d839ad: Preparing 06:30:59 5488daf2bcc8: Preparing 06:30:59 e4e34c4f4b1a: Preparing 06:30:59 6d69be414026: Preparing 06:30:59 3b86b680b648: Preparing 06:30:59 8bd50089652b: Preparing 06:30:59 ec03d910a8d5: Preparing 06:30:59 cdfb4d8d01a1: Preparing 06:30:59 5f70bf18a086: Preparing 06:30:59 d6873149d74d: Preparing 06:30:59 e4e34c4f4b1a: Waiting 06:30:59 8bd50089652b: Waiting 06:30:59 ec03d910a8d5: Waiting 06:30:59 cdfb4d8d01a1: Waiting 06:30:59 5f70bf18a086: Waiting 06:30:59 d6873149d74d: Waiting 06:30:59 3b86b680b648: Waiting 06:30:59 6d69be414026: Waiting 06:30:59 fa5006228f13: Preparing 06:30:59 022cd8350b76: Preparing 06:30:59 994456c4fd7b: Preparing 06:30:59 022cd8350b76: Waiting 06:30:59 994456c4fd7b: Waiting 06:30:59 f260bea0971e: Layer already exists 06:30:59 4edbb7d839ad: Layer already exists 06:30:59 6ddad5f03745: Layer already exists 06:30:59 9528efcbeb96: Layer already exists 06:30:59 5488daf2bcc8: Layer already exists 06:30:59 6d69be414026: Layer already exists 06:30:59 3b86b680b648: Layer already exists 06:30:59 e4e34c4f4b1a: Layer already exists 06:30:59 ec03d910a8d5: Layer already exists 06:30:59 8bd50089652b: Layer already exists 06:30:59 5f70bf18a086: Layer already exists 06:30:59 cdfb4d8d01a1: Layer already exists 06:30:59 d6873149d74d: Layer already exists 06:30:59 fa5006228f13: Layer already exists 06:30:59 022cd8350b76: Layer already exists 06:30:59 994456c4fd7b: Layer already exists 06:30:59 4.1.0-dev.2: digest: sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:59 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:59 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:30:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:30:59 6ddad5f03745: Preparing 06:30:59 f260bea0971e: Preparing 06:30:59 9528efcbeb96: Preparing 06:30:59 4edbb7d839ad: Preparing 06:30:59 5488daf2bcc8: Preparing 06:30:59 e4e34c4f4b1a: Preparing 06:30:59 6d69be414026: Preparing 06:30:59 3b86b680b648: Preparing 06:30:59 8bd50089652b: Preparing 06:30:59 ec03d910a8d5: Preparing 06:30:59 cdfb4d8d01a1: Preparing 06:30:59 5f70bf18a086: Preparing 06:30:59 d6873149d74d: Preparing 06:30:59 fa5006228f13: Preparing 06:30:59 022cd8350b76: Preparing 06:30:59 994456c4fd7b: Preparing 06:30:59 e4e34c4f4b1a: Waiting 06:30:59 6d69be414026: Waiting 06:30:59 8bd50089652b: Waiting 06:30:59 ec03d910a8d5: Waiting 06:30:59 cdfb4d8d01a1: Waiting 06:30:59 5f70bf18a086: Waiting 06:30:59 d6873149d74d: Waiting 06:30:59 994456c4fd7b: Waiting 06:30:59 022cd8350b76: Waiting 06:30:59 3b86b680b648: Waiting 06:30:59 6ddad5f03745: Layer already exists 06:30:59 4edbb7d839ad: Layer already exists 06:30:59 5488daf2bcc8: Layer already exists 06:30:59 f260bea0971e: Layer already exists 06:30:59 9528efcbeb96: Layer already exists 06:30:59 3b86b680b648: Layer already exists 06:30:59 8bd50089652b: Layer already exists 06:30:59 6d69be414026: Layer already exists 06:30:59 ec03d910a8d5: Layer already exists 06:30:59 e4e34c4f4b1a: Layer already exists 06:30:59 cdfb4d8d01a1: Layer already exists 06:30:59 5f70bf18a086: Layer already exists 06:30:59 d6873149d74d: Layer already exists 06:30:59 022cd8350b76: Layer already exists 06:30:59 fa5006228f13: Layer already exists 06:30:59 994456c4fd7b: Layer already exists 06:30:59 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:30:59 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 06:31:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:31:00 6ddad5f03745: Preparing 06:31:00 f260bea0971e: Preparing 06:31:00 9528efcbeb96: Preparing 06:31:00 4edbb7d839ad: Preparing 06:31:00 5488daf2bcc8: Preparing 06:31:00 e4e34c4f4b1a: Preparing 06:31:00 6d69be414026: Preparing 06:31:00 3b86b680b648: Preparing 06:31:00 8bd50089652b: Preparing 06:31:00 ec03d910a8d5: Preparing 06:31:00 cdfb4d8d01a1: Preparing 06:31:00 5f70bf18a086: Preparing 06:31:00 d6873149d74d: Preparing 06:31:00 fa5006228f13: Preparing 06:31:00 022cd8350b76: Preparing 06:31:00 994456c4fd7b: Preparing 06:31:00 6d69be414026: Waiting 06:31:00 ec03d910a8d5: Waiting 06:31:00 3b86b680b648: Waiting 06:31:00 cdfb4d8d01a1: Waiting 06:31:00 5f70bf18a086: Waiting 06:31:00 8bd50089652b: Waiting 06:31:00 022cd8350b76: Waiting 06:31:00 994456c4fd7b: Waiting 06:31:00 d6873149d74d: Waiting 06:31:00 e4e34c4f4b1a: Waiting 06:31:00 6ddad5f03745: Layer already exists 06:31:00 9528efcbeb96: Layer already exists 06:31:00 4edbb7d839ad: Layer already exists 06:31:00 f260bea0971e: Layer already exists 06:31:00 5488daf2bcc8: Layer already exists 06:31:00 6d69be414026: Layer already exists 06:31:00 8bd50089652b: Layer already exists 06:31:00 e4e34c4f4b1a: Layer already exists 06:31:00 ec03d910a8d5: Layer already exists 06:31:00 3b86b680b648: Layer already exists 06:31:00 cdfb4d8d01a1: Layer already exists 06:31:00 5f70bf18a086: Layer already exists 06:31:00 d6873149d74d: Layer already exists 06:31:00 fa5006228f13: Layer already exists 06:31:00 022cd8350b76: Layer already exists 06:31:00 994456c4fd7b: Layer already exists 06:31:00 main: digest: sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:31:00 ===================================================== [Pipeline] echo 06:31:00 taggedImages: 06:31:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516 06:31:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 06:31:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.2 06:31:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:31:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 06:31:00 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 06:31:00 6465a293da8cbf4193faab0c72aad8d404252516 06:31:00 latest 06:31:00 4.1.0-dev.2 06:31:00 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:31:00 main 06:31:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:00 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:6465a293da8cbf4193faab0c72aad8d404252516 06:31:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:31:01 1ec239619137: Preparing 06:31:01 0be3f0ab2817: Preparing 06:31:01 ed00ccc6e2b4: Preparing 06:31:01 320456f81c29: Preparing 06:31:01 3b86b680b648: Preparing 06:31:01 8bd50089652b: Preparing 06:31:01 e6ae4c47c476: Preparing 06:31:01 e19c3ea92e1c: Preparing 06:31:01 994456c4fd7b: Preparing 06:31:01 e6ae4c47c476: Waiting 06:31:01 e19c3ea92e1c: Waiting 06:31:01 994456c4fd7b: Waiting 06:31:01 8bd50089652b: Waiting 06:31:01 0be3f0ab2817: Layer already exists 06:31:01 1ec239619137: Layer already exists 06:31:01 3b86b680b648: Layer already exists 06:31:01 8bd50089652b: Layer already exists 06:31:01 e6ae4c47c476: Layer already exists 06:31:01 e19c3ea92e1c: Layer already exists 06:31:01 994456c4fd7b: Layer already exists 06:31:01 ed00ccc6e2b4: Pushed 06:31:03 320456f81c29: Pushed 06:31:03 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:2be8cfc5ad7b39618082c35a698af541954bc4914742dd958607346780e100b5 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:03 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 06:31:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:31:04 1ec239619137: Preparing 06:31:04 0be3f0ab2817: Preparing 06:31:04 ed00ccc6e2b4: Preparing 06:31:04 320456f81c29: Preparing 06:31:04 3b86b680b648: Preparing 06:31:04 8bd50089652b: Preparing 06:31:04 e6ae4c47c476: Preparing 06:31:04 e19c3ea92e1c: Preparing 06:31:04 994456c4fd7b: Preparing 06:31:04 8bd50089652b: Waiting 06:31:04 e6ae4c47c476: Waiting 06:31:04 e19c3ea92e1c: Waiting 06:31:04 994456c4fd7b: Waiting 06:31:04 320456f81c29: Layer already exists 06:31:04 3b86b680b648: Layer already exists 06:31:04 1ec239619137: Layer already exists 06:31:04 ed00ccc6e2b4: Layer already exists 06:31:04 0be3f0ab2817: Layer already exists 06:31:04 e6ae4c47c476: Layer already exists 06:31:04 e19c3ea92e1c: Layer already exists 06:31:04 994456c4fd7b: Layer already exists 06:31:04 8bd50089652b: Layer already exists 06:31:04 latest: digest: sha256:2be8cfc5ad7b39618082c35a698af541954bc4914742dd958607346780e100b5 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:04 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.2 06:31:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:31:04 1ec239619137: Preparing 06:31:04 0be3f0ab2817: Preparing 06:31:04 ed00ccc6e2b4: Preparing 06:31:04 320456f81c29: Preparing 06:31:04 3b86b680b648: Preparing 06:31:04 8bd50089652b: Preparing 06:31:04 e6ae4c47c476: Preparing 06:31:04 e19c3ea92e1c: Preparing 06:31:04 994456c4fd7b: Preparing 06:31:04 e6ae4c47c476: Waiting 06:31:04 8bd50089652b: Waiting 06:31:04 e19c3ea92e1c: Waiting 06:31:04 994456c4fd7b: Waiting 06:31:04 ed00ccc6e2b4: Layer already exists 06:31:04 3b86b680b648: Layer already exists 06:31:04 0be3f0ab2817: Layer already exists 06:31:04 1ec239619137: Layer already exists 06:31:04 320456f81c29: Layer already exists 06:31:04 8bd50089652b: Layer already exists 06:31:04 e6ae4c47c476: Layer already exists 06:31:04 e19c3ea92e1c: Layer already exists 06:31:04 994456c4fd7b: Layer already exists 06:31:04 4.1.0-dev.2: digest: sha256:2be8cfc5ad7b39618082c35a698af541954bc4914742dd958607346780e100b5 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:05 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:31:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:31:05 1ec239619137: Preparing 06:31:05 0be3f0ab2817: Preparing 06:31:05 ed00ccc6e2b4: Preparing 06:31:05 320456f81c29: Preparing 06:31:05 3b86b680b648: Preparing 06:31:05 8bd50089652b: Preparing 06:31:05 e6ae4c47c476: Preparing 06:31:05 e19c3ea92e1c: Preparing 06:31:05 994456c4fd7b: Preparing 06:31:05 8bd50089652b: Waiting 06:31:05 e6ae4c47c476: Waiting 06:31:05 e19c3ea92e1c: Waiting 06:31:05 994456c4fd7b: Waiting 06:31:05 1ec239619137: Layer already exists 06:31:05 ed00ccc6e2b4: Layer already exists 06:31:05 3b86b680b648: Layer already exists 06:31:05 0be3f0ab2817: Layer already exists 06:31:05 320456f81c29: Layer already exists 06:31:05 e6ae4c47c476: Layer already exists 06:31:05 8bd50089652b: Layer already exists 06:31:05 e19c3ea92e1c: Layer already exists 06:31:05 994456c4fd7b: Layer already exists 06:31:05 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:2be8cfc5ad7b39618082c35a698af541954bc4914742dd958607346780e100b5 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:06 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 06:31:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:31:06 1ec239619137: Preparing 06:31:06 0be3f0ab2817: Preparing 06:31:06 ed00ccc6e2b4: Preparing 06:31:06 320456f81c29: Preparing 06:31:06 3b86b680b648: Preparing 06:31:06 8bd50089652b: Preparing 06:31:06 e6ae4c47c476: Preparing 06:31:06 e19c3ea92e1c: Preparing 06:31:06 994456c4fd7b: Preparing 06:31:06 8bd50089652b: Waiting 06:31:06 e19c3ea92e1c: Waiting 06:31:06 e6ae4c47c476: Waiting 06:31:06 994456c4fd7b: Waiting 06:31:06 320456f81c29: Layer already exists 06:31:06 0be3f0ab2817: Layer already exists 06:31:06 ed00ccc6e2b4: Layer already exists 06:31:06 3b86b680b648: Layer already exists 06:31:06 1ec239619137: Layer already exists 06:31:06 8bd50089652b: Layer already exists 06:31:06 994456c4fd7b: Layer already exists 06:31:06 e19c3ea92e1c: Layer already exists 06:31:06 e6ae4c47c476: Layer already exists 06:31:06 main: digest: sha256:2be8cfc5ad7b39618082c35a698af541954bc4914742dd958607346780e100b5 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:31:06 ===================================================== [Pipeline] echo 06:31:06 taggedImages: 06:31:06 - nexus3.edgexfoundry.org:10004/security-proxy-auth:6465a293da8cbf4193faab0c72aad8d404252516 06:31:06 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 06:31:06 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.2 06:31:06 - nexus3.edgexfoundry.org:10004/security-proxy-auth:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:31:06 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 06:31:06 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 06:31:06 6465a293da8cbf4193faab0c72aad8d404252516 06:31:06 latest 06:31:06 4.1.0-dev.2 06:31:06 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:31:06 main 06:31:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:06 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516 06:31:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:31:07 b85ab747f3dd: Preparing 06:31:07 88b2a80899cc: Preparing 06:31:07 20aca664dfdb: Preparing 06:31:07 a1549bc00663: Preparing 06:31:07 d32484717db9: Preparing 06:31:07 3b86b680b648: Preparing 06:31:07 8bd50089652b: Preparing 06:31:07 9518bb97c7b9: Preparing 06:31:07 f49a117c1302: Preparing 06:31:07 7191ce6c5206: Preparing 06:31:07 994456c4fd7b: Preparing 06:31:07 3b86b680b648: Waiting 06:31:07 8bd50089652b: Waiting 06:31:07 994456c4fd7b: Waiting 06:31:07 9518bb97c7b9: Waiting 06:31:07 7191ce6c5206: Waiting 06:31:07 f49a117c1302: Waiting 06:31:07 a1549bc00663: Pushed 06:31:07 3b86b680b648: Layer already exists 06:31:07 88b2a80899cc: Pushed 06:31:07 b85ab747f3dd: Pushed 06:31:07 d32484717db9: Pushed 06:31:07 8bd50089652b: Layer already exists 06:31:07 994456c4fd7b: Layer already exists 06:31:07 9518bb97c7b9: Pushed 06:31:07 f49a117c1302: Pushed 06:31:08 7191ce6c5206: Pushed 06:31:09 20aca664dfdb: Pushed 06:31:09 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:a7ed4f48e6ea8fe6f70fccdfe2c7e4df039dfd86643c4e4f75e56fd84a1ac5a3 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:09 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 06:31:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:31:10 b85ab747f3dd: Preparing 06:31:10 88b2a80899cc: Preparing 06:31:10 20aca664dfdb: Preparing 06:31:10 a1549bc00663: Preparing 06:31:10 d32484717db9: Preparing 06:31:10 3b86b680b648: Preparing 06:31:10 8bd50089652b: Preparing 06:31:10 9518bb97c7b9: Preparing 06:31:10 f49a117c1302: Preparing 06:31:10 7191ce6c5206: Preparing 06:31:10 994456c4fd7b: Preparing 06:31:10 9518bb97c7b9: Waiting 06:31:10 f49a117c1302: Waiting 06:31:10 7191ce6c5206: Waiting 06:31:10 3b86b680b648: Waiting 06:31:10 8bd50089652b: Waiting 06:31:10 d32484717db9: Layer already exists 06:31:10 88b2a80899cc: Layer already exists 06:31:10 a1549bc00663: Layer already exists 06:31:10 20aca664dfdb: Layer already exists 06:31:10 b85ab747f3dd: Layer already exists 06:31:10 7191ce6c5206: Layer already exists 06:31:10 3b86b680b648: Layer already exists 06:31:10 9518bb97c7b9: Layer already exists 06:31:10 f49a117c1302: Layer already exists 06:31:10 8bd50089652b: Layer already exists 06:31:10 994456c4fd7b: Layer already exists 06:31:10 latest: digest: sha256:a7ed4f48e6ea8fe6f70fccdfe2c7e4df039dfd86643c4e4f75e56fd84a1ac5a3 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:10 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.2 06:31:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:31:10 b85ab747f3dd: Preparing 06:31:10 88b2a80899cc: Preparing 06:31:10 20aca664dfdb: Preparing 06:31:10 a1549bc00663: Preparing 06:31:10 d32484717db9: Preparing 06:31:10 3b86b680b648: Preparing 06:31:10 8bd50089652b: Preparing 06:31:10 9518bb97c7b9: Preparing 06:31:10 f49a117c1302: Preparing 06:31:10 7191ce6c5206: Preparing 06:31:10 994456c4fd7b: Preparing 06:31:10 8bd50089652b: Waiting 06:31:10 9518bb97c7b9: Waiting 06:31:10 f49a117c1302: Waiting 06:31:10 7191ce6c5206: Waiting 06:31:10 994456c4fd7b: Waiting 06:31:10 3b86b680b648: Waiting 06:31:10 88b2a80899cc: Layer already exists 06:31:10 b85ab747f3dd: Layer already exists 06:31:10 20aca664dfdb: Layer already exists 06:31:10 a1549bc00663: Layer already exists 06:31:10 d32484717db9: Layer already exists 06:31:10 3b86b680b648: Layer already exists 06:31:10 8bd50089652b: Layer already exists 06:31:10 f49a117c1302: Layer already exists 06:31:10 7191ce6c5206: Layer already exists 06:31:10 9518bb97c7b9: Layer already exists 06:31:10 994456c4fd7b: Layer already exists 06:31:10 4.1.0-dev.2: digest: sha256:a7ed4f48e6ea8fe6f70fccdfe2c7e4df039dfd86643c4e4f75e56fd84a1ac5a3 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:11 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:31:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:31:11 b85ab747f3dd: Preparing 06:31:11 88b2a80899cc: Preparing 06:31:11 20aca664dfdb: Preparing 06:31:11 a1549bc00663: Preparing 06:31:11 d32484717db9: Preparing 06:31:11 3b86b680b648: Preparing 06:31:11 8bd50089652b: Preparing 06:31:11 9518bb97c7b9: Preparing 06:31:11 f49a117c1302: Preparing 06:31:11 7191ce6c5206: Preparing 06:31:11 994456c4fd7b: Preparing 06:31:11 3b86b680b648: Waiting 06:31:11 7191ce6c5206: Waiting 06:31:11 8bd50089652b: Waiting 06:31:11 994456c4fd7b: Waiting 06:31:11 9518bb97c7b9: Waiting 06:31:11 f49a117c1302: Waiting 06:31:11 d32484717db9: Layer already exists 06:31:11 88b2a80899cc: Layer already exists 06:31:11 20aca664dfdb: Layer already exists 06:31:11 b85ab747f3dd: Layer already exists 06:31:11 a1549bc00663: Layer already exists 06:31:11 3b86b680b648: Layer already exists 06:31:11 8bd50089652b: Layer already exists 06:31:11 7191ce6c5206: Layer already exists 06:31:11 9518bb97c7b9: Layer already exists 06:31:11 f49a117c1302: Layer already exists 06:31:11 994456c4fd7b: Layer already exists 06:31:11 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:a7ed4f48e6ea8fe6f70fccdfe2c7e4df039dfd86643c4e4f75e56fd84a1ac5a3 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:11 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 06:31:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:31:12 b85ab747f3dd: Preparing 06:31:12 88b2a80899cc: Preparing 06:31:12 20aca664dfdb: Preparing 06:31:12 a1549bc00663: Preparing 06:31:12 d32484717db9: Preparing 06:31:12 3b86b680b648: Preparing 06:31:12 8bd50089652b: Preparing 06:31:12 9518bb97c7b9: Preparing 06:31:12 3b86b680b648: Waiting 06:31:12 8bd50089652b: Waiting 06:31:12 f49a117c1302: Preparing 06:31:12 7191ce6c5206: Preparing 06:31:12 9518bb97c7b9: Waiting 06:31:12 f49a117c1302: Waiting 06:31:12 994456c4fd7b: Preparing 06:31:12 994456c4fd7b: Waiting 06:31:12 d32484717db9: Layer already exists 06:31:12 b85ab747f3dd: Layer already exists 06:31:12 88b2a80899cc: Layer already exists 06:31:12 20aca664dfdb: Layer already exists 06:31:12 a1549bc00663: Layer already exists 06:31:12 3b86b680b648: Layer already exists 06:31:12 8bd50089652b: Layer already exists 06:31:12 7191ce6c5206: Layer already exists 06:31:12 9518bb97c7b9: Layer already exists 06:31:12 f49a117c1302: Layer already exists 06:31:12 994456c4fd7b: Layer already exists 06:31:12 main: digest: sha256:a7ed4f48e6ea8fe6f70fccdfe2c7e4df039dfd86643c4e4f75e56fd84a1ac5a3 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:31:12 ===================================================== [Pipeline] echo 06:31:12 taggedImages: 06:31:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516 06:31:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 06:31:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.2 06:31:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:31:12 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 06:31:12 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 06:31:12 6465a293da8cbf4193faab0c72aad8d404252516 06:31:12 latest 06:31:12 4.1.0-dev.2 06:31:12 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:31:12 main 06:31:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:12 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516 06:31:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:31:12 13d89f0b38a0: Preparing 06:31:12 c27fd92374a6: Preparing 06:31:12 8580acba840d: Preparing 06:31:12 18bf7f16899a: Preparing 06:31:12 0734d4d53934: Preparing 06:31:12 c32b2afb4882: Preparing 06:31:12 fd025dfc232a: Preparing 06:31:12 3b86b680b648: Preparing 06:31:12 8bd50089652b: Preparing 06:31:12 06cb60e039b5: Preparing 06:31:12 00660922abca: Preparing 06:31:12 994456c4fd7b: Preparing 06:31:12 00660922abca: Waiting 06:31:12 c32b2afb4882: Waiting 06:31:12 994456c4fd7b: Waiting 06:31:12 fd025dfc232a: Waiting 06:31:12 8bd50089652b: Waiting 06:31:12 06cb60e039b5: Waiting 06:31:12 3b86b680b648: Waiting 06:31:12 c27fd92374a6: Pushed 06:31:12 13d89f0b38a0: Pushed 06:31:12 0734d4d53934: Pushed 06:31:12 3b86b680b648: Layer already exists 06:31:12 8bd50089652b: Layer already exists 06:31:12 c32b2afb4882: Pushed 06:31:12 fd025dfc232a: Pushed 06:31:13 994456c4fd7b: Layer already exists 06:31:13 06cb60e039b5: Pushed 06:31:14 00660922abca: Pushed 06:31:14 18bf7f16899a: Pushed 06:31:15 8580acba840d: Pushed 06:31:16 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:2b848c341a984acdfc5cb66381a1620d3b6ec9a79a34f89b3173119287ec8cd0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:16 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:16 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 06:31:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:31:16 13d89f0b38a0: Preparing 06:31:16 c27fd92374a6: Preparing 06:31:16 8580acba840d: Preparing 06:31:16 18bf7f16899a: Preparing 06:31:16 0734d4d53934: Preparing 06:31:16 c32b2afb4882: Preparing 06:31:16 fd025dfc232a: Preparing 06:31:16 3b86b680b648: Preparing 06:31:16 8bd50089652b: Preparing 06:31:16 06cb60e039b5: Preparing 06:31:16 00660922abca: Preparing 06:31:16 994456c4fd7b: Preparing 06:31:16 fd025dfc232a: Waiting 06:31:16 3b86b680b648: Waiting 06:31:16 8bd50089652b: Waiting 06:31:16 06cb60e039b5: Waiting 06:31:16 00660922abca: Waiting 06:31:16 994456c4fd7b: Waiting 06:31:16 c32b2afb4882: Waiting 06:31:16 8580acba840d: Layer already exists 06:31:16 18bf7f16899a: Layer already exists 06:31:16 13d89f0b38a0: Layer already exists 06:31:16 c27fd92374a6: Layer already exists 06:31:16 0734d4d53934: Layer already exists 06:31:16 c32b2afb4882: Layer already exists 06:31:16 fd025dfc232a: Layer already exists 06:31:16 3b86b680b648: Layer already exists 06:31:16 06cb60e039b5: Layer already exists 06:31:16 8bd50089652b: Layer already exists 06:31:16 00660922abca: Layer already exists 06:31:16 994456c4fd7b: Layer already exists 06:31:16 latest: digest: sha256:2b848c341a984acdfc5cb66381a1620d3b6ec9a79a34f89b3173119287ec8cd0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:17 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:17 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.2 06:31:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:31:17 13d89f0b38a0: Preparing 06:31:17 c27fd92374a6: Preparing 06:31:17 8580acba840d: Preparing 06:31:17 18bf7f16899a: Preparing 06:31:17 0734d4d53934: Preparing 06:31:17 c32b2afb4882: Preparing 06:31:17 fd025dfc232a: Preparing 06:31:17 3b86b680b648: Preparing 06:31:17 8bd50089652b: Preparing 06:31:17 06cb60e039b5: Preparing 06:31:17 00660922abca: Preparing 06:31:17 994456c4fd7b: Preparing 06:31:17 fd025dfc232a: Waiting 06:31:17 3b86b680b648: Waiting 06:31:17 8bd50089652b: Waiting 06:31:17 06cb60e039b5: Waiting 06:31:17 00660922abca: Waiting 06:31:17 994456c4fd7b: Waiting 06:31:17 c32b2afb4882: Waiting 06:31:17 8580acba840d: Layer already exists 06:31:17 c27fd92374a6: Layer already exists 06:31:17 13d89f0b38a0: Layer already exists 06:31:17 0734d4d53934: Layer already exists 06:31:17 18bf7f16899a: Layer already exists 06:31:17 3b86b680b648: Layer already exists 06:31:17 c32b2afb4882: Layer already exists 06:31:17 fd025dfc232a: Layer already exists 06:31:17 8bd50089652b: Layer already exists 06:31:17 06cb60e039b5: Layer already exists 06:31:17 00660922abca: Layer already exists 06:31:17 994456c4fd7b: Layer already exists 06:31:17 4.1.0-dev.2: digest: sha256:2b848c341a984acdfc5cb66381a1620d3b6ec9a79a34f89b3173119287ec8cd0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:17 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:17 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:31:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:31:17 13d89f0b38a0: Preparing 06:31:17 c27fd92374a6: Preparing 06:31:17 8580acba840d: Preparing 06:31:17 18bf7f16899a: Preparing 06:31:17 0734d4d53934: Preparing 06:31:17 c32b2afb4882: Preparing 06:31:17 fd025dfc232a: Preparing 06:31:17 3b86b680b648: Preparing 06:31:17 8bd50089652b: Preparing 06:31:17 06cb60e039b5: Preparing 06:31:17 00660922abca: Preparing 06:31:17 994456c4fd7b: Preparing 06:31:17 3b86b680b648: Waiting 06:31:17 c32b2afb4882: Waiting 06:31:17 fd025dfc232a: Waiting 06:31:17 8bd50089652b: Waiting 06:31:17 994456c4fd7b: Waiting 06:31:17 06cb60e039b5: Waiting 06:31:17 00660922abca: Waiting 06:31:17 c27fd92374a6: Layer already exists 06:31:17 18bf7f16899a: Layer already exists 06:31:17 13d89f0b38a0: Layer already exists 06:31:17 0734d4d53934: Layer already exists 06:31:17 8580acba840d: Layer already exists 06:31:17 c32b2afb4882: Layer already exists 06:31:17 fd025dfc232a: Layer already exists 06:31:17 3b86b680b648: Layer already exists 06:31:17 8bd50089652b: Layer already exists 06:31:17 06cb60e039b5: Layer already exists 06:31:17 00660922abca: Layer already exists 06:31:17 994456c4fd7b: Layer already exists 06:31:17 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:2b848c341a984acdfc5cb66381a1620d3b6ec9a79a34f89b3173119287ec8cd0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:18 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:18 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 06:31:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:31:18 13d89f0b38a0: Preparing 06:31:18 c27fd92374a6: Preparing 06:31:18 8580acba840d: Preparing 06:31:18 18bf7f16899a: Preparing 06:31:18 0734d4d53934: Preparing 06:31:18 c32b2afb4882: Preparing 06:31:18 fd025dfc232a: Preparing 06:31:18 3b86b680b648: Preparing 06:31:18 8bd50089652b: Preparing 06:31:18 fd025dfc232a: Waiting 06:31:18 c32b2afb4882: Waiting 06:31:18 3b86b680b648: Waiting 06:31:18 06cb60e039b5: Preparing 06:31:18 00660922abca: Preparing 06:31:18 994456c4fd7b: Preparing 06:31:18 8bd50089652b: Waiting 06:31:18 06cb60e039b5: Waiting 06:31:18 994456c4fd7b: Waiting 06:31:18 00660922abca: Waiting 06:31:18 18bf7f16899a: Layer already exists 06:31:18 0734d4d53934: Layer already exists 06:31:18 8580acba840d: Layer already exists 06:31:18 13d89f0b38a0: Layer already exists 06:31:18 c27fd92374a6: Layer already exists 06:31:18 fd025dfc232a: Layer already exists 06:31:18 c32b2afb4882: Layer already exists 06:31:18 3b86b680b648: Layer already exists 06:31:18 8bd50089652b: Layer already exists 06:31:18 06cb60e039b5: Layer already exists 06:31:18 994456c4fd7b: Layer already exists 06:31:18 00660922abca: Layer already exists 06:31:18 main: digest: sha256:2b848c341a984acdfc5cb66381a1620d3b6ec9a79a34f89b3173119287ec8cd0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:31:18 ===================================================== [Pipeline] echo 06:31:18 taggedImages: 06:31:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516 06:31:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 06:31:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.2 06:31:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:31:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 06:31:18 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 06:31:18 6465a293da8cbf4193faab0c72aad8d404252516 06:31:18 latest 06:31:18 4.1.0-dev.2 06:31:18 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:31:18 main 06:31:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:19 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:19 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516 06:31:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:31:19 b51cefcd0b79: Preparing 06:31:19 34ee5335c414: Preparing 06:31:19 3b86b680b648: Preparing 06:31:19 8bd50089652b: Preparing 06:31:19 e36f34f55103: Preparing 06:31:19 daa973e67621: Preparing 06:31:19 994456c4fd7b: Preparing 06:31:19 daa973e67621: Waiting 06:31:19 994456c4fd7b: Waiting 06:31:19 3b86b680b648: Layer already exists 06:31:19 8bd50089652b: Layer already exists 06:31:19 994456c4fd7b: Layer already exists 06:31:19 e36f34f55103: Pushed 06:31:19 b51cefcd0b79: Pushed 06:31:20 daa973e67621: Pushed 06:31:22 34ee5335c414: Pushed 06:31:22 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:9a987132277e992a3b7a981e102782f479b9cee364aaf0a374140e00c50cfebf size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:23 + 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 06:31:23 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 06:31:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:31:23 b51cefcd0b79: Preparing 06:31:23 34ee5335c414: Preparing 06:31:23 3b86b680b648: Preparing 06:31:23 8bd50089652b: Preparing 06:31:23 e36f34f55103: Preparing 06:31:23 daa973e67621: Preparing 06:31:23 daa973e67621: Waiting 06:31:23 994456c4fd7b: Preparing 06:31:23 994456c4fd7b: Waiting 06:31:23 b51cefcd0b79: Layer already exists 06:31:23 8bd50089652b: Layer already exists 06:31:23 e36f34f55103: Layer already exists 06:31:23 3b86b680b648: Layer already exists 06:31:23 34ee5335c414: Layer already exists 06:31:23 994456c4fd7b: Layer already exists 06:31:23 daa973e67621: Layer already exists 06:31:23 latest: digest: sha256:9a987132277e992a3b7a981e102782f479b9cee364aaf0a374140e00c50cfebf size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:23 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:24 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.2 06:31:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:31:24 b51cefcd0b79: Preparing 06:31:24 34ee5335c414: Preparing 06:31:24 3b86b680b648: Preparing 06:31:24 8bd50089652b: Preparing 06:31:24 e36f34f55103: Preparing 06:31:24 daa973e67621: Preparing 06:31:24 994456c4fd7b: Preparing 06:31:24 daa973e67621: Waiting 06:31:24 994456c4fd7b: Waiting 06:31:24 8bd50089652b: Layer already exists 06:31:24 b51cefcd0b79: Layer already exists 06:31:24 34ee5335c414: Layer already exists 06:31:24 e36f34f55103: Layer already exists 06:31:24 3b86b680b648: Layer already exists 06:31:24 994456c4fd7b: Layer already exists 06:31:24 daa973e67621: Layer already exists 06:31:24 4.1.0-dev.2: digest: sha256:9a987132277e992a3b7a981e102782f479b9cee364aaf0a374140e00c50cfebf size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:24 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:24 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:31:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:31:24 b51cefcd0b79: Preparing 06:31:24 34ee5335c414: Preparing 06:31:24 3b86b680b648: Preparing 06:31:24 8bd50089652b: Preparing 06:31:24 e36f34f55103: Preparing 06:31:24 daa973e67621: Preparing 06:31:24 994456c4fd7b: Preparing 06:31:24 994456c4fd7b: Waiting 06:31:24 daa973e67621: Waiting 06:31:24 34ee5335c414: Layer already exists 06:31:24 e36f34f55103: Layer already exists 06:31:24 b51cefcd0b79: Layer already exists 06:31:24 3b86b680b648: Layer already exists 06:31:24 8bd50089652b: Layer already exists 06:31:24 994456c4fd7b: Layer already exists 06:31:24 daa973e67621: Layer already exists 06:31:24 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:9a987132277e992a3b7a981e102782f479b9cee364aaf0a374140e00c50cfebf size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:25 + 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 06:31:25 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 06:31:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:31:25 b51cefcd0b79: Preparing 06:31:25 34ee5335c414: Preparing 06:31:25 3b86b680b648: Preparing 06:31:25 8bd50089652b: Preparing 06:31:25 e36f34f55103: Preparing 06:31:25 daa973e67621: Preparing 06:31:25 994456c4fd7b: Preparing 06:31:25 daa973e67621: Waiting 06:31:25 994456c4fd7b: Waiting 06:31:25 8bd50089652b: Layer already exists 06:31:25 b51cefcd0b79: Layer already exists 06:31:25 e36f34f55103: Layer already exists 06:31:25 3b86b680b648: Layer already exists 06:31:25 34ee5335c414: Layer already exists 06:31:25 994456c4fd7b: Layer already exists 06:31:25 daa973e67621: Layer already exists 06:31:25 main: digest: sha256:9a987132277e992a3b7a981e102782f479b9cee364aaf0a374140e00c50cfebf size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:31:25 ===================================================== [Pipeline] echo 06:31:25 taggedImages: 06:31:25 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516 06:31:25 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 06:31:25 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.2 06:31:25 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:31:25 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 06:31:25 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 06:31:25 6465a293da8cbf4193faab0c72aad8d404252516 06:31:25 latest 06:31:25 4.1.0-dev.2 06:31:25 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:31:25 main 06:31:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:26 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516 06:31:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:31:26 9216f1629960: Preparing 06:31:26 337cf29de197: Preparing 06:31:26 833247ab25d5: Preparing 06:31:26 3b86b680b648: Preparing 06:31:26 8bd50089652b: Preparing 06:31:26 4943578b2518: Preparing 06:31:26 62197ef71f98: Preparing 06:31:26 560c80d5b36c: Preparing 06:31:26 e77f0ccf9fbd: Preparing 06:31:26 994456c4fd7b: Preparing 06:31:26 62197ef71f98: Waiting 06:31:26 e77f0ccf9fbd: Waiting 06:31:26 994456c4fd7b: Waiting 06:31:26 560c80d5b36c: Waiting 06:31:26 4943578b2518: Waiting 06:31:26 3b86b680b648: Layer already exists 06:31:26 8bd50089652b: Layer already exists 06:31:26 833247ab25d5: Pushed 06:31:26 9216f1629960: Pushed 06:31:26 337cf29de197: Pushed 06:31:26 994456c4fd7b: Layer already exists 06:31:26 560c80d5b36c: Pushed 06:31:26 e77f0ccf9fbd: Pushed 06:31:31 62197ef71f98: Pushed 06:31:39 4943578b2518: Pushed 06:31:39 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:39 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 06:31:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:31:39 9216f1629960: Preparing 06:31:39 337cf29de197: Preparing 06:31:39 833247ab25d5: Preparing 06:31:39 3b86b680b648: Preparing 06:31:39 8bd50089652b: Preparing 06:31:39 4943578b2518: Preparing 06:31:39 62197ef71f98: Preparing 06:31:39 560c80d5b36c: Preparing 06:31:39 e77f0ccf9fbd: Preparing 06:31:39 994456c4fd7b: Preparing 06:31:39 560c80d5b36c: Waiting 06:31:39 e77f0ccf9fbd: Waiting 06:31:39 994456c4fd7b: Waiting 06:31:39 62197ef71f98: Waiting 06:31:39 4943578b2518: Waiting 06:31:39 9216f1629960: Layer already exists 06:31:39 337cf29de197: Layer already exists 06:31:39 8bd50089652b: Layer already exists 06:31:39 833247ab25d5: Layer already exists 06:31:39 3b86b680b648: Layer already exists 06:31:39 62197ef71f98: Layer already exists 06:31:39 560c80d5b36c: Layer already exists 06:31:39 4943578b2518: Layer already exists 06:31:39 994456c4fd7b: Layer already exists 06:31:39 e77f0ccf9fbd: Layer already exists 06:31:39 latest: digest: sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:40 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.2 06:31:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:31:40 9216f1629960: Preparing 06:31:40 337cf29de197: Preparing 06:31:40 833247ab25d5: Preparing 06:31:40 3b86b680b648: Preparing 06:31:40 8bd50089652b: Preparing 06:31:40 4943578b2518: Preparing 06:31:40 62197ef71f98: Preparing 06:31:40 560c80d5b36c: Preparing 06:31:40 e77f0ccf9fbd: Preparing 06:31:40 994456c4fd7b: Preparing 06:31:40 4943578b2518: Waiting 06:31:40 62197ef71f98: Waiting 06:31:40 560c80d5b36c: Waiting 06:31:40 e77f0ccf9fbd: Waiting 06:31:40 994456c4fd7b: Waiting 06:31:40 337cf29de197: Layer already exists 06:31:40 9216f1629960: Layer already exists 06:31:40 8bd50089652b: Layer already exists 06:31:40 833247ab25d5: Layer already exists 06:31:40 3b86b680b648: Layer already exists 06:31:40 4943578b2518: Layer already exists 06:31:40 560c80d5b36c: Layer already exists 06:31:40 62197ef71f98: Layer already exists 06:31:40 e77f0ccf9fbd: Layer already exists 06:31:40 994456c4fd7b: Layer already exists 06:31:40 4.1.0-dev.2: digest: sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:40 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:31:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:31:41 9216f1629960: Preparing 06:31:41 337cf29de197: Preparing 06:31:41 833247ab25d5: Preparing 06:31:41 3b86b680b648: Preparing 06:31:41 8bd50089652b: Preparing 06:31:41 4943578b2518: Preparing 06:31:41 62197ef71f98: Preparing 06:31:41 560c80d5b36c: Preparing 06:31:41 e77f0ccf9fbd: Preparing 06:31:41 994456c4fd7b: Preparing 06:31:41 e77f0ccf9fbd: Waiting 06:31:41 560c80d5b36c: Waiting 06:31:41 994456c4fd7b: Waiting 06:31:41 4943578b2518: Waiting 06:31:41 62197ef71f98: Waiting 06:31:41 337cf29de197: Layer already exists 06:31:41 8bd50089652b: Layer already exists 06:31:41 9216f1629960: Layer already exists 06:31:41 833247ab25d5: Layer already exists 06:31:41 3b86b680b648: Layer already exists 06:31:41 62197ef71f98: Layer already exists 06:31:41 4943578b2518: Layer already exists 06:31:41 994456c4fd7b: Layer already exists 06:31:41 560c80d5b36c: Layer already exists 06:31:41 e77f0ccf9fbd: Layer already exists 06:31:41 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:41 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 06:31:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:31:41 9216f1629960: Preparing 06:31:41 337cf29de197: Preparing 06:31:41 833247ab25d5: Preparing 06:31:41 3b86b680b648: Preparing 06:31:41 8bd50089652b: Preparing 06:31:41 4943578b2518: Preparing 06:31:41 62197ef71f98: Preparing 06:31:41 560c80d5b36c: Preparing 06:31:41 e77f0ccf9fbd: Preparing 06:31:41 994456c4fd7b: Preparing 06:31:41 62197ef71f98: Waiting 06:31:41 994456c4fd7b: Waiting 06:31:41 e77f0ccf9fbd: Waiting 06:31:41 560c80d5b36c: Waiting 06:31:41 4943578b2518: Waiting 06:31:41 3b86b680b648: Layer already exists 06:31:41 337cf29de197: Layer already exists 06:31:41 8bd50089652b: Layer already exists 06:31:41 9216f1629960: Layer already exists 06:31:41 833247ab25d5: Layer already exists 06:31:41 4943578b2518: Layer already exists 06:31:41 560c80d5b36c: Layer already exists 06:31:41 e77f0ccf9fbd: Layer already exists 06:31:41 62197ef71f98: Layer already exists 06:31:41 994456c4fd7b: Layer already exists 06:31:41 main: digest: sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:31:41 ===================================================== [Pipeline] echo 06:31:41 taggedImages: 06:31:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516 06:31:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 06:31:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.2 06:31:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:31:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 06:31:41 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 06:31:41 6465a293da8cbf4193faab0c72aad8d404252516 06:31:41 latest 06:31:41 4.1.0-dev.2 06:31:41 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:31:41 main 06:31:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:42 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516 06:31:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:31:42 f52f3d450365: Preparing 06:31:42 e4d643febcad: Preparing 06:31:42 20226da7dcfd: Preparing 06:31:42 3b86b680b648: Preparing 06:31:42 8bd50089652b: Preparing 06:31:42 4943578b2518: Preparing 06:31:42 98cd4ab6d294: Preparing 06:31:42 53d962cf11e2: Preparing 06:31:42 994456c4fd7b: Preparing 06:31:42 98cd4ab6d294: Waiting 06:31:42 53d962cf11e2: Waiting 06:31:42 994456c4fd7b: Waiting 06:31:42 8bd50089652b: Layer already exists 06:31:42 3b86b680b648: Layer already exists 06:31:42 4943578b2518: Layer already exists 06:31:42 e4d643febcad: Pushed 06:31:42 20226da7dcfd: Pushed 06:31:42 994456c4fd7b: Layer already exists 06:31:42 f52f3d450365: Pushed 06:31:42 98cd4ab6d294: Pushed 06:31:42 53d962cf11e2: Pushed 06:31:43 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:8b1a08e74ca1f01ba92446b9321624c5a2f8168b5eaf02de0fd69c706328c881 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:43 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 06:31:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:31:43 f52f3d450365: Preparing 06:31:43 e4d643febcad: Preparing 06:31:43 20226da7dcfd: Preparing 06:31:43 3b86b680b648: Preparing 06:31:43 8bd50089652b: Preparing 06:31:43 4943578b2518: Preparing 06:31:43 98cd4ab6d294: Preparing 06:31:43 53d962cf11e2: Preparing 06:31:43 994456c4fd7b: Preparing 06:31:43 4943578b2518: Waiting 06:31:43 53d962cf11e2: Waiting 06:31:43 994456c4fd7b: Waiting 06:31:43 20226da7dcfd: Layer already exists 06:31:43 f52f3d450365: Layer already exists 06:31:43 3b86b680b648: Layer already exists 06:31:43 8bd50089652b: Layer already exists 06:31:43 e4d643febcad: Layer already exists 06:31:43 4943578b2518: Layer already exists 06:31:43 98cd4ab6d294: Layer already exists 06:31:43 53d962cf11e2: Layer already exists 06:31:43 994456c4fd7b: Layer already exists 06:31:43 latest: digest: sha256:8b1a08e74ca1f01ba92446b9321624c5a2f8168b5eaf02de0fd69c706328c881 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:44 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.2 06:31:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:31:44 f52f3d450365: Preparing 06:31:44 e4d643febcad: Preparing 06:31:44 20226da7dcfd: Preparing 06:31:44 3b86b680b648: Preparing 06:31:44 8bd50089652b: Preparing 06:31:44 4943578b2518: Preparing 06:31:44 98cd4ab6d294: Preparing 06:31:44 53d962cf11e2: Preparing 06:31:44 994456c4fd7b: Preparing 06:31:44 98cd4ab6d294: Waiting 06:31:44 53d962cf11e2: Waiting 06:31:44 994456c4fd7b: Waiting 06:31:44 4943578b2518: Waiting 06:31:44 8bd50089652b: Layer already exists 06:31:44 e4d643febcad: Layer already exists 06:31:44 3b86b680b648: Layer already exists 06:31:44 f52f3d450365: Layer already exists 06:31:44 20226da7dcfd: Layer already exists 06:31:44 98cd4ab6d294: Layer already exists 06:31:44 994456c4fd7b: Layer already exists 06:31:44 4943578b2518: Layer already exists 06:31:44 53d962cf11e2: Layer already exists 06:31:44 4.1.0-dev.2: digest: sha256:8b1a08e74ca1f01ba92446b9321624c5a2f8168b5eaf02de0fd69c706328c881 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:44 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:31:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:31:45 f52f3d450365: Preparing 06:31:45 e4d643febcad: Preparing 06:31:45 20226da7dcfd: Preparing 06:31:45 3b86b680b648: Preparing 06:31:45 8bd50089652b: Preparing 06:31:45 4943578b2518: Preparing 06:31:45 98cd4ab6d294: Preparing 06:31:45 53d962cf11e2: Preparing 06:31:45 994456c4fd7b: Preparing 06:31:45 53d962cf11e2: Waiting 06:31:45 994456c4fd7b: Waiting 06:31:45 4943578b2518: Waiting 06:31:45 98cd4ab6d294: Waiting 06:31:45 e4d643febcad: Layer already exists 06:31:45 3b86b680b648: Layer already exists 06:31:45 f52f3d450365: Layer already exists 06:31:45 8bd50089652b: Layer already exists 06:31:45 20226da7dcfd: Layer already exists 06:31:45 53d962cf11e2: Layer already exists 06:31:45 4943578b2518: Layer already exists 06:31:45 994456c4fd7b: Layer already exists 06:31:45 98cd4ab6d294: Layer already exists 06:31:45 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:8b1a08e74ca1f01ba92446b9321624c5a2f8168b5eaf02de0fd69c706328c881 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:45 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 06:31:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:31:45 f52f3d450365: Preparing 06:31:45 e4d643febcad: Preparing 06:31:45 20226da7dcfd: Preparing 06:31:45 3b86b680b648: Preparing 06:31:45 8bd50089652b: Preparing 06:31:45 4943578b2518: Preparing 06:31:45 98cd4ab6d294: Preparing 06:31:45 53d962cf11e2: Preparing 06:31:45 994456c4fd7b: Preparing 06:31:45 53d962cf11e2: Waiting 06:31:45 994456c4fd7b: Waiting 06:31:45 4943578b2518: Waiting 06:31:45 98cd4ab6d294: Waiting 06:31:45 f52f3d450365: Layer already exists 06:31:45 8bd50089652b: Layer already exists 06:31:45 3b86b680b648: Layer already exists 06:31:45 e4d643febcad: Layer already exists 06:31:45 20226da7dcfd: Layer already exists 06:31:45 4943578b2518: Layer already exists 06:31:45 98cd4ab6d294: Layer already exists 06:31:45 53d962cf11e2: Layer already exists 06:31:45 994456c4fd7b: Layer already exists 06:31:45 main: digest: sha256:8b1a08e74ca1f01ba92446b9321624c5a2f8168b5eaf02de0fd69c706328c881 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:31:45 ===================================================== [Pipeline] echo 06:31:45 taggedImages: 06:31:45 - nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516 06:31:45 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 06:31:45 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.2 06:31:45 - nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:31:45 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 06:31:45 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 06:31:45 6465a293da8cbf4193faab0c72aad8d404252516 06:31:45 latest 06:31:45 4.1.0-dev.2 06:31:45 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:31:45 main 06:31:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:46 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516 06:31:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:31:46 9216f1629960: Preparing 06:31:46 70638fbd79aa: Preparing 06:31:46 7918de7f25cf: Preparing 06:31:46 3b86b680b648: Preparing 06:31:46 8bd50089652b: Preparing 06:31:46 0e89b3450af0: Preparing 06:31:46 560c80d5b36c: Preparing 06:31:46 e77f0ccf9fbd: Preparing 06:31:46 994456c4fd7b: Preparing 06:31:46 560c80d5b36c: Waiting 06:31:46 e77f0ccf9fbd: Waiting 06:31:46 0e89b3450af0: Waiting 06:31:46 994456c4fd7b: Waiting 06:31:46 9216f1629960: Layer already exists 06:31:46 3b86b680b648: Layer already exists 06:31:46 8bd50089652b: Layer already exists 06:31:46 560c80d5b36c: Layer already exists 06:31:46 e77f0ccf9fbd: Layer already exists 06:31:46 994456c4fd7b: Layer already exists 06:31:46 7918de7f25cf: Pushed 06:31:46 70638fbd79aa: Pushed 06:31:59 0e89b3450af0: Pushed 06:31:59 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:a3acacc7d0a418cf28cd4dbd47d975c67e1e5f000656453d16a43fefb6ab1f25 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:00 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 06:32:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:32:00 9216f1629960: Preparing 06:32:00 70638fbd79aa: Preparing 06:32:00 7918de7f25cf: Preparing 06:32:00 3b86b680b648: Preparing 06:32:00 8bd50089652b: Preparing 06:32:00 0e89b3450af0: Preparing 06:32:00 560c80d5b36c: Preparing 06:32:00 e77f0ccf9fbd: Preparing 06:32:00 994456c4fd7b: Preparing 06:32:00 560c80d5b36c: Waiting 06:32:00 e77f0ccf9fbd: Waiting 06:32:00 994456c4fd7b: Waiting 06:32:00 0e89b3450af0: Waiting 06:32:00 8bd50089652b: Layer already exists 06:32:00 7918de7f25cf: Layer already exists 06:32:00 9216f1629960: Layer already exists 06:32:00 3b86b680b648: Layer already exists 06:32:00 70638fbd79aa: Layer already exists 06:32:00 e77f0ccf9fbd: Layer already exists 06:32:00 0e89b3450af0: Layer already exists 06:32:00 994456c4fd7b: Layer already exists 06:32:00 560c80d5b36c: Layer already exists 06:32:00 latest: digest: sha256:a3acacc7d0a418cf28cd4dbd47d975c67e1e5f000656453d16a43fefb6ab1f25 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:00 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.2 06:32:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:32:01 9216f1629960: Preparing 06:32:01 70638fbd79aa: Preparing 06:32:01 7918de7f25cf: Preparing 06:32:01 3b86b680b648: Preparing 06:32:01 8bd50089652b: Preparing 06:32:01 0e89b3450af0: Preparing 06:32:01 560c80d5b36c: Preparing 06:32:01 e77f0ccf9fbd: Preparing 06:32:01 994456c4fd7b: Preparing 06:32:01 0e89b3450af0: Waiting 06:32:01 994456c4fd7b: Waiting 06:32:01 e77f0ccf9fbd: Waiting 06:32:01 8bd50089652b: Layer already exists 06:32:01 7918de7f25cf: Layer already exists 06:32:01 70638fbd79aa: Layer already exists 06:32:01 3b86b680b648: Layer already exists 06:32:01 9216f1629960: Layer already exists 06:32:01 0e89b3450af0: Layer already exists 06:32:01 560c80d5b36c: Layer already exists 06:32:01 e77f0ccf9fbd: Layer already exists 06:32:01 994456c4fd7b: Layer already exists 06:32:01 4.1.0-dev.2: digest: sha256:a3acacc7d0a418cf28cd4dbd47d975c67e1e5f000656453d16a43fefb6ab1f25 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:01 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:32:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:32:01 9216f1629960: Preparing 06:32:01 70638fbd79aa: Preparing 06:32:01 7918de7f25cf: Preparing 06:32:01 3b86b680b648: Preparing 06:32:01 8bd50089652b: Preparing 06:32:01 0e89b3450af0: Preparing 06:32:01 560c80d5b36c: Preparing 06:32:01 e77f0ccf9fbd: Preparing 06:32:01 994456c4fd7b: Preparing 06:32:01 0e89b3450af0: Waiting 06:32:01 e77f0ccf9fbd: Waiting 06:32:01 560c80d5b36c: Waiting 06:32:01 994456c4fd7b: Waiting 06:32:01 9216f1629960: Layer already exists 06:32:01 7918de7f25cf: Layer already exists 06:32:01 3b86b680b648: Layer already exists 06:32:01 8bd50089652b: Layer already exists 06:32:01 70638fbd79aa: Layer already exists 06:32:01 560c80d5b36c: Layer already exists 06:32:01 0e89b3450af0: Layer already exists 06:32:01 994456c4fd7b: Layer already exists 06:32:01 e77f0ccf9fbd: Layer already exists 06:32:01 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:a3acacc7d0a418cf28cd4dbd47d975c67e1e5f000656453d16a43fefb6ab1f25 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:02 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 06:32:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:32:02 9216f1629960: Preparing 06:32:02 70638fbd79aa: Preparing 06:32:02 7918de7f25cf: Preparing 06:32:02 3b86b680b648: Preparing 06:32:02 8bd50089652b: Preparing 06:32:02 0e89b3450af0: Preparing 06:32:02 560c80d5b36c: Preparing 06:32:02 e77f0ccf9fbd: Preparing 06:32:02 994456c4fd7b: Preparing 06:32:02 0e89b3450af0: Waiting 06:32:02 560c80d5b36c: Waiting 06:32:02 e77f0ccf9fbd: Waiting 06:32:02 994456c4fd7b: Waiting 06:32:02 7918de7f25cf: Layer already exists 06:32:02 3b86b680b648: Layer already exists 06:32:02 8bd50089652b: Layer already exists 06:32:02 70638fbd79aa: Layer already exists 06:32:02 9216f1629960: Layer already exists 06:32:02 560c80d5b36c: Layer already exists 06:32:02 994456c4fd7b: Layer already exists 06:32:02 0e89b3450af0: Layer already exists 06:32:02 e77f0ccf9fbd: Layer already exists 06:32:02 main: digest: sha256:a3acacc7d0a418cf28cd4dbd47d975c67e1e5f000656453d16a43fefb6ab1f25 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:32:02 ===================================================== [Pipeline] echo 06:32:02 taggedImages: 06:32:02 - nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516 06:32:02 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 06:32:02 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.2 06:32:02 - nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:32:02 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 06:32:02 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 06:32:02 6465a293da8cbf4193faab0c72aad8d404252516 06:32:02 latest 06:32:02 4.1.0-dev.2 06:32:02 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:32:02 main 06:32:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:02 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:03 + docker push nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516 06:32:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:32:03 88ff08521ad6: Preparing 06:32:03 6a9cb9378e22: Preparing 06:32:03 3b86b680b648: Preparing 06:32:03 8bd50089652b: Preparing 06:32:03 e4186c1c5a88: Preparing 06:32:03 c52fd345b5e5: Preparing 06:32:03 994456c4fd7b: Preparing 06:32:03 c52fd345b5e5: Waiting 06:32:03 994456c4fd7b: Waiting 06:32:03 8bd50089652b: Layer already exists 06:32:03 3b86b680b648: Layer already exists 06:32:03 994456c4fd7b: Layer already exists 06:32:03 88ff08521ad6: Pushed 06:32:03 e4186c1c5a88: Pushed 06:32:03 c52fd345b5e5: Pushed 06:32:06 6a9cb9378e22: Pushed 06:32:06 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:f23867b25e1e434287568324455298906735fb2e172135df17ebf74dd135cf71 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:07 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:07 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 06:32:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:32:07 88ff08521ad6: Preparing 06:32:07 6a9cb9378e22: Preparing 06:32:07 3b86b680b648: Preparing 06:32:07 8bd50089652b: Preparing 06:32:07 e4186c1c5a88: Preparing 06:32:07 c52fd345b5e5: Preparing 06:32:07 994456c4fd7b: Preparing 06:32:07 c52fd345b5e5: Waiting 06:32:07 994456c4fd7b: Waiting 06:32:07 3b86b680b648: Layer already exists 06:32:07 e4186c1c5a88: Layer already exists 06:32:07 8bd50089652b: Layer already exists 06:32:07 88ff08521ad6: Layer already exists 06:32:07 6a9cb9378e22: Layer already exists 06:32:07 994456c4fd7b: Layer already exists 06:32:07 c52fd345b5e5: Layer already exists 06:32:07 latest: digest: sha256:f23867b25e1e434287568324455298906735fb2e172135df17ebf74dd135cf71 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:08 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:08 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.2 06:32:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:32:08 88ff08521ad6: Preparing 06:32:08 6a9cb9378e22: Preparing 06:32:08 3b86b680b648: Preparing 06:32:08 8bd50089652b: Preparing 06:32:08 e4186c1c5a88: Preparing 06:32:08 c52fd345b5e5: Preparing 06:32:08 994456c4fd7b: Preparing 06:32:08 c52fd345b5e5: Waiting 06:32:08 994456c4fd7b: Waiting 06:32:08 6a9cb9378e22: Layer already exists 06:32:08 e4186c1c5a88: Layer already exists 06:32:08 88ff08521ad6: Layer already exists 06:32:08 8bd50089652b: Layer already exists 06:32:08 3b86b680b648: Layer already exists 06:32:08 c52fd345b5e5: Layer already exists 06:32:08 994456c4fd7b: Layer already exists 06:32:08 4.1.0-dev.2: digest: sha256:f23867b25e1e434287568324455298906735fb2e172135df17ebf74dd135cf71 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:08 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:08 + docker push nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:32:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:32:08 88ff08521ad6: Preparing 06:32:08 6a9cb9378e22: Preparing 06:32:08 3b86b680b648: Preparing 06:32:08 8bd50089652b: Preparing 06:32:08 e4186c1c5a88: Preparing 06:32:08 c52fd345b5e5: Preparing 06:32:08 994456c4fd7b: Preparing 06:32:08 c52fd345b5e5: Waiting 06:32:08 994456c4fd7b: Waiting 06:32:08 6a9cb9378e22: Layer already exists 06:32:08 e4186c1c5a88: Layer already exists 06:32:08 3b86b680b648: Layer already exists 06:32:08 8bd50089652b: Layer already exists 06:32:08 88ff08521ad6: Layer already exists 06:32:08 c52fd345b5e5: Layer already exists 06:32:08 994456c4fd7b: Layer already exists 06:32:08 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:f23867b25e1e434287568324455298906735fb2e172135df17ebf74dd135cf71 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:09 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:09 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 06:32:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:32:09 88ff08521ad6: Preparing 06:32:09 6a9cb9378e22: Preparing 06:32:09 3b86b680b648: Preparing 06:32:09 8bd50089652b: Preparing 06:32:09 e4186c1c5a88: Preparing 06:32:09 c52fd345b5e5: Preparing 06:32:09 994456c4fd7b: Preparing 06:32:09 c52fd345b5e5: Waiting 06:32:09 994456c4fd7b: Waiting 06:32:09 88ff08521ad6: Layer already exists 06:32:09 3b86b680b648: Layer already exists 06:32:09 8bd50089652b: Layer already exists 06:32:09 e4186c1c5a88: Layer already exists 06:32:09 6a9cb9378e22: Layer already exists 06:32:09 c52fd345b5e5: Layer already exists 06:32:09 994456c4fd7b: Layer already exists 06:32:09 main: digest: sha256:f23867b25e1e434287568324455298906735fb2e172135df17ebf74dd135cf71 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:32:09 ===================================================== [Pipeline] echo 06:32:09 taggedImages: 06:32:09 - nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516 06:32:09 - nexus3.edgexfoundry.org:10004/support-notifications:latest 06:32:09 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.2 06:32:09 - nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:32:09 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 06:32:09 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 06:32:09 6465a293da8cbf4193faab0c72aad8d404252516 06:32:09 latest 06:32:09 4.1.0-dev.2 06:32:09 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:32:09 main 06:32:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:10 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:10 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516 06:32:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:32:10 2ea76a9f1090: Preparing 06:32:10 4b5d58e2d5c6: Preparing 06:32:10 3b86b680b648: Preparing 06:32:10 8bd50089652b: Preparing 06:32:10 08c68d098e9b: Preparing 06:32:10 c3634f5096e3: Preparing 06:32:10 994456c4fd7b: Preparing 06:32:10 c3634f5096e3: Waiting 06:32:10 994456c4fd7b: Waiting 06:32:10 3b86b680b648: Layer already exists 06:32:10 8bd50089652b: Layer already exists 06:32:10 994456c4fd7b: Layer already exists 06:32:10 2ea76a9f1090: Pushed 06:32:10 08c68d098e9b: Pushed 06:32:10 c3634f5096e3: Pushed 06:32:14 4b5d58e2d5c6: Pushed 06:32:14 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:15 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:15 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 06:32:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:32:15 2ea76a9f1090: Preparing 06:32:15 4b5d58e2d5c6: Preparing 06:32:15 3b86b680b648: Preparing 06:32:15 8bd50089652b: Preparing 06:32:15 08c68d098e9b: Preparing 06:32:15 c3634f5096e3: Preparing 06:32:15 994456c4fd7b: Preparing 06:32:15 c3634f5096e3: Waiting 06:32:15 994456c4fd7b: Waiting 06:32:15 08c68d098e9b: Layer already exists 06:32:15 3b86b680b648: Layer already exists 06:32:15 8bd50089652b: Layer already exists 06:32:15 4b5d58e2d5c6: Layer already exists 06:32:15 2ea76a9f1090: Layer already exists 06:32:15 c3634f5096e3: Layer already exists 06:32:15 994456c4fd7b: Layer already exists 06:32:15 latest: digest: sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:15 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:16 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.2 06:32:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:32:16 2ea76a9f1090: Preparing 06:32:16 4b5d58e2d5c6: Preparing 06:32:16 3b86b680b648: Preparing 06:32:16 8bd50089652b: Preparing 06:32:16 08c68d098e9b: Preparing 06:32:16 c3634f5096e3: Preparing 06:32:16 994456c4fd7b: Preparing 06:32:16 c3634f5096e3: Waiting 06:32:16 994456c4fd7b: Waiting 06:32:16 8bd50089652b: Layer already exists 06:32:16 3b86b680b648: Layer already exists 06:32:16 4b5d58e2d5c6: Layer already exists 06:32:16 08c68d098e9b: Layer already exists 06:32:16 2ea76a9f1090: Layer already exists 06:32:16 c3634f5096e3: Layer already exists 06:32:16 994456c4fd7b: Layer already exists 06:32:16 4.1.0-dev.2: digest: sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:16 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:16 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:32:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:32:16 2ea76a9f1090: Preparing 06:32:16 4b5d58e2d5c6: Preparing 06:32:16 3b86b680b648: Preparing 06:32:16 8bd50089652b: Preparing 06:32:16 08c68d098e9b: Preparing 06:32:16 c3634f5096e3: Preparing 06:32:16 994456c4fd7b: Preparing 06:32:16 c3634f5096e3: Waiting 06:32:16 994456c4fd7b: Waiting 06:32:16 8bd50089652b: Layer already exists 06:32:16 2ea76a9f1090: Layer already exists 06:32:16 4b5d58e2d5c6: Layer already exists 06:32:16 08c68d098e9b: Layer already exists 06:32:16 3b86b680b648: Layer already exists 06:32:16 c3634f5096e3: Layer already exists 06:32:16 994456c4fd7b: Layer already exists 06:32:16 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:17 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:32:17 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 06:32:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:32:17 2ea76a9f1090: Preparing 06:32:17 4b5d58e2d5c6: Preparing 06:32:17 3b86b680b648: Preparing 06:32:17 8bd50089652b: Preparing 06:32:17 08c68d098e9b: Preparing 06:32:17 c3634f5096e3: Preparing 06:32:17 994456c4fd7b: Preparing 06:32:17 994456c4fd7b: Waiting 06:32:17 c3634f5096e3: Waiting 06:32:17 8bd50089652b: Layer already exists 06:32:17 2ea76a9f1090: Layer already exists 06:32:17 08c68d098e9b: Layer already exists 06:32:17 4b5d58e2d5c6: Layer already exists 06:32:17 3b86b680b648: Layer already exists 06:32:17 c3634f5096e3: Layer already exists 06:32:17 994456c4fd7b: Layer already exists 06:32:17 main: digest: sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:32:17 ===================================================== [Pipeline] echo 06:32:17 taggedImages: 06:32:17 - nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516 06:32:17 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 06:32:17 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 06:32:17 ========================================================= 06:32:17 [edgeXBuildMultiArch] RAW Config: 06:32:17 images: 06:32:17 - nexus3.edgexfoundry.org:10004/core-command:6465a293da8cbf4193faab0c72aad8d404252516 06:32:17 - nexus3.edgexfoundry.org:10004/core-command:latest 06:32:17 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/core-command:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/core-command:main 06:32:17 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516 06:32:17 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 06:32:17 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 06:32:17 - nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516 06:32:17 - nexus3.edgexfoundry.org:10004/core-data:latest 06:32:17 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/core-data:main 06:32:17 - nexus3.edgexfoundry.org:10004/core-keeper:6465a293da8cbf4193faab0c72aad8d404252516 06:32:17 - nexus3.edgexfoundry.org:10004/core-keeper:latest 06:32:17 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/core-keeper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/core-keeper:main 06:32:17 - nexus3.edgexfoundry.org:10004/core-metadata:6465a293da8cbf4193faab0c72aad8d404252516 06:32:17 - nexus3.edgexfoundry.org:10004/core-metadata:latest 06:32:17 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/core-metadata:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/core-metadata:main 06:32:17 - nexus3.edgexfoundry.org:10004/security-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516 06:32:17 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 06:32:17 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/security-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 06:32:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth:6465a293da8cbf4193faab0c72aad8d404252516 06:32:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 06:32:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 06:32:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516 06:32:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 06:32:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 06:32:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516 06:32:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 06:32:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 06:32:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516 06:32:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 06:32:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 06:32:17 - nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516 06:32:17 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 06:32:17 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 06:32:17 - nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516 06:32:17 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 06:32:17 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/security-spire-config:main 06:32:17 - nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516 06:32:17 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 06:32:17 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/security-spire-server:main 06:32:17 - nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516 06:32:17 - nexus3.edgexfoundry.org:10004/support-notifications:latest 06:32:17 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/support-notifications:main 06:32:17 - nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516 06:32:17 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 06:32:17 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:32:17 - nexus3.edgexfoundry.org:10004/support-scheduler:main 06:32:17 settingsFile: 06:32:17 edgex-go-settings 06:32:17 ========================================================= [Pipeline] node 06:32:32 Still waiting to schedule task 06:32:32 ‘prd-centos7-docker-4c-2g-44910’ is offline 06:33:28 Running on prd-centos7-docker-4c-2g-44911 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:33:28 provisioning config files... 06:33:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config17096675097477970745tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:33:30 ---> ****-login.sh 06:33:30 nexus3.edgexfoundry.org:10001 06:33:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:33:30 Configure a credential helper to remove this warning. See 06:33:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:33:30 06:33:30 Login Succeeded 06:33:30 nexus3.edgexfoundry.org:10002 06:33:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:33:31 Configure a credential helper to remove this warning. See 06:33:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:33:31 06:33:31 Login Succeeded 06:33:31 nexus3.edgexfoundry.org:10003 06:33:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:33:31 Configure a credential helper to remove this warning. See 06:33:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:33:31 06:33:31 Login Succeeded 06:33:31 nexus3.edgexfoundry.org:10004 06:33:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:33:31 Configure a credential helper to remove this warning. See 06:33:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:33:31 06:33:31 Login Succeeded 06:33:31 ****.io 06:33:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:33:31 Configure a credential helper to remove this warning. See 06:33:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:33:31 06:33:31 Login Succeeded 06:33:31 ---> ****-login.sh ends [Pipeline] } 06:33:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:33:32 + docker buildx ls 06:33:32 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 06:33:32 default * docker 06:33:32 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 06:33:32 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 06:33:32 edgex-builder [Pipeline] sh 06:33:32 + docker buildx inspect --bootstrap 06:33:32 #1 [internal] booting buildkit 06:33:32 #1 pulling image moby/buildkit:buildx-stable-1 06:33:35 #1 pulling image moby/buildkit:buildx-stable-1 2.8s done 06:33:35 #1 creating container buildx_buildkit_edgex-builder0 06:33:36 #1 creating container buildx_buildkit_edgex-builder0 1.6s done 06:33:36 #1 DONE 4.3s 06:33:37 Name: edgex-builder 06:33:37 Driver: docker-container 06:33:37 06:33:37 Nodes: 06:33:37 Name: edgex-builder0 06:33:37 Endpoint: unix:///var/run/docker.sock 06:33:37 Status: running 06:33:37 Buildkit: v0.20.2 06:33:37 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 06:33:37 + docker buildx ls 06:33:37 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 06:33:37 edgex-builder * docker-container 06:33:37 edgex-builder0 unix:///var/run/docker.sock running v0.20.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 06:33:37 default docker 06:33:37 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 06:33:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:6465a293da8cbf4193faab0c72aad8d404252516 --push - 06:33:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:6465a293da8cbf4193faab0c72aad8d404252516' 06:33:37 #1 [internal] load build definition from Dockerfile 06:33:37 #1 transferring dockerfile: 197B done 06:33:37 #1 DONE 0.0s 06:33:37 06:33:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:6465a293da8cbf4193faab0c72aad8d404252516 06:33:37 #2 DONE 0.1s 06:33:37 06:33:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:6465a293da8cbf4193faab0c72aad8d404252516 06:33:37 #3 DONE 0.1s 06:33:37 06:33:37 #4 [internal] load .dockerignore 06:33:37 #4 transferring context: 2B done 06:33:37 #4 DONE 0.0s 06:33:37 06:33:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:6465a293da8cbf4193faab0c72aad8d404252516@sha256:41926a80c0afc959a25733801587d3affa9e4d89be6d5d564b5e9c032d9422ef 06:33:37 #5 resolve nexus3.edgexfoundry.org:10004/core-command:6465a293da8cbf4193faab0c72aad8d404252516@sha256:41926a80c0afc959a25733801587d3affa9e4d89be6d5d564b5e9c032d9422ef 0.0s done 06:33:37 #5 DONE 0.0s 06:33:37 06:33:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:6465a293da8cbf4193faab0c72aad8d404252516@sha256:41926a80c0afc959a25733801587d3affa9e4d89be6d5d564b5e9c032d9422ef 06:33:37 #6 resolve nexus3.edgexfoundry.org:10004/core-command:6465a293da8cbf4193faab0c72aad8d404252516@sha256:41926a80c0afc959a25733801587d3affa9e4d89be6d5d564b5e9c032d9422ef 0.0s done 06:33:37 #6 DONE 0.1s 06:33:38 06:33:38 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 06:33:38 #7 DONE 0.0s 06:33:38 06:33:38 #8 exporting to image 06:33:38 #8 exporting layers done 06:33:38 #8 exporting manifest sha256:70ac9d8387d2b60a9af38d6457d3f86725768ca3b35774b4710cec0f4a4ab28c 0.0s done 06:33:38 #8 exporting config sha256:bf4e0997823b19554e32d990b86e1eba56d75d5d5fd1db0e79da100087e4c0c6 0.0s done 06:33:38 #8 exporting manifest sha256:0a507f118732c3dd5916e63a5eac4f0e5044f98a92485153170438d95f233ad5 0.0s done 06:33:38 #8 exporting config sha256:2e5136e21917d2cc71e9479b9a61c520637dc560418157a60cf15868c82d3799 done 06:33:38 #8 exporting manifest list sha256:d32b12c6855e2ca1fd8327e7aa95ccb98caf25f3a9a1abdee25f94f87273437c done 06:33:38 #8 pushing layers 06:33:38 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:38 #8 pushing layers 0.1s done 06:33:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:6465a293da8cbf4193faab0c72aad8d404252516@sha256:d32b12c6855e2ca1fd8327e7aa95ccb98caf25f3a9a1abdee25f94f87273437c 0.1s done 06:33:38 #8 DONE 0.2s 06:33:38 06:33:38 1 warning found (use --debug to expand): 06:33:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 06:33:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 06:33:38 #1 [internal] load build definition from Dockerfile 06:33:38 #1 transferring dockerfile: 163B done 06:33:38 #1 DONE 0.0s 06:33:38 06:33:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 06:33:38 #2 DONE 0.0s 06:33:38 06:33:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 06:33:38 #3 DONE 0.0s 06:33:38 06:33:38 #4 [internal] load .dockerignore 06:33:38 #4 transferring context: 2B done 06:33:38 #4 DONE 0.0s 06:33:38 06:33:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:41926a80c0afc959a25733801587d3affa9e4d89be6d5d564b5e9c032d9422ef 06:33:38 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:41926a80c0afc959a25733801587d3affa9e4d89be6d5d564b5e9c032d9422ef 0.0s done 06:33:38 #5 CACHED 06:33:38 06:33:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:41926a80c0afc959a25733801587d3affa9e4d89be6d5d564b5e9c032d9422ef 06:33:38 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:41926a80c0afc959a25733801587d3affa9e4d89be6d5d564b5e9c032d9422ef 0.0s done 06:33:38 #6 CACHED 06:33:38 06:33:38 #7 exporting to image 06:33:38 #7 exporting layers 06:33:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:38 #7 exporting layers done 06:33:38 #7 exporting manifest sha256:70ac9d8387d2b60a9af38d6457d3f86725768ca3b35774b4710cec0f4a4ab28c done 06:33:38 #7 exporting config sha256:bf4e0997823b19554e32d990b86e1eba56d75d5d5fd1db0e79da100087e4c0c6 done 06:33:38 #7 exporting manifest sha256:0a507f118732c3dd5916e63a5eac4f0e5044f98a92485153170438d95f233ad5 done 06:33:38 #7 exporting config sha256:2e5136e21917d2cc71e9479b9a61c520637dc560418157a60cf15868c82d3799 done 06:33:38 #7 exporting manifest list sha256:d32b12c6855e2ca1fd8327e7aa95ccb98caf25f3a9a1abdee25f94f87273437c done 06:33:38 #7 pushing layers 0.0s done 06:33:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:d32b12c6855e2ca1fd8327e7aa95ccb98caf25f3a9a1abdee25f94f87273437c 0.1s done 06:33:38 #7 DONE 0.1s 06:33:38 06:33:38 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 06:33:38 #8 DONE 0.0s 06:33:38 06:33:38 1 warning found (use --debug to expand): 06:33:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.2' 06:33:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.2 --push - 06:33:39 #1 [internal] load build definition from Dockerfile 06:33:39 #1 transferring dockerfile: 168B done 06:33:39 #1 DONE 0.0s 06:33:39 06:33:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.2 06:33:39 #2 DONE 0.0s 06:33:39 06:33:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.2 06:33:39 #3 DONE 0.0s 06:33:39 06:33:39 #4 [internal] load .dockerignore 06:33:39 #4 transferring context: 2B done 06:33:39 #4 DONE 0.0s 06:33:39 06:33:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.2@sha256:41926a80c0afc959a25733801587d3affa9e4d89be6d5d564b5e9c032d9422ef 06:33:39 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.2@sha256:41926a80c0afc959a25733801587d3affa9e4d89be6d5d564b5e9c032d9422ef 0.0s done 06:33:39 #5 CACHED 06:33:39 06:33:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.2@sha256:41926a80c0afc959a25733801587d3affa9e4d89be6d5d564b5e9c032d9422ef 06:33:39 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.2@sha256:41926a80c0afc959a25733801587d3affa9e4d89be6d5d564b5e9c032d9422ef 0.0s done 06:33:39 #6 CACHED 06:33:39 06:33:39 #7 exporting to image 06:33:39 #7 exporting layers done 06:33:39 #7 exporting manifest sha256:70ac9d8387d2b60a9af38d6457d3f86725768ca3b35774b4710cec0f4a4ab28c 06:33:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:39 #7 exporting manifest sha256:70ac9d8387d2b60a9af38d6457d3f86725768ca3b35774b4710cec0f4a4ab28c done 06:33:39 #7 exporting config sha256:bf4e0997823b19554e32d990b86e1eba56d75d5d5fd1db0e79da100087e4c0c6 done 06:33:39 #7 exporting manifest sha256:0a507f118732c3dd5916e63a5eac4f0e5044f98a92485153170438d95f233ad5 done 06:33:39 #7 exporting config sha256:2e5136e21917d2cc71e9479b9a61c520637dc560418157a60cf15868c82d3799 done 06:33:39 #7 exporting manifest list sha256:d32b12c6855e2ca1fd8327e7aa95ccb98caf25f3a9a1abdee25f94f87273437c done 06:33:39 #7 pushing layers 0.0s done 06:33:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.2@sha256:d32b12c6855e2ca1fd8327e7aa95ccb98caf25f3a9a1abdee25f94f87273437c 0.1s done 06:33:39 #7 DONE 0.1s 06:33:39 06:33:39 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 06:33:39 #8 DONE 0.0s 06:33:39 06:33:39 1 warning found (use --debug to expand): 06:33:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2' 06:33:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 --push - 06:33:39 #1 [internal] load build definition from Dockerfile 06:33:39 #1 transferring dockerfile: 209B done 06:33:39 #1 DONE 0.0s 06:33:39 06:33:39 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:33:39 #2 DONE 0.0s 06:33:39 06:33:39 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:33:39 #3 DONE 0.0s 06:33:39 06:33:39 #4 [internal] load .dockerignore 06:33:39 #4 transferring context: 2B done 06:33:39 #4 DONE 0.0s 06:33:39 06:33:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:41926a80c0afc959a25733801587d3affa9e4d89be6d5d564b5e9c032d9422ef 06:33:39 #5 resolve nexus3.edgexfoundry.org:10004/core-command:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:41926a80c0afc959a25733801587d3affa9e4d89be6d5d564b5e9c032d9422ef 0.0s done 06:33:39 #5 CACHED 06:33:39 06:33:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:41926a80c0afc959a25733801587d3affa9e4d89be6d5d564b5e9c032d9422ef 06:33:39 #6 resolve nexus3.edgexfoundry.org:10004/core-command:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:41926a80c0afc959a25733801587d3affa9e4d89be6d5d564b5e9c032d9422ef done 06:33:39 #6 CACHED 06:33:39 06:33:39 #7 exporting to image 06:33:39 #7 exporting layers done 06:33:39 #7 exporting manifest sha256:70ac9d8387d2b60a9af38d6457d3f86725768ca3b35774b4710cec0f4a4ab28c done 06:33:39 #7 exporting config sha256:bf4e0997823b19554e32d990b86e1eba56d75d5d5fd1db0e79da100087e4c0c6 done 06:33:39 #7 exporting manifest sha256:0a507f118732c3dd5916e63a5eac4f0e5044f98a92485153170438d95f233ad5 done 06:33:39 #7 exporting config sha256:2e5136e21917d2cc71e9479b9a61c520637dc560418157a60cf15868c82d3799 done 06:33:39 #7 exporting manifest list sha256:d32b12c6855e2ca1fd8327e7aa95ccb98caf25f3a9a1abdee25f94f87273437c done 06:33:39 #7 pushing layers 0.0s done 06:33:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:d32b12c6855e2ca1fd8327e7aa95ccb98caf25f3a9a1abdee25f94f87273437c 06:33:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:d32b12c6855e2ca1fd8327e7aa95ccb98caf25f3a9a1abdee25f94f87273437c 0.1s done 06:33:39 #7 DONE 0.1s 06:33:39 06:33:39 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 06:33:39 #8 DONE 0.0s 06:33:39 06:33:39 1 warning found (use --debug to expand): 06:33:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 06:33:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 06:33:40 #1 [internal] load build definition from Dockerfile 06:33:40 #1 transferring dockerfile: 161B done 06:33:40 #1 DONE 0.0s 06:33:40 06:33:40 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 06:33:40 #2 DONE 0.0s 06:33:40 06:33:40 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 06:33:40 #3 DONE 0.0s 06:33:40 06:33:40 #4 [internal] load .dockerignore 06:33:40 #4 transferring context: 2B done 06:33:40 #4 DONE 0.0s 06:33:40 06:33:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:41926a80c0afc959a25733801587d3affa9e4d89be6d5d564b5e9c032d9422ef 06:33:40 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:41926a80c0afc959a25733801587d3affa9e4d89be6d5d564b5e9c032d9422ef 0.0s done 06:33:40 #5 CACHED 06:33:40 06:33:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:41926a80c0afc959a25733801587d3affa9e4d89be6d5d564b5e9c032d9422ef 06:33:40 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:41926a80c0afc959a25733801587d3affa9e4d89be6d5d564b5e9c032d9422ef 0.0s done 06:33:40 #6 CACHED 06:33:40 06:33:40 #7 exporting to image 06:33:40 #7 exporting layers done 06:33:40 #7 exporting manifest sha256:70ac9d8387d2b60a9af38d6457d3f86725768ca3b35774b4710cec0f4a4ab28c done 06:33:40 #7 exporting config sha256:bf4e0997823b19554e32d990b86e1eba56d75d5d5fd1db0e79da100087e4c0c6 done 06:33:40 #7 exporting manifest sha256:0a507f118732c3dd5916e63a5eac4f0e5044f98a92485153170438d95f233ad5 done 06:33:40 #7 exporting config sha256:2e5136e21917d2cc71e9479b9a61c520637dc560418157a60cf15868c82d3799 done 06:33:40 #7 exporting manifest list sha256:d32b12c6855e2ca1fd8327e7aa95ccb98caf25f3a9a1abdee25f94f87273437c done 06:33:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:40 #7 pushing layers 0.0s done 06:33:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:d32b12c6855e2ca1fd8327e7aa95ccb98caf25f3a9a1abdee25f94f87273437c 0.1s done 06:33:40 #7 DONE 0.1s 06:33:40 06:33:40 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 06:33:40 #8 DONE 0.0s 06:33:40 06:33:40 1 warning found (use --debug to expand): 06:33:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516' 06:33:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516 --push - 06:33:40 #1 [internal] load build definition from Dockerfile 06:33:40 #1 transferring dockerfile: 216B done 06:33:40 #1 DONE 0.0s 06:33:40 06:33:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516 06:33:40 #2 DONE 0.0s 06:33:40 06:33:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516 06:33:40 #3 DONE 0.0s 06:33:40 06:33:40 #4 [internal] load .dockerignore 06:33:40 #4 transferring context: 2B done 06:33:40 #4 DONE 0.0s 06:33:40 06:33:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516@sha256:75c52957b11ad5394b0c98897fb00f718d76c925853207cdef721fc11f94759d 06:33:40 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516@sha256:75c52957b11ad5394b0c98897fb00f718d76c925853207cdef721fc11f94759d 06:33:40 #5 ... 06:33:40 06:33:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516@sha256:75c52957b11ad5394b0c98897fb00f718d76c925853207cdef721fc11f94759d 06:33:40 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516@sha256:75c52957b11ad5394b0c98897fb00f718d76c925853207cdef721fc11f94759d 0.0s done 06:33:40 #6 DONE 0.1s 06:33:40 06:33:40 #7 exporting to image 06:33:40 #7 exporting layers done 06:33:40 #7 exporting manifest sha256:d705022e6aac874a25ff9f54144433df4c895a4b131247a721b6aa6abef98d73 done 06:33:40 #7 exporting config sha256:49068e651224db1bb3540009bfc1780427d61e23b47c53aa2803b85a53e5a160 done 06:33:40 #7 exporting manifest sha256:318c628d12dcfe2d1d615ad0f06e7fab49d870d9b2d5942e9982899fc0a0aff3 done 06:33:40 #7 exporting config sha256:1677a30a6829abd0f04739573543ea6f783c0ebef8ac329a2d72bf11c20e28cb done 06:33:40 #7 exporting manifest list sha256:ca3a9c9ac7bb7a5cf83b9646741da4ef8d8fc0e8f42b1c5490b6daff2f06194c done 06:33:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:40 #7 ... 06:33:40 06:33:40 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:33:40 #8 DONE 0.0s 06:33:40 06:33:40 #7 exporting to image 06:33:40 #7 pushing layers 0.1s done 06:33:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516@sha256:ca3a9c9ac7bb7a5cf83b9646741da4ef8d8fc0e8f42b1c5490b6daff2f06194c 06:33:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516@sha256:ca3a9c9ac7bb7a5cf83b9646741da4ef8d8fc0e8f42b1c5490b6daff2f06194c 0.1s done 06:33:41 #7 DONE 0.2s 06:33:41 06:33:41 1 warning found (use --debug to expand): 06:33:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 06:33:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 06:33:41 #1 [internal] load build definition from Dockerfile 06:33:41 #1 transferring dockerfile: 182B done 06:33:41 #1 DONE 0.0s 06:33:41 06:33:41 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 06:33:41 #2 DONE 0.0s 06:33:41 06:33:41 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 06:33:41 #3 DONE 0.0s 06:33:41 06:33:41 #4 [internal] load .dockerignore 06:33:41 #4 transferring context: 2B done 06:33:41 #4 DONE 0.0s 06:33:41 06:33:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:75c52957b11ad5394b0c98897fb00f718d76c925853207cdef721fc11f94759d 06:33:41 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:75c52957b11ad5394b0c98897fb00f718d76c925853207cdef721fc11f94759d done 06:33:41 #5 CACHED 06:33:41 06:33:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:75c52957b11ad5394b0c98897fb00f718d76c925853207cdef721fc11f94759d 06:33:41 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:75c52957b11ad5394b0c98897fb00f718d76c925853207cdef721fc11f94759d done 06:33:41 #6 CACHED 06:33:41 06:33:41 #7 exporting to image 06:33:41 #7 exporting layers done 06:33:41 #7 exporting manifest sha256:d705022e6aac874a25ff9f54144433df4c895a4b131247a721b6aa6abef98d73 done 06:33:41 #7 exporting config sha256:49068e651224db1bb3540009bfc1780427d61e23b47c53aa2803b85a53e5a160 done 06:33:41 #7 exporting manifest sha256:318c628d12dcfe2d1d615ad0f06e7fab49d870d9b2d5942e9982899fc0a0aff3 06:33:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:41 #7 exporting manifest sha256:318c628d12dcfe2d1d615ad0f06e7fab49d870d9b2d5942e9982899fc0a0aff3 done 06:33:41 #7 exporting config sha256:1677a30a6829abd0f04739573543ea6f783c0ebef8ac329a2d72bf11c20e28cb done 06:33:41 #7 exporting manifest list sha256:ca3a9c9ac7bb7a5cf83b9646741da4ef8d8fc0e8f42b1c5490b6daff2f06194c done 06:33:41 #7 pushing layers 0.0s done 06:33:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:ca3a9c9ac7bb7a5cf83b9646741da4ef8d8fc0e8f42b1c5490b6daff2f06194c 0.1s done 06:33:41 #7 DONE 0.1s 06:33:41 06:33:41 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:33:41 #8 DONE 0.0s 06:33:41 06:33:41 1 warning found (use --debug to expand): 06:33:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.2' 06:33:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.2 --push - 06:33:42 #1 [internal] load build definition from Dockerfile 06:33:42 #1 transferring dockerfile: 187B done 06:33:42 #1 DONE 0.0s 06:33:42 06:33:42 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.2 06:33:42 #2 DONE 0.0s 06:33:42 06:33:42 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.2 06:33:42 #3 DONE 0.0s 06:33:42 06:33:42 #4 [internal] load .dockerignore 06:33:42 #4 transferring context: 2B done 06:33:42 #4 DONE 0.0s 06:33:42 06:33:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.2@sha256:75c52957b11ad5394b0c98897fb00f718d76c925853207cdef721fc11f94759d 06:33:42 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.2@sha256:75c52957b11ad5394b0c98897fb00f718d76c925853207cdef721fc11f94759d 0.0s done 06:33:42 #5 CACHED 06:33:42 06:33:42 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.2@sha256:75c52957b11ad5394b0c98897fb00f718d76c925853207cdef721fc11f94759d 06:33:42 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.2@sha256:75c52957b11ad5394b0c98897fb00f718d76c925853207cdef721fc11f94759d 0.0s done 06:33:42 #6 CACHED 06:33:42 06:33:42 #7 exporting to image 06:33:42 #7 exporting layers 06:33:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:42 #7 exporting layers done 06:33:42 #7 exporting manifest sha256:d705022e6aac874a25ff9f54144433df4c895a4b131247a721b6aa6abef98d73 done 06:33:42 #7 exporting config sha256:49068e651224db1bb3540009bfc1780427d61e23b47c53aa2803b85a53e5a160 done 06:33:42 #7 exporting manifest sha256:318c628d12dcfe2d1d615ad0f06e7fab49d870d9b2d5942e9982899fc0a0aff3 done 06:33:42 #7 exporting config sha256:1677a30a6829abd0f04739573543ea6f783c0ebef8ac329a2d72bf11c20e28cb done 06:33:42 #7 exporting manifest list sha256:ca3a9c9ac7bb7a5cf83b9646741da4ef8d8fc0e8f42b1c5490b6daff2f06194c done 06:33:42 #7 pushing layers 0.0s done 06:33:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.2@sha256:ca3a9c9ac7bb7a5cf83b9646741da4ef8d8fc0e8f42b1c5490b6daff2f06194c 0.1s done 06:33:42 #7 DONE 0.1s 06:33:42 06:33:42 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:33:42 #8 DONE 0.0s 06:33:42 06:33:42 1 warning found (use --debug to expand): 06:33:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2' 06:33:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 --push - 06:33:42 #1 [internal] load build definition from Dockerfile 06:33:42 #1 transferring dockerfile: 228B done 06:33:42 #1 DONE 0.0s 06:33:42 06:33:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:33:42 #2 DONE 0.0s 06:33:42 06:33:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:33:42 #3 DONE 0.0s 06:33:42 06:33:42 #4 [internal] load .dockerignore 06:33:42 #4 transferring context: 2B done 06:33:42 #4 DONE 0.0s 06:33:42 06:33:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:75c52957b11ad5394b0c98897fb00f718d76c925853207cdef721fc11f94759d 06:33:42 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:75c52957b11ad5394b0c98897fb00f718d76c925853207cdef721fc11f94759d 0.0s done 06:33:42 #5 CACHED 06:33:42 06:33:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:75c52957b11ad5394b0c98897fb00f718d76c925853207cdef721fc11f94759d 06:33:42 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:75c52957b11ad5394b0c98897fb00f718d76c925853207cdef721fc11f94759d 0.0s done 06:33:42 #6 CACHED 06:33:42 06:33:42 #7 exporting to image 06:33:42 #7 exporting layers done 06:33:42 #7 exporting manifest sha256:d705022e6aac874a25ff9f54144433df4c895a4b131247a721b6aa6abef98d73 done 06:33:42 #7 exporting config sha256:49068e651224db1bb3540009bfc1780427d61e23b47c53aa2803b85a53e5a160 done 06:33:42 #7 exporting manifest sha256:318c628d12dcfe2d1d615ad0f06e7fab49d870d9b2d5942e9982899fc0a0aff3 06:33:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:42 #7 exporting manifest sha256:318c628d12dcfe2d1d615ad0f06e7fab49d870d9b2d5942e9982899fc0a0aff3 done 06:33:42 #7 exporting config sha256:1677a30a6829abd0f04739573543ea6f783c0ebef8ac329a2d72bf11c20e28cb done 06:33:42 #7 exporting manifest list sha256:ca3a9c9ac7bb7a5cf83b9646741da4ef8d8fc0e8f42b1c5490b6daff2f06194c done 06:33:42 #7 pushing layers 0.0s done 06:33:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:ca3a9c9ac7bb7a5cf83b9646741da4ef8d8fc0e8f42b1c5490b6daff2f06194c 0.1s done 06:33:42 #7 DONE 0.1s 06:33:42 06:33:42 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:33:42 #8 DONE 0.0s 06:33:42 06:33:42 1 warning found (use --debug to expand): 06:33:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 06:33:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 06:33:43 #1 [internal] load build definition from Dockerfile 06:33:43 #1 transferring dockerfile: 180B done 06:33:43 #1 DONE 0.0s 06:33:43 06:33:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 06:33:43 #2 DONE 0.0s 06:33:43 06:33:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 06:33:43 #3 DONE 0.0s 06:33:43 06:33:43 #4 [internal] load .dockerignore 06:33:43 #4 transferring context: 2B done 06:33:43 #4 DONE 0.0s 06:33:43 06:33:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:75c52957b11ad5394b0c98897fb00f718d76c925853207cdef721fc11f94759d 06:33:43 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:75c52957b11ad5394b0c98897fb00f718d76c925853207cdef721fc11f94759d 0.0s done 06:33:43 #5 CACHED 06:33:43 06:33:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:75c52957b11ad5394b0c98897fb00f718d76c925853207cdef721fc11f94759d 06:33:43 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:75c52957b11ad5394b0c98897fb00f718d76c925853207cdef721fc11f94759d 0.0s done 06:33:43 #6 CACHED 06:33:43 06:33:43 #7 exporting to image 06:33:43 #7 exporting layers done 06:33:43 #7 exporting manifest sha256:d705022e6aac874a25ff9f54144433df4c895a4b131247a721b6aa6abef98d73 done 06:33:43 #7 exporting config sha256:49068e651224db1bb3540009bfc1780427d61e23b47c53aa2803b85a53e5a160 done 06:33:43 #7 exporting manifest sha256:318c628d12dcfe2d1d615ad0f06e7fab49d870d9b2d5942e9982899fc0a0aff3 done 06:33:43 #7 exporting config sha256:1677a30a6829abd0f04739573543ea6f783c0ebef8ac329a2d72bf11c20e28cb done 06:33:43 #7 exporting manifest list sha256:ca3a9c9ac7bb7a5cf83b9646741da4ef8d8fc0e8f42b1c5490b6daff2f06194c done 06:33:43 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:43 #7 pushing layers 0.0s done 06:33:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:ca3a9c9ac7bb7a5cf83b9646741da4ef8d8fc0e8f42b1c5490b6daff2f06194c 0.1s done 06:33:43 #7 DONE 0.1s 06:33:43 06:33:43 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:33:43 #8 DONE 0.0s 06:33:43 06:33:43 1 warning found (use --debug to expand): 06:33:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516' 06:33:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516 --push - 06:33:43 #1 [internal] load build definition from Dockerfile 06:33:43 #1 transferring dockerfile: 194B done 06:33:43 #1 DONE 0.0s 06:33:43 06:33:43 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516 06:33:43 #2 DONE 0.0s 06:33:43 06:33:43 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516 06:33:43 #3 DONE 0.1s 06:33:43 06:33:43 #4 [internal] load .dockerignore 06:33:43 #4 transferring context: 2B done 06:33:43 #4 DONE 0.0s 06:33:43 06:33:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516@sha256:fb279355c330fa587b5b5491aed3756140b08c6ec50104d1f6988819835f9e10 06:33:43 #5 resolve nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516@sha256:fb279355c330fa587b5b5491aed3756140b08c6ec50104d1f6988819835f9e10 06:33:44 #5 resolve nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516@sha256:fb279355c330fa587b5b5491aed3756140b08c6ec50104d1f6988819835f9e10 0.0s done 06:33:44 #5 DONE 0.0s 06:33:44 06:33:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516@sha256:fb279355c330fa587b5b5491aed3756140b08c6ec50104d1f6988819835f9e10 06:33:44 #6 resolve nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516@sha256:fb279355c330fa587b5b5491aed3756140b08c6ec50104d1f6988819835f9e10 0.0s done 06:33:44 #6 DONE 0.1s 06:33:44 06:33:44 #7 exporting to image 06:33:44 #7 exporting layers done 06:33:44 #7 exporting manifest sha256:088505a3d3ff9b69f2980053b90908f2f1545b2eb5fc14cf6f8b29e62fff0f9e done 06:33:44 #7 exporting config sha256:5b338faf54b75bbb00b6c7e98b68da4cd01b6a69be8ac8b5b1721deec5fb50fa done 06:33:44 #7 exporting manifest sha256:23fa1693185c1a751a552986f54c9bd312f541220bd9ba3bdee72636ade63237 done 06:33:44 #7 exporting config sha256:38bee739efd15f1459e7c4d5baf06b8a76d0e14f13962937825f41ffe00ea546 done 06:33:44 #7 exporting manifest list sha256:63ccdf641c2e1e43010fc924ca9dad094ece481682c95bdcb550112b2c7932c6 06:33:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:44 #7 ... 06:33:44 06:33:44 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 06:33:44 #8 DONE 0.0s 06:33:44 06:33:44 #7 exporting to image 06:33:44 #7 exporting manifest list sha256:63ccdf641c2e1e43010fc924ca9dad094ece481682c95bdcb550112b2c7932c6 done 06:33:44 #7 pushing layers 0.1s done 06:33:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516@sha256:63ccdf641c2e1e43010fc924ca9dad094ece481682c95bdcb550112b2c7932c6 06:33:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516@sha256:63ccdf641c2e1e43010fc924ca9dad094ece481682c95bdcb550112b2c7932c6 0.1s done 06:33:44 #7 DONE 0.2s 06:33:44 06:33:44 1 warning found (use --debug to expand): 06:33:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 06:33:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 06:33:44 #1 [internal] load build definition from Dockerfile 06:33:44 #1 transferring dockerfile: 160B done 06:33:44 #1 DONE 0.0s 06:33:44 06:33:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 06:33:44 #2 DONE 0.0s 06:33:44 06:33:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 06:33:44 #3 DONE 0.0s 06:33:44 06:33:44 #4 [internal] load .dockerignore 06:33:44 #4 transferring context: 2B done 06:33:44 #4 DONE 0.0s 06:33:44 06:33:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:fb279355c330fa587b5b5491aed3756140b08c6ec50104d1f6988819835f9e10 06:33:44 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:fb279355c330fa587b5b5491aed3756140b08c6ec50104d1f6988819835f9e10 0.0s done 06:33:44 #5 CACHED 06:33:44 06:33:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:fb279355c330fa587b5b5491aed3756140b08c6ec50104d1f6988819835f9e10 06:33:44 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:fb279355c330fa587b5b5491aed3756140b08c6ec50104d1f6988819835f9e10 0.0s done 06:33:44 #6 CACHED 06:33:44 06:33:44 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 06:33:44 #7 DONE 0.0s 06:33:44 06:33:44 #8 exporting to image 06:33:44 #8 exporting layers done 06:33:44 #8 exporting manifest sha256:088505a3d3ff9b69f2980053b90908f2f1545b2eb5fc14cf6f8b29e62fff0f9e done 06:33:44 #8 exporting config sha256:5b338faf54b75bbb00b6c7e98b68da4cd01b6a69be8ac8b5b1721deec5fb50fa done 06:33:44 #8 exporting manifest sha256:23fa1693185c1a751a552986f54c9bd312f541220bd9ba3bdee72636ade63237 done 06:33:44 #8 exporting config sha256:38bee739efd15f1459e7c4d5baf06b8a76d0e14f13962937825f41ffe00ea546 done 06:33:44 #8 exporting manifest list sha256:63ccdf641c2e1e43010fc924ca9dad094ece481682c95bdcb550112b2c7932c6 done 06:33:44 #8 pushing layers 0.0s done 06:33:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:63ccdf641c2e1e43010fc924ca9dad094ece481682c95bdcb550112b2c7932c6 0.1s done 06:33:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:44 #8 DONE 0.1s 06:33:44 06:33:44 1 warning found (use --debug to expand): 06:33:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.2' 06:33:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.2 --push - 06:33:45 #1 [internal] load build definition from Dockerfile 06:33:45 #1 transferring dockerfile: 165B done 06:33:45 #1 DONE 0.0s 06:33:45 06:33:45 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.2 06:33:45 #2 DONE 0.0s 06:33:45 06:33:45 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.2 06:33:45 #3 DONE 0.0s 06:33:45 06:33:45 #4 [internal] load .dockerignore 06:33:45 #4 transferring context: 2B done 06:33:45 #4 DONE 0.0s 06:33:45 06:33:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.2@sha256:fb279355c330fa587b5b5491aed3756140b08c6ec50104d1f6988819835f9e10 06:33:45 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.2@sha256:fb279355c330fa587b5b5491aed3756140b08c6ec50104d1f6988819835f9e10 0.0s done 06:33:45 #5 CACHED 06:33:45 06:33:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.2@sha256:fb279355c330fa587b5b5491aed3756140b08c6ec50104d1f6988819835f9e10 06:33:45 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.2@sha256:fb279355c330fa587b5b5491aed3756140b08c6ec50104d1f6988819835f9e10 0.0s done 06:33:45 #6 DONE 0.0s 06:33:45 06:33:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.2@sha256:fb279355c330fa587b5b5491aed3756140b08c6ec50104d1f6988819835f9e10 06:33:45 #6 CACHED 06:33:45 06:33:45 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 06:33:45 #7 DONE 0.0s 06:33:45 06:33:45 #8 exporting to image 06:33:45 #8 exporting layers done 06:33:45 #8 exporting manifest sha256:088505a3d3ff9b69f2980053b90908f2f1545b2eb5fc14cf6f8b29e62fff0f9e done 06:33:45 #8 exporting config sha256:5b338faf54b75bbb00b6c7e98b68da4cd01b6a69be8ac8b5b1721deec5fb50fa done 06:33:45 #8 exporting manifest sha256:23fa1693185c1a751a552986f54c9bd312f541220bd9ba3bdee72636ade63237 done 06:33:45 #8 exporting config sha256:38bee739efd15f1459e7c4d5baf06b8a76d0e14f13962937825f41ffe00ea546 done 06:33:45 #8 exporting manifest list sha256:63ccdf641c2e1e43010fc924ca9dad094ece481682c95bdcb550112b2c7932c6 done 06:33:45 #8 pushing layers 0.0s done 06:33:45 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.2@sha256:63ccdf641c2e1e43010fc924ca9dad094ece481682c95bdcb550112b2c7932c6 0.1s done 06:33:45 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:45 #8 DONE 0.1s 06:33:45 06:33:45 1 warning found (use --debug to expand): 06:33:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2' 06:33:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 --push - 06:33:45 #1 [internal] load build definition from Dockerfile 06:33:45 #1 transferring dockerfile: 206B done 06:33:45 #1 DONE 0.0s 06:33:45 06:33:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:33:45 #2 DONE 0.0s 06:33:45 06:33:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:33:45 #3 DONE 0.0s 06:33:45 06:33:45 #4 [internal] load .dockerignore 06:33:45 #4 transferring context: 2B done 06:33:45 #4 DONE 0.0s 06:33:45 06:33:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:fb279355c330fa587b5b5491aed3756140b08c6ec50104d1f6988819835f9e10 06:33:45 #5 resolve nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:fb279355c330fa587b5b5491aed3756140b08c6ec50104d1f6988819835f9e10 done 06:33:45 #5 CACHED 06:33:45 06:33:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:fb279355c330fa587b5b5491aed3756140b08c6ec50104d1f6988819835f9e10 06:33:45 #6 resolve nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:fb279355c330fa587b5b5491aed3756140b08c6ec50104d1f6988819835f9e10 0.0s done 06:33:45 #6 CACHED 06:33:45 06:33:45 #7 exporting to image 06:33:45 #7 exporting layers done 06:33:45 #7 exporting manifest sha256:088505a3d3ff9b69f2980053b90908f2f1545b2eb5fc14cf6f8b29e62fff0f9e done 06:33:45 #7 exporting config sha256:5b338faf54b75bbb00b6c7e98b68da4cd01b6a69be8ac8b5b1721deec5fb50fa 06:33:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:46 #7 exporting config sha256:5b338faf54b75bbb00b6c7e98b68da4cd01b6a69be8ac8b5b1721deec5fb50fa done 06:33:46 #7 exporting manifest sha256:23fa1693185c1a751a552986f54c9bd312f541220bd9ba3bdee72636ade63237 done 06:33:46 #7 exporting config sha256:38bee739efd15f1459e7c4d5baf06b8a76d0e14f13962937825f41ffe00ea546 done 06:33:46 #7 exporting manifest list sha256:63ccdf641c2e1e43010fc924ca9dad094ece481682c95bdcb550112b2c7932c6 done 06:33:46 #7 pushing layers 0.0s done 06:33:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:63ccdf641c2e1e43010fc924ca9dad094ece481682c95bdcb550112b2c7932c6 0.1s done 06:33:46 #7 DONE 0.1s 06:33:46 06:33:46 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 06:33:46 #8 DONE 0.0s 06:33:46 06:33:46 1 warning found (use --debug to expand): 06:33:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 06:33:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 06:33:46 #1 [internal] load build definition from Dockerfile 06:33:46 #1 transferring dockerfile: 158B done 06:33:46 #1 DONE 0.0s 06:33:46 06:33:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 06:33:46 #2 DONE 0.0s 06:33:46 06:33:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 06:33:46 #3 DONE 0.0s 06:33:46 06:33:46 #4 [internal] load .dockerignore 06:33:46 #4 transferring context: 2B done 06:33:46 #4 DONE 0.0s 06:33:46 06:33:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:fb279355c330fa587b5b5491aed3756140b08c6ec50104d1f6988819835f9e10 06:33:46 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:fb279355c330fa587b5b5491aed3756140b08c6ec50104d1f6988819835f9e10 0.0s done 06:33:46 #5 CACHED 06:33:46 06:33:46 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:fb279355c330fa587b5b5491aed3756140b08c6ec50104d1f6988819835f9e10 06:33:46 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:fb279355c330fa587b5b5491aed3756140b08c6ec50104d1f6988819835f9e10 0.0s done 06:33:46 #6 CACHED 06:33:46 06:33:46 #7 exporting to image 06:33:46 #7 exporting layers 06:33:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:46 #7 exporting layers done 06:33:46 #7 exporting manifest sha256:088505a3d3ff9b69f2980053b90908f2f1545b2eb5fc14cf6f8b29e62fff0f9e done 06:33:46 #7 exporting config sha256:5b338faf54b75bbb00b6c7e98b68da4cd01b6a69be8ac8b5b1721deec5fb50fa done 06:33:46 #7 exporting manifest sha256:23fa1693185c1a751a552986f54c9bd312f541220bd9ba3bdee72636ade63237 done 06:33:46 #7 exporting config sha256:38bee739efd15f1459e7c4d5baf06b8a76d0e14f13962937825f41ffe00ea546 done 06:33:46 #7 exporting manifest list sha256:63ccdf641c2e1e43010fc924ca9dad094ece481682c95bdcb550112b2c7932c6 done 06:33:46 #7 pushing layers 0.0s done 06:33:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:63ccdf641c2e1e43010fc924ca9dad094ece481682c95bdcb550112b2c7932c6 0.1s done 06:33:46 #7 DONE 0.1s 06:33:46 06:33:46 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 06:33:46 #8 DONE 0.0s 06:33:46 06:33:46 1 warning found (use --debug to expand): 06:33:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:6465a293da8cbf4193faab0c72aad8d404252516' 06:33:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:6465a293da8cbf4193faab0c72aad8d404252516 --push - 06:33:47 #1 [internal] load build definition from Dockerfile 06:33:47 #1 transferring dockerfile: 196B done 06:33:47 #1 DONE 0.0s 06:33:47 06:33:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:6465a293da8cbf4193faab0c72aad8d404252516 06:33:47 #2 DONE 0.0s 06:33:47 06:33:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:6465a293da8cbf4193faab0c72aad8d404252516 06:33:47 #3 DONE 0.0s 06:33:47 06:33:47 #4 [internal] load .dockerignore 06:33:47 #4 transferring context: 2B done 06:33:47 #4 DONE 0.0s 06:33:47 06:33:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:6465a293da8cbf4193faab0c72aad8d404252516@sha256:db501f339e5823b433922f724c17f2616d93f726f4defec3f8cb01c2aa6ce0e6 06:33:47 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:6465a293da8cbf4193faab0c72aad8d404252516@sha256:db501f339e5823b433922f724c17f2616d93f726f4defec3f8cb01c2aa6ce0e6 done 06:33:47 #5 DONE 0.0s 06:33:47 06:33:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:6465a293da8cbf4193faab0c72aad8d404252516@sha256:db501f339e5823b433922f724c17f2616d93f726f4defec3f8cb01c2aa6ce0e6 06:33:47 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:6465a293da8cbf4193faab0c72aad8d404252516@sha256:db501f339e5823b433922f724c17f2616d93f726f4defec3f8cb01c2aa6ce0e6 done 06:33:47 #6 DONE 0.1s 06:33:47 06:33:47 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 06:33:47 #7 DONE 0.0s 06:33:47 06:33:47 #8 exporting to image 06:33:47 #8 exporting layers done 06:33:47 #8 exporting manifest sha256:56210dcf05c2901e1ad0e9e0192c56a9607692fd98524a694e33d70e1b39d869 done 06:33:47 #8 exporting config sha256:875e577173d006106b87592293500328ff6d7029923cfcec44572d94d8c00647 done 06:33:47 #8 exporting manifest sha256:0d75eca8c8882416d9eaa43a66da26475d8f0491e97828a0d8f2bf158c7c3952 done 06:33:47 #8 exporting config sha256:9f166b3255acc8aeaaef752abe6ef53c8e25c83e058d8e106c14eba98c192cff done 06:33:47 #8 exporting manifest list sha256:e949fe8518b628f22ed36c1c853283f740f9602f244b2c00ebaa74d4e17a109c done 06:33:47 #8 pushing layers 0.1s done 06:33:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:6465a293da8cbf4193faab0c72aad8d404252516@sha256:e949fe8518b628f22ed36c1c853283f740f9602f244b2c00ebaa74d4e17a109c 06:33:47 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:6465a293da8cbf4193faab0c72aad8d404252516@sha256:e949fe8518b628f22ed36c1c853283f740f9602f244b2c00ebaa74d4e17a109c 0.1s done 06:33:47 #8 DONE 0.2s 06:33:47 06:33:47 1 warning found (use --debug to expand): 06:33:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 06:33:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 06:33:47 #1 [internal] load build definition from Dockerfile 06:33:47 #1 transferring dockerfile: 162B done 06:33:47 #1 DONE 0.0s 06:33:47 06:33:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 06:33:47 #2 DONE 0.0s 06:33:47 06:33:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 06:33:47 #3 DONE 0.0s 06:33:47 06:33:47 #4 [internal] load .dockerignore 06:33:47 #4 transferring context: 2B done 06:33:47 #4 DONE 0.0s 06:33:47 06:33:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:db501f339e5823b433922f724c17f2616d93f726f4defec3f8cb01c2aa6ce0e6 06:33:47 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:db501f339e5823b433922f724c17f2616d93f726f4defec3f8cb01c2aa6ce0e6 0.0s done 06:33:47 #5 CACHED 06:33:47 06:33:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:db501f339e5823b433922f724c17f2616d93f726f4defec3f8cb01c2aa6ce0e6 06:33:47 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:db501f339e5823b433922f724c17f2616d93f726f4defec3f8cb01c2aa6ce0e6 0.0s done 06:33:47 #6 CACHED 06:33:47 06:33:47 #7 exporting to image 06:33:47 #7 exporting layers 06:33:47 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:47 #7 exporting layers done 06:33:47 #7 exporting manifest sha256:56210dcf05c2901e1ad0e9e0192c56a9607692fd98524a694e33d70e1b39d869 done 06:33:47 #7 exporting config sha256:875e577173d006106b87592293500328ff6d7029923cfcec44572d94d8c00647 done 06:33:47 #7 exporting manifest sha256:0d75eca8c8882416d9eaa43a66da26475d8f0491e97828a0d8f2bf158c7c3952 done 06:33:47 #7 exporting config sha256:9f166b3255acc8aeaaef752abe6ef53c8e25c83e058d8e106c14eba98c192cff done 06:33:47 #7 exporting manifest list sha256:e949fe8518b628f22ed36c1c853283f740f9602f244b2c00ebaa74d4e17a109c done 06:33:47 #7 pushing layers 0.0s done 06:33:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:e949fe8518b628f22ed36c1c853283f740f9602f244b2c00ebaa74d4e17a109c 0.1s done 06:33:47 #7 DONE 0.1s 06:33:47 06:33:47 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 06:33:47 #8 DONE 0.0s 06:33:47 06:33:47 1 warning found (use --debug to expand): 06:33:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.2' 06:33:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.2 --push - 06:33:48 #1 [internal] load build definition from Dockerfile 06:33:48 #1 transferring dockerfile: 167B done 06:33:48 #1 DONE 0.0s 06:33:48 06:33:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.2 06:33:48 #2 DONE 0.0s 06:33:48 06:33:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.2 06:33:48 #3 DONE 0.0s 06:33:48 06:33:48 #4 [internal] load .dockerignore 06:33:48 #4 transferring context: 2B done 06:33:48 #4 DONE 0.0s 06:33:48 06:33:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.2@sha256:db501f339e5823b433922f724c17f2616d93f726f4defec3f8cb01c2aa6ce0e6 06:33:48 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.2@sha256:db501f339e5823b433922f724c17f2616d93f726f4defec3f8cb01c2aa6ce0e6 0.0s done 06:33:48 #5 CACHED 06:33:48 06:33:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.2@sha256:db501f339e5823b433922f724c17f2616d93f726f4defec3f8cb01c2aa6ce0e6 06:33:48 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.2@sha256:db501f339e5823b433922f724c17f2616d93f726f4defec3f8cb01c2aa6ce0e6 0.0s done 06:33:48 #6 CACHED 06:33:48 06:33:48 #7 exporting to image 06:33:48 #7 exporting layers done 06:33:48 #7 exporting manifest sha256:56210dcf05c2901e1ad0e9e0192c56a9607692fd98524a694e33d70e1b39d869 done 06:33:48 #7 exporting config sha256:875e577173d006106b87592293500328ff6d7029923cfcec44572d94d8c00647 done 06:33:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:48 #7 exporting manifest sha256:0d75eca8c8882416d9eaa43a66da26475d8f0491e97828a0d8f2bf158c7c3952 done 06:33:48 #7 exporting config sha256:9f166b3255acc8aeaaef752abe6ef53c8e25c83e058d8e106c14eba98c192cff done 06:33:48 #7 exporting manifest list sha256:e949fe8518b628f22ed36c1c853283f740f9602f244b2c00ebaa74d4e17a109c done 06:33:48 #7 pushing layers 0.0s done 06:33:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.2@sha256:e949fe8518b628f22ed36c1c853283f740f9602f244b2c00ebaa74d4e17a109c 0.1s done 06:33:48 #7 DONE 0.1s 06:33:48 06:33:48 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 06:33:48 #8 DONE 0.0s 06:33:48 06:33:48 1 warning found (use --debug to expand): 06:33:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2' 06:33:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 --push - 06:33:49 #1 [internal] load build definition from Dockerfile 06:33:49 #1 transferring dockerfile: 208B done 06:33:49 #1 DONE 0.0s 06:33:49 06:33:49 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:33:49 #2 DONE 0.0s 06:33:49 06:33:49 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:33:49 #3 DONE 0.0s 06:33:49 06:33:49 #4 [internal] load .dockerignore 06:33:49 #4 transferring context: 2B done 06:33:49 #4 DONE 0.0s 06:33:49 06:33:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:db501f339e5823b433922f724c17f2616d93f726f4defec3f8cb01c2aa6ce0e6 06:33:49 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:db501f339e5823b433922f724c17f2616d93f726f4defec3f8cb01c2aa6ce0e6 0.0s done 06:33:49 #5 CACHED 06:33:49 06:33:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:db501f339e5823b433922f724c17f2616d93f726f4defec3f8cb01c2aa6ce0e6 06:33:49 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:db501f339e5823b433922f724c17f2616d93f726f4defec3f8cb01c2aa6ce0e6 0.0s done 06:33:49 #6 CACHED 06:33:49 06:33:49 #7 exporting to image 06:33:49 #7 exporting layers done 06:33:49 #7 exporting manifest sha256:56210dcf05c2901e1ad0e9e0192c56a9607692fd98524a694e33d70e1b39d869 done 06:33:49 #7 exporting config sha256:875e577173d006106b87592293500328ff6d7029923cfcec44572d94d8c00647 06:33:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:49 #7 exporting config sha256:875e577173d006106b87592293500328ff6d7029923cfcec44572d94d8c00647 done 06:33:49 #7 exporting manifest sha256:0d75eca8c8882416d9eaa43a66da26475d8f0491e97828a0d8f2bf158c7c3952 done 06:33:49 #7 exporting config sha256:9f166b3255acc8aeaaef752abe6ef53c8e25c83e058d8e106c14eba98c192cff done 06:33:49 #7 exporting manifest list sha256:e949fe8518b628f22ed36c1c853283f740f9602f244b2c00ebaa74d4e17a109c done 06:33:49 #7 pushing layers 0.0s done 06:33:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:e949fe8518b628f22ed36c1c853283f740f9602f244b2c00ebaa74d4e17a109c 0.1s done 06:33:49 #7 DONE 0.1s 06:33:49 06:33:49 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 06:33:49 #8 DONE 0.0s 06:33:49 06:33:49 1 warning found (use --debug to expand): 06:33:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 06:33:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 06:33:49 #1 [internal] load build definition from Dockerfile 06:33:49 #1 transferring dockerfile: 160B done 06:33:49 #1 DONE 0.0s 06:33:49 06:33:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 06:33:49 #2 DONE 0.0s 06:33:49 06:33:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 06:33:49 #3 DONE 0.0s 06:33:49 06:33:49 #4 [internal] load .dockerignore 06:33:49 #4 transferring context: 2B done 06:33:49 #4 DONE 0.0s 06:33:49 06:33:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:db501f339e5823b433922f724c17f2616d93f726f4defec3f8cb01c2aa6ce0e6 06:33:49 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:db501f339e5823b433922f724c17f2616d93f726f4defec3f8cb01c2aa6ce0e6 0.0s done 06:33:49 #5 CACHED 06:33:49 06:33:49 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:db501f339e5823b433922f724c17f2616d93f726f4defec3f8cb01c2aa6ce0e6 06:33:49 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:db501f339e5823b433922f724c17f2616d93f726f4defec3f8cb01c2aa6ce0e6 0.0s done 06:33:49 #6 DONE 0.0s 06:33:49 06:33:49 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:db501f339e5823b433922f724c17f2616d93f726f4defec3f8cb01c2aa6ce0e6 06:33:49 #6 CACHED 06:33:49 06:33:49 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 06:33:49 #7 DONE 0.0s 06:33:49 06:33:49 #8 exporting to image 06:33:49 #8 exporting layers done 06:33:49 #8 exporting manifest sha256:56210dcf05c2901e1ad0e9e0192c56a9607692fd98524a694e33d70e1b39d869 done 06:33:49 #8 exporting config sha256:875e577173d006106b87592293500328ff6d7029923cfcec44572d94d8c00647 done 06:33:49 #8 exporting manifest sha256:0d75eca8c8882416d9eaa43a66da26475d8f0491e97828a0d8f2bf158c7c3952 done 06:33:49 #8 exporting config sha256:9f166b3255acc8aeaaef752abe6ef53c8e25c83e058d8e106c14eba98c192cff done 06:33:49 #8 exporting manifest list sha256:e949fe8518b628f22ed36c1c853283f740f9602f244b2c00ebaa74d4e17a109c done 06:33:49 #8 pushing layers 0.0s done 06:33:49 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:e949fe8518b628f22ed36c1c853283f740f9602f244b2c00ebaa74d4e17a109c 0.1s done 06:33:49 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:49 #8 DONE 0.1s 06:33:49 06:33:49 1 warning found (use --debug to expand): 06:33:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:6465a293da8cbf4193faab0c72aad8d404252516 --push - 06:33:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:6465a293da8cbf4193faab0c72aad8d404252516' 06:33:49 #1 [internal] load build definition from Dockerfile 06:33:49 #1 transferring dockerfile: 198B done 06:33:49 #1 DONE 0.0s 06:33:49 06:33:49 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:6465a293da8cbf4193faab0c72aad8d404252516 06:33:49 #2 DONE 0.0s 06:33:49 06:33:49 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:6465a293da8cbf4193faab0c72aad8d404252516 06:33:49 #3 DONE 0.0s 06:33:49 06:33:49 #4 [internal] load .dockerignore 06:33:49 #4 transferring context: 2B done 06:33:49 #4 DONE 0.0s 06:33:50 06:33:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:6465a293da8cbf4193faab0c72aad8d404252516@sha256:7382eebd71c373106515d0a74a574d810cdc05187dec3b875013833c46db1544 06:33:50 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:6465a293da8cbf4193faab0c72aad8d404252516@sha256:7382eebd71c373106515d0a74a574d810cdc05187dec3b875013833c46db1544 0.0s done 06:33:50 #5 DONE 0.0s 06:33:50 06:33:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:6465a293da8cbf4193faab0c72aad8d404252516@sha256:7382eebd71c373106515d0a74a574d810cdc05187dec3b875013833c46db1544 06:33:50 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:6465a293da8cbf4193faab0c72aad8d404252516@sha256:7382eebd71c373106515d0a74a574d810cdc05187dec3b875013833c46db1544 0.0s done 06:33:50 #6 DONE 0.1s 06:33:50 06:33:50 #7 exporting to image 06:33:50 #7 exporting layers done 06:33:50 #7 exporting manifest sha256:61c48156e6e0bf20b8b6369ac38ef192e5c1339ff7b8a0e297bc74a1d0623981 done 06:33:50 #7 exporting config sha256:67349aa8969268ce0888b97d2a234162c50d4f5a8e6fe86ce175f5d7699a1fec done 06:33:50 #7 exporting manifest sha256:5558d2a63f28f31baba01a6c0b342f2186550eedbef0e7ef617d810a8898b04b 06:33:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:50 #7 ... 06:33:50 06:33:50 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 06:33:50 #8 DONE 0.0s 06:33:50 06:33:50 #7 exporting to image 06:33:50 #7 exporting manifest sha256:5558d2a63f28f31baba01a6c0b342f2186550eedbef0e7ef617d810a8898b04b done 06:33:50 #7 exporting config sha256:429deb24febb5474d4ff60246bd363a1250d710774ba3d7d9752e4ba205aa4bd done 06:33:50 #7 exporting manifest list sha256:5ffc7d2b774e67d77b682bffc7caab58e6710e63af76750f9c665b18810e718d done 06:33:50 #7 pushing layers 0.1s done 06:33:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:6465a293da8cbf4193faab0c72aad8d404252516@sha256:5ffc7d2b774e67d77b682bffc7caab58e6710e63af76750f9c665b18810e718d 06:33:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:6465a293da8cbf4193faab0c72aad8d404252516@sha256:5ffc7d2b774e67d77b682bffc7caab58e6710e63af76750f9c665b18810e718d 0.1s done 06:33:50 #7 DONE 0.2s 06:33:50 06:33:50 1 warning found (use --debug to expand): 06:33:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 06:33:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 06:33:50 #1 [internal] load build definition from Dockerfile 06:33:50 #1 transferring dockerfile: 164B done 06:33:50 #1 DONE 0.0s 06:33:50 06:33:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 06:33:50 #2 DONE 0.0s 06:33:50 06:33:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 06:33:50 #3 DONE 0.0s 06:33:50 06:33:50 #4 [internal] load .dockerignore 06:33:50 #4 transferring context: 2B done 06:33:50 #4 DONE 0.0s 06:33:50 06:33:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:7382eebd71c373106515d0a74a574d810cdc05187dec3b875013833c46db1544 06:33:50 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:7382eebd71c373106515d0a74a574d810cdc05187dec3b875013833c46db1544 0.0s done 06:33:50 #5 CACHED 06:33:50 06:33:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:7382eebd71c373106515d0a74a574d810cdc05187dec3b875013833c46db1544 06:33:50 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:7382eebd71c373106515d0a74a574d810cdc05187dec3b875013833c46db1544 0.0s done 06:33:50 #6 CACHED 06:33:50 06:33:50 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 06:33:50 #7 DONE 0.0s 06:33:50 06:33:50 #8 exporting to image 06:33:50 #8 exporting layers done 06:33:50 #8 exporting manifest sha256:61c48156e6e0bf20b8b6369ac38ef192e5c1339ff7b8a0e297bc74a1d0623981 done 06:33:50 #8 exporting config sha256:67349aa8969268ce0888b97d2a234162c50d4f5a8e6fe86ce175f5d7699a1fec done 06:33:50 #8 exporting manifest sha256:5558d2a63f28f31baba01a6c0b342f2186550eedbef0e7ef617d810a8898b04b done 06:33:50 #8 exporting config sha256:429deb24febb5474d4ff60246bd363a1250d710774ba3d7d9752e4ba205aa4bd done 06:33:50 #8 exporting manifest list sha256:5ffc7d2b774e67d77b682bffc7caab58e6710e63af76750f9c665b18810e718d done 06:33:50 #8 pushing layers 0.0s done 06:33:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:5ffc7d2b774e67d77b682bffc7caab58e6710e63af76750f9c665b18810e718d 0.1s done 06:33:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:50 #8 DONE 0.1s 06:33:50 06:33:50 1 warning found (use --debug to expand): 06:33:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.2' 06:33:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.2 --push - 06:33:51 #1 [internal] load build definition from Dockerfile 06:33:51 #1 transferring dockerfile: 169B done 06:33:51 #1 DONE 0.0s 06:33:51 06:33:51 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.2 06:33:51 #2 DONE 0.0s 06:33:51 06:33:51 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.2 06:33:51 #3 DONE 0.0s 06:33:51 06:33:51 #4 [internal] load .dockerignore 06:33:51 #4 transferring context: 2B done 06:33:51 #4 DONE 0.0s 06:33:51 06:33:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.2@sha256:7382eebd71c373106515d0a74a574d810cdc05187dec3b875013833c46db1544 06:33:51 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.2@sha256:7382eebd71c373106515d0a74a574d810cdc05187dec3b875013833c46db1544 0.0s done 06:33:51 #5 CACHED 06:33:51 06:33:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.2@sha256:7382eebd71c373106515d0a74a574d810cdc05187dec3b875013833c46db1544 06:33:51 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.2@sha256:7382eebd71c373106515d0a74a574d810cdc05187dec3b875013833c46db1544 0.0s done 06:33:51 #6 CACHED 06:33:51 06:33:51 #7 exporting to image 06:33:51 #7 exporting layers done 06:33:51 #7 exporting manifest sha256:61c48156e6e0bf20b8b6369ac38ef192e5c1339ff7b8a0e297bc74a1d0623981 done 06:33:51 #7 exporting config sha256:67349aa8969268ce0888b97d2a234162c50d4f5a8e6fe86ce175f5d7699a1fec 06:33:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:51 #7 exporting config sha256:67349aa8969268ce0888b97d2a234162c50d4f5a8e6fe86ce175f5d7699a1fec done 06:33:51 #7 exporting manifest sha256:5558d2a63f28f31baba01a6c0b342f2186550eedbef0e7ef617d810a8898b04b done 06:33:51 #7 exporting config sha256:429deb24febb5474d4ff60246bd363a1250d710774ba3d7d9752e4ba205aa4bd done 06:33:51 #7 exporting manifest list sha256:5ffc7d2b774e67d77b682bffc7caab58e6710e63af76750f9c665b18810e718d done 06:33:51 #7 pushing layers 0.0s done 06:33:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.2@sha256:5ffc7d2b774e67d77b682bffc7caab58e6710e63af76750f9c665b18810e718d 0.1s done 06:33:51 #7 DONE 0.1s 06:33:51 06:33:51 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 06:33:51 #8 DONE 0.0s 06:33:51 06:33:51 1 warning found (use --debug to expand): 06:33:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2' 06:33:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 --push - 06:33:51 #1 [internal] load build definition from Dockerfile 06:33:51 #1 transferring dockerfile: 210B done 06:33:51 #1 DONE 0.0s 06:33:51 06:33:51 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:33:51 #2 DONE 0.0s 06:33:51 06:33:51 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:33:51 #3 DONE 0.0s 06:33:51 06:33:51 #4 [internal] load .dockerignore 06:33:51 #4 transferring context: 2B done 06:33:51 #4 DONE 0.0s 06:33:51 06:33:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:7382eebd71c373106515d0a74a574d810cdc05187dec3b875013833c46db1544 06:33:51 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:7382eebd71c373106515d0a74a574d810cdc05187dec3b875013833c46db1544 done 06:33:51 #5 CACHED 06:33:51 06:33:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:7382eebd71c373106515d0a74a574d810cdc05187dec3b875013833c46db1544 06:33:51 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:7382eebd71c373106515d0a74a574d810cdc05187dec3b875013833c46db1544 0.0s done 06:33:51 #6 CACHED 06:33:51 06:33:51 #7 exporting to image 06:33:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:52 #7 exporting layers done 06:33:52 #7 exporting manifest sha256:61c48156e6e0bf20b8b6369ac38ef192e5c1339ff7b8a0e297bc74a1d0623981 done 06:33:52 #7 exporting config sha256:67349aa8969268ce0888b97d2a234162c50d4f5a8e6fe86ce175f5d7699a1fec done 06:33:52 #7 exporting manifest sha256:5558d2a63f28f31baba01a6c0b342f2186550eedbef0e7ef617d810a8898b04b done 06:33:52 #7 exporting config sha256:429deb24febb5474d4ff60246bd363a1250d710774ba3d7d9752e4ba205aa4bd done 06:33:52 #7 exporting manifest list sha256:5ffc7d2b774e67d77b682bffc7caab58e6710e63af76750f9c665b18810e718d done 06:33:52 #7 pushing layers 0.0s done 06:33:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:5ffc7d2b774e67d77b682bffc7caab58e6710e63af76750f9c665b18810e718d 0.1s done 06:33:52 #7 DONE 0.1s 06:33:52 06:33:52 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 06:33:52 #8 DONE 0.0s 06:33:52 06:33:52 1 warning found (use --debug to expand): 06:33:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 06:33:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 06:33:52 #1 [internal] load build definition from Dockerfile 06:33:52 #1 transferring dockerfile: 162B done 06:33:52 #1 DONE 0.0s 06:33:52 06:33:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 06:33:52 #2 DONE 0.0s 06:33:52 06:33:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 06:33:52 #3 DONE 0.0s 06:33:52 06:33:52 #4 [internal] load .dockerignore 06:33:52 #4 transferring context: 2B done 06:33:52 #4 DONE 0.0s 06:33:52 06:33:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:7382eebd71c373106515d0a74a574d810cdc05187dec3b875013833c46db1544 06:33:52 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:7382eebd71c373106515d0a74a574d810cdc05187dec3b875013833c46db1544 0.0s done 06:33:52 #5 CACHED 06:33:52 06:33:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:7382eebd71c373106515d0a74a574d810cdc05187dec3b875013833c46db1544 06:33:52 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:7382eebd71c373106515d0a74a574d810cdc05187dec3b875013833c46db1544 0.0s done 06:33:52 #6 CACHED 06:33:52 06:33:52 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 06:33:52 #7 DONE 0.0s 06:33:52 06:33:52 #8 exporting to image 06:33:52 #8 exporting layers done 06:33:52 #8 exporting manifest sha256:61c48156e6e0bf20b8b6369ac38ef192e5c1339ff7b8a0e297bc74a1d0623981 done 06:33:52 #8 exporting config sha256:67349aa8969268ce0888b97d2a234162c50d4f5a8e6fe86ce175f5d7699a1fec done 06:33:52 #8 exporting manifest sha256:5558d2a63f28f31baba01a6c0b342f2186550eedbef0e7ef617d810a8898b04b done 06:33:52 #8 exporting config sha256:429deb24febb5474d4ff60246bd363a1250d710774ba3d7d9752e4ba205aa4bd done 06:33:52 #8 exporting manifest list sha256:5ffc7d2b774e67d77b682bffc7caab58e6710e63af76750f9c665b18810e718d done 06:33:52 #8 pushing layers 0.0s done 06:33:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:5ffc7d2b774e67d77b682bffc7caab58e6710e63af76750f9c665b18810e718d 0.1s done 06:33:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:52 #8 DONE 0.1s 06:33:52 06:33:52 1 warning found (use --debug to expand): 06:33:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516 --push - 06:33:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516' 06:33:52 #1 [internal] load build definition from Dockerfile 06:33:52 #1 transferring dockerfile: 206B done 06:33:52 #1 DONE 0.0s 06:33:52 06:33:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516 06:33:52 #2 DONE 0.0s 06:33:52 06:33:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516 06:33:52 #3 DONE 0.0s 06:33:52 06:33:52 #4 [internal] load .dockerignore 06:33:52 #4 transferring context: 2B done 06:33:52 #4 DONE 0.0s 06:33:52 06:33:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516@sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c 06:33:52 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516@sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c 06:33:53 #5 ... 06:33:53 06:33:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516@sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c 06:33:53 #6 DONE 0.0s 06:33:53 06:33:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516@sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c 06:33:53 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516@sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c 0.0s done 06:33:53 #5 DONE 0.2s 06:33:53 06:33:53 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:33:53 #7 DONE 0.0s 06:33:53 06:33:53 #8 exporting to image 06:33:53 #8 exporting layers done 06:33:53 #8 exporting manifest sha256:4116af9ba72d2b93894906a4e689847a40995ac916df7bb1f10219b3c4f39538 done 06:33:53 #8 exporting config sha256:d5dd487718d3ab587083bb4d87336e28a7b4a3fef678bcb325a325210d794735 done 06:33:53 #8 exporting manifest sha256:47d6d516a8aeecd8e07da0c44c991affcb7e28e88cb2e2d591a6da89b3a36c7a done 06:33:53 #8 exporting config sha256:5dc34e857a1298ca27e52b58a7d6996554c744c7ed6f616af902474e40f53743 done 06:33:53 #8 exporting manifest list sha256:581b4879224c0e15082b72e008777cd8789dc2b4c9957cfb8b2740d5bab5402c done 06:33:53 #8 pushing layers 06:33:53 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:53 #8 pushing layers 0.1s done 06:33:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516@sha256:581b4879224c0e15082b72e008777cd8789dc2b4c9957cfb8b2740d5bab5402c 0.1s done 06:33:53 #8 DONE 0.2s 06:33:53 06:33:53 1 warning found (use --debug to expand): 06:33:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 06:33:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 06:33:53 #1 [internal] load build definition from Dockerfile 06:33:53 #1 transferring dockerfile: 172B done 06:33:53 #1 DONE 0.0s 06:33:53 06:33:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 06:33:53 #2 DONE 0.0s 06:33:53 06:33:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 06:33:53 #3 DONE 0.0s 06:33:53 06:33:53 #4 [internal] load .dockerignore 06:33:53 #4 transferring context: 2B done 06:33:53 #4 DONE 0.0s 06:33:53 06:33:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c 06:33:53 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c 0.0s done 06:33:53 #5 CACHED 06:33:53 06:33:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c 06:33:53 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c 0.0s done 06:33:53 #6 CACHED 06:33:53 06:33:53 #7 exporting to image 06:33:53 #7 exporting layers 06:33:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:53 #7 exporting layers done 06:33:53 #7 exporting manifest sha256:4116af9ba72d2b93894906a4e689847a40995ac916df7bb1f10219b3c4f39538 done 06:33:53 #7 exporting config sha256:d5dd487718d3ab587083bb4d87336e28a7b4a3fef678bcb325a325210d794735 done 06:33:53 #7 exporting manifest sha256:47d6d516a8aeecd8e07da0c44c991affcb7e28e88cb2e2d591a6da89b3a36c7a done 06:33:53 #7 exporting config sha256:5dc34e857a1298ca27e52b58a7d6996554c744c7ed6f616af902474e40f53743 done 06:33:53 #7 exporting manifest list sha256:581b4879224c0e15082b72e008777cd8789dc2b4c9957cfb8b2740d5bab5402c done 06:33:53 #7 pushing layers 0.0s done 06:33:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:581b4879224c0e15082b72e008777cd8789dc2b4c9957cfb8b2740d5bab5402c 0.1s done 06:33:53 #7 DONE 0.1s 06:33:53 06:33:53 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:33:53 #8 DONE 0.0s 06:33:53 06:33:53 1 warning found (use --debug to expand): 06:33:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.2' 06:33:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.2 --push - 06:33:54 #1 [internal] load build definition from Dockerfile 06:33:54 #1 transferring dockerfile: 177B done 06:33:54 #1 DONE 0.0s 06:33:54 06:33:54 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.2 06:33:54 #2 DONE 0.0s 06:33:54 06:33:54 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.2 06:33:54 #3 DONE 0.0s 06:33:54 06:33:54 #4 [internal] load .dockerignore 06:33:54 #4 transferring context: 2B done 06:33:54 #4 DONE 0.0s 06:33:54 06:33:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.2@sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c 06:33:54 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.2@sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c 0.0s done 06:33:54 #5 CACHED 06:33:54 06:33:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.2@sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c 06:33:54 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.2@sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c 0.0s done 06:33:54 #6 DONE 0.0s 06:33:54 06:33:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.2@sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c 06:33:54 #6 CACHED 06:33:54 06:33:54 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:33:54 #7 DONE 0.0s 06:33:54 06:33:54 #8 exporting to image 06:33:54 #8 exporting layers done 06:33:54 #8 exporting manifest sha256:4116af9ba72d2b93894906a4e689847a40995ac916df7bb1f10219b3c4f39538 done 06:33:54 #8 exporting config sha256:d5dd487718d3ab587083bb4d87336e28a7b4a3fef678bcb325a325210d794735 done 06:33:54 #8 exporting manifest sha256:47d6d516a8aeecd8e07da0c44c991affcb7e28e88cb2e2d591a6da89b3a36c7a done 06:33:54 #8 exporting config sha256:5dc34e857a1298ca27e52b58a7d6996554c744c7ed6f616af902474e40f53743 done 06:33:54 #8 exporting manifest list sha256:581b4879224c0e15082b72e008777cd8789dc2b4c9957cfb8b2740d5bab5402c done 06:33:54 #8 pushing layers 0.0s done 06:33:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.2@sha256:581b4879224c0e15082b72e008777cd8789dc2b4c9957cfb8b2740d5bab5402c 0.1s done 06:33:54 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:54 #8 DONE 0.1s 06:33:54 06:33:54 1 warning found (use --debug to expand): 06:33:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 --push - 06:33:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2' 06:33:54 #1 [internal] load build definition from Dockerfile 06:33:54 #1 transferring dockerfile: 218B done 06:33:54 #1 DONE 0.0s 06:33:54 06:33:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:33:54 #2 DONE 0.0s 06:33:54 06:33:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:33:54 #3 DONE 0.0s 06:33:54 06:33:54 #4 [internal] load .dockerignore 06:33:54 #4 transferring context: 2B done 06:33:54 #4 DONE 0.0s 06:33:54 06:33:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c 06:33:54 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c 0.0s done 06:33:54 #5 CACHED 06:33:54 06:33:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c 06:33:54 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c 0.0s done 06:33:55 #6 CACHED 06:33:55 06:33:55 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:33:55 #7 DONE 0.0s 06:33:55 06:33:55 #8 exporting to image 06:33:55 #8 exporting layers done 06:33:55 #8 exporting manifest sha256:4116af9ba72d2b93894906a4e689847a40995ac916df7bb1f10219b3c4f39538 done 06:33:55 #8 exporting config sha256:d5dd487718d3ab587083bb4d87336e28a7b4a3fef678bcb325a325210d794735 done 06:33:55 #8 exporting manifest sha256:47d6d516a8aeecd8e07da0c44c991affcb7e28e88cb2e2d591a6da89b3a36c7a done 06:33:55 #8 exporting config sha256:5dc34e857a1298ca27e52b58a7d6996554c744c7ed6f616af902474e40f53743 done 06:33:55 #8 exporting manifest list sha256:581b4879224c0e15082b72e008777cd8789dc2b4c9957cfb8b2740d5bab5402c done 06:33:55 #8 pushing layers 0.0s done 06:33:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:581b4879224c0e15082b72e008777cd8789dc2b4c9957cfb8b2740d5bab5402c 0.1s done 06:33:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:55 #8 DONE 0.1s 06:33:55 06:33:55 1 warning found (use --debug to expand): 06:33:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 06:33:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 06:33:55 #1 [internal] load build definition from Dockerfile 06:33:55 #1 transferring dockerfile: 170B done 06:33:55 #1 DONE 0.0s 06:33:55 06:33:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 06:33:55 #2 DONE 0.0s 06:33:55 06:33:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 06:33:55 #3 DONE 0.0s 06:33:55 06:33:55 #4 [internal] load .dockerignore 06:33:55 #4 transferring context: 2B done 06:33:55 #4 DONE 0.0s 06:33:55 06:33:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c 06:33:55 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c 0.0s done 06:33:55 #5 DONE 0.0s 06:33:55 06:33:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c 06:33:55 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c 0.0s done 06:33:55 #6 CACHED 06:33:55 06:33:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:436cf6e767d703c8db7307a17483675910970e8ef7b849cbe303ea9f1a72e62c 06:33:55 #5 CACHED 06:33:55 06:33:55 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:33:55 #7 DONE 0.0s 06:33:55 06:33:55 #8 exporting to image 06:33:55 #8 exporting layers done 06:33:55 #8 exporting manifest sha256:4116af9ba72d2b93894906a4e689847a40995ac916df7bb1f10219b3c4f39538 done 06:33:55 #8 exporting config sha256:d5dd487718d3ab587083bb4d87336e28a7b4a3fef678bcb325a325210d794735 done 06:33:55 #8 exporting manifest sha256:47d6d516a8aeecd8e07da0c44c991affcb7e28e88cb2e2d591a6da89b3a36c7a done 06:33:55 #8 exporting config sha256:5dc34e857a1298ca27e52b58a7d6996554c744c7ed6f616af902474e40f53743 done 06:33:55 #8 exporting manifest list sha256:581b4879224c0e15082b72e008777cd8789dc2b4c9957cfb8b2740d5bab5402c done 06:33:55 #8 pushing layers 0.0s done 06:33:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:581b4879224c0e15082b72e008777cd8789dc2b4c9957cfb8b2740d5bab5402c 0.1s done 06:33:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:55 #8 DONE 0.1s 06:33:55 06:33:55 1 warning found (use --debug to expand): 06:33:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:6465a293da8cbf4193faab0c72aad8d404252516' 06:33:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:6465a293da8cbf4193faab0c72aad8d404252516 --push - 06:33:55 #1 [internal] load build definition from Dockerfile 06:33:55 #1 transferring dockerfile: 204B 0.0s done 06:33:55 #1 DONE 0.0s 06:33:55 06:33:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:6465a293da8cbf4193faab0c72aad8d404252516 06:33:55 #2 DONE 0.0s 06:33:55 06:33:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:6465a293da8cbf4193faab0c72aad8d404252516 06:33:55 #3 DONE 0.1s 06:33:55 06:33:55 #4 [internal] load .dockerignore 06:33:55 #4 transferring context: 2B done 06:33:55 #4 DONE 0.0s 06:33:56 06:33:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:6465a293da8cbf4193faab0c72aad8d404252516@sha256:2be8cfc5ad7b39618082c35a698af541954bc4914742dd958607346780e100b5 06:33:56 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:6465a293da8cbf4193faab0c72aad8d404252516@sha256:2be8cfc5ad7b39618082c35a698af541954bc4914742dd958607346780e100b5 06:33:56 #5 ... 06:33:56 06:33:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:6465a293da8cbf4193faab0c72aad8d404252516@sha256:2be8cfc5ad7b39618082c35a698af541954bc4914742dd958607346780e100b5 06:33:56 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:6465a293da8cbf4193faab0c72aad8d404252516@sha256:2be8cfc5ad7b39618082c35a698af541954bc4914742dd958607346780e100b5 done 06:33:56 #6 DONE 0.1s 06:33:56 06:33:56 #7 exporting to image 06:33:56 #7 exporting layers done 06:33:56 #7 exporting manifest sha256:04f12fc883ce52ee2f3f10ca97d4387be395759992d3af9e838f94edd6416a6b done 06:33:56 #7 exporting config sha256:224b8972229fbbfc1e3b6e094f101dd4873aced6b24e7bcb0980fe7380d78352 done 06:33:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:56 #7 ... 06:33:56 06:33:56 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 06:33:56 #8 DONE 0.0s 06:33:56 06:33:56 #7 exporting to image 06:33:56 #7 exporting manifest sha256:ec67a9a67f25ea401b64e555cba4a6a04961099d1f21e69d1f4f8b9117a4a775 done 06:33:56 #7 exporting config sha256:094ef15fa6825e99bb6ccf809fa6a66a204b8222475781f0bb84d5d14bb572d4 done 06:33:56 #7 exporting manifest list sha256:df38472e92faefe14a36a5c6d5691c115e949263110f65322994c68cb981113e done 06:33:56 #7 pushing layers 0.1s done 06:33:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:6465a293da8cbf4193faab0c72aad8d404252516@sha256:df38472e92faefe14a36a5c6d5691c115e949263110f65322994c68cb981113e 06:33:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:6465a293da8cbf4193faab0c72aad8d404252516@sha256:df38472e92faefe14a36a5c6d5691c115e949263110f65322994c68cb981113e 0.1s done 06:33:56 #7 DONE 0.2s 06:33:56 06:33:56 1 warning found (use --debug to expand): 06:33:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 06:33:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 06:33:56 #1 [internal] load build definition from Dockerfile 06:33:56 #1 transferring dockerfile: 170B 0.0s done 06:33:56 #1 DONE 0.0s 06:33:56 06:33:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 06:33:56 #2 DONE 0.0s 06:33:56 06:33:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 06:33:56 #3 DONE 0.0s 06:33:56 06:33:56 #4 [internal] load .dockerignore 06:33:56 #4 transferring context: 2B done 06:33:56 #4 DONE 0.0s 06:33:56 06:33:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:2be8cfc5ad7b39618082c35a698af541954bc4914742dd958607346780e100b5 06:33:56 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:2be8cfc5ad7b39618082c35a698af541954bc4914742dd958607346780e100b5 06:33:56 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:2be8cfc5ad7b39618082c35a698af541954bc4914742dd958607346780e100b5 0.0s done 06:33:56 #5 CACHED 06:33:56 06:33:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:2be8cfc5ad7b39618082c35a698af541954bc4914742dd958607346780e100b5 06:33:56 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:2be8cfc5ad7b39618082c35a698af541954bc4914742dd958607346780e100b5 0.0s done 06:33:56 #6 CACHED 06:33:56 06:33:56 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 06:33:56 #7 DONE 0.0s 06:33:56 06:33:56 #8 exporting to image 06:33:56 #8 exporting layers done 06:33:56 #8 exporting manifest sha256:04f12fc883ce52ee2f3f10ca97d4387be395759992d3af9e838f94edd6416a6b done 06:33:56 #8 exporting config sha256:224b8972229fbbfc1e3b6e094f101dd4873aced6b24e7bcb0980fe7380d78352 done 06:33:56 #8 exporting manifest sha256:ec67a9a67f25ea401b64e555cba4a6a04961099d1f21e69d1f4f8b9117a4a775 done 06:33:56 #8 exporting config sha256:094ef15fa6825e99bb6ccf809fa6a66a204b8222475781f0bb84d5d14bb572d4 done 06:33:56 #8 exporting manifest list sha256:df38472e92faefe14a36a5c6d5691c115e949263110f65322994c68cb981113e done 06:33:56 #8 pushing layers 0.0s done 06:33:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:df38472e92faefe14a36a5c6d5691c115e949263110f65322994c68cb981113e 0.1s done 06:33:56 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:56 #8 DONE 0.1s 06:33:56 06:33:56 1 warning found (use --debug to expand): 06:33:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.2' 06:33:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.2 --push - 06:33:57 #1 [internal] load build definition from Dockerfile 06:33:57 #1 transferring dockerfile: 175B done 06:33:57 #1 DONE 0.0s 06:33:57 06:33:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.2 06:33:57 #2 DONE 0.0s 06:33:57 06:33:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.2 06:33:57 #3 DONE 0.0s 06:33:57 06:33:57 #4 [internal] load .dockerignore 06:33:57 #4 transferring context: 2B done 06:33:57 #4 DONE 0.0s 06:33:57 06:33:57 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.2@sha256:2be8cfc5ad7b39618082c35a698af541954bc4914742dd958607346780e100b5 06:33:57 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.2@sha256:2be8cfc5ad7b39618082c35a698af541954bc4914742dd958607346780e100b5 0.0s done 06:33:57 #5 CACHED 06:33:57 06:33:57 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.2@sha256:2be8cfc5ad7b39618082c35a698af541954bc4914742dd958607346780e100b5 06:33:57 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.2@sha256:2be8cfc5ad7b39618082c35a698af541954bc4914742dd958607346780e100b5 0.0s done 06:33:57 #6 CACHED 06:33:57 06:33:57 #7 exporting to image 06:33:57 #7 exporting layers 06:33:57 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:57 #7 exporting layers done 06:33:57 #7 exporting manifest sha256:04f12fc883ce52ee2f3f10ca97d4387be395759992d3af9e838f94edd6416a6b done 06:33:57 #7 exporting config sha256:224b8972229fbbfc1e3b6e094f101dd4873aced6b24e7bcb0980fe7380d78352 done 06:33:57 #7 exporting manifest sha256:ec67a9a67f25ea401b64e555cba4a6a04961099d1f21e69d1f4f8b9117a4a775 done 06:33:57 #7 exporting config sha256:094ef15fa6825e99bb6ccf809fa6a66a204b8222475781f0bb84d5d14bb572d4 done 06:33:57 #7 exporting manifest list sha256:df38472e92faefe14a36a5c6d5691c115e949263110f65322994c68cb981113e done 06:33:57 #7 pushing layers 0.0s done 06:33:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.2@sha256:df38472e92faefe14a36a5c6d5691c115e949263110f65322994c68cb981113e 0.1s done 06:33:57 #7 DONE 0.1s 06:33:57 06:33:57 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 06:33:57 #8 DONE 0.0s 06:33:57 06:33:57 1 warning found (use --debug to expand): 06:33:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2' 06:33:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 --push - 06:33:57 #1 [internal] load build definition from Dockerfile 06:33:57 #1 transferring dockerfile: 216B done 06:33:57 #1 DONE 0.0s 06:33:57 06:33:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:33:57 #2 DONE 0.0s 06:33:57 06:33:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:33:57 #3 DONE 0.0s 06:33:57 06:33:57 #4 [internal] load .dockerignore 06:33:57 #4 transferring context: 2B done 06:33:57 #4 DONE 0.0s 06:33:57 06:33:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:2be8cfc5ad7b39618082c35a698af541954bc4914742dd958607346780e100b5 06:33:57 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:2be8cfc5ad7b39618082c35a698af541954bc4914742dd958607346780e100b5 0.0s done 06:33:57 #5 CACHED 06:33:57 06:33:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:2be8cfc5ad7b39618082c35a698af541954bc4914742dd958607346780e100b5 06:33:57 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:2be8cfc5ad7b39618082c35a698af541954bc4914742dd958607346780e100b5 0.0s done 06:33:57 #6 CACHED 06:33:57 06:33:57 #7 exporting to image 06:33:57 #7 exporting layers done 06:33:57 #7 exporting manifest sha256:04f12fc883ce52ee2f3f10ca97d4387be395759992d3af9e838f94edd6416a6b done 06:33:57 #7 exporting config sha256:224b8972229fbbfc1e3b6e094f101dd4873aced6b24e7bcb0980fe7380d78352 done 06:33:57 #7 exporting manifest sha256:ec67a9a67f25ea401b64e555cba4a6a04961099d1f21e69d1f4f8b9117a4a775 done 06:33:57 #7 exporting config sha256:094ef15fa6825e99bb6ccf809fa6a66a204b8222475781f0bb84d5d14bb572d4 done 06:33:57 #7 exporting manifest list sha256:df38472e92faefe14a36a5c6d5691c115e949263110f65322994c68cb981113e done 06:33:57 #7 pushing layers 06:33:57 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:58 #7 pushing layers 0.0s done 06:33:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:df38472e92faefe14a36a5c6d5691c115e949263110f65322994c68cb981113e 0.1s done 06:33:58 #7 DONE 0.1s 06:33:58 06:33:58 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 06:33:58 #8 DONE 0.0s 06:33:58 06:33:58 1 warning found (use --debug to expand): 06:33:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 06:33:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 06:33:58 #1 [internal] load build definition from Dockerfile 06:33:58 #1 transferring dockerfile: 168B done 06:33:58 #1 DONE 0.0s 06:33:58 06:33:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 06:33:58 #2 DONE 0.0s 06:33:58 06:33:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 06:33:58 #3 DONE 0.0s 06:33:58 06:33:58 #4 [internal] load .dockerignore 06:33:58 #4 transferring context: 2B done 06:33:58 #4 DONE 0.0s 06:33:58 06:33:58 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:2be8cfc5ad7b39618082c35a698af541954bc4914742dd958607346780e100b5 06:33:58 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:2be8cfc5ad7b39618082c35a698af541954bc4914742dd958607346780e100b5 0.0s done 06:33:58 #5 CACHED 06:33:58 06:33:58 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:2be8cfc5ad7b39618082c35a698af541954bc4914742dd958607346780e100b5 06:33:58 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:2be8cfc5ad7b39618082c35a698af541954bc4914742dd958607346780e100b5 0.0s done 06:33:58 #6 CACHED 06:33:58 06:33:58 #7 exporting to image 06:33:58 #7 exporting layers done 06:33:58 #7 exporting manifest sha256:04f12fc883ce52ee2f3f10ca97d4387be395759992d3af9e838f94edd6416a6b done 06:33:58 #7 exporting config sha256:224b8972229fbbfc1e3b6e094f101dd4873aced6b24e7bcb0980fe7380d78352 done 06:33:58 #7 exporting manifest sha256:ec67a9a67f25ea401b64e555cba4a6a04961099d1f21e69d1f4f8b9117a4a775 done 06:33:58 #7 exporting config sha256:094ef15fa6825e99bb6ccf809fa6a66a204b8222475781f0bb84d5d14bb572d4 done 06:33:58 #7 exporting manifest list sha256:df38472e92faefe14a36a5c6d5691c115e949263110f65322994c68cb981113e done 06:33:58 #7 pushing layers 06:33:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:58 #7 pushing layers 0.0s done 06:33:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:df38472e92faefe14a36a5c6d5691c115e949263110f65322994c68cb981113e 0.1s done 06:33:58 #7 DONE 0.1s 06:33:58 06:33:58 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 06:33:58 #8 DONE 0.0s 06:33:58 06:33:58 1 warning found (use --debug to expand): 06:33:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516' 06:33:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516 --push - 06:33:58 #1 [internal] load build definition from Dockerfile 06:33:58 #1 transferring dockerfile: 205B done 06:33:58 #1 DONE 0.0s 06:33:58 06:33:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516 06:33:58 #2 DONE 0.0s 06:33:58 06:33:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516 06:33:58 #3 DONE 0.0s 06:33:58 06:33:58 #4 [internal] load .dockerignore 06:33:58 #4 transferring context: 2B done 06:33:58 #4 DONE 0.0s 06:33:58 06:33:58 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516@sha256:a7ed4f48e6ea8fe6f70fccdfe2c7e4df039dfd86643c4e4f75e56fd84a1ac5a3 06:33:58 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516@sha256:a7ed4f48e6ea8fe6f70fccdfe2c7e4df039dfd86643c4e4f75e56fd84a1ac5a3 0.0s done 06:33:58 #5 DONE 0.0s 06:33:58 06:33:58 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516@sha256:a7ed4f48e6ea8fe6f70fccdfe2c7e4df039dfd86643c4e4f75e56fd84a1ac5a3 06:33:59 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516@sha256:a7ed4f48e6ea8fe6f70fccdfe2c7e4df039dfd86643c4e4f75e56fd84a1ac5a3 0.0s done 06:33:59 #6 DONE 0.0s 06:33:59 06:33:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516@sha256:a7ed4f48e6ea8fe6f70fccdfe2c7e4df039dfd86643c4e4f75e56fd84a1ac5a3 06:33:59 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516@sha256:a7ed4f48e6ea8fe6f70fccdfe2c7e4df039dfd86643c4e4f75e56fd84a1ac5a3 0.0s done 06:33:59 #5 DONE 0.1s 06:33:59 06:33:59 #7 exporting to image 06:33:59 #7 exporting layers done 06:33:59 #7 exporting manifest sha256:0d1d195cd9bf076135047f3f68c18db295ea4ef34ff901a600ef097db10802e0 done 06:33:59 #7 exporting config sha256:cb750f5a971fb1e7e631f43b175797444e94bdd4cbba28dc22e973aa89c61a3a 06:33:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:59 #7 ... 06:33:59 06:33:59 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:33:59 #8 DONE 0.0s 06:33:59 06:33:59 #7 exporting to image 06:33:59 #7 exporting config sha256:cb750f5a971fb1e7e631f43b175797444e94bdd4cbba28dc22e973aa89c61a3a done 06:33:59 #7 exporting manifest sha256:c9eab39728211e4b601ddd2aeaf41d18885ab651d5f4230fe84afd1f052f0729 done 06:33:59 #7 exporting config sha256:404f9b0ea146b3469194e55dc615bef2340ec94e3235877317f277ffa5321156 done 06:33:59 #7 exporting manifest list sha256:a1a81ce11a9b642f838cd68eac89bfe9facf2c9c97b956375d9b6ad5b42a6530 0.0s done 06:33:59 #7 pushing layers 0.1s done 06:33:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516@sha256:a1a81ce11a9b642f838cd68eac89bfe9facf2c9c97b956375d9b6ad5b42a6530 06:33:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516@sha256:a1a81ce11a9b642f838cd68eac89bfe9facf2c9c97b956375d9b6ad5b42a6530 0.1s done 06:33:59 #7 DONE 0.2s 06:33:59 06:33:59 1 warning found (use --debug to expand): 06:33:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:33:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 06:33:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 06:33:59 #1 [internal] load build definition from Dockerfile 06:33:59 #1 transferring dockerfile: 171B done 06:33:59 #1 DONE 0.0s 06:33:59 06:33:59 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 06:33:59 #2 DONE 0.0s 06:33:59 06:33:59 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 06:33:59 #3 DONE 0.0s 06:33:59 06:33:59 #4 [internal] load .dockerignore 06:33:59 #4 transferring context: 2B done 06:33:59 #4 DONE 0.0s 06:33:59 06:33:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:a7ed4f48e6ea8fe6f70fccdfe2c7e4df039dfd86643c4e4f75e56fd84a1ac5a3 06:33:59 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:a7ed4f48e6ea8fe6f70fccdfe2c7e4df039dfd86643c4e4f75e56fd84a1ac5a3 0.0s done 06:33:59 #5 CACHED 06:33:59 06:33:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:a7ed4f48e6ea8fe6f70fccdfe2c7e4df039dfd86643c4e4f75e56fd84a1ac5a3 06:33:59 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:a7ed4f48e6ea8fe6f70fccdfe2c7e4df039dfd86643c4e4f75e56fd84a1ac5a3 0.0s done 06:33:59 #6 CACHED 06:33:59 06:33:59 #7 exporting to image 06:33:59 #7 exporting layers done 06:33:59 #7 exporting manifest sha256:0d1d195cd9bf076135047f3f68c18db295ea4ef34ff901a600ef097db10802e0 done 06:33:59 #7 exporting config sha256:cb750f5a971fb1e7e631f43b175797444e94bdd4cbba28dc22e973aa89c61a3a done 06:33:59 #7 exporting manifest sha256:c9eab39728211e4b601ddd2aeaf41d18885ab651d5f4230fe84afd1f052f0729 done 06:33:59 #7 exporting config sha256:404f9b0ea146b3469194e55dc615bef2340ec94e3235877317f277ffa5321156 06:33:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:33:59 #7 exporting config sha256:404f9b0ea146b3469194e55dc615bef2340ec94e3235877317f277ffa5321156 done 06:33:59 #7 exporting manifest list sha256:a1a81ce11a9b642f838cd68eac89bfe9facf2c9c97b956375d9b6ad5b42a6530 done 06:33:59 #7 pushing layers 0.0s done 06:33:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:a1a81ce11a9b642f838cd68eac89bfe9facf2c9c97b956375d9b6ad5b42a6530 0.1s done 06:33:59 #7 DONE 0.1s 06:33:59 06:33:59 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:33:59 #8 DONE 0.0s 06:33:59 06:33:59 1 warning found (use --debug to expand): 06:33:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.2' 06:34:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.2 --push - 06:34:00 #1 [internal] load build definition from Dockerfile 06:34:00 #1 transferring dockerfile: 176B done 06:34:00 #1 DONE 0.0s 06:34:00 06:34:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.2 06:34:00 #2 DONE 0.0s 06:34:00 06:34:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.2 06:34:00 #3 DONE 0.0s 06:34:00 06:34:00 #4 [internal] load .dockerignore 06:34:00 #4 transferring context: 2B done 06:34:00 #4 DONE 0.0s 06:34:00 06:34:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.2@sha256:a7ed4f48e6ea8fe6f70fccdfe2c7e4df039dfd86643c4e4f75e56fd84a1ac5a3 06:34:00 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.2@sha256:a7ed4f48e6ea8fe6f70fccdfe2c7e4df039dfd86643c4e4f75e56fd84a1ac5a3 0.0s done 06:34:00 #5 CACHED 06:34:00 06:34:00 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.2@sha256:a7ed4f48e6ea8fe6f70fccdfe2c7e4df039dfd86643c4e4f75e56fd84a1ac5a3 06:34:00 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.2@sha256:a7ed4f48e6ea8fe6f70fccdfe2c7e4df039dfd86643c4e4f75e56fd84a1ac5a3 0.0s done 06:34:00 #6 CACHED 06:34:00 06:34:00 #7 exporting to image 06:34:00 #7 exporting layers 06:34:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:00 #7 exporting layers done 06:34:00 #7 exporting manifest sha256:0d1d195cd9bf076135047f3f68c18db295ea4ef34ff901a600ef097db10802e0 done 06:34:00 #7 exporting config sha256:cb750f5a971fb1e7e631f43b175797444e94bdd4cbba28dc22e973aa89c61a3a done 06:34:00 #7 exporting manifest sha256:c9eab39728211e4b601ddd2aeaf41d18885ab651d5f4230fe84afd1f052f0729 done 06:34:00 #7 exporting config sha256:404f9b0ea146b3469194e55dc615bef2340ec94e3235877317f277ffa5321156 done 06:34:00 #7 exporting manifest list sha256:a1a81ce11a9b642f838cd68eac89bfe9facf2c9c97b956375d9b6ad5b42a6530 done 06:34:00 #7 pushing layers 0.0s done 06:34:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.2@sha256:a1a81ce11a9b642f838cd68eac89bfe9facf2c9c97b956375d9b6ad5b42a6530 0.1s done 06:34:00 #7 DONE 0.1s 06:34:00 06:34:00 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:34:00 #8 DONE 0.0s 06:34:00 06:34:00 1 warning found (use --debug to expand): 06:34:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2' 06:34:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 --push - 06:34:00 #1 [internal] load build definition from Dockerfile 06:34:00 #1 transferring dockerfile: 217B done 06:34:00 #1 DONE 0.0s 06:34:00 06:34:00 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:34:00 #2 DONE 0.0s 06:34:00 06:34:00 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:34:00 #3 DONE 0.0s 06:34:00 06:34:00 #4 [internal] load .dockerignore 06:34:00 #4 transferring context: 2B done 06:34:00 #4 DONE 0.0s 06:34:00 06:34:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:a7ed4f48e6ea8fe6f70fccdfe2c7e4df039dfd86643c4e4f75e56fd84a1ac5a3 06:34:00 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:a7ed4f48e6ea8fe6f70fccdfe2c7e4df039dfd86643c4e4f75e56fd84a1ac5a3 0.0s done 06:34:00 #5 CACHED 06:34:00 06:34:00 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:a7ed4f48e6ea8fe6f70fccdfe2c7e4df039dfd86643c4e4f75e56fd84a1ac5a3 06:34:00 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:a7ed4f48e6ea8fe6f70fccdfe2c7e4df039dfd86643c4e4f75e56fd84a1ac5a3 0.0s done 06:34:00 #6 CACHED 06:34:00 06:34:00 #7 exporting to image 06:34:00 #7 exporting layers done 06:34:00 #7 exporting manifest sha256:0d1d195cd9bf076135047f3f68c18db295ea4ef34ff901a600ef097db10802e0 done 06:34:00 #7 exporting config sha256:cb750f5a971fb1e7e631f43b175797444e94bdd4cbba28dc22e973aa89c61a3a done 06:34:00 #7 exporting manifest sha256:c9eab39728211e4b601ddd2aeaf41d18885ab651d5f4230fe84afd1f052f0729 06:34:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:01 #7 exporting manifest sha256:c9eab39728211e4b601ddd2aeaf41d18885ab651d5f4230fe84afd1f052f0729 done 06:34:01 #7 exporting config sha256:404f9b0ea146b3469194e55dc615bef2340ec94e3235877317f277ffa5321156 done 06:34:01 #7 exporting manifest list sha256:a1a81ce11a9b642f838cd68eac89bfe9facf2c9c97b956375d9b6ad5b42a6530 done 06:34:01 #7 pushing layers 0.0s done 06:34:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:a1a81ce11a9b642f838cd68eac89bfe9facf2c9c97b956375d9b6ad5b42a6530 0.1s done 06:34:01 #7 DONE 0.1s 06:34:01 06:34:01 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:34:01 #8 DONE 0.0s 06:34:01 06:34:01 1 warning found (use --debug to expand): 06:34:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 06:34:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 06:34:01 #1 [internal] load build definition from Dockerfile 06:34:01 #1 transferring dockerfile: 169B done 06:34:01 #1 DONE 0.0s 06:34:01 06:34:01 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 06:34:01 #2 DONE 0.0s 06:34:01 06:34:01 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 06:34:01 #3 DONE 0.0s 06:34:01 06:34:01 #4 [internal] load .dockerignore 06:34:01 #4 transferring context: 2B done 06:34:01 #4 DONE 0.0s 06:34:01 06:34:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:a7ed4f48e6ea8fe6f70fccdfe2c7e4df039dfd86643c4e4f75e56fd84a1ac5a3 06:34:01 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:a7ed4f48e6ea8fe6f70fccdfe2c7e4df039dfd86643c4e4f75e56fd84a1ac5a3 done 06:34:01 #5 CACHED 06:34:01 06:34:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:a7ed4f48e6ea8fe6f70fccdfe2c7e4df039dfd86643c4e4f75e56fd84a1ac5a3 06:34:01 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:a7ed4f48e6ea8fe6f70fccdfe2c7e4df039dfd86643c4e4f75e56fd84a1ac5a3 0.0s done 06:34:01 #6 CACHED 06:34:01 06:34:01 #7 exporting to image 06:34:01 #7 exporting layers done 06:34:01 #7 exporting manifest sha256:0d1d195cd9bf076135047f3f68c18db295ea4ef34ff901a600ef097db10802e0 done 06:34:01 #7 exporting config sha256:cb750f5a971fb1e7e631f43b175797444e94bdd4cbba28dc22e973aa89c61a3a done 06:34:01 #7 exporting manifest sha256:c9eab39728211e4b601ddd2aeaf41d18885ab651d5f4230fe84afd1f052f0729 done 06:34:01 #7 exporting config sha256:404f9b0ea146b3469194e55dc615bef2340ec94e3235877317f277ffa5321156 done 06:34:01 #7 exporting manifest list sha256:a1a81ce11a9b642f838cd68eac89bfe9facf2c9c97b956375d9b6ad5b42a6530 06:34:01 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:01 #7 exporting manifest list sha256:a1a81ce11a9b642f838cd68eac89bfe9facf2c9c97b956375d9b6ad5b42a6530 done 06:34:01 #7 pushing layers 0.0s done 06:34:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:a1a81ce11a9b642f838cd68eac89bfe9facf2c9c97b956375d9b6ad5b42a6530 0.1s done 06:34:01 #7 DONE 0.1s 06:34:01 06:34:01 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:34:01 #8 DONE 0.0s 06:34:01 06:34:01 1 warning found (use --debug to expand): 06:34:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516 --push - 06:34:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516' 06:34:02 #1 [internal] load build definition from Dockerfile 06:34:02 #1 transferring dockerfile: 211B done 06:34:02 #1 DONE 0.0s 06:34:02 06:34:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516 06:34:02 #2 DONE 0.0s 06:34:02 06:34:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516 06:34:02 #3 DONE 0.1s 06:34:02 06:34:02 #4 [internal] load .dockerignore 06:34:02 #4 transferring context: 2B done 06:34:02 #4 DONE 0.0s 06:34:02 06:34:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516@sha256:2b848c341a984acdfc5cb66381a1620d3b6ec9a79a34f89b3173119287ec8cd0 06:34:02 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516@sha256:2b848c341a984acdfc5cb66381a1620d3b6ec9a79a34f89b3173119287ec8cd0 0.0s done 06:34:02 #5 DONE 0.0s 06:34:02 06:34:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516@sha256:2b848c341a984acdfc5cb66381a1620d3b6ec9a79a34f89b3173119287ec8cd0 06:34:02 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516@sha256:2b848c341a984acdfc5cb66381a1620d3b6ec9a79a34f89b3173119287ec8cd0 0.0s done 06:34:02 #6 DONE 0.0s 06:34:02 06:34:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516@sha256:2b848c341a984acdfc5cb66381a1620d3b6ec9a79a34f89b3173119287ec8cd0 06:34:02 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516@sha256:2b848c341a984acdfc5cb66381a1620d3b6ec9a79a34f89b3173119287ec8cd0 0.0s done 06:34:02 #5 DONE 0.1s 06:34:02 06:34:02 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:34:02 #7 DONE 0.0s 06:34:02 06:34:02 #8 exporting to image 06:34:02 #8 exporting layers done 06:34:02 #8 exporting manifest sha256:44a9c52900c1db59b663aad5e5ec54934b00f45dc4001d34df87b3dcb82390fc done 06:34:02 #8 exporting config sha256:de8b3f50973fe742f31ecbfaab03601af1a031c66c1fd43070c7ec63d5493a61 done 06:34:02 #8 exporting manifest sha256:8a53cfedd62856fdaf6f49029ae1bbcd855d3586dd3cf1d8df440739c7fc1017 done 06:34:02 #8 exporting config sha256:ed349f1bc0506416b8202707ab5fb3d00cbb901a74b792daa41de74c41b464d8 done 06:34:02 #8 exporting manifest list sha256:250018a04306249bd96b00d4cf3ff229f69b83a29d17c7770be46bda5f76d2f6 done 06:34:02 #8 pushing layers 0.1s done 06:34:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516@sha256:250018a04306249bd96b00d4cf3ff229f69b83a29d17c7770be46bda5f76d2f6 06:34:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516@sha256:250018a04306249bd96b00d4cf3ff229f69b83a29d17c7770be46bda5f76d2f6 0.1s done 06:34:02 #8 DONE 0.2s 06:34:02 06:34:02 1 warning found (use --debug to expand): 06:34:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 06:34:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 06:34:03 #1 [internal] load build definition from Dockerfile 06:34:03 #1 transferring dockerfile: 177B done 06:34:03 #1 DONE 0.0s 06:34:03 06:34:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 06:34:03 #2 DONE 0.0s 06:34:03 06:34:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 06:34:03 #3 DONE 0.0s 06:34:03 06:34:03 #4 [internal] load .dockerignore 06:34:03 #4 transferring context: 2B done 06:34:03 #4 DONE 0.0s 06:34:03 06:34:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:2b848c341a984acdfc5cb66381a1620d3b6ec9a79a34f89b3173119287ec8cd0 06:34:03 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:2b848c341a984acdfc5cb66381a1620d3b6ec9a79a34f89b3173119287ec8cd0 0.0s done 06:34:03 #5 CACHED 06:34:03 06:34:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:2b848c341a984acdfc5cb66381a1620d3b6ec9a79a34f89b3173119287ec8cd0 06:34:03 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:2b848c341a984acdfc5cb66381a1620d3b6ec9a79a34f89b3173119287ec8cd0 0.0s done 06:34:03 #6 CACHED 06:34:03 06:34:03 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:34:03 #7 DONE 0.0s 06:34:03 06:34:03 #8 exporting to image 06:34:03 #8 exporting layers done 06:34:03 #8 exporting manifest sha256:44a9c52900c1db59b663aad5e5ec54934b00f45dc4001d34df87b3dcb82390fc done 06:34:03 #8 exporting config sha256:de8b3f50973fe742f31ecbfaab03601af1a031c66c1fd43070c7ec63d5493a61 done 06:34:03 #8 exporting manifest sha256:8a53cfedd62856fdaf6f49029ae1bbcd855d3586dd3cf1d8df440739c7fc1017 done 06:34:03 #8 exporting config sha256:ed349f1bc0506416b8202707ab5fb3d00cbb901a74b792daa41de74c41b464d8 done 06:34:03 #8 exporting manifest list sha256:250018a04306249bd96b00d4cf3ff229f69b83a29d17c7770be46bda5f76d2f6 done 06:34:03 #8 pushing layers 0.0s done 06:34:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:250018a04306249bd96b00d4cf3ff229f69b83a29d17c7770be46bda5f76d2f6 0.1s done 06:34:03 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:03 #8 DONE 0.1s 06:34:03 06:34:03 1 warning found (use --debug to expand): 06:34:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.2' 06:34:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.2 --push - 06:34:03 #1 [internal] load build definition from Dockerfile 06:34:03 #1 transferring dockerfile: 182B done 06:34:03 #1 DONE 0.0s 06:34:03 06:34:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.2 06:34:03 #2 DONE 0.0s 06:34:03 06:34:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.2 06:34:03 #3 DONE 0.0s 06:34:03 06:34:03 #4 [internal] load .dockerignore 06:34:03 #4 transferring context: 2B done 06:34:03 #4 DONE 0.0s 06:34:03 06:34:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.2@sha256:2b848c341a984acdfc5cb66381a1620d3b6ec9a79a34f89b3173119287ec8cd0 06:34:03 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.2@sha256:2b848c341a984acdfc5cb66381a1620d3b6ec9a79a34f89b3173119287ec8cd0 0.0s done 06:34:03 #5 CACHED 06:34:03 06:34:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.2@sha256:2b848c341a984acdfc5cb66381a1620d3b6ec9a79a34f89b3173119287ec8cd0 06:34:03 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.2@sha256:2b848c341a984acdfc5cb66381a1620d3b6ec9a79a34f89b3173119287ec8cd0 0.0s done 06:34:03 #6 CACHED 06:34:03 06:34:03 #7 exporting to image 06:34:03 #7 exporting layers 06:34:03 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:03 #7 exporting layers done 06:34:03 #7 exporting manifest sha256:44a9c52900c1db59b663aad5e5ec54934b00f45dc4001d34df87b3dcb82390fc done 06:34:03 #7 exporting config sha256:de8b3f50973fe742f31ecbfaab03601af1a031c66c1fd43070c7ec63d5493a61 done 06:34:03 #7 exporting manifest sha256:8a53cfedd62856fdaf6f49029ae1bbcd855d3586dd3cf1d8df440739c7fc1017 done 06:34:03 #7 exporting config sha256:ed349f1bc0506416b8202707ab5fb3d00cbb901a74b792daa41de74c41b464d8 done 06:34:03 #7 exporting manifest list sha256:250018a04306249bd96b00d4cf3ff229f69b83a29d17c7770be46bda5f76d2f6 done 06:34:03 #7 pushing layers 0.0s done 06:34:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.2@sha256:250018a04306249bd96b00d4cf3ff229f69b83a29d17c7770be46bda5f76d2f6 0.1s done 06:34:03 #7 DONE 0.1s 06:34:03 06:34:03 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:34:03 #8 DONE 0.0s 06:34:03 06:34:03 1 warning found (use --debug to expand): 06:34:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 --push - 06:34:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2' 06:34:04 #1 [internal] load build definition from Dockerfile 06:34:04 #1 transferring dockerfile: 223B done 06:34:04 #1 DONE 0.0s 06:34:04 06:34:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:34:04 #2 DONE 0.0s 06:34:04 06:34:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:34:04 #3 DONE 0.0s 06:34:04 06:34:04 #4 [internal] load .dockerignore 06:34:04 #4 transferring context: 2B done 06:34:04 #4 DONE 0.0s 06:34:04 06:34:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:2b848c341a984acdfc5cb66381a1620d3b6ec9a79a34f89b3173119287ec8cd0 06:34:04 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:2b848c341a984acdfc5cb66381a1620d3b6ec9a79a34f89b3173119287ec8cd0 0.0s done 06:34:04 #5 CACHED 06:34:04 06:34:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:2b848c341a984acdfc5cb66381a1620d3b6ec9a79a34f89b3173119287ec8cd0 06:34:04 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:2b848c341a984acdfc5cb66381a1620d3b6ec9a79a34f89b3173119287ec8cd0 0.0s done 06:34:04 #6 CACHED 06:34:04 06:34:04 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:34:04 #7 DONE 0.0s 06:34:04 06:34:04 #8 exporting to image 06:34:04 #8 exporting layers done 06:34:04 #8 exporting manifest sha256:44a9c52900c1db59b663aad5e5ec54934b00f45dc4001d34df87b3dcb82390fc done 06:34:04 #8 exporting config sha256:de8b3f50973fe742f31ecbfaab03601af1a031c66c1fd43070c7ec63d5493a61 done 06:34:04 #8 exporting manifest sha256:8a53cfedd62856fdaf6f49029ae1bbcd855d3586dd3cf1d8df440739c7fc1017 done 06:34:04 #8 exporting config sha256:ed349f1bc0506416b8202707ab5fb3d00cbb901a74b792daa41de74c41b464d8 done 06:34:04 #8 exporting manifest list sha256:250018a04306249bd96b00d4cf3ff229f69b83a29d17c7770be46bda5f76d2f6 done 06:34:04 #8 pushing layers 0.0s done 06:34:04 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:250018a04306249bd96b00d4cf3ff229f69b83a29d17c7770be46bda5f76d2f6 0.1s done 06:34:04 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:04 #8 DONE 0.1s 06:34:04 06:34:04 1 warning found (use --debug to expand): 06:34:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 06:34:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 06:34:04 #1 [internal] load build definition from Dockerfile 06:34:04 #1 transferring dockerfile: 175B done 06:34:04 #1 DONE 0.0s 06:34:04 06:34:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 06:34:04 #2 DONE 0.0s 06:34:04 06:34:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 06:34:04 #3 DONE 0.0s 06:34:04 06:34:04 #4 [internal] load .dockerignore 06:34:04 #4 transferring context: 2B done 06:34:04 #4 DONE 0.0s 06:34:04 06:34:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:2b848c341a984acdfc5cb66381a1620d3b6ec9a79a34f89b3173119287ec8cd0 06:34:04 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:2b848c341a984acdfc5cb66381a1620d3b6ec9a79a34f89b3173119287ec8cd0 0.0s done 06:34:04 #5 CACHED 06:34:04 06:34:04 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:2b848c341a984acdfc5cb66381a1620d3b6ec9a79a34f89b3173119287ec8cd0 06:34:04 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:2b848c341a984acdfc5cb66381a1620d3b6ec9a79a34f89b3173119287ec8cd0 0.0s done 06:34:04 #6 CACHED 06:34:04 06:34:04 #7 exporting to image 06:34:04 #7 exporting layers done 06:34:04 #7 exporting manifest sha256:44a9c52900c1db59b663aad5e5ec54934b00f45dc4001d34df87b3dcb82390fc done 06:34:04 #7 exporting config sha256:de8b3f50973fe742f31ecbfaab03601af1a031c66c1fd43070c7ec63d5493a61 done 06:34:04 #7 exporting manifest sha256:8a53cfedd62856fdaf6f49029ae1bbcd855d3586dd3cf1d8df440739c7fc1017 done 06:34:04 #7 exporting config sha256:ed349f1bc0506416b8202707ab5fb3d00cbb901a74b792daa41de74c41b464d8 done 06:34:04 #7 exporting manifest list sha256:250018a04306249bd96b00d4cf3ff229f69b83a29d17c7770be46bda5f76d2f6 done 06:34:04 #7 pushing layers 0.0s done 06:34:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:250018a04306249bd96b00d4cf3ff229f69b83a29d17c7770be46bda5f76d2f6 06:34:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:250018a04306249bd96b00d4cf3ff229f69b83a29d17c7770be46bda5f76d2f6 0.1s done 06:34:04 #7 DONE 0.1s 06:34:04 06:34:04 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:34:04 #8 DONE 0.0s 06:34:04 06:34:04 1 warning found (use --debug to expand): 06:34:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516' 06:34:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516 --push - 06:34:04 #1 [internal] load build definition from Dockerfile 06:34:04 #1 transferring dockerfile: 215B done 06:34:04 #1 DONE 0.0s 06:34:04 06:34:04 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516 06:34:04 #2 DONE 0.0s 06:34:04 06:34:04 #3 [internal] load .dockerignore 06:34:04 #3 transferring context: 2B done 06:34:04 #3 DONE 0.0s 06:34:04 06:34:04 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516 06:34:04 #4 DONE 0.1s 06:34:04 06:34:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516@sha256:9a987132277e992a3b7a981e102782f479b9cee364aaf0a374140e00c50cfebf 06:34:04 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516@sha256:9a987132277e992a3b7a981e102782f479b9cee364aaf0a374140e00c50cfebf done 06:34:04 #5 DONE 0.0s 06:34:04 06:34:04 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516@sha256:9a987132277e992a3b7a981e102782f479b9cee364aaf0a374140e00c50cfebf 06:34:05 #6 DONE 0.0s 06:34:05 06:34:05 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516@sha256:9a987132277e992a3b7a981e102782f479b9cee364aaf0a374140e00c50cfebf 06:34:05 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516@sha256:9a987132277e992a3b7a981e102782f479b9cee364aaf0a374140e00c50cfebf done 06:34:05 #5 DONE 0.1s 06:34:05 06:34:05 #7 exporting to image 06:34:05 #7 exporting layers done 06:34:05 #7 exporting manifest sha256:7b7ed4c3f01effd87b764bdecfbc0ce2a701d2876108348ff9c33a554f34ebc3 done 06:34:05 #7 exporting config sha256:e22664406cb924976cf8797de42932f0b78a99d6db5f380619834b0031217dda done 06:34:05 #7 exporting manifest sha256:886d18ed40f0853313a0fea2e532e8b71deb830a63dfea8cf0b3d9ccefe33ccf 0.0s done 06:34:05 #7 exporting config sha256:b815b75a11753ec5405ff5442fbfba650bb5191b5e7a9d72f69d0f3c822571b6 done 06:34:05 #7 exporting manifest list sha256:54e4f598614ed15efabe26c26c92b6b2ef8d630deb70a3ccc4f04a628fd78fd2 06:34:05 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:05 #7 ... 06:34:05 06:34:05 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 06:34:05 #8 DONE 0.0s 06:34:05 06:34:05 #7 exporting to image 06:34:05 #7 exporting manifest list sha256:54e4f598614ed15efabe26c26c92b6b2ef8d630deb70a3ccc4f04a628fd78fd2 done 06:34:05 #7 pushing layers 0.1s done 06:34:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516@sha256:54e4f598614ed15efabe26c26c92b6b2ef8d630deb70a3ccc4f04a628fd78fd2 06:34:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516@sha256:54e4f598614ed15efabe26c26c92b6b2ef8d630deb70a3ccc4f04a628fd78fd2 0.1s done 06:34:05 #7 DONE 0.2s 06:34:05 06:34:05 1 warning found (use --debug to expand): 06:34:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 06:34:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 06:34:05 #1 [internal] load build definition from Dockerfile 06:34:05 #1 transferring dockerfile: 181B done 06:34:05 #1 DONE 0.0s 06:34:05 06:34:05 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 06:34:05 #2 DONE 0.0s 06:34:05 06:34:05 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 06:34:05 #3 DONE 0.0s 06:34:05 06:34:05 #4 [internal] load .dockerignore 06:34:05 #4 transferring context: 2B done 06:34:05 #4 DONE 0.0s 06:34:05 06:34:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:9a987132277e992a3b7a981e102782f479b9cee364aaf0a374140e00c50cfebf 06:34:05 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:9a987132277e992a3b7a981e102782f479b9cee364aaf0a374140e00c50cfebf 0.0s done 06:34:05 #5 CACHED 06:34:05 06:34:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:9a987132277e992a3b7a981e102782f479b9cee364aaf0a374140e00c50cfebf 06:34:05 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:9a987132277e992a3b7a981e102782f479b9cee364aaf0a374140e00c50cfebf 0.0s done 06:34:05 #6 CACHED 06:34:05 06:34:05 #7 exporting to image 06:34:05 #7 exporting layers done 06:34:05 #7 exporting manifest sha256:7b7ed4c3f01effd87b764bdecfbc0ce2a701d2876108348ff9c33a554f34ebc3 done 06:34:05 #7 exporting config sha256:e22664406cb924976cf8797de42932f0b78a99d6db5f380619834b0031217dda done 06:34:05 #7 exporting manifest sha256:886d18ed40f0853313a0fea2e532e8b71deb830a63dfea8cf0b3d9ccefe33ccf 06:34:05 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:06 #7 exporting manifest sha256:886d18ed40f0853313a0fea2e532e8b71deb830a63dfea8cf0b3d9ccefe33ccf done 06:34:06 #7 exporting config sha256:b815b75a11753ec5405ff5442fbfba650bb5191b5e7a9d72f69d0f3c822571b6 done 06:34:06 #7 exporting manifest list sha256:54e4f598614ed15efabe26c26c92b6b2ef8d630deb70a3ccc4f04a628fd78fd2 done 06:34:06 #7 pushing layers 0.0s done 06:34:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:54e4f598614ed15efabe26c26c92b6b2ef8d630deb70a3ccc4f04a628fd78fd2 0.1s done 06:34:06 #7 DONE 0.1s 06:34:06 06:34:06 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 06:34:06 #8 DONE 0.0s 06:34:06 06:34:06 1 warning found (use --debug to expand): 06:34:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.2' 06:34:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.2 --push - 06:34:06 #1 [internal] load build definition from Dockerfile 06:34:06 #1 transferring dockerfile: 186B done 06:34:06 #1 DONE 0.0s 06:34:06 06:34:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.2 06:34:06 #2 DONE 0.0s 06:34:06 06:34:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.2 06:34:06 #3 DONE 0.0s 06:34:06 06:34:06 #4 [internal] load .dockerignore 06:34:06 #4 transferring context: 2B done 06:34:06 #4 DONE 0.0s 06:34:06 06:34:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.2@sha256:9a987132277e992a3b7a981e102782f479b9cee364aaf0a374140e00c50cfebf 06:34:06 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.2@sha256:9a987132277e992a3b7a981e102782f479b9cee364aaf0a374140e00c50cfebf 0.0s done 06:34:06 #5 CACHED 06:34:06 06:34:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.2@sha256:9a987132277e992a3b7a981e102782f479b9cee364aaf0a374140e00c50cfebf 06:34:06 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.2@sha256:9a987132277e992a3b7a981e102782f479b9cee364aaf0a374140e00c50cfebf 0.0s done 06:34:06 #6 CACHED 06:34:06 06:34:06 #7 exporting to image 06:34:06 #7 exporting layers done 06:34:06 #7 exporting manifest sha256:7b7ed4c3f01effd87b764bdecfbc0ce2a701d2876108348ff9c33a554f34ebc3 done 06:34:06 #7 exporting config sha256:e22664406cb924976cf8797de42932f0b78a99d6db5f380619834b0031217dda done 06:34:06 #7 exporting manifest sha256:886d18ed40f0853313a0fea2e532e8b71deb830a63dfea8cf0b3d9ccefe33ccf done 06:34:06 #7 exporting config sha256:b815b75a11753ec5405ff5442fbfba650bb5191b5e7a9d72f69d0f3c822571b6 done 06:34:06 #7 exporting manifest list sha256:54e4f598614ed15efabe26c26c92b6b2ef8d630deb70a3ccc4f04a628fd78fd2 06:34:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:06 #7 exporting manifest list sha256:54e4f598614ed15efabe26c26c92b6b2ef8d630deb70a3ccc4f04a628fd78fd2 done 06:34:06 #7 pushing layers 0.0s done 06:34:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.2@sha256:54e4f598614ed15efabe26c26c92b6b2ef8d630deb70a3ccc4f04a628fd78fd2 0.1s done 06:34:06 #7 DONE 0.1s 06:34:06 06:34:06 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 06:34:06 #8 DONE 0.0s 06:34:06 06:34:06 1 warning found (use --debug to expand): 06:34:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2' 06:34:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 --push - 06:34:06 #1 [internal] load build definition from Dockerfile 06:34:06 #1 transferring dockerfile: 227B done 06:34:06 #1 DONE 0.0s 06:34:06 06:34:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:34:06 #2 DONE 0.0s 06:34:06 06:34:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:34:06 #3 DONE 0.0s 06:34:06 06:34:06 #4 [internal] load .dockerignore 06:34:06 #4 transferring context: 2B done 06:34:06 #4 DONE 0.0s 06:34:06 06:34:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:9a987132277e992a3b7a981e102782f479b9cee364aaf0a374140e00c50cfebf 06:34:06 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:9a987132277e992a3b7a981e102782f479b9cee364aaf0a374140e00c50cfebf 0.0s done 06:34:06 #5 CACHED 06:34:06 06:34:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:9a987132277e992a3b7a981e102782f479b9cee364aaf0a374140e00c50cfebf 06:34:06 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:9a987132277e992a3b7a981e102782f479b9cee364aaf0a374140e00c50cfebf 0.0s done 06:34:07 #6 CACHED 06:34:07 06:34:07 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 06:34:07 #7 DONE 0.0s 06:34:07 06:34:07 #8 exporting to image 06:34:07 #8 exporting layers done 06:34:07 #8 exporting manifest sha256:7b7ed4c3f01effd87b764bdecfbc0ce2a701d2876108348ff9c33a554f34ebc3 done 06:34:07 #8 exporting config sha256:e22664406cb924976cf8797de42932f0b78a99d6db5f380619834b0031217dda done 06:34:07 #8 exporting manifest sha256:886d18ed40f0853313a0fea2e532e8b71deb830a63dfea8cf0b3d9ccefe33ccf done 06:34:07 #8 exporting config sha256:b815b75a11753ec5405ff5442fbfba650bb5191b5e7a9d72f69d0f3c822571b6 done 06:34:07 #8 exporting manifest list sha256:54e4f598614ed15efabe26c26c92b6b2ef8d630deb70a3ccc4f04a628fd78fd2 done 06:34:07 #8 pushing layers 0.0s done 06:34:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:54e4f598614ed15efabe26c26c92b6b2ef8d630deb70a3ccc4f04a628fd78fd2 0.1s done 06:34:07 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:07 #8 DONE 0.1s 06:34:07 06:34:07 1 warning found (use --debug to expand): 06:34:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 06:34:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 06:34:07 #1 [internal] load build definition from Dockerfile 06:34:07 #1 transferring dockerfile: 179B done 06:34:07 #1 DONE 0.0s 06:34:07 06:34:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 06:34:07 #2 DONE 0.0s 06:34:07 06:34:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 06:34:07 #3 DONE 0.0s 06:34:07 06:34:07 #4 [internal] load .dockerignore 06:34:07 #4 transferring context: 2B done 06:34:07 #4 DONE 0.0s 06:34:07 06:34:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:9a987132277e992a3b7a981e102782f479b9cee364aaf0a374140e00c50cfebf 06:34:07 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:9a987132277e992a3b7a981e102782f479b9cee364aaf0a374140e00c50cfebf 0.0s done 06:34:07 #5 CACHED 06:34:07 06:34:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:9a987132277e992a3b7a981e102782f479b9cee364aaf0a374140e00c50cfebf 06:34:07 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:9a987132277e992a3b7a981e102782f479b9cee364aaf0a374140e00c50cfebf 0.0s done 06:34:07 #6 CACHED 06:34:07 06:34:07 #7 exporting to image 06:34:07 #7 exporting layers done 06:34:07 #7 exporting manifest sha256:7b7ed4c3f01effd87b764bdecfbc0ce2a701d2876108348ff9c33a554f34ebc3 done 06:34:07 #7 exporting config sha256:e22664406cb924976cf8797de42932f0b78a99d6db5f380619834b0031217dda done 06:34:07 #7 exporting manifest sha256:886d18ed40f0853313a0fea2e532e8b71deb830a63dfea8cf0b3d9ccefe33ccf 06:34:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:07 #7 exporting manifest sha256:886d18ed40f0853313a0fea2e532e8b71deb830a63dfea8cf0b3d9ccefe33ccf done 06:34:07 #7 exporting config sha256:b815b75a11753ec5405ff5442fbfba650bb5191b5e7a9d72f69d0f3c822571b6 done 06:34:07 #7 exporting manifest list sha256:54e4f598614ed15efabe26c26c92b6b2ef8d630deb70a3ccc4f04a628fd78fd2 done 06:34:07 #7 pushing layers 0.0s done 06:34:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:54e4f598614ed15efabe26c26c92b6b2ef8d630deb70a3ccc4f04a628fd78fd2 0.1s done 06:34:07 #7 DONE 0.1s 06:34:07 06:34:07 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 06:34:07 #8 DONE 0.0s 06:34:07 06:34:07 1 warning found (use --debug to expand): 06:34:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516 --push - 06:34:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516' 06:34:07 #1 [internal] load build definition from Dockerfile 06:34:07 #1 transferring dockerfile: 205B done 06:34:07 #1 DONE 0.0s 06:34:07 06:34:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516 06:34:07 #2 DONE 0.0s 06:34:07 06:34:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516 06:34:07 #3 DONE 0.0s 06:34:07 06:34:07 #4 [internal] load .dockerignore 06:34:07 #4 transferring context: 2B done 06:34:07 #4 DONE 0.0s 06:34:07 06:34:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516@sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 06:34:07 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516@sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 0.0s done 06:34:07 #5 DONE 0.0s 06:34:07 06:34:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516@sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 06:34:08 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516@sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 0.0s done 06:34:08 #6 DONE 0.0s 06:34:08 06:34:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516@sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 06:34:08 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516@sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 0.0s done 06:34:08 #5 DONE 0.1s 06:34:08 06:34:08 #7 exporting to image 06:34:08 #7 exporting layers done 06:34:08 #7 exporting manifest sha256:ae5eadfd727e69f83847f196104a4d1b5e063250626f5dc4d3bd73599812a514 done 06:34:08 #7 exporting config sha256:1ff4a5ae8095695d1ca556bb3520ad90323d1ebf6d9eea3536a46994d2b6548a 06:34:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:08 #7 ... 06:34:08 06:34:08 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 06:34:08 #8 DONE 0.0s 06:34:08 06:34:08 #7 exporting to image 06:34:08 #7 exporting config sha256:1ff4a5ae8095695d1ca556bb3520ad90323d1ebf6d9eea3536a46994d2b6548a done 06:34:08 #7 exporting manifest sha256:0c6ce59171c4e97f1adfade08b316c02c3d6a16e15d945780fdfa4bfeab071d7 done 06:34:08 #7 exporting config sha256:609fe8ecba4950e013a7fa36bcbe47194817f104c0dacf3fabc61618c0b23aa2 done 06:34:08 #7 exporting manifest list sha256:77620bee5e988fa417745e747faa4fba8286666128179544ef9d94ea8ee23a88 0.0s done 06:34:08 #7 pushing layers 06:34:14 #7 pushing layers 6.4s done 06:34:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516@sha256:77620bee5e988fa417745e747faa4fba8286666128179544ef9d94ea8ee23a88 06:34:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516@sha256:77620bee5e988fa417745e747faa4fba8286666128179544ef9d94ea8ee23a88 0.1s done 06:34:14 #7 DONE 6.5s 06:34:14 06:34:14 1 warning found (use --debug to expand): 06:34:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 06:34:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 06:34:15 #1 [internal] load build definition from Dockerfile 06:34:15 #1 transferring dockerfile: 171B done 06:34:15 #1 DONE 0.0s 06:34:15 06:34:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 06:34:15 #2 DONE 0.0s 06:34:15 06:34:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 06:34:15 #3 DONE 0.0s 06:34:15 06:34:15 #4 [internal] load .dockerignore 06:34:15 #4 transferring context: 2B done 06:34:15 #4 DONE 0.0s 06:34:15 06:34:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 06:34:15 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 06:34:15 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 0.0s done 06:34:15 #5 CACHED 06:34:15 06:34:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 06:34:15 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 0.0s done 06:34:15 #6 CACHED 06:34:15 06:34:15 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 06:34:15 #7 DONE 0.0s 06:34:15 06:34:15 #8 exporting to image 06:34:15 #8 exporting layers done 06:34:15 #8 exporting manifest sha256:ae5eadfd727e69f83847f196104a4d1b5e063250626f5dc4d3bd73599812a514 done 06:34:15 #8 exporting config sha256:1ff4a5ae8095695d1ca556bb3520ad90323d1ebf6d9eea3536a46994d2b6548a done 06:34:15 #8 exporting manifest sha256:0c6ce59171c4e97f1adfade08b316c02c3d6a16e15d945780fdfa4bfeab071d7 done 06:34:15 #8 exporting config sha256:609fe8ecba4950e013a7fa36bcbe47194817f104c0dacf3fabc61618c0b23aa2 done 06:34:15 #8 exporting manifest list sha256:77620bee5e988fa417745e747faa4fba8286666128179544ef9d94ea8ee23a88 done 06:34:15 #8 pushing layers 0.0s done 06:34:15 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:77620bee5e988fa417745e747faa4fba8286666128179544ef9d94ea8ee23a88 0.1s done 06:34:15 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:15 #8 DONE 0.1s 06:34:15 06:34:15 1 warning found (use --debug to expand): 06:34:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.2' 06:34:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.2 --push - 06:34:15 #1 [internal] load build definition from Dockerfile 06:34:15 #1 transferring dockerfile: 176B done 06:34:15 #1 DONE 0.0s 06:34:15 06:34:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.2 06:34:15 #2 DONE 0.0s 06:34:15 06:34:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.2 06:34:15 #3 DONE 0.0s 06:34:15 06:34:15 #4 [internal] load .dockerignore 06:34:15 #4 transferring context: 2B done 06:34:15 #4 DONE 0.0s 06:34:15 06:34:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.2@sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 06:34:15 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.2@sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 0.0s done 06:34:15 #5 CACHED 06:34:15 06:34:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.2@sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 06:34:15 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.2@sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 0.0s done 06:34:15 #6 CACHED 06:34:15 06:34:15 #7 exporting to image 06:34:15 #7 exporting layers done 06:34:15 #7 exporting manifest sha256:ae5eadfd727e69f83847f196104a4d1b5e063250626f5dc4d3bd73599812a514 done 06:34:15 #7 exporting config sha256:1ff4a5ae8095695d1ca556bb3520ad90323d1ebf6d9eea3536a46994d2b6548a done 06:34:15 #7 exporting manifest sha256:0c6ce59171c4e97f1adfade08b316c02c3d6a16e15d945780fdfa4bfeab071d7 06:34:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:15 #7 exporting manifest sha256:0c6ce59171c4e97f1adfade08b316c02c3d6a16e15d945780fdfa4bfeab071d7 done 06:34:15 #7 exporting config sha256:609fe8ecba4950e013a7fa36bcbe47194817f104c0dacf3fabc61618c0b23aa2 done 06:34:15 #7 exporting manifest list sha256:77620bee5e988fa417745e747faa4fba8286666128179544ef9d94ea8ee23a88 done 06:34:15 #7 pushing layers 0.0s done 06:34:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.2@sha256:77620bee5e988fa417745e747faa4fba8286666128179544ef9d94ea8ee23a88 0.1s done 06:34:15 #7 DONE 0.1s 06:34:15 06:34:15 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 06:34:15 #8 DONE 0.0s 06:34:15 06:34:15 1 warning found (use --debug to expand): 06:34:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2' 06:34:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 --push - 06:34:16 #1 [internal] load build definition from Dockerfile 06:34:16 #1 transferring dockerfile: 217B done 06:34:16 #1 DONE 0.0s 06:34:16 06:34:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:34:16 #2 DONE 0.0s 06:34:16 06:34:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:34:16 #3 DONE 0.0s 06:34:16 06:34:16 #4 [internal] load .dockerignore 06:34:16 #4 transferring context: 2B done 06:34:16 #4 DONE 0.0s 06:34:16 06:34:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 06:34:16 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 0.0s done 06:34:16 #5 CACHED 06:34:16 06:34:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 06:34:16 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 0.0s done 06:34:16 #6 CACHED 06:34:16 06:34:16 #7 exporting to image 06:34:16 #7 exporting layers done 06:34:16 #7 exporting manifest sha256:ae5eadfd727e69f83847f196104a4d1b5e063250626f5dc4d3bd73599812a514 done 06:34:16 #7 exporting config sha256:1ff4a5ae8095695d1ca556bb3520ad90323d1ebf6d9eea3536a46994d2b6548a 06:34:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:16 #7 exporting config sha256:1ff4a5ae8095695d1ca556bb3520ad90323d1ebf6d9eea3536a46994d2b6548a done 06:34:16 #7 exporting manifest sha256:0c6ce59171c4e97f1adfade08b316c02c3d6a16e15d945780fdfa4bfeab071d7 done 06:34:16 #7 exporting config sha256:609fe8ecba4950e013a7fa36bcbe47194817f104c0dacf3fabc61618c0b23aa2 done 06:34:16 #7 exporting manifest list sha256:77620bee5e988fa417745e747faa4fba8286666128179544ef9d94ea8ee23a88 done 06:34:16 #7 pushing layers 0.0s done 06:34:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:77620bee5e988fa417745e747faa4fba8286666128179544ef9d94ea8ee23a88 0.1s done 06:34:16 #7 DONE 0.1s 06:34:16 06:34:16 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 06:34:16 #8 DONE 0.0s 06:34:16 06:34:16 1 warning found (use --debug to expand): 06:34:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 06:34:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 06:34:17 #1 [internal] load build definition from Dockerfile 06:34:17 #1 transferring dockerfile: 169B done 06:34:17 #1 DONE 0.0s 06:34:17 06:34:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 06:34:17 #2 DONE 0.0s 06:34:17 06:34:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 06:34:17 #3 DONE 0.0s 06:34:17 06:34:17 #4 [internal] load .dockerignore 06:34:17 #4 transferring context: 2B done 06:34:17 #4 DONE 0.0s 06:34:17 06:34:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 06:34:17 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 0.0s done 06:34:17 #5 DONE 0.0s 06:34:17 06:34:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 06:34:17 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 0.0s done 06:34:17 #6 CACHED 06:34:17 06:34:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:a829dcc676d032281ed685524617ff0886a5792780613faa2798bb2679097039 06:34:17 #5 CACHED 06:34:17 06:34:17 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 06:34:17 #7 DONE 0.0s 06:34:17 06:34:17 #8 exporting to image 06:34:17 #8 exporting layers done 06:34:17 #8 exporting manifest sha256:ae5eadfd727e69f83847f196104a4d1b5e063250626f5dc4d3bd73599812a514 done 06:34:17 #8 exporting config sha256:1ff4a5ae8095695d1ca556bb3520ad90323d1ebf6d9eea3536a46994d2b6548a done 06:34:17 #8 exporting manifest sha256:0c6ce59171c4e97f1adfade08b316c02c3d6a16e15d945780fdfa4bfeab071d7 done 06:34:17 #8 exporting config sha256:609fe8ecba4950e013a7fa36bcbe47194817f104c0dacf3fabc61618c0b23aa2 done 06:34:17 #8 exporting manifest list sha256:77620bee5e988fa417745e747faa4fba8286666128179544ef9d94ea8ee23a88 done 06:34:17 #8 pushing layers 0.0s done 06:34:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:77620bee5e988fa417745e747faa4fba8286666128179544ef9d94ea8ee23a88 0.1s done 06:34:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:17 #8 DONE 0.1s 06:34:17 06:34:17 1 warning found (use --debug to expand): 06:34:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516' 06:34:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516 --push - 06:34:17 #1 [internal] load build definition from Dockerfile 06:34:17 #1 transferring dockerfile: 206B done 06:34:17 #1 DONE 0.0s 06:34:17 06:34:17 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516 06:34:17 #2 DONE 0.0s 06:34:17 06:34:17 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516 06:34:17 #3 DONE 0.0s 06:34:17 06:34:17 #4 [internal] load .dockerignore 06:34:17 #4 transferring context: 2B done 06:34:17 #4 DONE 0.0s 06:34:17 06:34:17 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516@sha256:8b1a08e74ca1f01ba92446b9321624c5a2f8168b5eaf02de0fd69c706328c881 06:34:17 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516@sha256:8b1a08e74ca1f01ba92446b9321624c5a2f8168b5eaf02de0fd69c706328c881 06:34:17 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516@sha256:8b1a08e74ca1f01ba92446b9321624c5a2f8168b5eaf02de0fd69c706328c881 0.0s done 06:34:17 #5 DONE 0.0s 06:34:17 06:34:17 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516@sha256:8b1a08e74ca1f01ba92446b9321624c5a2f8168b5eaf02de0fd69c706328c881 06:34:17 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516@sha256:8b1a08e74ca1f01ba92446b9321624c5a2f8168b5eaf02de0fd69c706328c881 0.0s done 06:34:17 #6 DONE 0.1s 06:34:17 06:34:17 #7 exporting to image 06:34:17 #7 exporting layers done 06:34:17 #7 exporting manifest sha256:b520ca4d356bda7367a394f6da417fe55096a7c89a92b0b01690152e8225398f done 06:34:17 #7 exporting config sha256:005be05b6f2ea742aad1b2e537e4b8f9668f8eb1b2950a38e450959007bdeb65 06:34:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:17 #7 ... 06:34:17 06:34:17 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 06:34:17 #8 DONE 0.0s 06:34:17 06:34:17 #7 exporting to image 06:34:17 #7 exporting config sha256:005be05b6f2ea742aad1b2e537e4b8f9668f8eb1b2950a38e450959007bdeb65 done 06:34:17 #7 exporting manifest sha256:4464d94fe12396017b62ea3cbec95734b61ac0c8cff9de805db15bac973cdf5b done 06:34:17 #7 exporting config sha256:7b188feb88108cc785672117558d224aecb099c9e6f6c6ddecb14b6a84c92a94 done 06:34:17 #7 exporting manifest list sha256:92f77569e2142134ac05abe5387f59c50380b1ac8afdf89f0f683fea7af59736 done 06:34:17 #7 pushing layers 0.1s done 06:34:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516@sha256:92f77569e2142134ac05abe5387f59c50380b1ac8afdf89f0f683fea7af59736 06:34:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516@sha256:92f77569e2142134ac05abe5387f59c50380b1ac8afdf89f0f683fea7af59736 0.1s done 06:34:17 #7 DONE 0.2s 06:34:17 06:34:17 1 warning found (use --debug to expand): 06:34:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 06:34:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 06:34:18 #1 [internal] load build definition from Dockerfile 06:34:18 #1 transferring dockerfile: 172B done 06:34:18 #1 DONE 0.0s 06:34:18 06:34:18 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 06:34:18 #2 DONE 0.0s 06:34:18 06:34:18 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 06:34:18 #3 DONE 0.0s 06:34:18 06:34:18 #4 [internal] load .dockerignore 06:34:18 #4 transferring context: 2B done 06:34:18 #4 DONE 0.0s 06:34:18 06:34:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:8b1a08e74ca1f01ba92446b9321624c5a2f8168b5eaf02de0fd69c706328c881 06:34:18 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:8b1a08e74ca1f01ba92446b9321624c5a2f8168b5eaf02de0fd69c706328c881 0.0s done 06:34:18 #5 CACHED 06:34:18 06:34:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:8b1a08e74ca1f01ba92446b9321624c5a2f8168b5eaf02de0fd69c706328c881 06:34:18 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:8b1a08e74ca1f01ba92446b9321624c5a2f8168b5eaf02de0fd69c706328c881 0.0s done 06:34:18 #6 CACHED 06:34:18 06:34:18 #7 exporting to image 06:34:18 #7 exporting layers done 06:34:18 #7 exporting manifest sha256:b520ca4d356bda7367a394f6da417fe55096a7c89a92b0b01690152e8225398f done 06:34:18 #7 exporting config sha256:005be05b6f2ea742aad1b2e537e4b8f9668f8eb1b2950a38e450959007bdeb65 done 06:34:18 #7 exporting manifest sha256:4464d94fe12396017b62ea3cbec95734b61ac0c8cff9de805db15bac973cdf5b 06:34:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:18 #7 exporting manifest sha256:4464d94fe12396017b62ea3cbec95734b61ac0c8cff9de805db15bac973cdf5b done 06:34:18 #7 exporting config sha256:7b188feb88108cc785672117558d224aecb099c9e6f6c6ddecb14b6a84c92a94 done 06:34:18 #7 exporting manifest list sha256:92f77569e2142134ac05abe5387f59c50380b1ac8afdf89f0f683fea7af59736 done 06:34:18 #7 pushing layers 0.0s done 06:34:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:92f77569e2142134ac05abe5387f59c50380b1ac8afdf89f0f683fea7af59736 0.1s done 06:34:18 #7 DONE 0.1s 06:34:18 06:34:18 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 06:34:18 #8 DONE 0.0s 06:34:18 06:34:18 1 warning found (use --debug to expand): 06:34:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.2 --push - 06:34:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.2' 06:34:18 #1 [internal] load build definition from Dockerfile 06:34:18 #1 transferring dockerfile: 177B done 06:34:18 #1 DONE 0.0s 06:34:18 06:34:18 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.2 06:34:18 #2 DONE 0.0s 06:34:18 06:34:18 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.2 06:34:18 #3 DONE 0.0s 06:34:18 06:34:18 #4 [internal] load .dockerignore 06:34:18 #4 transferring context: 2B done 06:34:18 #4 DONE 0.0s 06:34:18 06:34:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.2@sha256:8b1a08e74ca1f01ba92446b9321624c5a2f8168b5eaf02de0fd69c706328c881 06:34:18 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.2@sha256:8b1a08e74ca1f01ba92446b9321624c5a2f8168b5eaf02de0fd69c706328c881 0.0s done 06:34:18 #5 CACHED 06:34:18 06:34:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.2@sha256:8b1a08e74ca1f01ba92446b9321624c5a2f8168b5eaf02de0fd69c706328c881 06:34:18 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.2@sha256:8b1a08e74ca1f01ba92446b9321624c5a2f8168b5eaf02de0fd69c706328c881 0.0s done 06:34:18 #6 CACHED 06:34:18 06:34:18 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 06:34:18 #7 DONE 0.0s 06:34:18 06:34:18 #8 exporting to image 06:34:18 #8 exporting layers done 06:34:18 #8 exporting manifest sha256:b520ca4d356bda7367a394f6da417fe55096a7c89a92b0b01690152e8225398f done 06:34:18 #8 exporting config sha256:005be05b6f2ea742aad1b2e537e4b8f9668f8eb1b2950a38e450959007bdeb65 done 06:34:18 #8 exporting manifest sha256:4464d94fe12396017b62ea3cbec95734b61ac0c8cff9de805db15bac973cdf5b done 06:34:18 #8 exporting config sha256:7b188feb88108cc785672117558d224aecb099c9e6f6c6ddecb14b6a84c92a94 done 06:34:18 #8 exporting manifest list sha256:92f77569e2142134ac05abe5387f59c50380b1ac8afdf89f0f683fea7af59736 done 06:34:18 #8 pushing layers 0.0s done 06:34:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.2@sha256:92f77569e2142134ac05abe5387f59c50380b1ac8afdf89f0f683fea7af59736 0.1s done 06:34:18 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:18 #8 DONE 0.1s 06:34:18 06:34:18 1 warning found (use --debug to expand): 06:34:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2' 06:34:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 --push - 06:34:19 #1 [internal] load build definition from Dockerfile 06:34:19 #1 transferring dockerfile: 218B done 06:34:19 #1 DONE 0.0s 06:34:19 06:34:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:34:19 #2 DONE 0.0s 06:34:19 06:34:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:34:19 #3 DONE 0.0s 06:34:19 06:34:19 #4 [internal] load .dockerignore 06:34:19 #4 transferring context: 2B 0.0s done 06:34:19 #4 DONE 0.0s 06:34:19 06:34:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:8b1a08e74ca1f01ba92446b9321624c5a2f8168b5eaf02de0fd69c706328c881 06:34:19 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:8b1a08e74ca1f01ba92446b9321624c5a2f8168b5eaf02de0fd69c706328c881 done 06:34:19 #5 CACHED 06:34:19 06:34:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:8b1a08e74ca1f01ba92446b9321624c5a2f8168b5eaf02de0fd69c706328c881 06:34:19 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:8b1a08e74ca1f01ba92446b9321624c5a2f8168b5eaf02de0fd69c706328c881 done 06:34:19 #6 CACHED 06:34:19 06:34:19 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 06:34:19 #7 DONE 0.0s 06:34:19 06:34:19 #8 exporting to image 06:34:19 #8 exporting layers done 06:34:19 #8 exporting manifest sha256:b520ca4d356bda7367a394f6da417fe55096a7c89a92b0b01690152e8225398f done 06:34:19 #8 exporting config sha256:005be05b6f2ea742aad1b2e537e4b8f9668f8eb1b2950a38e450959007bdeb65 done 06:34:19 #8 exporting manifest sha256:4464d94fe12396017b62ea3cbec95734b61ac0c8cff9de805db15bac973cdf5b done 06:34:19 #8 exporting config sha256:7b188feb88108cc785672117558d224aecb099c9e6f6c6ddecb14b6a84c92a94 done 06:34:19 #8 exporting manifest list sha256:92f77569e2142134ac05abe5387f59c50380b1ac8afdf89f0f683fea7af59736 done 06:34:19 #8 pushing layers 0.1s done 06:34:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:92f77569e2142134ac05abe5387f59c50380b1ac8afdf89f0f683fea7af59736 0.1s done 06:34:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:19 #8 DONE 0.1s 06:34:19 06:34:19 1 warning found (use --debug to expand): 06:34:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 06:34:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 06:34:19 #1 [internal] load build definition from Dockerfile 06:34:19 #1 transferring dockerfile: 170B done 06:34:19 #1 DONE 0.0s 06:34:19 06:34:19 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 06:34:19 #2 DONE 0.0s 06:34:19 06:34:19 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 06:34:19 #3 DONE 0.0s 06:34:19 06:34:19 #4 [internal] load .dockerignore 06:34:19 #4 transferring context: 2B done 06:34:19 #4 DONE 0.0s 06:34:19 06:34:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:8b1a08e74ca1f01ba92446b9321624c5a2f8168b5eaf02de0fd69c706328c881 06:34:19 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:8b1a08e74ca1f01ba92446b9321624c5a2f8168b5eaf02de0fd69c706328c881 0.0s done 06:34:19 #5 CACHED 06:34:19 06:34:19 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:8b1a08e74ca1f01ba92446b9321624c5a2f8168b5eaf02de0fd69c706328c881 06:34:19 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:8b1a08e74ca1f01ba92446b9321624c5a2f8168b5eaf02de0fd69c706328c881 0.0s done 06:34:19 #6 CACHED 06:34:19 06:34:19 #7 exporting to image 06:34:19 #7 exporting layers done 06:34:19 #7 exporting manifest sha256:b520ca4d356bda7367a394f6da417fe55096a7c89a92b0b01690152e8225398f done 06:34:19 #7 exporting config sha256:005be05b6f2ea742aad1b2e537e4b8f9668f8eb1b2950a38e450959007bdeb65 06:34:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:20 #7 exporting config sha256:005be05b6f2ea742aad1b2e537e4b8f9668f8eb1b2950a38e450959007bdeb65 done 06:34:20 #7 exporting manifest sha256:4464d94fe12396017b62ea3cbec95734b61ac0c8cff9de805db15bac973cdf5b done 06:34:20 #7 exporting config sha256:7b188feb88108cc785672117558d224aecb099c9e6f6c6ddecb14b6a84c92a94 done 06:34:20 #7 exporting manifest list sha256:92f77569e2142134ac05abe5387f59c50380b1ac8afdf89f0f683fea7af59736 done 06:34:20 #7 pushing layers 0.0s done 06:34:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:92f77569e2142134ac05abe5387f59c50380b1ac8afdf89f0f683fea7af59736 0.1s done 06:34:20 #7 DONE 0.1s 06:34:20 06:34:20 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 06:34:20 #8 DONE 0.0s 06:34:20 06:34:20 1 warning found (use --debug to expand): 06:34:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516' 06:34:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516 --push - 06:34:20 #1 [internal] load build definition from Dockerfile 06:34:20 #1 transferring dockerfile: 206B done 06:34:20 #1 DONE 0.0s 06:34:20 06:34:20 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516 06:34:20 #2 DONE 0.0s 06:34:20 06:34:20 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516 06:34:20 #3 DONE 0.0s 06:34:20 06:34:20 #4 [internal] load .dockerignore 06:34:20 #4 transferring context: 2B done 06:34:20 #4 DONE 0.0s 06:34:20 06:34:20 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516@sha256:a3acacc7d0a418cf28cd4dbd47d975c67e1e5f000656453d16a43fefb6ab1f25 06:34:20 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516@sha256:a3acacc7d0a418cf28cd4dbd47d975c67e1e5f000656453d16a43fefb6ab1f25 06:34:20 #5 DONE 0.0s 06:34:20 06:34:20 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516@sha256:a3acacc7d0a418cf28cd4dbd47d975c67e1e5f000656453d16a43fefb6ab1f25 06:34:20 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516@sha256:a3acacc7d0a418cf28cd4dbd47d975c67e1e5f000656453d16a43fefb6ab1f25 0.0s done 06:34:20 #6 DONE 0.1s 06:34:20 06:34:20 #7 exporting to image 06:34:20 #7 exporting layers done 06:34:20 #7 exporting manifest sha256:9f0e783597aeb49d998632cd66ca80848159785f5916fced57d500bc16e39293 done 06:34:20 #7 exporting config sha256:d99f95a3d172ec5be7325f2e3eb887d1a4d1cbfd5b5b9ab38e62d1a87ce9ffee done 06:34:20 #7 exporting manifest sha256:7a6e6d87c417c451e93cc8cdf2f3880f0ce6ffc0fd14716d39f9c544ca52d64e done 06:34:20 #7 exporting config sha256:498ea4888fa079b314f0714e742209544db5a2e9a81a4846ab145fb0149f323d done 06:34:20 #7 exporting manifest list sha256:0605926180936eb1a288d6f94a2d83b6868440c8f78d1705c870bc765f2967bd 06:34:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:20 #7 ... 06:34:20 06:34:20 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 06:34:20 #8 DONE 0.0s 06:34:20 06:34:20 #7 exporting to image 06:34:20 #7 exporting manifest list sha256:0605926180936eb1a288d6f94a2d83b6868440c8f78d1705c870bc765f2967bd done 06:34:20 #7 pushing layers 0.1s done 06:34:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516@sha256:0605926180936eb1a288d6f94a2d83b6868440c8f78d1705c870bc765f2967bd 06:34:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516@sha256:0605926180936eb1a288d6f94a2d83b6868440c8f78d1705c870bc765f2967bd 0.1s done 06:34:20 #7 DONE 0.2s 06:34:20 06:34:20 1 warning found (use --debug to expand): 06:34:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 06:34:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 06:34:21 #1 [internal] load build definition from Dockerfile 06:34:21 #1 transferring dockerfile: 172B done 06:34:21 #1 DONE 0.0s 06:34:21 06:34:21 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 06:34:21 #2 DONE 0.0s 06:34:21 06:34:21 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 06:34:21 #3 DONE 0.0s 06:34:21 06:34:21 #4 [internal] load .dockerignore 06:34:21 #4 transferring context: 2B done 06:34:21 #4 DONE 0.0s 06:34:21 06:34:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a3acacc7d0a418cf28cd4dbd47d975c67e1e5f000656453d16a43fefb6ab1f25 06:34:21 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a3acacc7d0a418cf28cd4dbd47d975c67e1e5f000656453d16a43fefb6ab1f25 0.0s done 06:34:21 #5 CACHED 06:34:21 06:34:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a3acacc7d0a418cf28cd4dbd47d975c67e1e5f000656453d16a43fefb6ab1f25 06:34:21 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a3acacc7d0a418cf28cd4dbd47d975c67e1e5f000656453d16a43fefb6ab1f25 0.0s done 06:34:21 #6 CACHED 06:34:21 06:34:21 #7 exporting to image 06:34:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:21 #7 exporting layers done 06:34:21 #7 exporting manifest sha256:9f0e783597aeb49d998632cd66ca80848159785f5916fced57d500bc16e39293 done 06:34:21 #7 exporting config sha256:d99f95a3d172ec5be7325f2e3eb887d1a4d1cbfd5b5b9ab38e62d1a87ce9ffee done 06:34:21 #7 exporting manifest sha256:7a6e6d87c417c451e93cc8cdf2f3880f0ce6ffc0fd14716d39f9c544ca52d64e done 06:34:21 #7 exporting config sha256:498ea4888fa079b314f0714e742209544db5a2e9a81a4846ab145fb0149f323d done 06:34:21 #7 exporting manifest list sha256:0605926180936eb1a288d6f94a2d83b6868440c8f78d1705c870bc765f2967bd done 06:34:21 #7 pushing layers 0.0s done 06:34:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:0605926180936eb1a288d6f94a2d83b6868440c8f78d1705c870bc765f2967bd 0.1s done 06:34:21 #7 DONE 0.1s 06:34:21 06:34:21 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 06:34:21 #8 DONE 0.0s 06:34:21 06:34:21 1 warning found (use --debug to expand): 06:34:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.2' 06:34:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.2 --push - 06:34:21 #1 [internal] load build definition from Dockerfile 06:34:21 #1 transferring dockerfile: 177B done 06:34:21 #1 DONE 0.0s 06:34:21 06:34:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.2 06:34:21 #2 DONE 0.0s 06:34:21 06:34:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.2 06:34:21 #3 DONE 0.0s 06:34:21 06:34:21 #4 [internal] load .dockerignore 06:34:21 #4 transferring context: 2B done 06:34:21 #4 DONE 0.0s 06:34:21 06:34:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.2@sha256:a3acacc7d0a418cf28cd4dbd47d975c67e1e5f000656453d16a43fefb6ab1f25 06:34:21 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.2@sha256:a3acacc7d0a418cf28cd4dbd47d975c67e1e5f000656453d16a43fefb6ab1f25 0.0s done 06:34:21 #5 CACHED 06:34:21 06:34:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.2@sha256:a3acacc7d0a418cf28cd4dbd47d975c67e1e5f000656453d16a43fefb6ab1f25 06:34:21 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.2@sha256:a3acacc7d0a418cf28cd4dbd47d975c67e1e5f000656453d16a43fefb6ab1f25 0.0s done 06:34:21 #6 CACHED 06:34:21 06:34:21 #7 exporting to image 06:34:21 #7 exporting layers done 06:34:21 #7 exporting manifest sha256:9f0e783597aeb49d998632cd66ca80848159785f5916fced57d500bc16e39293 done 06:34:21 #7 exporting config sha256:d99f95a3d172ec5be7325f2e3eb887d1a4d1cbfd5b5b9ab38e62d1a87ce9ffee done 06:34:21 #7 exporting manifest sha256:7a6e6d87c417c451e93cc8cdf2f3880f0ce6ffc0fd14716d39f9c544ca52d64e done 06:34:21 #7 exporting config sha256:498ea4888fa079b314f0714e742209544db5a2e9a81a4846ab145fb0149f323d done 06:34:21 #7 exporting manifest list sha256:0605926180936eb1a288d6f94a2d83b6868440c8f78d1705c870bc765f2967bd done 06:34:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:21 #7 pushing layers 0.0s done 06:34:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.2@sha256:0605926180936eb1a288d6f94a2d83b6868440c8f78d1705c870bc765f2967bd 0.1s done 06:34:21 #7 DONE 0.1s 06:34:21 06:34:21 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 06:34:21 #8 DONE 0.0s 06:34:21 06:34:21 1 warning found (use --debug to expand): 06:34:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 --push - 06:34:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2' 06:34:22 #1 [internal] load build definition from Dockerfile 06:34:22 #1 transferring dockerfile: 218B done 06:34:22 #1 DONE 0.0s 06:34:22 06:34:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:34:22 #2 DONE 0.0s 06:34:22 06:34:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:34:22 #3 DONE 0.0s 06:34:22 06:34:22 #4 [internal] load .dockerignore 06:34:22 #4 transferring context: 2B done 06:34:22 #4 DONE 0.0s 06:34:22 06:34:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:a3acacc7d0a418cf28cd4dbd47d975c67e1e5f000656453d16a43fefb6ab1f25 06:34:22 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:a3acacc7d0a418cf28cd4dbd47d975c67e1e5f000656453d16a43fefb6ab1f25 0.0s done 06:34:22 #5 CACHED 06:34:22 06:34:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:a3acacc7d0a418cf28cd4dbd47d975c67e1e5f000656453d16a43fefb6ab1f25 06:34:22 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:a3acacc7d0a418cf28cd4dbd47d975c67e1e5f000656453d16a43fefb6ab1f25 0.0s done 06:34:22 #6 DONE 0.0s 06:34:22 06:34:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:a3acacc7d0a418cf28cd4dbd47d975c67e1e5f000656453d16a43fefb6ab1f25 06:34:22 #6 CACHED 06:34:22 06:34:22 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 06:34:22 #7 DONE 0.0s 06:34:22 06:34:22 #8 exporting to image 06:34:22 #8 exporting layers done 06:34:22 #8 exporting manifest sha256:9f0e783597aeb49d998632cd66ca80848159785f5916fced57d500bc16e39293 done 06:34:22 #8 exporting config sha256:d99f95a3d172ec5be7325f2e3eb887d1a4d1cbfd5b5b9ab38e62d1a87ce9ffee done 06:34:22 #8 exporting manifest sha256:7a6e6d87c417c451e93cc8cdf2f3880f0ce6ffc0fd14716d39f9c544ca52d64e done 06:34:22 #8 exporting config sha256:498ea4888fa079b314f0714e742209544db5a2e9a81a4846ab145fb0149f323d done 06:34:22 #8 exporting manifest list sha256:0605926180936eb1a288d6f94a2d83b6868440c8f78d1705c870bc765f2967bd done 06:34:22 #8 pushing layers 0.0s done 06:34:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:0605926180936eb1a288d6f94a2d83b6868440c8f78d1705c870bc765f2967bd 0.1s done 06:34:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:22 #8 DONE 0.1s 06:34:22 06:34:22 1 warning found (use --debug to expand): 06:34:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 06:34:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 06:34:22 #1 [internal] load build definition from Dockerfile 06:34:22 #1 transferring dockerfile: 170B done 06:34:22 #1 DONE 0.0s 06:34:22 06:34:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 06:34:22 #2 DONE 0.0s 06:34:22 06:34:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 06:34:22 #3 DONE 0.0s 06:34:22 06:34:22 #4 [internal] load .dockerignore 06:34:22 #4 transferring context: 2B done 06:34:22 #4 DONE 0.0s 06:34:22 06:34:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a3acacc7d0a418cf28cd4dbd47d975c67e1e5f000656453d16a43fefb6ab1f25 06:34:22 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a3acacc7d0a418cf28cd4dbd47d975c67e1e5f000656453d16a43fefb6ab1f25 0.0s done 06:34:22 #5 CACHED 06:34:22 06:34:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a3acacc7d0a418cf28cd4dbd47d975c67e1e5f000656453d16a43fefb6ab1f25 06:34:23 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a3acacc7d0a418cf28cd4dbd47d975c67e1e5f000656453d16a43fefb6ab1f25 0.0s done 06:34:23 #6 CACHED 06:34:23 06:34:23 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 06:34:23 #7 DONE 0.0s 06:34:23 06:34:23 #8 exporting to image 06:34:23 #8 exporting layers done 06:34:23 #8 exporting manifest sha256:9f0e783597aeb49d998632cd66ca80848159785f5916fced57d500bc16e39293 done 06:34:23 #8 exporting config sha256:d99f95a3d172ec5be7325f2e3eb887d1a4d1cbfd5b5b9ab38e62d1a87ce9ffee done 06:34:23 #8 exporting manifest sha256:7a6e6d87c417c451e93cc8cdf2f3880f0ce6ffc0fd14716d39f9c544ca52d64e done 06:34:23 #8 exporting config sha256:498ea4888fa079b314f0714e742209544db5a2e9a81a4846ab145fb0149f323d done 06:34:23 #8 exporting manifest list sha256:0605926180936eb1a288d6f94a2d83b6868440c8f78d1705c870bc765f2967bd done 06:34:23 #8 pushing layers 0.0s done 06:34:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:0605926180936eb1a288d6f94a2d83b6868440c8f78d1705c870bc765f2967bd 0.1s done 06:34:23 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:23 #8 DONE 0.1s 06:34:23 06:34:23 1 warning found (use --debug to expand): 06:34:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516 --push - 06:34:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516' 06:34:23 #1 [internal] load build definition from Dockerfile 06:34:23 #1 transferring dockerfile: 206B done 06:34:23 #1 DONE 0.0s 06:34:23 06:34:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516 06:34:23 #2 DONE 0.0s 06:34:23 06:34:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516 06:34:23 #3 DONE 0.0s 06:34:23 06:34:23 #4 [internal] load .dockerignore 06:34:23 #4 transferring context: 2B done 06:34:23 #4 DONE 0.0s 06:34:23 06:34:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516@sha256:f23867b25e1e434287568324455298906735fb2e172135df17ebf74dd135cf71 06:34:23 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516@sha256:f23867b25e1e434287568324455298906735fb2e172135df17ebf74dd135cf71 0.0s done 06:34:23 #5 DONE 0.0s 06:34:23 06:34:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516@sha256:f23867b25e1e434287568324455298906735fb2e172135df17ebf74dd135cf71 06:34:23 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516@sha256:f23867b25e1e434287568324455298906735fb2e172135df17ebf74dd135cf71 0.0s done 06:34:23 #6 DONE 0.0s 06:34:23 06:34:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516@sha256:f23867b25e1e434287568324455298906735fb2e172135df17ebf74dd135cf71 06:34:23 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516@sha256:f23867b25e1e434287568324455298906735fb2e172135df17ebf74dd135cf71 0.0s done 06:34:23 #5 DONE 0.1s 06:34:23 06:34:23 #7 exporting to image 06:34:23 #7 exporting layers done 06:34:23 #7 exporting manifest sha256:02fdc4455c2216e39e52be71656703658b2163d9c92fa967b9f597179e7f57de done 06:34:23 #7 exporting config sha256:7f11009b2039312c0badbd9870c6f9a2f9df5682d08abcdd9821e10910a1dff8 done 06:34:23 #7 exporting manifest sha256:03347de4d2099ee8c73d5887d96b9c86ba17170aa9be62b9918838bf0c21f023 done 06:34:23 #7 exporting config sha256:e6f8f88df3db19790a159be77aa602122b26ced6f80e83f9b1a03451a91e615d done 06:34:23 #7 exporting manifest list sha256:070f14bd3c69517e062e3836eddbe727c62d9a7e6ebc8e5334487df28eae1a10 06:34:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:23 #7 ... 06:34:23 06:34:23 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 06:34:23 #8 DONE 0.0s 06:34:23 06:34:23 #7 exporting to image 06:34:23 #7 exporting manifest list sha256:070f14bd3c69517e062e3836eddbe727c62d9a7e6ebc8e5334487df28eae1a10 done 06:34:23 #7 pushing layers 0.1s done 06:34:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516@sha256:070f14bd3c69517e062e3836eddbe727c62d9a7e6ebc8e5334487df28eae1a10 06:34:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516@sha256:070f14bd3c69517e062e3836eddbe727c62d9a7e6ebc8e5334487df28eae1a10 0.1s done 06:34:23 #7 DONE 0.2s 06:34:23 06:34:23 1 warning found (use --debug to expand): 06:34:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 06:34:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 06:34:24 #1 [internal] load build definition from Dockerfile 06:34:24 #1 transferring dockerfile: 172B done 06:34:24 #1 DONE 0.0s 06:34:24 06:34:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 06:34:24 #2 DONE 0.0s 06:34:24 06:34:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 06:34:24 #3 DONE 0.0s 06:34:24 06:34:24 #4 [internal] load .dockerignore 06:34:24 #4 transferring context: 2B done 06:34:24 #4 DONE 0.0s 06:34:24 06:34:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:f23867b25e1e434287568324455298906735fb2e172135df17ebf74dd135cf71 06:34:24 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:f23867b25e1e434287568324455298906735fb2e172135df17ebf74dd135cf71 0.0s done 06:34:24 #5 CACHED 06:34:24 06:34:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:f23867b25e1e434287568324455298906735fb2e172135df17ebf74dd135cf71 06:34:24 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:f23867b25e1e434287568324455298906735fb2e172135df17ebf74dd135cf71 0.0s done 06:34:24 #6 CACHED 06:34:24 06:34:24 #7 exporting to image 06:34:24 #7 exporting layers done 06:34:24 #7 exporting manifest sha256:02fdc4455c2216e39e52be71656703658b2163d9c92fa967b9f597179e7f57de done 06:34:24 #7 exporting config sha256:7f11009b2039312c0badbd9870c6f9a2f9df5682d08abcdd9821e10910a1dff8 done 06:34:24 #7 exporting manifest sha256:03347de4d2099ee8c73d5887d96b9c86ba17170aa9be62b9918838bf0c21f023 done 06:34:24 #7 exporting config sha256:e6f8f88df3db19790a159be77aa602122b26ced6f80e83f9b1a03451a91e615d 06:34:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:24 #7 exporting config sha256:e6f8f88df3db19790a159be77aa602122b26ced6f80e83f9b1a03451a91e615d done 06:34:24 #7 exporting manifest list sha256:070f14bd3c69517e062e3836eddbe727c62d9a7e6ebc8e5334487df28eae1a10 done 06:34:24 #7 pushing layers 0.0s done 06:34:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:070f14bd3c69517e062e3836eddbe727c62d9a7e6ebc8e5334487df28eae1a10 0.1s done 06:34:24 #7 DONE 0.1s 06:34:24 06:34:24 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 06:34:24 #8 DONE 0.0s 06:34:24 06:34:24 1 warning found (use --debug to expand): 06:34:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.2' 06:34:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.2 --push - 06:34:24 #1 [internal] load build definition from Dockerfile 06:34:24 #1 transferring dockerfile: 177B done 06:34:24 #1 DONE 0.0s 06:34:24 06:34:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.2 06:34:24 #2 DONE 0.0s 06:34:24 06:34:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.2 06:34:24 #3 DONE 0.0s 06:34:24 06:34:24 #4 [internal] load .dockerignore 06:34:24 #4 transferring context: 2B done 06:34:24 #4 DONE 0.0s 06:34:24 06:34:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.2@sha256:f23867b25e1e434287568324455298906735fb2e172135df17ebf74dd135cf71 06:34:24 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.2@sha256:f23867b25e1e434287568324455298906735fb2e172135df17ebf74dd135cf71 0.0s done 06:34:24 #5 CACHED 06:34:24 06:34:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.2@sha256:f23867b25e1e434287568324455298906735fb2e172135df17ebf74dd135cf71 06:34:24 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.2@sha256:f23867b25e1e434287568324455298906735fb2e172135df17ebf74dd135cf71 0.0s done 06:34:24 #6 CACHED 06:34:24 06:34:24 #7 exporting to image 06:34:24 #7 exporting layers 06:34:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:24 #7 exporting layers done 06:34:24 #7 exporting manifest sha256:02fdc4455c2216e39e52be71656703658b2163d9c92fa967b9f597179e7f57de done 06:34:24 #7 exporting config sha256:7f11009b2039312c0badbd9870c6f9a2f9df5682d08abcdd9821e10910a1dff8 done 06:34:24 #7 exporting manifest sha256:03347de4d2099ee8c73d5887d96b9c86ba17170aa9be62b9918838bf0c21f023 done 06:34:24 #7 exporting config sha256:e6f8f88df3db19790a159be77aa602122b26ced6f80e83f9b1a03451a91e615d done 06:34:24 #7 exporting manifest list sha256:070f14bd3c69517e062e3836eddbe727c62d9a7e6ebc8e5334487df28eae1a10 done 06:34:24 #7 pushing layers 0.0s done 06:34:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.2@sha256:070f14bd3c69517e062e3836eddbe727c62d9a7e6ebc8e5334487df28eae1a10 0.1s done 06:34:24 #7 DONE 0.1s 06:34:24 06:34:24 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 06:34:24 #8 DONE 0.0s 06:34:24 06:34:24 1 warning found (use --debug to expand): 06:34:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2' 06:34:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 --push - 06:34:25 #1 [internal] load build definition from Dockerfile 06:34:25 #1 transferring dockerfile: 218B done 06:34:25 #1 DONE 0.0s 06:34:25 06:34:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:34:25 #2 DONE 0.0s 06:34:25 06:34:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:34:25 #3 DONE 0.0s 06:34:25 06:34:25 #4 [internal] load .dockerignore 06:34:25 #4 transferring context: 2B done 06:34:25 #4 DONE 0.0s 06:34:25 06:34:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:f23867b25e1e434287568324455298906735fb2e172135df17ebf74dd135cf71 06:34:25 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:f23867b25e1e434287568324455298906735fb2e172135df17ebf74dd135cf71 done 06:34:25 #5 CACHED 06:34:25 06:34:25 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:f23867b25e1e434287568324455298906735fb2e172135df17ebf74dd135cf71 06:34:25 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:f23867b25e1e434287568324455298906735fb2e172135df17ebf74dd135cf71 0.0s done 06:34:25 #6 CACHED 06:34:25 06:34:25 #7 exporting to image 06:34:25 #7 exporting layers done 06:34:25 #7 exporting manifest sha256:02fdc4455c2216e39e52be71656703658b2163d9c92fa967b9f597179e7f57de done 06:34:25 #7 exporting config sha256:7f11009b2039312c0badbd9870c6f9a2f9df5682d08abcdd9821e10910a1dff8 done 06:34:25 #7 exporting manifest sha256:03347de4d2099ee8c73d5887d96b9c86ba17170aa9be62b9918838bf0c21f023 done 06:34:25 #7 exporting config sha256:e6f8f88df3db19790a159be77aa602122b26ced6f80e83f9b1a03451a91e615d 06:34:25 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:25 #7 exporting config sha256:e6f8f88df3db19790a159be77aa602122b26ced6f80e83f9b1a03451a91e615d done 06:34:25 #7 exporting manifest list sha256:070f14bd3c69517e062e3836eddbe727c62d9a7e6ebc8e5334487df28eae1a10 done 06:34:25 #7 pushing layers 0.0s done 06:34:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:070f14bd3c69517e062e3836eddbe727c62d9a7e6ebc8e5334487df28eae1a10 0.1s done 06:34:25 #7 DONE 0.1s 06:34:25 06:34:25 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 06:34:25 #8 DONE 0.0s 06:34:25 06:34:25 1 warning found (use --debug to expand): 06:34:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 06:34:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 06:34:25 #1 [internal] load build definition from Dockerfile 06:34:25 #1 transferring dockerfile: 170B done 06:34:25 #1 DONE 0.0s 06:34:25 06:34:25 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 06:34:25 #2 DONE 0.0s 06:34:25 06:34:25 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 06:34:25 #3 DONE 0.0s 06:34:25 06:34:25 #4 [internal] load .dockerignore 06:34:25 #4 transferring context: 2B done 06:34:25 #4 DONE 0.0s 06:34:25 06:34:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:f23867b25e1e434287568324455298906735fb2e172135df17ebf74dd135cf71 06:34:25 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:f23867b25e1e434287568324455298906735fb2e172135df17ebf74dd135cf71 0.0s done 06:34:25 #5 CACHED 06:34:25 06:34:25 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:f23867b25e1e434287568324455298906735fb2e172135df17ebf74dd135cf71 06:34:25 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:f23867b25e1e434287568324455298906735fb2e172135df17ebf74dd135cf71 0.0s done 06:34:25 #6 CACHED 06:34:25 06:34:25 #7 exporting to image 06:34:25 #7 exporting layers done 06:34:25 #7 exporting manifest sha256:02fdc4455c2216e39e52be71656703658b2163d9c92fa967b9f597179e7f57de done 06:34:25 #7 exporting config sha256:7f11009b2039312c0badbd9870c6f9a2f9df5682d08abcdd9821e10910a1dff8 done 06:34:25 #7 exporting manifest sha256:03347de4d2099ee8c73d5887d96b9c86ba17170aa9be62b9918838bf0c21f023 06:34:25 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:26 #7 exporting manifest sha256:03347de4d2099ee8c73d5887d96b9c86ba17170aa9be62b9918838bf0c21f023 done 06:34:26 #7 exporting config sha256:e6f8f88df3db19790a159be77aa602122b26ced6f80e83f9b1a03451a91e615d done 06:34:26 #7 exporting manifest list sha256:070f14bd3c69517e062e3836eddbe727c62d9a7e6ebc8e5334487df28eae1a10 done 06:34:26 #7 pushing layers 0.0s done 06:34:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:070f14bd3c69517e062e3836eddbe727c62d9a7e6ebc8e5334487df28eae1a10 0.1s done 06:34:26 #7 DONE 0.1s 06:34:26 06:34:26 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 06:34:26 #8 DONE 0.0s 06:34:26 06:34:26 1 warning found (use --debug to expand): 06:34:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516' 06:34:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516 --push - 06:34:26 #1 [internal] load build definition from Dockerfile 06:34:26 #1 transferring dockerfile: 202B done 06:34:26 #1 DONE 0.0s 06:34:26 06:34:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516 06:34:26 #2 DONE 0.0s 06:34:26 06:34:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516 06:34:26 #3 DONE 0.0s 06:34:26 06:34:26 #4 [internal] load .dockerignore 06:34:26 #4 transferring context: 2B done 06:34:26 #4 DONE 0.0s 06:34:26 06:34:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516@sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 06:34:26 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516@sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 0.0s done 06:34:26 #5 DONE 0.0s 06:34:26 06:34:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516@sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 06:34:26 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516@sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 0.0s done 06:34:26 #6 DONE 0.0s 06:34:26 06:34:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516@sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 06:34:26 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516@sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 0.0s done 06:34:26 #5 DONE 0.1s 06:34:26 06:34:26 #7 exporting to image 06:34:26 #7 exporting layers done 06:34:26 #7 exporting manifest sha256:78805df4e9afd2bcc5d1defa69222c95ce5af107e06190c86762eadf088abb4d done 06:34:26 #7 exporting config sha256:b70741dad137e188b9b27057b2955ef6a9dd4769f3466ef61f9df132586119c1 done 06:34:26 #7 exporting manifest sha256:026353f7b816335bac0dbe2b426707c7baafba1202dd7f44f541487aa2445ac4 done 06:34:26 #7 exporting config sha256:d7a0810471e75e8fb5ff66c35360f4a90c79e902558ec4116c6cfccb15a4c948 done 06:34:26 #7 exporting manifest list sha256:7e20e74f018b997e9d05f124f0f6c133282848d92e614f53dceb4a4fbdefd52e done 06:34:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:26 #7 ... 06:34:26 06:34:26 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 06:34:26 #8 DONE 0.0s 06:34:26 06:34:26 #7 exporting to image 06:34:26 #7 pushing layers 0.1s done 06:34:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516@sha256:7e20e74f018b997e9d05f124f0f6c133282848d92e614f53dceb4a4fbdefd52e 06:34:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516@sha256:7e20e74f018b997e9d05f124f0f6c133282848d92e614f53dceb4a4fbdefd52e 0.1s done 06:34:26 #7 DONE 0.2s 06:34:26 06:34:26 1 warning found (use --debug to expand): 06:34:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 06:34:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 06:34:27 #1 [internal] load build definition from Dockerfile 06:34:27 #1 transferring dockerfile: 168B done 06:34:27 #1 DONE 0.0s 06:34:27 06:34:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 06:34:27 #2 DONE 0.0s 06:34:27 06:34:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 06:34:27 #3 DONE 0.0s 06:34:27 06:34:27 #4 [internal] load .dockerignore 06:34:27 #4 transferring context: 2B done 06:34:27 #4 DONE 0.0s 06:34:27 06:34:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 06:34:27 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 0.0s done 06:34:27 #5 CACHED 06:34:27 06:34:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 06:34:27 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 0.0s done 06:34:27 #6 CACHED 06:34:27 06:34:27 #7 exporting to image 06:34:27 #7 exporting layers done 06:34:27 #7 exporting manifest sha256:78805df4e9afd2bcc5d1defa69222c95ce5af107e06190c86762eadf088abb4d done 06:34:27 #7 exporting config sha256:b70741dad137e188b9b27057b2955ef6a9dd4769f3466ef61f9df132586119c1 06:34:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:27 #7 exporting config sha256:b70741dad137e188b9b27057b2955ef6a9dd4769f3466ef61f9df132586119c1 done 06:34:27 #7 exporting manifest sha256:026353f7b816335bac0dbe2b426707c7baafba1202dd7f44f541487aa2445ac4 done 06:34:27 #7 exporting config sha256:d7a0810471e75e8fb5ff66c35360f4a90c79e902558ec4116c6cfccb15a4c948 done 06:34:27 #7 exporting manifest list sha256:7e20e74f018b997e9d05f124f0f6c133282848d92e614f53dceb4a4fbdefd52e done 06:34:27 #7 pushing layers 0.0s done 06:34:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:7e20e74f018b997e9d05f124f0f6c133282848d92e614f53dceb4a4fbdefd52e 0.1s done 06:34:27 #7 DONE 0.1s 06:34:27 06:34:27 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 06:34:27 #8 DONE 0.0s 06:34:27 06:34:27 1 warning found (use --debug to expand): 06:34:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.2' 06:34:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.2 --push - 06:34:27 #1 [internal] load build definition from Dockerfile 06:34:27 #1 transferring dockerfile: 173B done 06:34:27 #1 DONE 0.0s 06:34:27 06:34:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.2 06:34:27 #2 DONE 0.0s 06:34:27 06:34:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.2 06:34:27 #3 DONE 0.0s 06:34:27 06:34:27 #4 [internal] load .dockerignore 06:34:27 #4 transferring context: 2B done 06:34:27 #4 DONE 0.0s 06:34:27 06:34:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.2@sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 06:34:27 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.2@sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 0.0s done 06:34:27 #5 DONE 0.0s 06:34:27 06:34:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.2@sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 06:34:27 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.2@sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 0.0s done 06:34:27 #6 CACHED 06:34:27 06:34:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.2@sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 06:34:27 #5 CACHED 06:34:27 06:34:27 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 06:34:27 #7 DONE 0.0s 06:34:27 06:34:27 #8 exporting to image 06:34:27 #8 exporting layers done 06:34:27 #8 exporting manifest sha256:78805df4e9afd2bcc5d1defa69222c95ce5af107e06190c86762eadf088abb4d done 06:34:27 #8 exporting config sha256:b70741dad137e188b9b27057b2955ef6a9dd4769f3466ef61f9df132586119c1 done 06:34:27 #8 exporting manifest sha256:026353f7b816335bac0dbe2b426707c7baafba1202dd7f44f541487aa2445ac4 done 06:34:27 #8 exporting config sha256:d7a0810471e75e8fb5ff66c35360f4a90c79e902558ec4116c6cfccb15a4c948 done 06:34:27 #8 exporting manifest list sha256:7e20e74f018b997e9d05f124f0f6c133282848d92e614f53dceb4a4fbdefd52e done 06:34:27 #8 pushing layers 0.0s done 06:34:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.2@sha256:7e20e74f018b997e9d05f124f0f6c133282848d92e614f53dceb4a4fbdefd52e 0.1s done 06:34:27 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:27 #8 DONE 0.1s 06:34:27 06:34:27 1 warning found (use --debug to expand): 06:34:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2' 06:34:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 --push - 06:34:28 #1 [internal] load build definition from Dockerfile 06:34:28 #1 transferring dockerfile: 214B done 06:34:28 #1 DONE 0.0s 06:34:28 06:34:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:34:28 #2 DONE 0.0s 06:34:28 06:34:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 06:34:28 #3 DONE 0.0s 06:34:28 06:34:28 #4 [internal] load .dockerignore 06:34:28 #4 transferring context: 2B done 06:34:28 #4 DONE 0.0s 06:34:28 06:34:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 06:34:28 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 0.0s done 06:34:28 #5 DONE 0.0s 06:34:28 06:34:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 06:34:28 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 0.0s done 06:34:28 #6 CACHED 06:34:28 06:34:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 06:34:28 #5 CACHED 06:34:28 06:34:28 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 06:34:28 #7 DONE 0.0s 06:34:28 06:34:28 #8 exporting to image 06:34:28 #8 exporting layers done 06:34:28 #8 exporting manifest sha256:78805df4e9afd2bcc5d1defa69222c95ce5af107e06190c86762eadf088abb4d done 06:34:28 #8 exporting config sha256:b70741dad137e188b9b27057b2955ef6a9dd4769f3466ef61f9df132586119c1 done 06:34:28 #8 exporting manifest sha256:026353f7b816335bac0dbe2b426707c7baafba1202dd7f44f541487aa2445ac4 done 06:34:28 #8 exporting config sha256:d7a0810471e75e8fb5ff66c35360f4a90c79e902558ec4116c6cfccb15a4c948 done 06:34:28 #8 exporting manifest list sha256:7e20e74f018b997e9d05f124f0f6c133282848d92e614f53dceb4a4fbdefd52e done 06:34:28 #8 pushing layers 0.0s done 06:34:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2@sha256:7e20e74f018b997e9d05f124f0f6c133282848d92e614f53dceb4a4fbdefd52e 0.1s done 06:34:28 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:28 #8 DONE 0.1s 06:34:28 06:34:28 1 warning found (use --debug to expand): 06:34:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:34:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 06:34:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 06:34:28 #1 [internal] load build definition from Dockerfile 06:34:28 #1 transferring dockerfile: 166B done 06:34:28 #1 DONE 0.0s 06:34:28 06:34:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 06:34:28 #2 DONE 0.0s 06:34:28 06:34:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 06:34:28 #3 DONE 0.0s 06:34:28 06:34:28 #4 [internal] load .dockerignore 06:34:28 #4 transferring context: 2B done 06:34:28 #4 DONE 0.0s 06:34:28 06:34:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 06:34:28 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 0.0s done 06:34:28 #5 CACHED 06:34:28 06:34:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 06:34:28 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:cb7524aad2bf7b4687b4032171eae1f4425198e17ed8dead870e055dc93349f1 0.0s done 06:34:28 #6 CACHED 06:34:28 06:34:28 #7 exporting to image 06:34:28 #7 exporting layers done 06:34:28 #7 exporting manifest sha256:78805df4e9afd2bcc5d1defa69222c95ce5af107e06190c86762eadf088abb4d done 06:34:28 #7 exporting config sha256:b70741dad137e188b9b27057b2955ef6a9dd4769f3466ef61f9df132586119c1 done 06:34:28 #7 exporting manifest sha256:026353f7b816335bac0dbe2b426707c7baafba1202dd7f44f541487aa2445ac4 done 06:34:28 #7 exporting config sha256:d7a0810471e75e8fb5ff66c35360f4a90c79e902558ec4116c6cfccb15a4c948 done 06:34:28 #7 exporting manifest list sha256:7e20e74f018b997e9d05f124f0f6c133282848d92e614f53dceb4a4fbdefd52e done 06:34:28 #7 pushing layers 0.0s done 06:34:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:7e20e74f018b997e9d05f124f0f6c133282848d92e614f53dceb4a4fbdefd52e 06:34:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:34:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:7e20e74f018b997e9d05f124f0f6c133282848d92e614f53dceb4a4fbdefd52e 0.1s done 06:34:29 #7 DONE 0.1s 06:34:29 06:34:29 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 06:34:29 #8 DONE 0.0s 06:34:29 06:34:29 1 warning found (use --debug to expand): 06:34:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 06:34:29 + '[' -d /w/workspace/edgex-go/827/archives ']' [Pipeline] libraryResource [Pipeline] sh 06:34:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:34:30 ---> package-listing.sh 06:34:30 ++ facter osfamily 06:34:30 ++ tr '[:upper:]' '[:lower:]' 06:34:30 + OS_FAMILY=redhat 06:34:30 + workspace=/w/workspace/edgex-go/827 06:34:30 + START_PACKAGES=/tmp/packages_start.txt 06:34:30 + END_PACKAGES=/tmp/packages_end.txt 06:34:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:34:30 + PACKAGES=/tmp/packages_start.txt 06:34:30 + '[' /w/workspace/edgex-go/827 ']' 06:34:30 + PACKAGES=/tmp/packages_end.txt 06:34:30 + case "${OS_FAMILY}" in 06:34:30 + rpm -qa 06:34:30 + sort 06:34:31 + '[' -f /tmp/packages_start.txt ']' 06:34:31 + '[' -f /tmp/packages_end.txt ']' 06:34:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:34:31 + '[' /w/workspace/edgex-go/827 ']' 06:34:31 + mkdir -p /w/workspace/edgex-go/827/archives/ 06:34:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/827/archives/ [Pipeline] echo 06:34:31 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/827/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:34:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:34:32 06:34:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:34:32 latest: Pulling from edgex-lftools-log-publisher 06:34:32 5eb5b503b376: Pulling fs layer 06:34:32 5c69ac0246d0: Pulling fs layer 06:34:32 ec43610c2a17: Pulling fs layer 06:34:32 3a2ae6a8a46f: Pulling fs layer 06:34:32 33b1e0a273af: Pulling fs layer 06:34:32 5d3b04190fa2: Pulling fs layer 06:34:32 2f39f015ded8: Pulling fs layer 06:34:32 33b1e0a273af: Waiting 06:34:32 5d3b04190fa2: Waiting 06:34:32 2f39f015ded8: Waiting 06:34:32 3a2ae6a8a46f: Waiting 06:34:32 5c69ac0246d0: Verifying Checksum 06:34:32 5c69ac0246d0: Download complete 06:34:32 3a2ae6a8a46f: Verifying Checksum 06:34:32 3a2ae6a8a46f: Download complete 06:34:32 33b1e0a273af: Verifying Checksum 06:34:32 33b1e0a273af: Download complete 06:34:32 5d3b04190fa2: Verifying Checksum 06:34:32 5d3b04190fa2: Download complete 06:34:32 ec43610c2a17: Verifying Checksum 06:34:32 ec43610c2a17: Download complete 06:34:32 5eb5b503b376: Download complete 06:34:33 2f39f015ded8: Verifying Checksum 06:34:33 2f39f015ded8: Download complete 06:34:33 5eb5b503b376: Pull complete 06:34:34 5c69ac0246d0: Pull complete 06:34:34 ec43610c2a17: Pull complete 06:34:34 3a2ae6a8a46f: Pull complete 06:34:34 33b1e0a273af: Pull complete 06:34:34 5d3b04190fa2: Pull complete 06:34:39 2f39f015ded8: Pull complete 06:34:39 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:34:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:34:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:34:39 prd-centos7-docker-4c-2g-44911 does not seem to be running inside a container 06:34:39 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/827/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@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 06:34:42 $ docker top a051f2319feb82bd75e6f5a461f0d48fcb6f9935777e94626933ab515705e637 -eo pid,comm [Pipeline] { [Pipeline] sh 06:34:43 + touch /tmp/pre-build-complete [Pipeline] sh 06:34:43 + mkdir -p /var/log/sysstat [Pipeline] sh 06:34:43 + ls /var/log/sa-host 06:34:43 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:34:43 provisioning config files... 06:34:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config8951834077941231874tmp [Pipeline] { [Pipeline] echo 06:34:43 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:34:44 ---> create-netrc.sh [Pipeline] } 06:34:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:34:44 ---> python-tools-install.sh [Pipeline] echo 06:34:44 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:34:44 ---> sudo-logs.sh 06:34:44 Archiving 'sudo' log.. 06:34:44 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:34:44 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 06:34:44 $ docker stop --time=1 a051f2319feb82bd75e6f5a461f0d48fcb6f9935777e94626933ab515705e637 06:34:46 $ docker rm -f --volumes a051f2319feb82bd75e6f5a461f0d48fcb6f9935777e94626933ab515705e637 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 06:34:46 [WS-CLEANUP] Deleting project workspace... 06:34:46 [WS-CLEANUP] Deferred wipeout is used... 06:34:46 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [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] } 06:46:50 #140 ... 06:46:50 06:46:50 #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:46:50 #153 DONE 1056.2s 06:46:50 06:46:50 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:46:50 #152 ... 06:46:50 06:46:50 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 06:46:50 #155 DONE 0.2s 06:46:50 06:46:50 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 06:46:50 #156 DONE 0.1s 06:46:50 06:46:50 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:46:50 #146 ... 06:46:50 06:46:50 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 06:46:50 #157 DONE 0.2s 06:46:50 06:46:50 #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 06:46:50 #158 DONE 0.2s 06:46:50 06:46:50 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 06:46:50 #159 DONE 0.1s 06:46:50 06:46:50 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:46:50 #160 DONE 2.1s 06:46:50 06:46:50 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:46:50 #154 ... 06:46:50 06:46:50 #110 [core-common-config-bootstrapper] exporting to image 06:46:50 #110 exporting layers 06:46:50 #110 exporting layers 0.6s done 06:46:50 #110 writing image sha256:85bf69733847fbff5c5104b06389ba7d37553a300b2f4d20554c89556fb2e93c done 06:46:50 #110 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 06:46:50 #110 DONE 9.4s 06:46:50 06:46:50 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:46:53 #148 ... 06:46:53 06:46:53 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 06:46:53 #147 DONE 1072.0s 06:46:53 06:46:53 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:46:53 #146 ... 06:46:53 06:46:53 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 06:46:53 #161 DONE 0.3s 06:46:53 06:46:53 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 06:46:56 #162 DONE 2.1s 06:46:56 06:46:56 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 06:46:56 #163 DONE 0.4s 06:46:56 06:46:56 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 06:46:56 #164 DONE 0.1s 06:46:56 06:46:56 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:46:56 #165 DONE 0.2s 06:46:56 06:46:56 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:46:56 #148 ... 06:46:56 06:46:56 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 06:46:56 #166 DONE 0.1s 06:46:56 06:46:56 #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 06:46:57 #167 DONE 0.1s 06:46:57 06:46:57 #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 06:46:57 #168 DONE 0.1s 06:46:57 06:46:57 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:46:57 #144 ... 06:46:57 06:46:57 #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 06:46:57 #169 DONE 0.3s 06:46:57 06:46:57 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:46:57 #170 DONE 0.2s 06:46:57 06:46:57 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 06:46:59 #171 DONE 2.0s 06:46:59 06:46:59 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:46:59 #146 ... 06:46:59 06:46:59 #110 [security-bootstrapper] exporting to image 06:46:59 #110 exporting layers 06:47:00 #110 exporting layers 1.1s done 06:47:00 #110 writing image sha256:6f4673dc8e84142a8b571bbd0abd893515f374585446cab5d76492f8f84f1830 done 06:47:00 #110 naming to docker.io/library/security-bootstrapper-arm64 done 06:47:00 #110 DONE 10.5s 06:47:00 06:47:00 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:01:08 #44 ... 07:01:08 07:01:08 #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:01:08 #145 DONE 1913.7s 07:01:08 07:01:08 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:01:08 #149 ... 07:01:08 07:01:08 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 07:01:08 #172 DONE 0.2s 07:01:08 07:01:08 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 07:01:08 #150 ... 07:01:08 07:01:08 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 07:01:08 #173 DONE 0.3s 07:01:08 07:01:08 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:01:08 #146 ... 07:01:08 07:01:08 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:01:08 #174 DONE 0.3s 07:01:08 07:01:08 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 07:01:08 #175 DONE 0.2s 07:01:08 07:01:08 #110 [core-command] exporting to image 07:01:08 #110 exporting layers 07:01:08 #110 exporting layers 0.5s done 07:01:08 #110 writing image sha256:4b97d504ac2d573e70e55e3b33f46e8811f9bfbfcd69b52beb20c767f0de5e77 0.0s done 07:01:08 #110 naming to docker.io/library/core-command-arm64 done 07:01:08 #110 DONE 11.0s 07:01:08 07:01:08 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:01:18 #148 ... 07:01:18 07:01:18 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:01:18 #149 DONE 1936.4s 07:01:18 07:01:18 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:01:18 #154 ... 07:01:18 07:01:18 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 07:01:18 #176 DONE 0.2s 07:01:18 07:01:18 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 07:01:18 #177 DONE 0.3s 07:01:18 07:01:18 #178 [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:01:18 #178 DONE 0.2s 07:01:18 07:01:18 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 07:01:18 #179 DONE 0.2s 07:01:18 07:01:18 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:01:18 #146 ... 07:01:18 07:01:18 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:01:18 #180 DONE 0.3s 07:01:18 07:01:18 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 07:01:18 #181 DONE 0.2s 07:01:18 07:01:18 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:01:19 #148 ... 07:01:19 07:01:19 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:01:20 #182 DONE 2.1s 07:01:20 07:01:20 #110 [security-proxy-setup] exporting to image 07:01:20 #110 exporting layers 07:01:21 #110 exporting layers 0.9s done 07:01:21 #110 writing image sha256:2cd6ea5665d276132aba6f3328e69d9c466ef3ece01a21cc13d9d90fadcdff3c done 07:01:21 #110 naming to docker.io/library/security-proxy-setup-arm64 done 07:01:21 #110 DONE 11.9s 07:01:21 07:01:21 #16 [security-spiffe-token-provider internal] load build definition from Dockerfile 07:01:24 #16 ... 07:01:24 07:01:24 #140 [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:01:24 #140 1943.7 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:01:56 #140 DONE 1975.0s 07:01:56 07:01:56 #16 [security-spiffe-token-provider internal] load build definition from Dockerfile 07:01:56 #16 ... 07:01:56 07:01:56 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 07:01:56 #183 DONE 0.2s 07:01:56 07:01:56 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:01:56 #151 ... 07:01:56 07:01:56 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 07:01:56 #184 DONE 0.2s 07:01:56 07:01:56 #185 [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:01:56 #185 DONE 0.1s 07:01:56 07:01:56 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:01:57 #154 ... 07:01:57 07:01:57 #186 [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:01:57 #186 DONE 0.1s 07:01:57 07:01:57 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 07:01:57 #187 DONE 0.2s 07:01:57 07:01:57 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:01:57 #188 DONE 0.3s 07:01:57 07:01:57 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:01:58 #189 DONE 0.4s 07:01:58 07:01:58 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:01:58 #190 DONE 0.1s 07:01:58 07:01:58 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:02:00 #191 DONE 1.8s 07:02:00 07:02:00 #16 [security-spiffe-token-provider internal] load build definition from Dockerfile 07:02:00 #16 ... 07:02:00 07:02:00 #110 [security-secretstore-setup] exporting to image 07:02:00 #110 exporting layers 07:02:01 #110 exporting layers 1.4s done 07:02:01 #110 writing image sha256:d3c4bc5ba25ca5edcedc780a0b792e1deafe05e096fa5cef396703b2a50f7806 0.0s done 07:02:01 #110 naming to docker.io/library/security-secretstore-setup-arm64 done 07:02:01 #110 DONE 13.3s 07:02:01 07:02:01 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:02:57 #44 ... 07:02:57 07:02:57 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:02:57 #151 DONE 2037.3s 07:02:57 07:02:57 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:02:58 #44 ... 07:02:58 07:02:58 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:02:58 #192 DONE 0.2s 07:02:58 07:02:58 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:02:58 #193 DONE 0.1s 07:02:58 07:02:58 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 07:02:59 #194 DONE 0.4s 07:02:59 07:02:59 #16 [security-spiffe-token-provider internal] load build definition from Dockerfile 07:02:59 #16 ... 07:02:59 07:02:59 #195 [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:02:59 #195 DONE 0.1s 07:02:59 07:02:59 #110 [security-spiffe-token-provider] exporting to image 07:02:59 #110 exporting layers 07:03:00 #110 exporting layers 1.1s done 07:03:00 #110 writing image sha256:85c6ef44edc98d1eb46839f61c6e68245afabed004f6a7e5ba75d5e5a26eb90c done 07:03:00 #110 naming to docker.io/library/security-spiffe-token-provider-arm64 0.0s done 07:03:00 #110 DONE 14.4s 07:03:00 07:03:00 #16 [security-spiffe-token-provider internal] load build definition from Dockerfile 07:03:32 #16 ... 07:03:32 07:03:32 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:03:32 #148 DONE 2070.2s 07:03:32 07:03:32 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:03:32 #152 ... 07:03:32 07:03:32 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:03:32 #196 DONE 0.2s 07:03:32 07:03:32 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 07:03:32 #150 ... 07:03:32 07:03:32 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:03:32 #197 DONE 0.2s 07:03:32 07:03:32 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:03:32 #154 ... 07:03:32 07:03:32 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 07:03:32 #198 DONE 0.4s 07:03:32 07:03:32 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:03:32 #44 ... 07:03:32 07:03:32 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 07:03:32 #199 DONE 0.1s 07:03:32 07:03:32 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 07:03:32 #200 DONE 0.1s 07:03:32 07:03:32 #42 [core-metadata stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:03:32 #42 ... 07:03:32 07:03:32 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:03:34 #201 DONE 1.9s 07:03:34 07:03:34 #110 [security-proxy-auth] exporting to image 07:03:34 #110 exporting layers 07:03:35 #110 exporting layers 0.7s done 07:03:35 #110 writing image sha256:7c9f898bbefefa29c72c5e27b057a8febd9b3409e6fb752b22aab7ce9bf87b9a done 07:03:35 #110 naming to docker.io/library/security-proxy-auth-arm64 done 07:03:35 #110 DONE 15.2s 07:03:35 07:03:35 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:03:36 #154 ... 07:03:36 07:03:36 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 07:03:36 #150 DONE 2075.6s 07:03:36 07:03:36 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:03:36 #154 ... 07:03:36 07:03:36 #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 07:03:36 #202 DONE 0.3s 07:03:36 07:03:36 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:03:36 #44 ... 07:03:36 07:03:36 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:03:36 #152 DONE 2076.5s 07:03:37 07:03:37 #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 07:03:37 #203 DONE 0.7s 07:03:37 07:03:37 #204 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:03:37 #204 DONE 0.3s 07:03:37 07:03:37 #205 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 07:03:38 #205 DONE 0.2s 07:03:38 07:03:38 #110 [core-keeper] exporting to image 07:03:38 #110 ... 07:03:38 07:03:38 #206 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:03:38 #206 DONE 0.3s 07:03:38 07:03:38 #207 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:03:39 #207 ... 07:03:39 07:03:39 #110 [core-keeper] exporting to image 07:03:39 #110 exporting layers 1.0s done 07:03:39 #110 writing image sha256:7f02b7423282d361112551597e821604186338729bceb444d5382465e8b8abb8 done 07:03:39 #110 naming to docker.io/library/core-keeper-arm64 done 07:03:39 #110 DONE 16.1s 07:03:39 07:03:39 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:03:39 #154 DONE 2078.7s 07:03:39 07:03:39 #207 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:03:39 #207 DONE 0.6s 07:03:39 07:03:39 #208 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 07:03:39 #208 DONE 0.3s 07:03:39 07:03:39 #209 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 07:03:40 #209 DONE 0.2s 07:03:40 07:03:40 #110 [core-metadata] exporting to image 07:03:40 #110 ... 07:03:40 07:03:40 #210 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:03:40 #210 DONE 0.3s 07:03:40 07:03:40 #211 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:03:40 #211 DONE 0.3s 07:03:40 07:03:40 #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:03:41 #212 ... 07:03:41 07:03:41 #110 [core-metadata] exporting to image 07:03:41 #110 exporting layers 0.9s done 07:03:41 #110 writing image sha256:5de7580f6398f5c5875b4f2c18192f531b2a7662b350f40a0762fe72284aab5f 0.0s done 07:03:41 #110 naming to docker.io/library/core-metadata-arm64 done 07:03:41 #110 DONE 17.0s 07:03:41 07:03:41 #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:03:41 #212 DONE 0.5s 07:03:41 07:03:41 #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 07:03:41 #213 DONE 0.1s 07:03:41 07:03:41 #110 [core-data] exporting to image 07:03:41 #110 exporting layers 0.4s done 07:03:41 #110 writing image sha256:771d1c973f1ee2ff51470e3da71066a9b355feb923d10019f761cb6c5dcad4e9 done 07:03:41 #110 naming to docker.io/library/core-data-arm64 0.0s done 07:03:41 #110 DONE 17.4s 07:03:41 07:03:41 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:04:13 #44 ... 07:04:13 07:04:13 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:04:13 #146 DONE 2109.5s 07:04:13 07:04:13 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:04:13 #144 ... 07:04:13 07:04:13 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:04:13 #214 DONE 0.1s 07:04:13 07:04:13 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:04:13 #144 ... 07:04:13 07:04:13 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:04:13 #215 DONE 0.2s 07:04:13 07:04:13 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:04:13 #216 DONE 0.5s 07:04:13 07:04:13 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 07:04:13 #217 DONE 0.1s 07:04:13 07:04:13 #110 [support-scheduler] exporting to image 07:04:13 #110 exporting layers 07:04:13 #110 exporting layers 1.0s done 07:04:13 #110 writing image sha256:9e8081b72b5bec00c68556a193e69089d18dec68dac7efa89803de2054f3b90e done 07:04:13 #110 naming to docker.io/library/support-scheduler-arm64 done 07:04:13 #110 DONE 18.4s 07:04:13 07:04:13 #16 [security-spiffe-token-provider internal] load build definition from Dockerfile 07:04:18 #16 ... 07:04:18 07:04:18 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:04:18 #144 DONE 2117.0s 07:04:18 07:04:18 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:04:18 #44 ... 07:04:18 07:04:18 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:04:18 #218 DONE 0.1s 07:04:18 07:04:18 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:04:18 #219 DONE 0.1s 07:04:18 07:04:18 #16 [security-spiffe-token-provider internal] load build definition from Dockerfile 07:04:18 #16 ... 07:04:18 07:04:18 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:04:18 #220 DONE 0.4s 07:04:18 07:04:18 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 07:04:18 #221 DONE 0.1s 07:04:18 07:04:18 #42 [core-metadata stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:04:18 #42 ... 07:04:18 07:04:18 #110 [support-notifications] exporting to image 07:04:18 #110 exporting layers 07:04:19 #110 exporting layers 0.5s done 07:04:19 #110 writing image sha256:d486b2018b44859f8ccb432d74caaad606be2da29bffda5fe723f75d5fffe17c done 07:04:19 #110 naming to docker.io/library/support-notifications-arm64 done 07:04:19 #110 DONE 19.0s 07:04:19 07:04:19 #42 [core-metadata stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:04:19 time="2025-04-14T06:26:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:04:19 time="2025-04-14T06:26:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:04:19 time="2025-04-14T06:26:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:04:19 time="2025-04-14T06:26:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:04:19 time="2025-04-14T06:26:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:04:19 time="2025-04-14T06:26:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:04:19 time="2025-04-14T06:26:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:04:19 time="2025-04-14T06:26:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:04:19 time="2025-04-14T06:26:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:04:19 time="2025-04-14T06:26:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:04:19 time="2025-04-14T06:26:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:04:19 time="2025-04-14T06:26:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:04:19 time="2025-04-14T06:26:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:04:19 time="2025-04-14T06:26:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:04:19 time="2025-04-14T06:26:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 07:04:19 $ docker stop --time=1 1a9a350e033f05d7f71986e258f196d625fd3142d4cd60dabec5ee9ad5fd6345 07:04:21 $ docker rm -f --volumes 1a9a350e033f05d7f71986e258f196d625fd3142d4cd60dabec5ee9ad5fd6345 [Pipeline] // withDockerContainer [Pipeline] sh 07:04:21 + docker images 07:04:21 REPOSITORY TAG IMAGE ID CREATED SIZE 07:04:21 support-notifications-arm64 latest d486b2018b44 3 seconds ago 52.3MB 07:04:21 support-scheduler-arm64 latest 9e8081b72b5b 10 seconds ago 48.5MB 07:04:21 core-data-arm64 latest 771d1c973f1e 41 seconds ago 33MB 07:04:21 core-metadata-arm64 latest 5de7580f6398 42 seconds ago 33.1MB 07:04:21 core-keeper-arm64 latest 7f02b7423282 44 seconds ago 32.6MB 07:04:21 security-proxy-auth-arm64 latest 7c9f898bbefe 47 seconds ago 31.9MB 07:04:21 security-spiffe-token-provider-arm64 latest 85c6ef44edc9 About a minute ago 48.1MB 07:04:21 security-secretstore-setup-arm64 latest d3c4bc5ba25c 2 minutes ago 67.6MB 07:04:21 security-proxy-setup-arm64 latest 2cd6ea5665d2 3 minutes ago 38.7MB 07:04:21 core-command-arm64 latest 4b97d504ac2d 3 minutes ago 28.5MB 07:04:21 security-bootstrapper-arm64 latest 6f4673dc8e84 17 minutes ago 21.1MB 07:04:21 core-common-config-bootstrapper-arm64 latest 85bf69733847 17 minutes ago 17.9MB 07:04:21 security-spire-config-arm64 latest 957f1841e64e 36 minutes ago 143MB 07:04:21 security-spire-agent-arm64 latest 83f76adc3626 36 minutes ago 187MB 07:04:21 security-spire-server-arm64 latest ae35a764f83a 36 minutes ago 144MB 07:04:21 ci-base-image-arm64 latest 657371cd71ef 38 minutes ago 908MB 07:04:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 3 days ago 560MB 07:04:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 22 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:04:21 provisioning config files... 07:04:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/827@tmp/config13753276358902446138tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:04:22 ---> ****-login.sh 07:04:22 nexus3.edgexfoundry.org:10001 07:04:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:04:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:04:22 Configure a credential helper to remove this warning. See 07:04:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:04:22 07:04:22 Login Succeeded 07:04:22 nexus3.edgexfoundry.org:10002 07:04:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:04:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:04:22 Configure a credential helper to remove this warning. See 07:04:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:04:22 07:04:23 Login Succeeded 07:04:23 nexus3.edgexfoundry.org:10003 07:04:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:04:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:04:23 Configure a credential helper to remove this warning. See 07:04:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:04:23 07:04:23 Login Succeeded 07:04:23 nexus3.edgexfoundry.org:10004 07:04:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:04:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:04:23 Configure a credential helper to remove this warning. See 07:04:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:04:23 07:04:23 Login Succeeded 07:04:23 ****.io 07:04:23 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] echo 07:04:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:04:24 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 07:04:24 6465a293da8cbf4193faab0c72aad8d404252516 07:04:24 latest 07:04:24 4.1.0-dev.2 07:04:24 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:04:24 main 07:04:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:24 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:24 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:04:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 07:04:24 c28c6173f94c: Preparing 07:04:24 1999cb04dabb: Preparing 07:04:24 3086ade6a04e: Preparing 07:04:24 5189f5551dd5: Preparing 07:04:24 d217a2003b22: Preparing 07:04:24 0cdc92d0fb20: Preparing 07:04:24 dd9c8f8612c8: Preparing 07:04:24 0cdc92d0fb20: Waiting 07:04:24 dd9c8f8612c8: Waiting 07:04:25 3086ade6a04e: Pushed 07:04:25 c28c6173f94c: Pushed 07:04:25 5189f5551dd5: Pushed 07:04:25 d217a2003b22: Pushed 07:04:25 dd9c8f8612c8: Layer already exists 07:04:25 0cdc92d0fb20: Pushed 07:04:29 1999cb04dabb: Pushed 07:04:29 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:df76621b9983d75b3eba3cf7cc4f7fce613178cd8dcd4558069e8b28997d2ea8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:29 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:30 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 07:04:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 07:04:30 c28c6173f94c: Preparing 07:04:30 1999cb04dabb: Preparing 07:04:30 3086ade6a04e: Preparing 07:04:30 5189f5551dd5: Preparing 07:04:30 d217a2003b22: Preparing 07:04:30 0cdc92d0fb20: Preparing 07:04:30 dd9c8f8612c8: Preparing 07:04:30 0cdc92d0fb20: Waiting 07:04:30 dd9c8f8612c8: Waiting 07:04:30 5189f5551dd5: Layer already exists 07:04:30 d217a2003b22: Layer already exists 07:04:30 1999cb04dabb: Layer already exists 07:04:30 c28c6173f94c: Layer already exists 07:04:30 3086ade6a04e: Layer already exists 07:04:30 0cdc92d0fb20: Layer already exists 07:04:30 dd9c8f8612c8: Layer already exists 07:04:30 latest: digest: sha256:df76621b9983d75b3eba3cf7cc4f7fce613178cd8dcd4558069e8b28997d2ea8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:30 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:31 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.2 07:04:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 07:04:31 c28c6173f94c: Preparing 07:04:31 1999cb04dabb: Preparing 07:04:31 3086ade6a04e: Preparing 07:04:31 5189f5551dd5: Preparing 07:04:31 d217a2003b22: Preparing 07:04:31 0cdc92d0fb20: Preparing 07:04:31 dd9c8f8612c8: Preparing 07:04:31 0cdc92d0fb20: Waiting 07:04:31 dd9c8f8612c8: Waiting 07:04:31 5189f5551dd5: Layer already exists 07:04:31 1999cb04dabb: Layer already exists 07:04:31 c28c6173f94c: Layer already exists 07:04:31 3086ade6a04e: Layer already exists 07:04:31 d217a2003b22: Layer already exists 07:04:31 dd9c8f8612c8: Layer already exists 07:04:31 0cdc92d0fb20: Layer already exists 07:04:31 4.1.0-dev.2: digest: sha256:df76621b9983d75b3eba3cf7cc4f7fce613178cd8dcd4558069e8b28997d2ea8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:31 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:32 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:04:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 07:04:32 c28c6173f94c: Preparing 07:04:32 1999cb04dabb: Preparing 07:04:32 3086ade6a04e: Preparing 07:04:32 5189f5551dd5: Preparing 07:04:32 d217a2003b22: Preparing 07:04:32 0cdc92d0fb20: Preparing 07:04:32 dd9c8f8612c8: Preparing 07:04:32 0cdc92d0fb20: Waiting 07:04:32 dd9c8f8612c8: Waiting 07:04:32 3086ade6a04e: Layer already exists 07:04:32 c28c6173f94c: Layer already exists 07:04:32 1999cb04dabb: Layer already exists 07:04:32 d217a2003b22: Layer already exists 07:04:32 5189f5551dd5: Layer already exists 07:04:32 0cdc92d0fb20: Layer already exists 07:04:32 dd9c8f8612c8: Layer already exists 07:04:32 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:df76621b9983d75b3eba3cf7cc4f7fce613178cd8dcd4558069e8b28997d2ea8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:32 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:32 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 07:04:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 07:04:32 c28c6173f94c: Preparing 07:04:32 1999cb04dabb: Preparing 07:04:32 3086ade6a04e: Preparing 07:04:32 5189f5551dd5: Preparing 07:04:32 d217a2003b22: Preparing 07:04:32 0cdc92d0fb20: Preparing 07:04:32 dd9c8f8612c8: Preparing 07:04:32 0cdc92d0fb20: Waiting 07:04:32 dd9c8f8612c8: Waiting 07:04:32 d217a2003b22: Layer already exists 07:04:32 5189f5551dd5: Layer already exists 07:04:32 1999cb04dabb: Layer already exists 07:04:32 3086ade6a04e: Layer already exists 07:04:32 c28c6173f94c: Layer already exists 07:04:32 0cdc92d0fb20: Layer already exists 07:04:32 dd9c8f8612c8: Layer already exists 07:04:33 main: digest: sha256:df76621b9983d75b3eba3cf7cc4f7fce613178cd8dcd4558069e8b28997d2ea8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:04:33 ===================================================== [Pipeline] echo 07:04:33 taggedImages: 07:04:33 - nexus3.edgexfoundry.org:10004/core-command-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:04:33 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 07:04:33 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.2 07:04:33 - nexus3.edgexfoundry.org:10004/core-command-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:04:33 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 07:04:33 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 07:04:33 6465a293da8cbf4193faab0c72aad8d404252516 07:04:33 latest 07:04:33 4.1.0-dev.2 07:04:33 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:04:33 main 07:04:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:33 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:34 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:04:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 07:04:34 7e6e7f07ce9f: Preparing 07:04:34 88581df3dfc2: Preparing 07:04:34 521d74722c58: Preparing 07:04:34 f9e1bd0e9144: Preparing 07:04:34 3086ade6a04e: Preparing 07:04:34 5189f5551dd5: Preparing 07:04:34 d217a2003b22: Preparing 07:04:34 0cdc92d0fb20: Preparing 07:04:34 dd9c8f8612c8: Preparing 07:04:34 5189f5551dd5: Waiting 07:04:34 d217a2003b22: Waiting 07:04:34 0cdc92d0fb20: Waiting 07:04:34 dd9c8f8612c8: Waiting 07:04:34 3086ade6a04e: Layer already exists 07:04:34 5189f5551dd5: Layer already exists 07:04:34 d217a2003b22: Layer already exists 07:04:34 88581df3dfc2: Pushed 07:04:34 521d74722c58: Pushed 07:04:34 7e6e7f07ce9f: Pushed 07:04:34 0cdc92d0fb20: Layer already exists 07:04:34 dd9c8f8612c8: Layer already exists 07:04:36 f9e1bd0e9144: Pushed 07:04:36 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:c142cbe4ee1024e88d5c026ce7d85ccf737c9f52b07a871eecacc439315a26a3 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:36 + 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:04:37 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 07:04:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 07:04:37 7e6e7f07ce9f: Preparing 07:04:37 88581df3dfc2: Preparing 07:04:37 521d74722c58: Preparing 07:04:37 f9e1bd0e9144: Preparing 07:04:37 3086ade6a04e: Preparing 07:04:37 5189f5551dd5: Preparing 07:04:37 d217a2003b22: Preparing 07:04:37 0cdc92d0fb20: Preparing 07:04:37 dd9c8f8612c8: Preparing 07:04:37 5189f5551dd5: Waiting 07:04:37 d217a2003b22: Waiting 07:04:37 0cdc92d0fb20: Waiting 07:04:37 dd9c8f8612c8: Waiting 07:04:37 88581df3dfc2: Layer already exists 07:04:37 3086ade6a04e: Layer already exists 07:04:37 521d74722c58: Layer already exists 07:04:37 f9e1bd0e9144: Layer already exists 07:04:37 7e6e7f07ce9f: Layer already exists 07:04:37 d217a2003b22: Layer already exists 07:04:37 5189f5551dd5: Layer already exists 07:04:37 dd9c8f8612c8: Layer already exists 07:04:37 0cdc92d0fb20: Layer already exists 07:04:37 latest: digest: sha256:c142cbe4ee1024e88d5c026ce7d85ccf737c9f52b07a871eecacc439315a26a3 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:37 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:38 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.2 07:04:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 07:04:38 7e6e7f07ce9f: Preparing 07:04:38 88581df3dfc2: Preparing 07:04:38 521d74722c58: Preparing 07:04:38 f9e1bd0e9144: Preparing 07:04:38 3086ade6a04e: Preparing 07:04:38 5189f5551dd5: Preparing 07:04:38 d217a2003b22: Preparing 07:04:38 0cdc92d0fb20: Preparing 07:04:38 dd9c8f8612c8: Preparing 07:04:38 d217a2003b22: Waiting 07:04:38 0cdc92d0fb20: Waiting 07:04:38 dd9c8f8612c8: Waiting 07:04:38 5189f5551dd5: Waiting 07:04:38 3086ade6a04e: Layer already exists 07:04:38 f9e1bd0e9144: Layer already exists 07:04:38 521d74722c58: Layer already exists 07:04:38 7e6e7f07ce9f: Layer already exists 07:04:38 88581df3dfc2: Layer already exists 07:04:38 d217a2003b22: Layer already exists 07:04:38 0cdc92d0fb20: Layer already exists 07:04:38 5189f5551dd5: Layer already exists 07:04:38 dd9c8f8612c8: Layer already exists 07:04:38 4.1.0-dev.2: digest: sha256:c142cbe4ee1024e88d5c026ce7d85ccf737c9f52b07a871eecacc439315a26a3 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:38 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:39 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:04:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 07:04:39 7e6e7f07ce9f: Preparing 07:04:39 88581df3dfc2: Preparing 07:04:39 521d74722c58: Preparing 07:04:39 f9e1bd0e9144: Preparing 07:04:39 3086ade6a04e: Preparing 07:04:39 5189f5551dd5: Preparing 07:04:39 d217a2003b22: Preparing 07:04:39 0cdc92d0fb20: Preparing 07:04:39 dd9c8f8612c8: Preparing 07:04:39 d217a2003b22: Waiting 07:04:39 0cdc92d0fb20: Waiting 07:04:39 dd9c8f8612c8: Waiting 07:04:39 5189f5551dd5: Waiting 07:04:39 521d74722c58: Layer already exists 07:04:39 88581df3dfc2: Layer already exists 07:04:39 3086ade6a04e: Layer already exists 07:04:39 7e6e7f07ce9f: Layer already exists 07:04:39 f9e1bd0e9144: Layer already exists 07:04:39 d217a2003b22: Layer already exists 07:04:39 5189f5551dd5: Layer already exists 07:04:39 0cdc92d0fb20: Layer already exists 07:04:39 dd9c8f8612c8: Layer already exists 07:04:39 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:c142cbe4ee1024e88d5c026ce7d85ccf737c9f52b07a871eecacc439315a26a3 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:39 + 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:04:40 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 07:04:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 07:04:40 7e6e7f07ce9f: Preparing 07:04:40 88581df3dfc2: Preparing 07:04:40 521d74722c58: Preparing 07:04:40 f9e1bd0e9144: Preparing 07:04:40 3086ade6a04e: Preparing 07:04:40 5189f5551dd5: Preparing 07:04:40 d217a2003b22: Preparing 07:04:40 5189f5551dd5: Waiting 07:04:40 0cdc92d0fb20: Preparing 07:04:40 dd9c8f8612c8: Preparing 07:04:40 d217a2003b22: Waiting 07:04:40 0cdc92d0fb20: Waiting 07:04:40 dd9c8f8612c8: Waiting 07:04:40 88581df3dfc2: Layer already exists 07:04:40 f9e1bd0e9144: Layer already exists 07:04:40 521d74722c58: Layer already exists 07:04:40 3086ade6a04e: Layer already exists 07:04:40 7e6e7f07ce9f: Layer already exists 07:04:40 5189f5551dd5: Layer already exists 07:04:40 d217a2003b22: Layer already exists 07:04:40 dd9c8f8612c8: Layer already exists 07:04:40 0cdc92d0fb20: Layer already exists 07:04:40 main: digest: sha256:c142cbe4ee1024e88d5c026ce7d85ccf737c9f52b07a871eecacc439315a26a3 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:04:40 ===================================================== [Pipeline] echo 07:04:40 taggedImages: 07:04:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:04:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 07:04:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.2 07:04:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:04:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 07:04:40 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 07:04:40 6465a293da8cbf4193faab0c72aad8d404252516 07:04:40 latest 07:04:40 4.1.0-dev.2 07:04:40 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:04:40 main 07:04:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:40 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:41 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:04:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 07:04:41 de6fee3586d5: Preparing 07:04:41 201fee38c8dd: Preparing 07:04:41 3086ade6a04e: Preparing 07:04:41 5189f5551dd5: Preparing 07:04:41 447348e43797: Preparing 07:04:41 5ffd6e1c1470: Preparing 07:04:41 dd9c8f8612c8: Preparing 07:04:41 5ffd6e1c1470: Waiting 07:04:41 dd9c8f8612c8: Waiting 07:04:41 3086ade6a04e: Layer already exists 07:04:41 5189f5551dd5: Layer already exists 07:04:41 447348e43797: Pushed 07:04:41 dd9c8f8612c8: Layer already exists 07:04:41 de6fee3586d5: Pushed 07:04:41 5ffd6e1c1470: Pushed 07:04:47 201fee38c8dd: Pushed 07:04:47 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:b575e49a2608dfa11e11f7c87b516907539420742ec26ec840b6474f533d2fe6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:47 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:47 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 07:04:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 07:04:47 de6fee3586d5: Preparing 07:04:47 201fee38c8dd: Preparing 07:04:47 3086ade6a04e: Preparing 07:04:47 5189f5551dd5: Preparing 07:04:47 447348e43797: Preparing 07:04:47 5ffd6e1c1470: Preparing 07:04:47 dd9c8f8612c8: Preparing 07:04:47 5ffd6e1c1470: Waiting 07:04:47 dd9c8f8612c8: Waiting 07:04:47 de6fee3586d5: Layer already exists 07:04:47 5189f5551dd5: Layer already exists 07:04:47 447348e43797: Layer already exists 07:04:47 201fee38c8dd: Layer already exists 07:04:47 3086ade6a04e: Layer already exists 07:04:47 5ffd6e1c1470: Layer already exists 07:04:47 dd9c8f8612c8: Layer already exists 07:04:48 latest: digest: sha256:b575e49a2608dfa11e11f7c87b516907539420742ec26ec840b6474f533d2fe6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:48 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:48 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.2 07:04:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 07:04:48 de6fee3586d5: Preparing 07:04:48 201fee38c8dd: Preparing 07:04:48 3086ade6a04e: Preparing 07:04:48 5189f5551dd5: Preparing 07:04:48 447348e43797: Preparing 07:04:48 5ffd6e1c1470: Preparing 07:04:48 dd9c8f8612c8: Preparing 07:04:48 5ffd6e1c1470: Waiting 07:04:48 dd9c8f8612c8: Waiting 07:04:48 3086ade6a04e: Layer already exists 07:04:48 de6fee3586d5: Layer already exists 07:04:48 5189f5551dd5: Layer already exists 07:04:48 447348e43797: Layer already exists 07:04:48 201fee38c8dd: Layer already exists 07:04:48 5ffd6e1c1470: Layer already exists 07:04:48 dd9c8f8612c8: Layer already exists 07:04:48 4.1.0-dev.2: digest: sha256:b575e49a2608dfa11e11f7c87b516907539420742ec26ec840b6474f533d2fe6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:49 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:49 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:04:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 07:04:49 de6fee3586d5: Preparing 07:04:49 201fee38c8dd: Preparing 07:04:49 3086ade6a04e: Preparing 07:04:49 5189f5551dd5: Preparing 07:04:49 447348e43797: Preparing 07:04:49 5ffd6e1c1470: Preparing 07:04:49 dd9c8f8612c8: Preparing 07:04:49 5ffd6e1c1470: Waiting 07:04:49 dd9c8f8612c8: Waiting 07:04:49 5189f5551dd5: Layer already exists 07:04:49 201fee38c8dd: Layer already exists 07:04:49 de6fee3586d5: Layer already exists 07:04:49 447348e43797: Layer already exists 07:04:49 3086ade6a04e: Layer already exists 07:04:49 5ffd6e1c1470: Layer already exists 07:04:49 dd9c8f8612c8: Layer already exists 07:04:50 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:b575e49a2608dfa11e11f7c87b516907539420742ec26ec840b6474f533d2fe6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:50 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:50 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 07:04:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 07:04:50 de6fee3586d5: Preparing 07:04:50 201fee38c8dd: Preparing 07:04:50 3086ade6a04e: Preparing 07:04:50 5189f5551dd5: Preparing 07:04:50 447348e43797: Preparing 07:04:50 5ffd6e1c1470: Preparing 07:04:50 dd9c8f8612c8: Preparing 07:04:50 5ffd6e1c1470: Waiting 07:04:50 dd9c8f8612c8: Waiting 07:04:50 3086ade6a04e: Layer already exists 07:04:50 447348e43797: Layer already exists 07:04:50 de6fee3586d5: Layer already exists 07:04:50 201fee38c8dd: Layer already exists 07:04:50 5189f5551dd5: Layer already exists 07:04:50 dd9c8f8612c8: Layer already exists 07:04:50 5ffd6e1c1470: Layer already exists 07:04:50 main: digest: sha256:b575e49a2608dfa11e11f7c87b516907539420742ec26ec840b6474f533d2fe6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:04:51 ===================================================== [Pipeline] echo 07:04:51 taggedImages: 07:04:51 - nexus3.edgexfoundry.org:10004/core-data-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:04:51 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 07:04:51 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.2 07:04:51 - nexus3.edgexfoundry.org:10004/core-data-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:04:51 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 07:04:51 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 07:04:51 6465a293da8cbf4193faab0c72aad8d404252516 07:04:51 latest 07:04:51 4.1.0-dev.2 07:04:51 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:04:51 main 07:04:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:51 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:51 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:04:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 07:04:51 5e704f44b7b4: Preparing 07:04:51 4a406c55548a: Preparing 07:04:51 5189f5551dd5: Preparing 07:04:51 7ec6466c25a4: Preparing 07:04:51 30721c1d0184: Preparing 07:04:51 dd9c8f8612c8: Preparing 07:04:51 dd9c8f8612c8: Waiting 07:04:52 30721c1d0184: Pushed 07:04:52 7ec6466c25a4: Pushed 07:04:52 5189f5551dd5: Layer already exists 07:04:52 dd9c8f8612c8: Layer already exists 07:04:52 5e704f44b7b4: Pushed 07:04:57 4a406c55548a: Pushed 07:04:57 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:9b85abf6b1c2bbdf5e359c2ecb9fc142b20d0b0b5014fa988bc8455f667563b0 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:58 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:58 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 07:04:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 07:04:58 5e704f44b7b4: Preparing 07:04:58 4a406c55548a: Preparing 07:04:58 5189f5551dd5: Preparing 07:04:58 7ec6466c25a4: Preparing 07:04:58 30721c1d0184: Preparing 07:04:58 dd9c8f8612c8: Preparing 07:04:58 dd9c8f8612c8: Waiting 07:04:58 30721c1d0184: Layer already exists 07:04:58 5189f5551dd5: Layer already exists 07:04:58 5e704f44b7b4: Layer already exists 07:04:58 4a406c55548a: Layer already exists 07:04:58 7ec6466c25a4: Layer already exists 07:04:58 dd9c8f8612c8: Layer already exists 07:04:58 latest: digest: sha256:9b85abf6b1c2bbdf5e359c2ecb9fc142b20d0b0b5014fa988bc8455f667563b0 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:59 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:04:59 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.2 07:04:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 07:04:59 5e704f44b7b4: Preparing 07:04:59 4a406c55548a: Preparing 07:04:59 5189f5551dd5: Preparing 07:04:59 7ec6466c25a4: Preparing 07:04:59 30721c1d0184: Preparing 07:04:59 dd9c8f8612c8: Preparing 07:04:59 dd9c8f8612c8: Waiting 07:04:59 30721c1d0184: Layer already exists 07:04:59 4a406c55548a: Layer already exists 07:04:59 5189f5551dd5: Layer already exists 07:04:59 7ec6466c25a4: Layer already exists 07:04:59 5e704f44b7b4: Layer already exists 07:04:59 dd9c8f8612c8: Layer already exists 07:04:59 4.1.0-dev.2: digest: sha256:9b85abf6b1c2bbdf5e359c2ecb9fc142b20d0b0b5014fa988bc8455f667563b0 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:00 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:00 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:05:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 07:05:00 5e704f44b7b4: Preparing 07:05:00 4a406c55548a: Preparing 07:05:00 5189f5551dd5: Preparing 07:05:00 7ec6466c25a4: Preparing 07:05:00 30721c1d0184: Preparing 07:05:00 dd9c8f8612c8: Preparing 07:05:00 dd9c8f8612c8: Waiting 07:05:00 5189f5551dd5: Layer already exists 07:05:00 5e704f44b7b4: Layer already exists 07:05:00 4a406c55548a: Layer already exists 07:05:00 7ec6466c25a4: Layer already exists 07:05:00 30721c1d0184: Layer already exists 07:05:00 dd9c8f8612c8: Layer already exists 07:05:00 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:9b85abf6b1c2bbdf5e359c2ecb9fc142b20d0b0b5014fa988bc8455f667563b0 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:01 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:01 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 07:05:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 07:05:01 5e704f44b7b4: Preparing 07:05:01 4a406c55548a: Preparing 07:05:01 5189f5551dd5: Preparing 07:05:01 7ec6466c25a4: Preparing 07:05:01 30721c1d0184: Preparing 07:05:01 dd9c8f8612c8: Preparing 07:05:01 dd9c8f8612c8: Waiting 07:05:01 30721c1d0184: Layer already exists 07:05:01 4a406c55548a: Layer already exists 07:05:01 5189f5551dd5: Layer already exists 07:05:01 7ec6466c25a4: Layer already exists 07:05:01 5e704f44b7b4: Layer already exists 07:05:01 dd9c8f8612c8: Layer already exists 07:05:01 main: digest: sha256:9b85abf6b1c2bbdf5e359c2ecb9fc142b20d0b0b5014fa988bc8455f667563b0 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:05:01 ===================================================== [Pipeline] echo 07:05:01 taggedImages: 07:05:01 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:05:01 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 07:05:01 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.2 07:05:01 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:05:01 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 07:05:01 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 07:05:01 6465a293da8cbf4193faab0c72aad8d404252516 07:05:01 latest 07:05:01 4.1.0-dev.2 07:05:01 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:05:01 main 07:05:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:02 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:02 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:05:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 07:05:02 901c9d11b412: Preparing 07:05:02 9ba7f52fe719: Preparing 07:05:02 72cab6c3b48b: Preparing 07:05:02 3086ade6a04e: Preparing 07:05:02 5189f5551dd5: Preparing 07:05:02 d217a2003b22: Preparing 07:05:02 0cdc92d0fb20: Preparing 07:05:02 dd9c8f8612c8: Preparing 07:05:02 0cdc92d0fb20: Waiting 07:05:02 d217a2003b22: Waiting 07:05:02 dd9c8f8612c8: Waiting 07:05:02 5189f5551dd5: Layer already exists 07:05:02 3086ade6a04e: Layer already exists 07:05:02 d217a2003b22: Layer already exists 07:05:02 9ba7f52fe719: Pushed 07:05:02 0cdc92d0fb20: Layer already exists 07:05:02 dd9c8f8612c8: Layer already exists 07:05:02 901c9d11b412: Pushed 07:05:08 72cab6c3b48b: Pushed 07:05:08 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:2c34d36fb7732e9a942875e4dc7aecf687c54f1370e775b0a8d75b13d6b10c76 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:08 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:08 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 07:05:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 07:05:08 901c9d11b412: Preparing 07:05:08 9ba7f52fe719: Preparing 07:05:08 72cab6c3b48b: Preparing 07:05:08 3086ade6a04e: Preparing 07:05:08 5189f5551dd5: Preparing 07:05:08 d217a2003b22: Preparing 07:05:08 0cdc92d0fb20: Preparing 07:05:08 dd9c8f8612c8: Preparing 07:05:08 0cdc92d0fb20: Waiting 07:05:08 d217a2003b22: Waiting 07:05:08 dd9c8f8612c8: Waiting 07:05:08 72cab6c3b48b: Layer already exists 07:05:08 901c9d11b412: Layer already exists 07:05:08 5189f5551dd5: Layer already exists 07:05:08 3086ade6a04e: Layer already exists 07:05:08 9ba7f52fe719: Layer already exists 07:05:08 0cdc92d0fb20: Layer already exists 07:05:08 d217a2003b22: Layer already exists 07:05:08 dd9c8f8612c8: Layer already exists 07:05:08 latest: digest: sha256:2c34d36fb7732e9a942875e4dc7aecf687c54f1370e775b0a8d75b13d6b10c76 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:09 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:09 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.2 07:05:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 07:05:09 901c9d11b412: Preparing 07:05:09 9ba7f52fe719: Preparing 07:05:09 72cab6c3b48b: Preparing 07:05:09 3086ade6a04e: Preparing 07:05:09 5189f5551dd5: Preparing 07:05:09 d217a2003b22: Preparing 07:05:09 0cdc92d0fb20: Preparing 07:05:09 dd9c8f8612c8: Preparing 07:05:09 d217a2003b22: Waiting 07:05:09 0cdc92d0fb20: Waiting 07:05:09 dd9c8f8612c8: Waiting 07:05:09 901c9d11b412: Layer already exists 07:05:09 72cab6c3b48b: Layer already exists 07:05:09 5189f5551dd5: Layer already exists 07:05:09 3086ade6a04e: Layer already exists 07:05:09 9ba7f52fe719: Layer already exists 07:05:09 d217a2003b22: Layer already exists 07:05:09 dd9c8f8612c8: Layer already exists 07:05:09 0cdc92d0fb20: Layer already exists 07:05:10 4.1.0-dev.2: digest: sha256:2c34d36fb7732e9a942875e4dc7aecf687c54f1370e775b0a8d75b13d6b10c76 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:10 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:05:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 07:05:10 901c9d11b412: Preparing 07:05:10 9ba7f52fe719: Preparing 07:05:10 72cab6c3b48b: Preparing 07:05:10 3086ade6a04e: Preparing 07:05:10 5189f5551dd5: Preparing 07:05:10 d217a2003b22: Preparing 07:05:10 0cdc92d0fb20: Preparing 07:05:10 dd9c8f8612c8: Preparing 07:05:10 d217a2003b22: Waiting 07:05:10 0cdc92d0fb20: Waiting 07:05:10 dd9c8f8612c8: Waiting 07:05:10 9ba7f52fe719: Layer already exists 07:05:10 3086ade6a04e: Layer already exists 07:05:10 5189f5551dd5: Layer already exists 07:05:10 901c9d11b412: Layer already exists 07:05:10 72cab6c3b48b: Layer already exists 07:05:10 d217a2003b22: Layer already exists 07:05:10 0cdc92d0fb20: Layer already exists 07:05:10 dd9c8f8612c8: Layer already exists 07:05:10 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:2c34d36fb7732e9a942875e4dc7aecf687c54f1370e775b0a8d75b13d6b10c76 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:11 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:11 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 07:05:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 07:05:11 901c9d11b412: Preparing 07:05:11 9ba7f52fe719: Preparing 07:05:11 72cab6c3b48b: Preparing 07:05:11 3086ade6a04e: Preparing 07:05:11 5189f5551dd5: Preparing 07:05:11 d217a2003b22: Preparing 07:05:11 0cdc92d0fb20: Preparing 07:05:11 dd9c8f8612c8: Preparing 07:05:11 d217a2003b22: Waiting 07:05:11 0cdc92d0fb20: Waiting 07:05:11 dd9c8f8612c8: Waiting 07:05:11 72cab6c3b48b: Layer already exists 07:05:11 901c9d11b412: Layer already exists 07:05:11 5189f5551dd5: Layer already exists 07:05:11 9ba7f52fe719: Layer already exists 07:05:11 3086ade6a04e: Layer already exists 07:05:11 dd9c8f8612c8: Layer already exists 07:05:11 0cdc92d0fb20: Layer already exists 07:05:11 d217a2003b22: Layer already exists 07:05:11 main: digest: sha256:2c34d36fb7732e9a942875e4dc7aecf687c54f1370e775b0a8d75b13d6b10c76 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:05:11 ===================================================== [Pipeline] echo 07:05:11 taggedImages: 07:05:11 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:05:11 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 07:05:11 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.2 07:05:11 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:05:11 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 07:05:12 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 07:05:12 6465a293da8cbf4193faab0c72aad8d404252516 07:05:12 latest 07:05:12 4.1.0-dev.2 07:05:12 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:05:12 main 07:05:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:12 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:12 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:05:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 07:05:12 d0e441e50a76: Preparing 07:05:12 95e974db9eec: Preparing 07:05:12 4098b1a66f03: Preparing 07:05:12 3dfd4c4ffc1e: Preparing 07:05:12 d775468872db: Preparing 07:05:12 7069817916f0: Preparing 07:05:12 4195c6df5928: Preparing 07:05:12 7069817916f0: Waiting 07:05:12 3086ade6a04e: Preparing 07:05:12 4195c6df5928: Waiting 07:05:12 5189f5551dd5: Preparing 07:05:12 3086ade6a04e: Waiting 07:05:12 4f4d82ccfacf: Preparing 07:05:12 5189f5551dd5: Waiting 07:05:12 c7a59a2f70f5: Preparing 07:05:12 4f4d82ccfacf: Waiting 07:05:12 5f70bf18a086: Preparing 07:05:12 99dab32f8324: Preparing 07:05:12 c7a59a2f70f5: Waiting 07:05:12 5f70bf18a086: Waiting 07:05:12 b0248640639c: Preparing 07:05:12 99dab32f8324: Waiting 07:05:12 3ee250358d56: Preparing 07:05:12 b0248640639c: Waiting 07:05:12 dd9c8f8612c8: Preparing 07:05:12 3ee250358d56: Waiting 07:05:12 4098b1a66f03: Pushed 07:05:12 3dfd4c4ffc1e: Pushed 07:05:12 95e974db9eec: Pushed 07:05:12 d0e441e50a76: Pushed 07:05:12 d775468872db: Pushed 07:05:12 3086ade6a04e: Layer already exists 07:05:12 5189f5551dd5: Layer already exists 07:05:12 7069817916f0: Pushed 07:05:12 5f70bf18a086: Layer already exists 07:05:13 c7a59a2f70f5: Pushed 07:05:13 4f4d82ccfacf: Pushed 07:05:13 dd9c8f8612c8: Layer already exists 07:05:13 99dab32f8324: Pushed 07:05:13 b0248640639c: Pushed 07:05:13 3ee250358d56: Pushed 07:05:15 4195c6df5928: Pushed 07:05:16 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:f9a055dfd7326c962dd7768d0c14f6740c1c4dc333488b01da0e8f279ad2c9ea size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:16 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 07:05:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 07:05:16 d0e441e50a76: Preparing 07:05:16 95e974db9eec: Preparing 07:05:16 4098b1a66f03: Preparing 07:05:16 3dfd4c4ffc1e: Preparing 07:05:16 d775468872db: Preparing 07:05:16 7069817916f0: Preparing 07:05:16 4195c6df5928: Preparing 07:05:16 3086ade6a04e: Preparing 07:05:16 5189f5551dd5: Preparing 07:05:16 4f4d82ccfacf: Preparing 07:05:16 c7a59a2f70f5: Preparing 07:05:16 5f70bf18a086: Preparing 07:05:16 99dab32f8324: Preparing 07:05:16 b0248640639c: Preparing 07:05:16 3ee250358d56: Preparing 07:05:16 dd9c8f8612c8: Preparing 07:05:16 4f4d82ccfacf: Waiting 07:05:16 c7a59a2f70f5: Waiting 07:05:16 5f70bf18a086: Waiting 07:05:16 99dab32f8324: Waiting 07:05:16 4195c6df5928: Waiting 07:05:16 b0248640639c: Waiting 07:05:16 3086ade6a04e: Waiting 07:05:16 3ee250358d56: Waiting 07:05:16 dd9c8f8612c8: Waiting 07:05:16 5189f5551dd5: Waiting 07:05:16 7069817916f0: Waiting 07:05:16 d0e441e50a76: Layer already exists 07:05:16 3dfd4c4ffc1e: Layer already exists 07:05:16 4098b1a66f03: Layer already exists 07:05:16 d775468872db: Layer already exists 07:05:16 95e974db9eec: Layer already exists 07:05:16 7069817916f0: Layer already exists 07:05:16 4195c6df5928: Layer already exists 07:05:16 3086ade6a04e: Layer already exists 07:05:16 4f4d82ccfacf: Layer already exists 07:05:16 5189f5551dd5: Layer already exists 07:05:16 c7a59a2f70f5: Layer already exists 07:05:16 99dab32f8324: Layer already exists 07:05:16 5f70bf18a086: Layer already exists 07:05:16 3ee250358d56: Layer already exists 07:05:16 b0248640639c: Layer already exists 07:05:16 dd9c8f8612c8: Layer already exists 07:05:17 latest: digest: sha256:f9a055dfd7326c962dd7768d0c14f6740c1c4dc333488b01da0e8f279ad2c9ea size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:17 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:17 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.2 07:05:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 07:05:17 d0e441e50a76: Preparing 07:05:17 95e974db9eec: Preparing 07:05:17 4098b1a66f03: Preparing 07:05:17 3dfd4c4ffc1e: Preparing 07:05:17 d775468872db: Preparing 07:05:17 7069817916f0: Preparing 07:05:17 4195c6df5928: Preparing 07:05:17 7069817916f0: Waiting 07:05:17 4195c6df5928: Waiting 07:05:17 3086ade6a04e: Preparing 07:05:17 5189f5551dd5: Preparing 07:05:17 3086ade6a04e: Waiting 07:05:17 4f4d82ccfacf: Preparing 07:05:17 5189f5551dd5: Waiting 07:05:17 c7a59a2f70f5: Preparing 07:05:17 5f70bf18a086: Preparing 07:05:17 99dab32f8324: Preparing 07:05:17 b0248640639c: Preparing 07:05:17 4f4d82ccfacf: Waiting 07:05:17 3ee250358d56: Preparing 07:05:17 dd9c8f8612c8: Preparing 07:05:17 c7a59a2f70f5: Waiting 07:05:17 b0248640639c: Waiting 07:05:17 3ee250358d56: Waiting 07:05:17 5f70bf18a086: Waiting 07:05:17 dd9c8f8612c8: Waiting 07:05:17 99dab32f8324: Waiting 07:05:17 3dfd4c4ffc1e: Layer already exists 07:05:17 4098b1a66f03: Layer already exists 07:05:17 d0e441e50a76: Layer already exists 07:05:17 95e974db9eec: Layer already exists 07:05:17 d775468872db: Layer already exists 07:05:17 4195c6df5928: Layer already exists 07:05:17 7069817916f0: Layer already exists 07:05:17 3086ade6a04e: Layer already exists 07:05:17 5189f5551dd5: Layer already exists 07:05:17 4f4d82ccfacf: Layer already exists 07:05:17 5f70bf18a086: Layer already exists 07:05:17 99dab32f8324: Layer already exists 07:05:17 c7a59a2f70f5: Layer already exists 07:05:17 3ee250358d56: Layer already exists 07:05:17 b0248640639c: Layer already exists 07:05:17 dd9c8f8612c8: Layer already exists 07:05:18 4.1.0-dev.2: digest: sha256:f9a055dfd7326c962dd7768d0c14f6740c1c4dc333488b01da0e8f279ad2c9ea size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:18 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:18 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:05:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 07:05:18 d0e441e50a76: Preparing 07:05:18 95e974db9eec: Preparing 07:05:18 4098b1a66f03: Preparing 07:05:18 3dfd4c4ffc1e: Preparing 07:05:18 d775468872db: Preparing 07:05:18 7069817916f0: Preparing 07:05:18 4195c6df5928: Preparing 07:05:18 7069817916f0: Waiting 07:05:18 3086ade6a04e: Preparing 07:05:18 4195c6df5928: Waiting 07:05:18 3086ade6a04e: Waiting 07:05:18 5189f5551dd5: Preparing 07:05:18 4f4d82ccfacf: Preparing 07:05:18 5189f5551dd5: Waiting 07:05:18 c7a59a2f70f5: Preparing 07:05:18 4f4d82ccfacf: Waiting 07:05:18 5f70bf18a086: Preparing 07:05:18 c7a59a2f70f5: Waiting 07:05:18 99dab32f8324: Preparing 07:05:18 b0248640639c: Preparing 07:05:18 3ee250358d56: Preparing 07:05:18 b0248640639c: Waiting 07:05:18 3ee250358d56: Waiting 07:05:18 dd9c8f8612c8: Preparing 07:05:18 3dfd4c4ffc1e: Layer already exists 07:05:18 95e974db9eec: Layer already exists 07:05:18 d775468872db: Layer already exists 07:05:18 4098b1a66f03: Layer already exists 07:05:18 d0e441e50a76: Layer already exists 07:05:18 7069817916f0: Layer already exists 07:05:18 4195c6df5928: Layer already exists 07:05:18 5189f5551dd5: Layer already exists 07:05:18 4f4d82ccfacf: Layer already exists 07:05:18 3086ade6a04e: Layer already exists 07:05:18 5f70bf18a086: Layer already exists 07:05:18 c7a59a2f70f5: Layer already exists 07:05:18 99dab32f8324: Layer already exists 07:05:18 b0248640639c: Layer already exists 07:05:18 3ee250358d56: Layer already exists 07:05:18 dd9c8f8612c8: Layer already exists 07:05:19 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:f9a055dfd7326c962dd7768d0c14f6740c1c4dc333488b01da0e8f279ad2c9ea size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:19 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:20 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 07:05:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 07:05:20 d0e441e50a76: Preparing 07:05:20 95e974db9eec: Preparing 07:05:20 4098b1a66f03: Preparing 07:05:20 3dfd4c4ffc1e: Preparing 07:05:20 d775468872db: Preparing 07:05:20 7069817916f0: Preparing 07:05:20 4195c6df5928: Preparing 07:05:20 3086ade6a04e: Preparing 07:05:20 5189f5551dd5: Preparing 07:05:20 4f4d82ccfacf: Preparing 07:05:20 c7a59a2f70f5: Preparing 07:05:20 5f70bf18a086: Preparing 07:05:20 99dab32f8324: Preparing 07:05:20 b0248640639c: Preparing 07:05:20 3ee250358d56: Preparing 07:05:20 dd9c8f8612c8: Preparing 07:05:20 5189f5551dd5: Waiting 07:05:20 4f4d82ccfacf: Waiting 07:05:20 c7a59a2f70f5: Waiting 07:05:20 5f70bf18a086: Waiting 07:05:20 99dab32f8324: Waiting 07:05:20 b0248640639c: Waiting 07:05:20 3ee250358d56: Waiting 07:05:20 7069817916f0: Waiting 07:05:20 4195c6df5928: Waiting 07:05:20 dd9c8f8612c8: Waiting 07:05:20 3086ade6a04e: Waiting 07:05:20 4098b1a66f03: Layer already exists 07:05:20 d0e441e50a76: Layer already exists 07:05:20 95e974db9eec: Layer already exists 07:05:20 d775468872db: Layer already exists 07:05:20 3dfd4c4ffc1e: Layer already exists 07:05:20 3086ade6a04e: Layer already exists 07:05:20 4f4d82ccfacf: Layer already exists 07:05:20 7069817916f0: Layer already exists 07:05:20 4195c6df5928: Layer already exists 07:05:20 5189f5551dd5: Layer already exists 07:05:20 5f70bf18a086: Layer already exists 07:05:20 b0248640639c: Layer already exists 07:05:20 99dab32f8324: Layer already exists 07:05:20 c7a59a2f70f5: Layer already exists 07:05:20 3ee250358d56: Layer already exists 07:05:20 dd9c8f8612c8: Layer already exists 07:05:20 main: digest: sha256:f9a055dfd7326c962dd7768d0c14f6740c1c4dc333488b01da0e8f279ad2c9ea size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:05:20 ===================================================== [Pipeline] echo 07:05:20 taggedImages: 07:05:20 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:05:20 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 07:05:20 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.2 07:05:20 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:05:20 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 07:05:20 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 07:05:20 6465a293da8cbf4193faab0c72aad8d404252516 07:05:20 latest 07:05:20 4.1.0-dev.2 07:05:20 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:05:20 main 07:05:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:21 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:05:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 07:05:21 30e66d4afae2: Preparing 07:05:21 c20796be5929: Preparing 07:05:21 731d95775a51: Preparing 07:05:21 9350ef3c9520: Preparing 07:05:21 3086ade6a04e: Preparing 07:05:21 5189f5551dd5: Preparing 07:05:21 d217a2003b22: Preparing 07:05:21 5189f5551dd5: Waiting 07:05:21 0cdc92d0fb20: Preparing 07:05:21 d217a2003b22: Waiting 07:05:21 dd9c8f8612c8: Preparing 07:05:21 0cdc92d0fb20: Waiting 07:05:21 dd9c8f8612c8: Waiting 07:05:21 3086ade6a04e: Layer already exists 07:05:21 5189f5551dd5: Layer already exists 07:05:21 d217a2003b22: Layer already exists 07:05:21 0cdc92d0fb20: Layer already exists 07:05:21 c20796be5929: Pushed 07:05:21 731d95775a51: Pushed 07:05:21 30e66d4afae2: Pushed 07:05:21 dd9c8f8612c8: Layer already exists 07:05:27 9350ef3c9520: Pushed 07:05:27 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:7a5a45499dd0df66014fa97966309ee3165647fc07db08a6b25ce49ba1b69762 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:27 + 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:05:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 07:05:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 07:05:29 30e66d4afae2: Preparing 07:05:29 c20796be5929: Preparing 07:05:29 731d95775a51: Preparing 07:05:29 9350ef3c9520: Preparing 07:05:29 3086ade6a04e: Preparing 07:05:29 5189f5551dd5: Preparing 07:05:29 d217a2003b22: Preparing 07:05:29 0cdc92d0fb20: Preparing 07:05:29 dd9c8f8612c8: Preparing 07:05:29 0cdc92d0fb20: Waiting 07:05:29 d217a2003b22: Waiting 07:05:29 5189f5551dd5: Waiting 07:05:29 dd9c8f8612c8: Waiting 07:05:29 3086ade6a04e: Layer already exists 07:05:29 731d95775a51: Layer already exists 07:05:29 30e66d4afae2: Layer already exists 07:05:29 c20796be5929: Layer already exists 07:05:29 9350ef3c9520: Layer already exists 07:05:29 d217a2003b22: Layer already exists 07:05:29 5189f5551dd5: Layer already exists 07:05:29 dd9c8f8612c8: Layer already exists 07:05:29 0cdc92d0fb20: Layer already exists 07:05:29 latest: digest: sha256:7a5a45499dd0df66014fa97966309ee3165647fc07db08a6b25ce49ba1b69762 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:29 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.2 07:05:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 07:05:29 30e66d4afae2: Preparing 07:05:29 c20796be5929: Preparing 07:05:29 731d95775a51: Preparing 07:05:29 9350ef3c9520: Preparing 07:05:29 3086ade6a04e: Preparing 07:05:29 5189f5551dd5: Preparing 07:05:29 d217a2003b22: Preparing 07:05:29 0cdc92d0fb20: Preparing 07:05:29 dd9c8f8612c8: Preparing 07:05:29 5189f5551dd5: Waiting 07:05:29 d217a2003b22: Waiting 07:05:29 dd9c8f8612c8: Waiting 07:05:29 0cdc92d0fb20: Waiting 07:05:29 c20796be5929: Layer already exists 07:05:29 3086ade6a04e: Layer already exists 07:05:29 30e66d4afae2: Layer already exists 07:05:29 9350ef3c9520: Layer already exists 07:05:29 731d95775a51: Layer already exists 07:05:29 5189f5551dd5: Layer already exists 07:05:29 0cdc92d0fb20: Layer already exists 07:05:29 d217a2003b22: Layer already exists 07:05:29 dd9c8f8612c8: Layer already exists 07:05:30 4.1.0-dev.2: digest: sha256:7a5a45499dd0df66014fa97966309ee3165647fc07db08a6b25ce49ba1b69762 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:30 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:05:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 07:05:30 30e66d4afae2: Preparing 07:05:30 c20796be5929: Preparing 07:05:30 731d95775a51: Preparing 07:05:30 9350ef3c9520: Preparing 07:05:30 3086ade6a04e: Preparing 07:05:30 5189f5551dd5: Preparing 07:05:30 d217a2003b22: Preparing 07:05:30 0cdc92d0fb20: Preparing 07:05:30 dd9c8f8612c8: Preparing 07:05:30 5189f5551dd5: Waiting 07:05:30 d217a2003b22: Waiting 07:05:30 0cdc92d0fb20: Waiting 07:05:30 dd9c8f8612c8: Waiting 07:05:30 3086ade6a04e: Layer already exists 07:05:30 731d95775a51: Layer already exists 07:05:30 30e66d4afae2: Layer already exists 07:05:30 c20796be5929: Layer already exists 07:05:30 9350ef3c9520: Layer already exists 07:05:31 5189f5551dd5: Layer already exists 07:05:31 dd9c8f8612c8: Layer already exists 07:05:31 d217a2003b22: Layer already exists 07:05:31 0cdc92d0fb20: Layer already exists 07:05:31 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:7a5a45499dd0df66014fa97966309ee3165647fc07db08a6b25ce49ba1b69762 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:31 + 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:05:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 07:05:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 07:05:31 30e66d4afae2: Preparing 07:05:31 c20796be5929: Preparing 07:05:31 731d95775a51: Preparing 07:05:31 9350ef3c9520: Preparing 07:05:31 3086ade6a04e: Preparing 07:05:31 5189f5551dd5: Preparing 07:05:31 d217a2003b22: Preparing 07:05:31 5189f5551dd5: Waiting 07:05:31 0cdc92d0fb20: Preparing 07:05:31 d217a2003b22: Waiting 07:05:31 dd9c8f8612c8: Preparing 07:05:31 dd9c8f8612c8: Waiting 07:05:31 731d95775a51: Layer already exists 07:05:31 c20796be5929: Layer already exists 07:05:31 30e66d4afae2: Layer already exists 07:05:31 9350ef3c9520: Layer already exists 07:05:31 3086ade6a04e: Layer already exists 07:05:31 d217a2003b22: Layer already exists 07:05:31 dd9c8f8612c8: Layer already exists 07:05:31 5189f5551dd5: Layer already exists 07:05:31 0cdc92d0fb20: Layer already exists 07:05:32 main: digest: sha256:7a5a45499dd0df66014fa97966309ee3165647fc07db08a6b25ce49ba1b69762 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:05:32 ===================================================== [Pipeline] echo 07:05:32 taggedImages: 07:05:32 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:05:32 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 07:05:32 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.2 07:05:32 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:05:32 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 07:05:32 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 07:05:32 6465a293da8cbf4193faab0c72aad8d404252516 07:05:32 latest 07:05:32 4.1.0-dev.2 07:05:32 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:05:32 main 07:05:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:32 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:05:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 07:05:32 e4cbb126ae2a: Preparing 07:05:32 61a66a92cf9c: Preparing 07:05:32 754b3b832b42: Preparing 07:05:32 47b6001b29da: Preparing 07:05:32 0270cc18b021: Preparing 07:05:32 3086ade6a04e: Preparing 07:05:32 5189f5551dd5: Preparing 07:05:32 17d796ed908e: Preparing 07:05:32 2ec76b122ac6: Preparing 07:05:32 50ed9aa51cf3: Preparing 07:05:32 dd9c8f8612c8: Preparing 07:05:32 5189f5551dd5: Waiting 07:05:32 17d796ed908e: Waiting 07:05:32 2ec76b122ac6: Waiting 07:05:32 50ed9aa51cf3: Waiting 07:05:32 dd9c8f8612c8: Waiting 07:05:32 3086ade6a04e: Waiting 07:05:33 47b6001b29da: Pushed 07:05:33 e4cbb126ae2a: Pushed 07:05:33 0270cc18b021: Pushed 07:05:33 61a66a92cf9c: Pushed 07:05:33 3086ade6a04e: Layer already exists 07:05:33 5189f5551dd5: Layer already exists 07:05:33 dd9c8f8612c8: Layer already exists 07:05:33 2ec76b122ac6: Pushed 07:05:33 17d796ed908e: Pushed 07:05:36 50ed9aa51cf3: Pushed 07:05:37 754b3b832b42: Pushed 07:05:37 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:8b56a98b6b7c6a2ce79d9b30afcb3cc52459e5e4cc6f57737a63703e4860c360 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:37 + 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:05:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 07:05:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 07:05:38 e4cbb126ae2a: Preparing 07:05:38 61a66a92cf9c: Preparing 07:05:38 754b3b832b42: Preparing 07:05:38 47b6001b29da: Preparing 07:05:38 0270cc18b021: Preparing 07:05:38 3086ade6a04e: Preparing 07:05:38 5189f5551dd5: Preparing 07:05:38 17d796ed908e: Preparing 07:05:38 2ec76b122ac6: Preparing 07:05:38 50ed9aa51cf3: Preparing 07:05:38 dd9c8f8612c8: Preparing 07:05:38 3086ade6a04e: Waiting 07:05:38 5189f5551dd5: Waiting 07:05:38 17d796ed908e: Waiting 07:05:38 2ec76b122ac6: Waiting 07:05:38 50ed9aa51cf3: Waiting 07:05:38 dd9c8f8612c8: Waiting 07:05:38 e4cbb126ae2a: Layer already exists 07:05:38 0270cc18b021: Layer already exists 07:05:38 61a66a92cf9c: Layer already exists 07:05:38 754b3b832b42: Layer already exists 07:05:38 47b6001b29da: Layer already exists 07:05:38 17d796ed908e: Layer already exists 07:05:38 5189f5551dd5: Layer already exists 07:05:38 50ed9aa51cf3: Layer already exists 07:05:38 2ec76b122ac6: Layer already exists 07:05:38 3086ade6a04e: Layer already exists 07:05:38 dd9c8f8612c8: Layer already exists 07:05:38 latest: digest: sha256:8b56a98b6b7c6a2ce79d9b30afcb3cc52459e5e4cc6f57737a63703e4860c360 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:38 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.2 07:05:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 07:05:39 e4cbb126ae2a: Preparing 07:05:39 61a66a92cf9c: Preparing 07:05:39 754b3b832b42: Preparing 07:05:39 47b6001b29da: Preparing 07:05:39 0270cc18b021: Preparing 07:05:39 3086ade6a04e: Preparing 07:05:39 5189f5551dd5: Preparing 07:05:39 17d796ed908e: Preparing 07:05:39 2ec76b122ac6: Preparing 07:05:39 50ed9aa51cf3: Preparing 07:05:39 dd9c8f8612c8: Preparing 07:05:39 3086ade6a04e: Waiting 07:05:39 5189f5551dd5: Waiting 07:05:39 50ed9aa51cf3: Waiting 07:05:39 17d796ed908e: Waiting 07:05:39 dd9c8f8612c8: Waiting 07:05:39 2ec76b122ac6: Waiting 07:05:39 e4cbb126ae2a: Layer already exists 07:05:39 47b6001b29da: Layer already exists 07:05:39 754b3b832b42: Layer already exists 07:05:39 0270cc18b021: Layer already exists 07:05:39 61a66a92cf9c: Layer already exists 07:05:39 3086ade6a04e: Layer already exists 07:05:39 5189f5551dd5: Layer already exists 07:05:39 2ec76b122ac6: Layer already exists 07:05:39 50ed9aa51cf3: Layer already exists 07:05:39 17d796ed908e: Layer already exists 07:05:39 dd9c8f8612c8: Layer already exists 07:05:39 4.1.0-dev.2: digest: sha256:8b56a98b6b7c6a2ce79d9b30afcb3cc52459e5e4cc6f57737a63703e4860c360 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:39 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:05:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 07:05:40 e4cbb126ae2a: Preparing 07:05:40 61a66a92cf9c: Preparing 07:05:40 754b3b832b42: Preparing 07:05:40 47b6001b29da: Preparing 07:05:40 0270cc18b021: Preparing 07:05:40 3086ade6a04e: Preparing 07:05:40 5189f5551dd5: Preparing 07:05:40 17d796ed908e: Preparing 07:05:40 2ec76b122ac6: Preparing 07:05:40 50ed9aa51cf3: Preparing 07:05:40 dd9c8f8612c8: Preparing 07:05:40 5189f5551dd5: Waiting 07:05:40 17d796ed908e: Waiting 07:05:40 2ec76b122ac6: Waiting 07:05:40 50ed9aa51cf3: Waiting 07:05:40 dd9c8f8612c8: Waiting 07:05:40 3086ade6a04e: Waiting 07:05:40 61a66a92cf9c: Layer already exists 07:05:40 e4cbb126ae2a: Layer already exists 07:05:40 47b6001b29da: Layer already exists 07:05:40 754b3b832b42: Layer already exists 07:05:40 0270cc18b021: Layer already exists 07:05:40 17d796ed908e: Layer already exists 07:05:40 3086ade6a04e: Layer already exists 07:05:40 5189f5551dd5: Layer already exists 07:05:40 2ec76b122ac6: Layer already exists 07:05:40 50ed9aa51cf3: Layer already exists 07:05:40 dd9c8f8612c8: Layer already exists 07:05:40 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:8b56a98b6b7c6a2ce79d9b30afcb3cc52459e5e4cc6f57737a63703e4860c360 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:40 + 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:05:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 07:05:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 07:05:41 e4cbb126ae2a: Preparing 07:05:41 61a66a92cf9c: Preparing 07:05:41 754b3b832b42: Preparing 07:05:41 47b6001b29da: Preparing 07:05:41 0270cc18b021: Preparing 07:05:41 3086ade6a04e: Preparing 07:05:41 5189f5551dd5: Preparing 07:05:41 17d796ed908e: Preparing 07:05:41 2ec76b122ac6: Preparing 07:05:41 50ed9aa51cf3: Preparing 07:05:41 dd9c8f8612c8: Preparing 07:05:41 3086ade6a04e: Waiting 07:05:41 5189f5551dd5: Waiting 07:05:41 17d796ed908e: Waiting 07:05:41 2ec76b122ac6: Waiting 07:05:41 50ed9aa51cf3: Waiting 07:05:41 dd9c8f8612c8: Waiting 07:05:41 e4cbb126ae2a: Layer already exists 07:05:41 61a66a92cf9c: Layer already exists 07:05:41 47b6001b29da: Layer already exists 07:05:41 754b3b832b42: Layer already exists 07:05:41 0270cc18b021: Layer already exists 07:05:41 5189f5551dd5: Layer already exists 07:05:41 3086ade6a04e: Layer already exists 07:05:41 50ed9aa51cf3: Layer already exists 07:05:41 2ec76b122ac6: Layer already exists 07:05:41 17d796ed908e: Layer already exists 07:05:41 dd9c8f8612c8: Layer already exists 07:05:41 main: digest: sha256:8b56a98b6b7c6a2ce79d9b30afcb3cc52459e5e4cc6f57737a63703e4860c360 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:05:41 ===================================================== [Pipeline] echo 07:05:41 taggedImages: 07:05:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:05:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 07:05:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.2 07:05:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:05:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 07:05:41 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 07:05:41 6465a293da8cbf4193faab0c72aad8d404252516 07:05:41 latest 07:05:41 4.1.0-dev.2 07:05:41 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:05:41 main 07:05:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:41 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:42 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:05:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 07:05:42 2a57151025c7: Preparing 07:05:42 07bbea43ebd9: Preparing 07:05:42 ed825957069b: Preparing 07:05:42 fbe7c3b42db0: Preparing 07:05:42 43cff3235e01: Preparing 07:05:42 12ba4abd11d1: Preparing 07:05:42 c116d0e35dc4: Preparing 07:05:42 3086ade6a04e: Preparing 07:05:42 5189f5551dd5: Preparing 07:05:42 bb56ab210456: Preparing 07:05:42 49ac16d9ec6b: Preparing 07:05:42 dd9c8f8612c8: Preparing 07:05:42 12ba4abd11d1: Waiting 07:05:42 c116d0e35dc4: Waiting 07:05:42 5189f5551dd5: Waiting 07:05:42 3086ade6a04e: Waiting 07:05:42 bb56ab210456: Waiting 07:05:42 dd9c8f8612c8: Waiting 07:05:42 49ac16d9ec6b: Waiting 07:05:42 43cff3235e01: Pushed 07:05:42 2a57151025c7: Pushed 07:05:42 07bbea43ebd9: Pushed 07:05:42 3086ade6a04e: Layer already exists 07:05:42 5189f5551dd5: Layer already exists 07:05:42 12ba4abd11d1: Pushed 07:05:42 c116d0e35dc4: Pushed 07:05:42 dd9c8f8612c8: Layer already exists 07:05:42 bb56ab210456: Pushed 07:05:45 49ac16d9ec6b: Pushed 07:05:46 fbe7c3b42db0: Pushed 07:05:48 ed825957069b: Pushed 07:05:48 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:64478a400d38c57a9ff0daf863bfd6f638ea84f1ab9d70488b13165e8a7f9e16 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:49 + 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:05:49 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 07:05:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 07:05:49 2a57151025c7: Preparing 07:05:49 07bbea43ebd9: Preparing 07:05:49 ed825957069b: Preparing 07:05:49 fbe7c3b42db0: Preparing 07:05:49 43cff3235e01: Preparing 07:05:49 12ba4abd11d1: Preparing 07:05:49 c116d0e35dc4: Preparing 07:05:49 3086ade6a04e: Preparing 07:05:49 5189f5551dd5: Preparing 07:05:49 bb56ab210456: Preparing 07:05:49 49ac16d9ec6b: Preparing 07:05:49 dd9c8f8612c8: Preparing 07:05:49 12ba4abd11d1: Waiting 07:05:49 bb56ab210456: Waiting 07:05:49 49ac16d9ec6b: Waiting 07:05:49 dd9c8f8612c8: Waiting 07:05:49 c116d0e35dc4: Waiting 07:05:49 3086ade6a04e: Waiting 07:05:49 5189f5551dd5: Waiting 07:05:49 43cff3235e01: Layer already exists 07:05:49 ed825957069b: Layer already exists 07:05:49 2a57151025c7: Layer already exists 07:05:49 07bbea43ebd9: Layer already exists 07:05:49 fbe7c3b42db0: Layer already exists 07:05:49 12ba4abd11d1: Layer already exists 07:05:49 c116d0e35dc4: Layer already exists 07:05:49 3086ade6a04e: Layer already exists 07:05:49 5189f5551dd5: Layer already exists 07:05:49 bb56ab210456: Layer already exists 07:05:49 49ac16d9ec6b: Layer already exists 07:05:49 dd9c8f8612c8: Layer already exists 07:05:49 latest: digest: sha256:64478a400d38c57a9ff0daf863bfd6f638ea84f1ab9d70488b13165e8a7f9e16 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:50 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:50 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.2 07:05:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 07:05:50 2a57151025c7: Preparing 07:05:50 07bbea43ebd9: Preparing 07:05:50 ed825957069b: Preparing 07:05:50 fbe7c3b42db0: Preparing 07:05:50 43cff3235e01: Preparing 07:05:50 12ba4abd11d1: Preparing 07:05:50 c116d0e35dc4: Preparing 07:05:50 3086ade6a04e: Preparing 07:05:50 5189f5551dd5: Preparing 07:05:50 bb56ab210456: Preparing 07:05:50 49ac16d9ec6b: Preparing 07:05:50 12ba4abd11d1: Waiting 07:05:50 dd9c8f8612c8: Preparing 07:05:50 c116d0e35dc4: Waiting 07:05:50 5189f5551dd5: Waiting 07:05:50 3086ade6a04e: Waiting 07:05:50 dd9c8f8612c8: Waiting 07:05:50 bb56ab210456: Waiting 07:05:50 49ac16d9ec6b: Waiting 07:05:50 ed825957069b: Layer already exists 07:05:50 07bbea43ebd9: Layer already exists 07:05:50 2a57151025c7: Layer already exists 07:05:50 fbe7c3b42db0: Layer already exists 07:05:50 43cff3235e01: Layer already exists 07:05:50 c116d0e35dc4: Layer already exists 07:05:50 5189f5551dd5: Layer already exists 07:05:50 12ba4abd11d1: Layer already exists 07:05:50 bb56ab210456: Layer already exists 07:05:50 3086ade6a04e: Layer already exists 07:05:50 49ac16d9ec6b: Layer already exists 07:05:50 dd9c8f8612c8: Layer already exists 07:05:50 4.1.0-dev.2: digest: sha256:64478a400d38c57a9ff0daf863bfd6f638ea84f1ab9d70488b13165e8a7f9e16 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:51 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:51 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:05:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 07:05:51 2a57151025c7: Preparing 07:05:51 07bbea43ebd9: Preparing 07:05:51 ed825957069b: Preparing 07:05:51 fbe7c3b42db0: Preparing 07:05:51 43cff3235e01: Preparing 07:05:51 12ba4abd11d1: Preparing 07:05:51 c116d0e35dc4: Preparing 07:05:51 3086ade6a04e: Preparing 07:05:51 5189f5551dd5: Preparing 07:05:51 bb56ab210456: Preparing 07:05:51 49ac16d9ec6b: Preparing 07:05:51 dd9c8f8612c8: Preparing 07:05:51 5189f5551dd5: Waiting 07:05:51 bb56ab210456: Waiting 07:05:51 12ba4abd11d1: Waiting 07:05:51 c116d0e35dc4: Waiting 07:05:51 49ac16d9ec6b: Waiting 07:05:51 dd9c8f8612c8: Waiting 07:05:51 3086ade6a04e: Waiting 07:05:51 ed825957069b: Layer already exists 07:05:51 07bbea43ebd9: Layer already exists 07:05:51 2a57151025c7: Layer already exists 07:05:51 fbe7c3b42db0: Layer already exists 07:05:51 43cff3235e01: Layer already exists 07:05:51 c116d0e35dc4: Layer already exists 07:05:51 12ba4abd11d1: Layer already exists 07:05:51 bb56ab210456: Layer already exists 07:05:51 3086ade6a04e: Layer already exists 07:05:51 5189f5551dd5: Layer already exists 07:05:51 dd9c8f8612c8: Layer already exists 07:05:51 49ac16d9ec6b: Layer already exists 07:05:51 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:64478a400d38c57a9ff0daf863bfd6f638ea84f1ab9d70488b13165e8a7f9e16 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:52 + 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:05:52 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 07:05:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 07:05:52 2a57151025c7: Preparing 07:05:52 07bbea43ebd9: Preparing 07:05:52 ed825957069b: Preparing 07:05:52 fbe7c3b42db0: Preparing 07:05:52 43cff3235e01: Preparing 07:05:52 12ba4abd11d1: Preparing 07:05:52 c116d0e35dc4: Preparing 07:05:52 3086ade6a04e: Preparing 07:05:52 5189f5551dd5: Preparing 07:05:52 bb56ab210456: Preparing 07:05:52 49ac16d9ec6b: Preparing 07:05:52 dd9c8f8612c8: Preparing 07:05:52 5189f5551dd5: Waiting 07:05:52 bb56ab210456: Waiting 07:05:52 49ac16d9ec6b: Waiting 07:05:52 12ba4abd11d1: Waiting 07:05:52 3086ade6a04e: Waiting 07:05:52 c116d0e35dc4: Waiting 07:05:52 dd9c8f8612c8: Waiting 07:05:52 ed825957069b: Layer already exists 07:05:52 2a57151025c7: Layer already exists 07:05:52 fbe7c3b42db0: Layer already exists 07:05:52 43cff3235e01: Layer already exists 07:05:52 07bbea43ebd9: Layer already exists 07:05:52 5189f5551dd5: Layer already exists 07:05:52 12ba4abd11d1: Layer already exists 07:05:52 3086ade6a04e: Layer already exists 07:05:52 c116d0e35dc4: Layer already exists 07:05:52 bb56ab210456: Layer already exists 07:05:52 49ac16d9ec6b: Layer already exists 07:05:52 dd9c8f8612c8: Layer already exists 07:05:52 main: digest: sha256:64478a400d38c57a9ff0daf863bfd6f638ea84f1ab9d70488b13165e8a7f9e16 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:05:52 ===================================================== [Pipeline] echo 07:05:52 taggedImages: 07:05:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:05:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 07:05:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.2 07:05:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:05:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 07:05:52 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 07:05:52 6465a293da8cbf4193faab0c72aad8d404252516 07:05:52 latest 07:05:52 4.1.0-dev.2 07:05:52 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:05:52 main 07:05:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:53 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:05:53 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:05:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 07:05:53 71179a01ee12: Preparing 07:05:53 84d63137601f: Preparing 07:05:53 3086ade6a04e: Preparing 07:05:53 5189f5551dd5: Preparing 07:05:53 5ef63a9a3a8d: Preparing 07:05:53 9bef92a97b32: Preparing 07:05:53 dd9c8f8612c8: Preparing 07:05:53 9bef92a97b32: Waiting 07:05:53 dd9c8f8612c8: Waiting 07:05:53 5189f5551dd5: Layer already exists 07:05:53 3086ade6a04e: Layer already exists 07:05:53 dd9c8f8612c8: Layer already exists 07:05:53 5ef63a9a3a8d: Pushed 07:05:53 71179a01ee12: Pushed 07:05:55 9bef92a97b32: Pushed 07:06:01 84d63137601f: Pushed 07:06:01 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:6040adad971749e860ab0b8f881f25b0bc3e92b903b1365f679e283dd1d0648d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:01 + 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:06:01 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 07:06:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 07:06:01 71179a01ee12: Preparing 07:06:01 84d63137601f: Preparing 07:06:01 3086ade6a04e: Preparing 07:06:01 5189f5551dd5: Preparing 07:06:01 5ef63a9a3a8d: Preparing 07:06:01 9bef92a97b32: Preparing 07:06:01 dd9c8f8612c8: Preparing 07:06:01 9bef92a97b32: Waiting 07:06:01 dd9c8f8612c8: Waiting 07:06:01 3086ade6a04e: Layer already exists 07:06:01 71179a01ee12: Layer already exists 07:06:01 5ef63a9a3a8d: Layer already exists 07:06:01 5189f5551dd5: Layer already exists 07:06:01 84d63137601f: Layer already exists 07:06:01 9bef92a97b32: Layer already exists 07:06:01 dd9c8f8612c8: Layer already exists 07:06:02 latest: digest: sha256:6040adad971749e860ab0b8f881f25b0bc3e92b903b1365f679e283dd1d0648d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:02 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:02 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.2 07:06:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 07:06:02 71179a01ee12: Preparing 07:06:02 84d63137601f: Preparing 07:06:02 3086ade6a04e: Preparing 07:06:02 5189f5551dd5: Preparing 07:06:02 5ef63a9a3a8d: Preparing 07:06:02 9bef92a97b32: Preparing 07:06:02 dd9c8f8612c8: Preparing 07:06:02 9bef92a97b32: Waiting 07:06:02 dd9c8f8612c8: Waiting 07:06:02 5189f5551dd5: Layer already exists 07:06:02 71179a01ee12: Layer already exists 07:06:02 3086ade6a04e: Layer already exists 07:06:02 5ef63a9a3a8d: Layer already exists 07:06:02 84d63137601f: Layer already exists 07:06:02 9bef92a97b32: Layer already exists 07:06:02 dd9c8f8612c8: Layer already exists 07:06:02 4.1.0-dev.2: digest: sha256:6040adad971749e860ab0b8f881f25b0bc3e92b903b1365f679e283dd1d0648d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:03 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:03 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:06:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 07:06:03 71179a01ee12: Preparing 07:06:03 84d63137601f: Preparing 07:06:03 3086ade6a04e: Preparing 07:06:03 5189f5551dd5: Preparing 07:06:03 5ef63a9a3a8d: Preparing 07:06:03 9bef92a97b32: Preparing 07:06:03 dd9c8f8612c8: Preparing 07:06:03 9bef92a97b32: Waiting 07:06:03 dd9c8f8612c8: Waiting 07:06:03 5189f5551dd5: Layer already exists 07:06:03 71179a01ee12: Layer already exists 07:06:03 3086ade6a04e: Layer already exists 07:06:03 5ef63a9a3a8d: Layer already exists 07:06:03 84d63137601f: Layer already exists 07:06:03 dd9c8f8612c8: Layer already exists 07:06:03 9bef92a97b32: Layer already exists 07:06:03 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:6040adad971749e860ab0b8f881f25b0bc3e92b903b1365f679e283dd1d0648d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:04 + 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:06:04 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 07:06:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 07:06:04 71179a01ee12: Preparing 07:06:04 84d63137601f: Preparing 07:06:04 3086ade6a04e: Preparing 07:06:04 5189f5551dd5: Preparing 07:06:04 5ef63a9a3a8d: Preparing 07:06:04 9bef92a97b32: Preparing 07:06:04 dd9c8f8612c8: Preparing 07:06:04 9bef92a97b32: Waiting 07:06:04 dd9c8f8612c8: Waiting 07:06:04 5ef63a9a3a8d: Layer already exists 07:06:04 84d63137601f: Layer already exists 07:06:04 71179a01ee12: Layer already exists 07:06:04 3086ade6a04e: Layer already exists 07:06:04 5189f5551dd5: Layer already exists 07:06:04 dd9c8f8612c8: Layer already exists 07:06:04 9bef92a97b32: Layer already exists 07:06:04 main: digest: sha256:6040adad971749e860ab0b8f881f25b0bc3e92b903b1365f679e283dd1d0648d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:06:05 ===================================================== [Pipeline] echo 07:06:05 taggedImages: 07:06:05 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:06:05 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 07:06:05 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.2 07:06:05 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:06:05 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 07:06:05 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 07:06:05 6465a293da8cbf4193faab0c72aad8d404252516 07:06:05 latest 07:06:05 4.1.0-dev.2 07:06:05 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:06:05 main 07:06:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:05 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:06:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 07:06:05 9be3c8b79b80: Preparing 07:06:05 7064426584e6: Preparing 07:06:05 5aaa90f9158a: Preparing 07:06:05 3086ade6a04e: Preparing 07:06:05 5189f5551dd5: Preparing 07:06:05 aab8b7d14ced: Preparing 07:06:05 c1ee3d8b1446: Preparing 07:06:05 371a89f321f7: Preparing 07:06:05 b6dfbdc0e275: Preparing 07:06:05 dd9c8f8612c8: Preparing 07:06:05 aab8b7d14ced: Waiting 07:06:05 c1ee3d8b1446: Waiting 07:06:05 371a89f321f7: Waiting 07:06:05 b6dfbdc0e275: Waiting 07:06:05 dd9c8f8612c8: Waiting 07:06:05 5189f5551dd5: Layer already exists 07:06:06 3086ade6a04e: Layer already exists 07:06:06 5aaa90f9158a: Pushed 07:06:06 7064426584e6: Pushed 07:06:06 9be3c8b79b80: Pushed 07:06:06 dd9c8f8612c8: Layer already exists 07:06:06 371a89f321f7: Pushed 07:06:07 b6dfbdc0e275: Pushed 07:06:17 c1ee3d8b1446: Pushed 07:06:32 aab8b7d14ced: Pushed 07:06:32 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:7d9b035a0e85302064ba598b6243b3edba2e2945c38cff8a814f8a928767dd1c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:32 + 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:06:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 07:06:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 07:06:32 9be3c8b79b80: Preparing 07:06:32 7064426584e6: Preparing 07:06:32 5aaa90f9158a: Preparing 07:06:32 3086ade6a04e: Preparing 07:06:32 5189f5551dd5: Preparing 07:06:32 aab8b7d14ced: Preparing 07:06:32 c1ee3d8b1446: Preparing 07:06:32 371a89f321f7: Preparing 07:06:32 b6dfbdc0e275: Preparing 07:06:32 dd9c8f8612c8: Preparing 07:06:32 c1ee3d8b1446: Waiting 07:06:32 371a89f321f7: Waiting 07:06:32 b6dfbdc0e275: Waiting 07:06:32 dd9c8f8612c8: Waiting 07:06:32 aab8b7d14ced: Waiting 07:06:32 7064426584e6: Layer already exists 07:06:32 3086ade6a04e: Layer already exists 07:06:32 5189f5551dd5: Layer already exists 07:06:32 9be3c8b79b80: Layer already exists 07:06:32 5aaa90f9158a: Layer already exists 07:06:32 371a89f321f7: Layer already exists 07:06:32 b6dfbdc0e275: Layer already exists 07:06:32 aab8b7d14ced: Layer already exists 07:06:32 dd9c8f8612c8: Layer already exists 07:06:32 c1ee3d8b1446: Layer already exists 07:06:33 latest: digest: sha256:7d9b035a0e85302064ba598b6243b3edba2e2945c38cff8a814f8a928767dd1c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:33 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.2 07:06:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 07:06:33 9be3c8b79b80: Preparing 07:06:33 7064426584e6: Preparing 07:06:33 5aaa90f9158a: Preparing 07:06:33 3086ade6a04e: Preparing 07:06:33 5189f5551dd5: Preparing 07:06:33 aab8b7d14ced: Preparing 07:06:33 c1ee3d8b1446: Preparing 07:06:33 371a89f321f7: Preparing 07:06:33 b6dfbdc0e275: Preparing 07:06:33 dd9c8f8612c8: Preparing 07:06:33 c1ee3d8b1446: Waiting 07:06:33 371a89f321f7: Waiting 07:06:33 b6dfbdc0e275: Waiting 07:06:33 aab8b7d14ced: Waiting 07:06:33 dd9c8f8612c8: Waiting 07:06:33 9be3c8b79b80: Layer already exists 07:06:33 3086ade6a04e: Layer already exists 07:06:33 7064426584e6: Layer already exists 07:06:33 5189f5551dd5: Layer already exists 07:06:33 5aaa90f9158a: Layer already exists 07:06:33 c1ee3d8b1446: Layer already exists 07:06:33 371a89f321f7: Layer already exists 07:06:33 dd9c8f8612c8: Layer already exists 07:06:33 aab8b7d14ced: Layer already exists 07:06:33 b6dfbdc0e275: Layer already exists 07:06:34 4.1.0-dev.2: digest: sha256:7d9b035a0e85302064ba598b6243b3edba2e2945c38cff8a814f8a928767dd1c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:34 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:06:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 07:06:34 9be3c8b79b80: Preparing 07:06:34 7064426584e6: Preparing 07:06:34 5aaa90f9158a: Preparing 07:06:34 3086ade6a04e: Preparing 07:06:34 5189f5551dd5: Preparing 07:06:34 aab8b7d14ced: Preparing 07:06:34 c1ee3d8b1446: Preparing 07:06:34 371a89f321f7: Preparing 07:06:34 b6dfbdc0e275: Preparing 07:06:34 dd9c8f8612c8: Preparing 07:06:34 c1ee3d8b1446: Waiting 07:06:34 371a89f321f7: Waiting 07:06:34 b6dfbdc0e275: Waiting 07:06:34 dd9c8f8612c8: Waiting 07:06:34 aab8b7d14ced: Waiting 07:06:34 7064426584e6: Layer already exists 07:06:34 3086ade6a04e: Layer already exists 07:06:34 5aaa90f9158a: Layer already exists 07:06:34 9be3c8b79b80: Layer already exists 07:06:34 5189f5551dd5: Layer already exists 07:06:34 aab8b7d14ced: Layer already exists 07:06:34 b6dfbdc0e275: Layer already exists 07:06:34 371a89f321f7: Layer already exists 07:06:34 c1ee3d8b1446: Layer already exists 07:06:34 dd9c8f8612c8: Layer already exists 07:06:35 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:7d9b035a0e85302064ba598b6243b3edba2e2945c38cff8a814f8a928767dd1c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:35 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 07:06:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 07:06:35 9be3c8b79b80: Preparing 07:06:35 7064426584e6: Preparing 07:06:35 5aaa90f9158a: Preparing 07:06:35 3086ade6a04e: Preparing 07:06:35 5189f5551dd5: Preparing 07:06:35 aab8b7d14ced: Preparing 07:06:35 c1ee3d8b1446: Preparing 07:06:35 371a89f321f7: Preparing 07:06:35 b6dfbdc0e275: Preparing 07:06:35 dd9c8f8612c8: Preparing 07:06:35 c1ee3d8b1446: Waiting 07:06:35 371a89f321f7: Waiting 07:06:35 b6dfbdc0e275: Waiting 07:06:35 dd9c8f8612c8: Waiting 07:06:35 aab8b7d14ced: Waiting 07:06:35 7064426584e6: Layer already exists 07:06:35 5aaa90f9158a: Layer already exists 07:06:35 5189f5551dd5: Layer already exists 07:06:35 3086ade6a04e: Layer already exists 07:06:35 9be3c8b79b80: Layer already exists 07:06:35 371a89f321f7: Layer already exists 07:06:35 aab8b7d14ced: Layer already exists 07:06:35 c1ee3d8b1446: Layer already exists 07:06:35 b6dfbdc0e275: Layer already exists 07:06:35 dd9c8f8612c8: Layer already exists 07:06:36 main: digest: sha256:7d9b035a0e85302064ba598b6243b3edba2e2945c38cff8a814f8a928767dd1c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:06:36 ===================================================== [Pipeline] echo 07:06:36 taggedImages: 07:06:36 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:06:36 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 07:06:36 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.2 07:06:36 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:06:36 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 07:06:36 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 07:06:36 6465a293da8cbf4193faab0c72aad8d404252516 07:06:36 latest 07:06:36 4.1.0-dev.2 07:06:36 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:06:36 main 07:06:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:36 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:06:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:06:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 07:06:36 33207211a023: Preparing 07:06:36 14ba5319e69c: Preparing 07:06:36 bbee01250fb1: Preparing 07:06:36 3086ade6a04e: Preparing 07:06:36 5189f5551dd5: Preparing 07:06:36 d1705b2dc615: Preparing 07:06:36 f111ecf94627: Preparing 07:06:36 6194b92b1cf7: Preparing 07:06:36 dd9c8f8612c8: Preparing 07:06:36 f111ecf94627: Waiting 07:06:36 6194b92b1cf7: Waiting 07:06:36 d1705b2dc615: Waiting 07:06:36 dd9c8f8612c8: Waiting 07:06:36 3086ade6a04e: Layer already exists 07:06:36 5189f5551dd5: Layer already exists 07:06:37 14ba5319e69c: Pushed 07:06:37 bbee01250fb1: Pushed 07:06:37 33207211a023: Pushed 07:06:37 dd9c8f8612c8: Layer already exists 07:06:37 f111ecf94627: Pushed 07:06:37 6194b92b1cf7: Pushed 07:07:04 d1705b2dc615: Pushed 07:07:04 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:266e67c938304a6a92eb2c82e39df9009c3b60971721d46f8b31ca7bf300402c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:04 + 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:07:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 07:07:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 07:07:05 33207211a023: Preparing 07:07:05 14ba5319e69c: Preparing 07:07:05 bbee01250fb1: Preparing 07:07:05 3086ade6a04e: Preparing 07:07:05 5189f5551dd5: Preparing 07:07:05 d1705b2dc615: Preparing 07:07:05 f111ecf94627: Preparing 07:07:05 6194b92b1cf7: Preparing 07:07:05 dd9c8f8612c8: Preparing 07:07:05 f111ecf94627: Waiting 07:07:05 6194b92b1cf7: Waiting 07:07:05 dd9c8f8612c8: Waiting 07:07:05 d1705b2dc615: Waiting 07:07:05 33207211a023: Layer already exists 07:07:05 5189f5551dd5: Layer already exists 07:07:05 3086ade6a04e: Layer already exists 07:07:05 bbee01250fb1: Layer already exists 07:07:05 14ba5319e69c: Layer already exists 07:07:05 6194b92b1cf7: Layer already exists 07:07:05 f111ecf94627: Layer already exists 07:07:05 d1705b2dc615: Layer already exists 07:07:05 dd9c8f8612c8: Layer already exists 07:07:05 latest: digest: sha256:266e67c938304a6a92eb2c82e39df9009c3b60971721d46f8b31ca7bf300402c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:05 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.2 07:07:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 07:07:06 33207211a023: Preparing 07:07:06 14ba5319e69c: Preparing 07:07:06 bbee01250fb1: Preparing 07:07:06 3086ade6a04e: Preparing 07:07:06 5189f5551dd5: Preparing 07:07:06 d1705b2dc615: Preparing 07:07:06 f111ecf94627: Preparing 07:07:06 d1705b2dc615: Waiting 07:07:06 6194b92b1cf7: Preparing 07:07:06 f111ecf94627: Waiting 07:07:06 dd9c8f8612c8: Preparing 07:07:06 6194b92b1cf7: Waiting 07:07:06 dd9c8f8612c8: Waiting 07:07:06 5189f5551dd5: Layer already exists 07:07:06 bbee01250fb1: Layer already exists 07:07:06 14ba5319e69c: Layer already exists 07:07:06 3086ade6a04e: Layer already exists 07:07:06 33207211a023: Layer already exists 07:07:06 f111ecf94627: Layer already exists 07:07:06 6194b92b1cf7: Layer already exists 07:07:06 d1705b2dc615: Layer already exists 07:07:06 dd9c8f8612c8: Layer already exists 07:07:06 4.1.0-dev.2: digest: sha256:266e67c938304a6a92eb2c82e39df9009c3b60971721d46f8b31ca7bf300402c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:06 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:07:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 07:07:07 33207211a023: Preparing 07:07:07 14ba5319e69c: Preparing 07:07:07 bbee01250fb1: Preparing 07:07:07 3086ade6a04e: Preparing 07:07:07 5189f5551dd5: Preparing 07:07:07 d1705b2dc615: Preparing 07:07:07 f111ecf94627: Preparing 07:07:07 6194b92b1cf7: Preparing 07:07:07 dd9c8f8612c8: Preparing 07:07:07 f111ecf94627: Waiting 07:07:07 6194b92b1cf7: Waiting 07:07:07 dd9c8f8612c8: Waiting 07:07:07 d1705b2dc615: Waiting 07:07:07 3086ade6a04e: Layer already exists 07:07:07 5189f5551dd5: Layer already exists 07:07:07 14ba5319e69c: Layer already exists 07:07:07 bbee01250fb1: Layer already exists 07:07:07 33207211a023: Layer already exists 07:07:07 d1705b2dc615: Layer already exists 07:07:07 f111ecf94627: Layer already exists 07:07:07 6194b92b1cf7: Layer already exists 07:07:07 dd9c8f8612c8: Layer already exists 07:07:07 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:266e67c938304a6a92eb2c82e39df9009c3b60971721d46f8b31ca7bf300402c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:07 + 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:07:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 07:07:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 07:07:07 33207211a023: Preparing 07:07:07 14ba5319e69c: Preparing 07:07:07 bbee01250fb1: Preparing 07:07:07 3086ade6a04e: Preparing 07:07:07 5189f5551dd5: Preparing 07:07:07 d1705b2dc615: Preparing 07:07:07 f111ecf94627: Preparing 07:07:07 6194b92b1cf7: Preparing 07:07:07 dd9c8f8612c8: Preparing 07:07:07 f111ecf94627: Waiting 07:07:07 6194b92b1cf7: Waiting 07:07:07 dd9c8f8612c8: Waiting 07:07:07 d1705b2dc615: Waiting 07:07:07 bbee01250fb1: Layer already exists 07:07:07 5189f5551dd5: Layer already exists 07:07:07 3086ade6a04e: Layer already exists 07:07:07 33207211a023: Layer already exists 07:07:07 14ba5319e69c: Layer already exists 07:07:07 6194b92b1cf7: Layer already exists 07:07:07 d1705b2dc615: Layer already exists 07:07:07 dd9c8f8612c8: Layer already exists 07:07:07 f111ecf94627: Layer already exists 07:07:07 main: digest: sha256:266e67c938304a6a92eb2c82e39df9009c3b60971721d46f8b31ca7bf300402c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:07:08 ===================================================== [Pipeline] echo 07:07:08 taggedImages: 07:07:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:07:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 07:07:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.2 07:07:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:07:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 07:07:08 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 07:07:08 6465a293da8cbf4193faab0c72aad8d404252516 07:07:08 latest 07:07:08 4.1.0-dev.2 07:07:08 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:07:08 main 07:07:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:08 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:07:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 07:07:09 0bcf6352cd32: Preparing 07:07:09 5205ec1c698c: Preparing 07:07:09 2c2625fe5ec2: Preparing 07:07:09 3086ade6a04e: Preparing 07:07:09 5189f5551dd5: Preparing 07:07:09 483171449c7d: Preparing 07:07:09 371a89f321f7: Preparing 07:07:09 b6dfbdc0e275: Preparing 07:07:09 dd9c8f8612c8: Preparing 07:07:09 b6dfbdc0e275: Waiting 07:07:09 dd9c8f8612c8: Waiting 07:07:09 483171449c7d: Waiting 07:07:09 371a89f321f7: Waiting 07:07:09 3086ade6a04e: Layer already exists 07:07:09 5189f5551dd5: Layer already exists 07:07:09 371a89f321f7: Layer already exists 07:07:09 2c2625fe5ec2: Pushed 07:07:09 5205ec1c698c: Pushed 07:07:09 0bcf6352cd32: Pushed 07:07:09 dd9c8f8612c8: Layer already exists 07:07:09 b6dfbdc0e275: Layer already exists 07:07:36 483171449c7d: Pushed 07:07:36 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:9f58081d26746301c8516b7b9f2eae4a713c9bba702a13af3252d7ff5f01fe88 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:36 + 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:07:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 07:07:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 07:07:36 0bcf6352cd32: Preparing 07:07:36 5205ec1c698c: Preparing 07:07:36 2c2625fe5ec2: Preparing 07:07:36 3086ade6a04e: Preparing 07:07:36 5189f5551dd5: Preparing 07:07:36 483171449c7d: Preparing 07:07:36 371a89f321f7: Preparing 07:07:36 b6dfbdc0e275: Preparing 07:07:36 dd9c8f8612c8: Preparing 07:07:36 483171449c7d: Waiting 07:07:36 371a89f321f7: Waiting 07:07:36 b6dfbdc0e275: Waiting 07:07:36 dd9c8f8612c8: Waiting 07:07:36 0bcf6352cd32: Layer already exists 07:07:36 3086ade6a04e: Layer already exists 07:07:36 5189f5551dd5: Layer already exists 07:07:36 2c2625fe5ec2: Layer already exists 07:07:36 5205ec1c698c: Layer already exists 07:07:36 483171449c7d: Layer already exists 07:07:36 371a89f321f7: Layer already exists 07:07:36 b6dfbdc0e275: Layer already exists 07:07:36 dd9c8f8612c8: Layer already exists 07:07:36 latest: digest: sha256:9f58081d26746301c8516b7b9f2eae4a713c9bba702a13af3252d7ff5f01fe88 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:37 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.2 07:07:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 07:07:37 0bcf6352cd32: Preparing 07:07:37 5205ec1c698c: Preparing 07:07:37 2c2625fe5ec2: Preparing 07:07:37 3086ade6a04e: Preparing 07:07:37 5189f5551dd5: Preparing 07:07:37 483171449c7d: Preparing 07:07:37 371a89f321f7: Preparing 07:07:37 b6dfbdc0e275: Preparing 07:07:37 dd9c8f8612c8: Preparing 07:07:37 371a89f321f7: Waiting 07:07:37 b6dfbdc0e275: Waiting 07:07:37 dd9c8f8612c8: Waiting 07:07:37 483171449c7d: Waiting 07:07:37 0bcf6352cd32: Layer already exists 07:07:37 5189f5551dd5: Layer already exists 07:07:37 2c2625fe5ec2: Layer already exists 07:07:37 3086ade6a04e: Layer already exists 07:07:37 5205ec1c698c: Layer already exists 07:07:37 483171449c7d: Layer already exists 07:07:37 371a89f321f7: Layer already exists 07:07:37 b6dfbdc0e275: Layer already exists 07:07:37 dd9c8f8612c8: Layer already exists 07:07:37 4.1.0-dev.2: digest: sha256:9f58081d26746301c8516b7b9f2eae4a713c9bba702a13af3252d7ff5f01fe88 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:38 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:07:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 07:07:38 0bcf6352cd32: Preparing 07:07:38 5205ec1c698c: Preparing 07:07:38 2c2625fe5ec2: Preparing 07:07:38 3086ade6a04e: Preparing 07:07:38 5189f5551dd5: Preparing 07:07:38 483171449c7d: Preparing 07:07:38 371a89f321f7: Preparing 07:07:38 b6dfbdc0e275: Preparing 07:07:38 dd9c8f8612c8: Preparing 07:07:38 483171449c7d: Waiting 07:07:38 371a89f321f7: Waiting 07:07:38 b6dfbdc0e275: Waiting 07:07:38 dd9c8f8612c8: Waiting 07:07:38 0bcf6352cd32: Layer already exists 07:07:38 2c2625fe5ec2: Layer already exists 07:07:38 5205ec1c698c: Layer already exists 07:07:38 5189f5551dd5: Layer already exists 07:07:38 3086ade6a04e: Layer already exists 07:07:38 483171449c7d: Layer already exists 07:07:38 371a89f321f7: Layer already exists 07:07:38 b6dfbdc0e275: Layer already exists 07:07:38 dd9c8f8612c8: Layer already exists 07:07:38 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:9f58081d26746301c8516b7b9f2eae4a713c9bba702a13af3252d7ff5f01fe88 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:39 + 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:07:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 07:07:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 07:07:39 0bcf6352cd32: Preparing 07:07:39 5205ec1c698c: Preparing 07:07:39 2c2625fe5ec2: Preparing 07:07:39 3086ade6a04e: Preparing 07:07:39 5189f5551dd5: Preparing 07:07:39 483171449c7d: Preparing 07:07:39 371a89f321f7: Preparing 07:07:39 b6dfbdc0e275: Preparing 07:07:39 dd9c8f8612c8: Preparing 07:07:39 371a89f321f7: Waiting 07:07:39 483171449c7d: Waiting 07:07:39 b6dfbdc0e275: Waiting 07:07:39 dd9c8f8612c8: Waiting 07:07:39 2c2625fe5ec2: Layer already exists 07:07:39 5205ec1c698c: Layer already exists 07:07:39 5189f5551dd5: Layer already exists 07:07:39 0bcf6352cd32: Layer already exists 07:07:39 3086ade6a04e: Layer already exists 07:07:39 b6dfbdc0e275: Layer already exists 07:07:39 371a89f321f7: Layer already exists 07:07:39 483171449c7d: Layer already exists 07:07:39 dd9c8f8612c8: Layer already exists 07:07:39 main: digest: sha256:9f58081d26746301c8516b7b9f2eae4a713c9bba702a13af3252d7ff5f01fe88 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:07:39 ===================================================== [Pipeline] echo 07:07:39 taggedImages: 07:07:39 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:07:39 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 07:07:39 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.2 07:07:39 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:07:39 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 07:07:39 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 07:07:39 6465a293da8cbf4193faab0c72aad8d404252516 07:07:39 latest 07:07:39 4.1.0-dev.2 07:07:39 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:07:39 main 07:07:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:40 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:40 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:07:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 07:07:40 b7d4c586375b: Preparing 07:07:40 05b79fc44fe1: Preparing 07:07:40 3086ade6a04e: Preparing 07:07:40 5189f5551dd5: Preparing 07:07:40 faec1ce66d8e: Preparing 07:07:40 9943404f3a13: Preparing 07:07:40 dd9c8f8612c8: Preparing 07:07:40 9943404f3a13: Waiting 07:07:40 dd9c8f8612c8: Waiting 07:07:40 5189f5551dd5: Layer already exists 07:07:40 3086ade6a04e: Layer already exists 07:07:40 dd9c8f8612c8: Layer already exists 07:07:40 b7d4c586375b: Pushed 07:07:40 faec1ce66d8e: Pushed 07:07:42 9943404f3a13: Pushed 07:07:48 05b79fc44fe1: Pushed 07:07:48 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:b6eee1849d30db72b82f88056e68859a916bb6317f974e70a075bd4056f3e418 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:49 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:49 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 07:07:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 07:07:49 b7d4c586375b: Preparing 07:07:49 05b79fc44fe1: Preparing 07:07:49 3086ade6a04e: Preparing 07:07:49 5189f5551dd5: Preparing 07:07:49 faec1ce66d8e: Preparing 07:07:49 9943404f3a13: Preparing 07:07:49 dd9c8f8612c8: Preparing 07:07:49 9943404f3a13: Waiting 07:07:49 dd9c8f8612c8: Waiting 07:07:49 3086ade6a04e: Layer already exists 07:07:49 faec1ce66d8e: Layer already exists 07:07:49 05b79fc44fe1: Layer already exists 07:07:49 b7d4c586375b: Layer already exists 07:07:49 5189f5551dd5: Layer already exists 07:07:49 9943404f3a13: Layer already exists 07:07:49 dd9c8f8612c8: Layer already exists 07:07:49 latest: digest: sha256:b6eee1849d30db72b82f88056e68859a916bb6317f974e70a075bd4056f3e418 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:50 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:50 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.2 07:07:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 07:07:50 b7d4c586375b: Preparing 07:07:50 05b79fc44fe1: Preparing 07:07:50 3086ade6a04e: Preparing 07:07:50 5189f5551dd5: Preparing 07:07:50 faec1ce66d8e: Preparing 07:07:50 9943404f3a13: Preparing 07:07:50 dd9c8f8612c8: Preparing 07:07:50 9943404f3a13: Waiting 07:07:50 dd9c8f8612c8: Waiting 07:07:50 05b79fc44fe1: Layer already exists 07:07:50 faec1ce66d8e: Layer already exists 07:07:50 b7d4c586375b: Layer already exists 07:07:50 5189f5551dd5: Layer already exists 07:07:50 3086ade6a04e: Layer already exists 07:07:50 dd9c8f8612c8: Layer already exists 07:07:50 9943404f3a13: Layer already exists 07:07:50 4.1.0-dev.2: digest: sha256:b6eee1849d30db72b82f88056e68859a916bb6317f974e70a075bd4056f3e418 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:50 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:07:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 07:07:51 b7d4c586375b: Preparing 07:07:51 05b79fc44fe1: Preparing 07:07:51 3086ade6a04e: Preparing 07:07:51 5189f5551dd5: Preparing 07:07:51 faec1ce66d8e: Preparing 07:07:51 9943404f3a13: Preparing 07:07:51 dd9c8f8612c8: Preparing 07:07:51 dd9c8f8612c8: Waiting 07:07:51 9943404f3a13: Waiting 07:07:51 b7d4c586375b: Layer already exists 07:07:51 5189f5551dd5: Layer already exists 07:07:51 05b79fc44fe1: Layer already exists 07:07:51 faec1ce66d8e: Layer already exists 07:07:51 3086ade6a04e: Layer already exists 07:07:51 9943404f3a13: Layer already exists 07:07:51 dd9c8f8612c8: Layer already exists 07:07:51 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:b6eee1849d30db72b82f88056e68859a916bb6317f974e70a075bd4056f3e418 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:51 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 07:07:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 07:07:51 b7d4c586375b: Preparing 07:07:51 05b79fc44fe1: Preparing 07:07:51 3086ade6a04e: Preparing 07:07:51 5189f5551dd5: Preparing 07:07:51 faec1ce66d8e: Preparing 07:07:51 9943404f3a13: Preparing 07:07:51 dd9c8f8612c8: Preparing 07:07:51 9943404f3a13: Waiting 07:07:51 dd9c8f8612c8: Waiting 07:07:51 faec1ce66d8e: Layer already exists 07:07:51 b7d4c586375b: Layer already exists 07:07:51 05b79fc44fe1: Layer already exists 07:07:51 3086ade6a04e: Layer already exists 07:07:51 5189f5551dd5: Layer already exists 07:07:51 dd9c8f8612c8: Layer already exists 07:07:51 9943404f3a13: Layer already exists 07:07:51 main: digest: sha256:b6eee1849d30db72b82f88056e68859a916bb6317f974e70a075bd4056f3e418 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:07:52 ===================================================== [Pipeline] echo 07:07:52 taggedImages: 07:07:52 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:07:52 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 07:07:52 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.2 07:07:52 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:07:52 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 07:07:52 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 07:07:52 6465a293da8cbf4193faab0c72aad8d404252516 07:07:52 latest 07:07:52 4.1.0-dev.2 07:07:52 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:07:52 main 07:07:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:52 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:53 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:07:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 07:07:53 84f2452673a7: Preparing 07:07:53 1656d3ca5092: Preparing 07:07:53 3086ade6a04e: Preparing 07:07:53 5189f5551dd5: Preparing 07:07:53 e89513479aa5: Preparing 07:07:53 64237265d995: Preparing 07:07:53 dd9c8f8612c8: Preparing 07:07:53 64237265d995: Waiting 07:07:53 dd9c8f8612c8: Waiting 07:07:53 5189f5551dd5: Layer already exists 07:07:53 3086ade6a04e: Layer already exists 07:07:53 dd9c8f8612c8: Layer already exists 07:07:53 e89513479aa5: Pushed 07:07:53 84f2452673a7: Pushed 07:07:54 64237265d995: Pushed 07:08:02 1656d3ca5092: Pushed 07:08:02 6465a293da8cbf4193faab0c72aad8d404252516: digest: sha256:e43476a7becf156353b0edcbefec5abf10f3ef1e32527bbad93cadaf67add874 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:08:02 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:08:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 07:08:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 07:08:02 84f2452673a7: Preparing 07:08:02 1656d3ca5092: Preparing 07:08:02 3086ade6a04e: Preparing 07:08:02 5189f5551dd5: Preparing 07:08:02 e89513479aa5: Preparing 07:08:02 64237265d995: Preparing 07:08:02 dd9c8f8612c8: Preparing 07:08:02 64237265d995: Waiting 07:08:02 dd9c8f8612c8: Waiting 07:08:02 e89513479aa5: Layer already exists 07:08:02 3086ade6a04e: Layer already exists 07:08:02 5189f5551dd5: Layer already exists 07:08:02 1656d3ca5092: Layer already exists 07:08:02 84f2452673a7: Layer already exists 07:08:02 64237265d995: Layer already exists 07:08:02 dd9c8f8612c8: Layer already exists 07:08:02 latest: digest: sha256:e43476a7becf156353b0edcbefec5abf10f3ef1e32527bbad93cadaf67add874 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:08:03 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:08:03 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.2 07:08:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 07:08:03 84f2452673a7: Preparing 07:08:03 1656d3ca5092: Preparing 07:08:03 3086ade6a04e: Preparing 07:08:03 5189f5551dd5: Preparing 07:08:03 e89513479aa5: Preparing 07:08:03 64237265d995: Preparing 07:08:03 dd9c8f8612c8: Preparing 07:08:03 64237265d995: Waiting 07:08:03 dd9c8f8612c8: Waiting 07:08:03 1656d3ca5092: Layer already exists 07:08:03 5189f5551dd5: Layer already exists 07:08:03 84f2452673a7: Layer already exists 07:08:03 3086ade6a04e: Layer already exists 07:08:03 e89513479aa5: Layer already exists 07:08:03 64237265d995: Layer already exists 07:08:03 dd9c8f8612c8: Layer already exists 07:08:03 4.1.0-dev.2: digest: sha256:e43476a7becf156353b0edcbefec5abf10f3ef1e32527bbad93cadaf67add874 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:08:04 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:08:04 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:08:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 07:08:04 84f2452673a7: Preparing 07:08:04 1656d3ca5092: Preparing 07:08:04 3086ade6a04e: Preparing 07:08:04 5189f5551dd5: Preparing 07:08:04 e89513479aa5: Preparing 07:08:04 64237265d995: Preparing 07:08:04 dd9c8f8612c8: Preparing 07:08:04 64237265d995: Waiting 07:08:04 dd9c8f8612c8: Waiting 07:08:04 3086ade6a04e: Layer already exists 07:08:04 5189f5551dd5: Layer already exists 07:08:04 e89513479aa5: Layer already exists 07:08:04 84f2452673a7: Layer already exists 07:08:04 1656d3ca5092: Layer already exists 07:08:04 64237265d995: Layer already exists 07:08:04 dd9c8f8612c8: Layer already exists 07:08:04 6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2: digest: sha256:e43476a7becf156353b0edcbefec5abf10f3ef1e32527bbad93cadaf67add874 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:08:04 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:08:05 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 07:08:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 07:08:05 84f2452673a7: Preparing 07:08:05 1656d3ca5092: Preparing 07:08:05 3086ade6a04e: Preparing 07:08:05 5189f5551dd5: Preparing 07:08:05 e89513479aa5: Preparing 07:08:05 64237265d995: Preparing 07:08:05 dd9c8f8612c8: Preparing 07:08:05 64237265d995: Waiting 07:08:05 dd9c8f8612c8: Waiting 07:08:05 5189f5551dd5: Layer already exists 07:08:05 1656d3ca5092: Layer already exists 07:08:05 3086ade6a04e: Layer already exists 07:08:05 e89513479aa5: Layer already exists 07:08:05 84f2452673a7: Layer already exists 07:08:05 64237265d995: Layer already exists 07:08:05 dd9c8f8612c8: Layer already exists 07:08:05 main: digest: sha256:e43476a7becf156353b0edcbefec5abf10f3ef1e32527bbad93cadaf67add874 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:08:05 ===================================================== [Pipeline] echo 07:08:05 taggedImages: 07:08:05 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6465a293da8cbf4193faab0c72aad8d404252516 07:08:05 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 07:08:05 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.2 07:08:05 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 07:08:05 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.2 [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.2 [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.2 [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.2 [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.2 [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 07:08:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.2 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.2 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.2 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.2 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.2 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.2 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.2 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.2 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.2 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.2 [Pipeline] echo 07:08:06 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6465a293da8cbf4193faab0c72aad8d404252516-4.1.0-dev.2 [Pipeline] echo 07:08:06 Skip building multi-arch image for 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:08:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:08:07 07:08:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:08:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:08:07 arm64: Pulling from edgex-lftools-log-publisher 07:08:07 8998bd30e6a1: Pulling fs layer 07:08:07 04944245beec: Pulling fs layer 07:08:07 699f458cf7ca: Pulling fs layer 07:08:07 765212b225bb: Pulling fs layer 07:08:07 f23df028b6ca: Pulling fs layer 07:08:07 d65c8cfc05b1: Pulling fs layer 07:08:07 2437ff75d9bd: Pulling fs layer 07:08:07 2437ff75d9bd: Waiting 07:08:07 d65c8cfc05b1: Waiting 07:08:07 f23df028b6ca: Waiting 07:08:07 765212b225bb: Waiting 07:08:07 04944245beec: Verifying Checksum 07:08:07 04944245beec: Download complete 07:08:07 765212b225bb: Verifying Checksum 07:08:07 765212b225bb: Download complete 07:08:07 f23df028b6ca: Verifying Checksum 07:08:07 f23df028b6ca: Download complete 07:08:07 d65c8cfc05b1: Verifying Checksum 07:08:07 d65c8cfc05b1: Download complete 07:08:07 699f458cf7ca: Verifying Checksum 07:08:07 699f458cf7ca: Download complete 07:08:08 8998bd30e6a1: Verifying Checksum 07:08:08 8998bd30e6a1: Download complete 07:08:10 2437ff75d9bd: Verifying Checksum 07:08:10 2437ff75d9bd: Download complete 07:08:12 8998bd30e6a1: Pull complete 07:08:13 04944245beec: Pull complete 07:08:15 699f458cf7ca: Pull complete 07:08:15 765212b225bb: Pull complete 07:08:15 f23df028b6ca: Pull complete 07:08:16 d65c8cfc05b1: Pull complete 07:08:34 2437ff75d9bd: Pull complete 07:08:34 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 07:08:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:08:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:08:34 prd-ubuntu20.04-docker-arm64-4c-16g-44908 does not seem to be running inside a container 07:08:34 $ 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/827 -v /w/workspace/edgex-go/827:/w/workspace/edgex-go/827:rw,z -v /w/workspace/edgex-go/827@tmp:/w/workspace/edgex-go/827@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:08:37 $ docker top 1e5aeaf82df4b40734cacb5b113cde25c9c23e8d0495e0afa9387ce3a79d44b2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:08:38 ---> job-cost.sh 07:08:38 lf-activate-venv: SKIPPING 07:08:38 INFO: No Stack... 07:08:38 INFO: Retrieving Pricing Info for: v3-standard-4 07:08:39 INFO: Archiving Costs [Pipeline] sh 07:08:40 + cat /w/workspace/edgex-go/827/archives/cost.csv 07:08:40 + cut -d, -f6 [Pipeline] lock 07:08:40 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-827-stack-cost] 07:08:40 Resource [jenkins-edgexfoundry-edgex-go-main-827-stack-cost] did not exist. Created. 07:08:40 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-827-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:08:40 + echo total: 0.10999999940395355 [Pipeline] stash 07:08:41 Stashed 1 file(s) [Pipeline] } 07:08:41 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-827-stack-cost] [Pipeline] // lock [Pipeline] } 07:08:41 $ docker stop --time=1 1e5aeaf82df4b40734cacb5b113cde25c9c23e8d0495e0afa9387ce3a79d44b2 07:08:43 $ docker rm -f --volumes 1e5aeaf82df4b40734cacb5b113cde25c9c23e8d0495e0afa9387ce3a79d44b2 [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:08:43 provisioning config files... 07:08:43 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/827@tmp/config10370296412212678078tmp [Pipeline] { [Pipeline] sh 07:08:43 + set +x 07:08:43 + bash -s -- 07:08:43 + curl -s https://codecov.io/bash 07:08:43 07:08:43 _____ _ 07:08:43 / ____| | | 07:08:43 | | ___ __| | ___ ___ _____ __ 07:08:43 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:08:43 | |___| (_) | (_| | __/ (_| (_) \ V / 07:08:43 \_____\___/ \__,_|\___|\___\___/ \_/ 07:08:43 Bash-1.0.6 07:08:43 07:08:43 07:08:43 ==> git version 2.25.1 found 07:08:43 ==> 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:08:43 Release-Date: 2020-01-08 07:08:43 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:08:43 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 07:08:43 ==> Jenkins CI detected. 07:08:43 current dir:  /w/workspace/edgex-go/827 07:08:43 project root: . 07:08:43 --> token set from env 07:08:43 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:08:44 ==> Running gcov in . (disable via -X gcov) 07:08:44 ==> Python coveragepy not found 07:08:44 ==> Searching for coverage reports in: 07:08:44 + . 07:08:44 -> Found 1 reports 07:08:44 ==> Detecting git/mercurial file structure 07:08:44 ==> Reading reports 07:08:44 + ./coverage.out bytes=1660924 07:08:44 ==> Appending adjustments 07:08:44 https://docs.codecov.io/docs/fixing-reports 07:08:45 + Found adjustments 07:08:45 ==> Gzipping contents 07:08:45 140K /tmp/codecov.lCgBAA.gz 07:08:45 ==> Uploading reports 07:08:45 url: https://codecov.io 07:08:45 query: branch=main&commit=6465a293da8cbf4193faab0c72aad8d404252516&build=827&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F827%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:08:45 -> Pinging Codecov 07:08:45 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=6465a293da8cbf4193faab0c72aad8d404252516&build=827&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F827%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:08:45 -> Uploading to 07:08:45 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/6465a293da8cbf4193faab0c72aad8d404252516/f2a9baef-f7d0-4556-b32d-e462d4c4c77a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250414%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250414T070845Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=c21b733acaa60a40c6ea43e87aa3a6cb1dcbcf25eae5e6428ade3f50b376eb70 07:08:45 % Total % Received % Xferd Average Speed Time Time Time Current 07:08:45 Dload Upload Total Spent Left Speed 07:08:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 523k --:--:-- --:--:-- --:--:-- 523k 07:08:46 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/6465a293da8cbf4193faab0c72aad8d404252516 [Pipeline] } 07:08:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 07:08:46 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 07:08:46 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:08:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 07:08:46 07:08:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:08:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 07:08:47 latest: Pulling from edgex-devops/edgex-snyk-go 07:08:47 43c4264eed91: Pulling fs layer 07:08:47 4cc291be95ef: Pulling fs layer 07:08:47 2ac1f1163629: Pulling fs layer 07:08:47 5c3c966382ef: Pulling fs layer 07:08:47 4f4fb700ef54: Pulling fs layer 07:08:47 d9c7d2e4e75e: Pulling fs layer 07:08:47 9c3e1370e548: Pulling fs layer 07:08:47 4f4fb700ef54: Waiting 07:08:47 d9c7d2e4e75e: Waiting 07:08:47 9c3e1370e548: Waiting 07:08:47 5c3c966382ef: Waiting 07:08:47 4cc291be95ef: Verifying Checksum 07:08:47 4cc291be95ef: Download complete 07:08:47 5c3c966382ef: Download complete 07:08:47 4f4fb700ef54: Download complete 07:08:47 43c4264eed91: Download complete 07:08:47 43c4264eed91: Pull complete 07:08:47 d9c7d2e4e75e: Verifying Checksum 07:08:47 d9c7d2e4e75e: Download complete 07:08:47 4cc291be95ef: Pull complete 07:08:47 2ac1f1163629: Download complete 07:08:48 9c3e1370e548: Verifying Checksum 07:08:48 9c3e1370e548: Download complete 07:08:50 2ac1f1163629: Pull complete 07:08:50 5c3c966382ef: Pull complete 07:08:50 4f4fb700ef54: Pull complete 07:08:51 d9c7d2e4e75e: Pull complete 07:08:54 9c3e1370e548: Pull complete 07:08:54 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 07:08:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 07:08:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:08:54 prd-ubuntu20.04-docker-8c-8g-44907 does not seem to be running inside a container 07:08:54 $ 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/827 -v /w/workspace/edgex-go/827:/w/workspace/edgex-go/827:rw,z -v /w/workspace/edgex-go/827@tmp:/w/workspace/edgex-go/827@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 07:08:56 $ docker top b3589b049032a914d564f98d89edcd479b9c3659da8ef3e9bc71e1e71f06f992 -eo pid,comm [Pipeline] { [Pipeline] sh 07:08:57 + git config --global --add safe.directory /w/workspace/edgex-go/827 [Pipeline] echo 07:08:57 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 07:08:57 + set -o pipefail 07:08:57 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 07:09:06 07:09:06 Monitoring /w/workspace/edgex-go/827 (github.com/edgexfoundry/edgex-go)... 07:09:06 07:09:06 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/87d009e9-1954-490c-908b-828b70e38510 07:09:06 07:09:06 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:09:06 07:09:07 07:09:07 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 07:09:07 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 07:09:09 $ docker stop --time=1 b3589b049032a914d564f98d89edcd479b9c3659da8ef3e9bc71e1e71f06f992 07:09:12 $ docker rm -f --volumes b3589b049032a914d564f98d89edcd479b9c3659da8ef3e9bc71e1e71f06f992 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 07:09:12 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:09:12 provisioning config files... 07:09:12 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/827@tmp/config18064186828027321670tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:09:12 --> edgex-publish-swagger.sh 07:09:12 === Publish openapi API === 07:09:12 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 07:09:12 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/827/openapi/core-command.yaml] 07:09:12 % Total % Received % Xferd Average Speed Time Time Time Current 07:09:12 Dload Upload Total Spent Left Speed 07:09:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 66630 --:--:-- --:--:-- --:--:-- 66494 100 32782 0 0 100 32782 0 66630 --:--:-- --:--:-- --:--:-- 66494 07:09:13 07:09:13 07:09:13 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/827/openapi/core-data.yaml] 07:09:13 % Total % Received % Xferd Average Speed Time Time Time Current 07:09:13 Dload Upload Total Spent Left Speed 07:09:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71200 0 0 100 71200 0 143k --:--:-- --:--:-- --:--:-- 143k 07:09:13 07:09:13 07:09:13 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/827/openapi/core-keeper.yaml] 07:09:13 % Total % Received % Xferd Average Speed Time Time Time Current 07:09:13 Dload Upload Total Spent Left Speed 07:09:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32901 100 66 100 32835 198 98900 --:--:-- --:--:-- --:--:-- 99099 07:09:14 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 07:09:14 07:09:14 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/827/openapi/core-metadata.yaml] 07:09:14 % Total % Received % Xferd Average Speed Time Time Time Current 07:09:14 Dload Upload Total Spent Left Speed 07:09:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 41 156k 0 0 41 65535 0 703k --:--:-- --:--:-- --:--:-- 695k 100 156k 100 156 100 156k 402 402k --:--:-- --:--:-- --:--:-- 401k 07:09:14 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 07:09:14 07:09:14 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/827/openapi/security-proxy-auth.yaml] 07:09:14 % Total % Received % Xferd Average Speed Time Time Time Current 07:09:14 Dload Upload Total Spent Left Speed 07:09:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 540 195k --:--:-- --:--:-- --:--:-- 196k 07:09:14 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 07:09:14 07:09:14 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/827/openapi/security-secretstore-setup.yaml] 07:09:14 % Total % Received % Xferd Average Speed Time Time Time Current 07:09:14 Dload Upload Total Spent Left Speed 07:09:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 611 36231 --:--:-- --:--:-- --:--:-- 36842 07:09:14 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 07:09:14 07:09:14 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/827/openapi/support-notifications.yaml] 07:09:14 % Total % Received % Xferd Average Speed Time Time Time Current 07:09:14 Dload Upload Total Spent Left Speed 07:09:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 156 100 99976 370 231k --:--:-- --:--:-- --:--:-- 231k 100 97k 100 156 100 99976 369 231k --:--:-- --:--:-- --:--:-- 231k 07:09:15 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 07:09:15 07:09:15 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/827/openapi/support-scheduler.yaml] 07:09:15 % Total % Received % Xferd Average Speed Time Time Time Current 07:09:15 Dload Upload Total Spent Left Speed 07:09:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50857 100 156 100 50701 571 181k --:--:-- --:--:-- --:--:-- 181k 07:09:15 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 07:09:15 [Pipeline] } 07:09:15 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:09:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:09:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:09:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:09:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:09:16 prd-ubuntu20.04-docker-8c-8g-44907 does not seem to be running inside a container 07:09:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/827 -v /w/workspace/edgex-go/827:/w/workspace/edgex-go/827:rw,z -v /w/workspace/edgex-go/827@tmp:/w/workspace/edgex-go/827@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:09:16 $ docker top 49114be6d71b5dd07e6dc86187a779472d92fadb8f9500b8533d5d8e3d4599ec -eo pid,comm 07:09:16 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:09:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:09:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:09:16 [ssh-agent] Looking for ssh-agent implementation... 07:09:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:09:17 $ docker exec 49114be6d71b5dd07e6dc86187a779472d92fadb8f9500b8533d5d8e3d4599ec ssh-agent 07:09:17 SSH_AUTH_SOCK=/tmp/ssh-JeInPvGvNcRs/agent.33 07:09:17 SSH_AGENT_PID=39 07:09:17 Running ssh-add (command line suppressed) 07:09:17 Identity added: /w/workspace/edgex-go/827@tmp/private_key_1894579462321331946.key (/w/workspace/edgex-go/827@tmp/private_key_1894579462321331946.key) 07:09:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:09:17 + git semver tag 07:09:17 2025-04-14 07:09:17,825 [run_tag] DEBUG tag force:False 07:09:17 2025-04-14 07:09:17,825 [check_head_tag] DEBUG check head tag 07:09:17 2025-04-14 07:09:17,826 [execute] INFO git cat-file --batch-check 07:09:17 2025-04-14 07:09:17,826 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/827, universal_newlines=False, shell=None, istream=) 07:09:17 2025-04-14 07:09:17,830 [execute] INFO git cat-file --batch 07:09:17 2025-04-14 07:09:17,830 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/827, universal_newlines=False, shell=None, istream=) 07:09:17 2025-04-14 07:09:17,842 [read_version] DEBUG read version from /w/workspace/edgex-go/827/.semver/main 07:09:17 2025-04-14 07:09:17,842 [execute] INFO git tag -a v4.1.0-dev.2 -m v4.1.0-dev.2 07:09:17 2025-04-14 07:09:17,843 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.2', '-m', 'v4.1.0-dev.2'], cwd=/w/workspace/edgex-go/827, universal_newlines=False, shell=None, istream=None) 07:09:17 2025-04-14 07:09:17,847 [read_version] DEBUG read version from /w/workspace/edgex-go/827/.semver/main 07:09:17 4.1.0-dev.2 [Pipeline] } 07:09:17 $ docker exec --env ******** --env ******** 49114be6d71b5dd07e6dc86187a779472d92fadb8f9500b8533d5d8e3d4599ec ssh-agent -k 07:09:18 unset SSH_AUTH_SOCK; 07:09:18 unset SSH_AGENT_PID; 07:09:18 echo Agent pid 39 killed; 07:09:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:09:18 + git semver [Pipeline] } 07:09:18 $ docker stop --time=1 49114be6d71b5dd07e6dc86187a779472d92fadb8f9500b8533d5d8e3d4599ec 07:09:19 $ docker rm -f --volumes 49114be6d71b5dd07e6dc86187a779472d92fadb8f9500b8533d5d8e3d4599ec [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:09:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:09:20 07:09:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:09:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:09:20 0.23.1-centos7: Pulling from edgex-lftools 07:09:20 ab5ef0e58194: Pulling fs layer 07:09:20 9712f1f96733: Pulling fs layer 07:09:20 63f879dbbcfc: Pulling fs layer 07:09:20 0d9ebad4ef96: Pulling fs layer 07:09:20 e9a5061849ea: Pulling fs layer 07:09:20 0d9ebad4ef96: Waiting 07:09:20 d747dcd14b5f: Pulling fs layer 07:09:20 2de7ff778b66: Pulling fs layer 07:09:20 d747dcd14b5f: Waiting 07:09:20 e9a5061849ea: Waiting 07:09:20 2de7ff778b66: Waiting 07:09:20 9712f1f96733: Verifying Checksum 07:09:20 9712f1f96733: Download complete 07:09:20 63f879dbbcfc: Verifying Checksum 07:09:20 63f879dbbcfc: Download complete 07:09:21 e9a5061849ea: Verifying Checksum 07:09:21 e9a5061849ea: Download complete 07:09:21 d747dcd14b5f: Download complete 07:09:21 0d9ebad4ef96: Verifying Checksum 07:09:21 0d9ebad4ef96: Download complete 07:09:21 2de7ff778b66: Verifying Checksum 07:09:21 ab5ef0e58194: Verifying Checksum 07:09:21 ab5ef0e58194: Download complete 07:09:23 ab5ef0e58194: Pull complete 07:09:23 9712f1f96733: Pull complete 07:09:24 63f879dbbcfc: Pull complete 07:09:28 0d9ebad4ef96: Pull complete 07:09:28 e9a5061849ea: Pull complete 07:09:28 d747dcd14b5f: Pull complete 07:09:29 2de7ff778b66: Pull complete 07:09:29 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:09:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:09:29 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:09:29 prd-ubuntu20.04-docker-8c-8g-44907 does not seem to be running inside a container 07:09:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/827 -v /w/workspace/edgex-go/827:/w/workspace/edgex-go/827:rw,z -v /w/workspace/edgex-go/827@tmp:/w/workspace/edgex-go/827@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 07:09:32 $ docker top 263f157d694b2ff761f50582bf6c8cce35c4f708443f3251d70122927ba98117 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:09:32 provisioning config files... 07:09:32 copy managed file [sigul-config] to file:/w/workspace/edgex-go/827@tmp/config8198446914053028674tmp 07:09:32 copy managed file [sigul-password] to file:/w/workspace/edgex-go/827@tmp/config12295237007836697999tmp 07:09:32 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/827@tmp/config9869453747699390855tmp [Pipeline] { [Pipeline] echo 07:09:32 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:09:32 ---> sigul-configuration.sh 07:09:32 gpg: directory `/root/.gnupg' created 07:09:32 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:09:32 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:09:32 gpg: keyring `/root/.gnupg/secring.gpg' created 07:09:32 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:09:32 gpg: CAST5 encrypted data 07:09:32 gpg: encrypted with 1 passphrase 07:09:32 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:09:32 + mkdir /home/jenkins 07:09:32 + mkdir /home/jenkins/sigul [Pipeline] sh 07:09:33 + 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:09:33 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:09:33 ---> sigul-install.sh 07:09:33 Sigul already installed; skipping installation. [Pipeline] sh 07:09:33 + git tag --list 07:09:33 0.6.0 07:09:33 0.6.1 07:09:33 0.7.0 07:09:33 0.7.1 07:09:33 v1.0.0 07:09:33 v1.0.1 07:09:33 v1.1.0 07:09:33 v1.2.0 07:09:33 v1.2.1 07:09:33 v1.3.0 07:09:33 v1.3.1 07:09:33 v2.0.0 07:09:33 v2.1.0 07:09:33 v2.1.1 07:09:33 v2.2.0 07:09:33 v2.3.0 07:09:33 v3.0 07:09:33 v3.0.0 07:09:33 v3.1 07:09:33 v3.1.0 07:09:33 v3.1.1 07:09:33 v4.0 07:09:33 v4.0.0 07:09:33 v4.0.1 07:09:33 v4.1.0-dev.1 07:09:33 v4.1.0-dev.2 [Pipeline] sh 07:09:34 + lftools sign git-tag v4.1.0-dev.2 07:09:34 Signing Git tag with Sigul... 07:09:34 Signing v4.1.0-dev.2 [Pipeline] echo 07:09:35 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:09:35 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:09:35 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:09:35 $ docker stop --time=1 263f157d694b2ff761f50582bf6c8cce35c4f708443f3251d70122927ba98117 07:09:36 $ docker rm -f --volumes 263f157d694b2ff761f50582bf6c8cce35c4f708443f3251d70122927ba98117 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 07:09:37 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:09:37 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:09:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:09:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:09:37 prd-ubuntu20.04-docker-8c-8g-44907 does not seem to be running inside a container 07:09:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/827 -v /w/workspace/edgex-go/827:/w/workspace/edgex-go/827:rw,z -v /w/workspace/edgex-go/827@tmp:/w/workspace/edgex-go/827@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:09:38 $ docker top 812004fd20ba686f5269ce0ac22612668696e9e0d5c66040cb780f16cb7cc8c8 -eo pid,comm 07:09:38 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:09:38 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:09:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:09:38 [ssh-agent] Looking for ssh-agent implementation... 07:09:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:09:38 $ docker exec 812004fd20ba686f5269ce0ac22612668696e9e0d5c66040cb780f16cb7cc8c8 ssh-agent 07:09:38 SSH_AUTH_SOCK=/tmp/ssh-EktPtXdkg9QQ/agent.32 07:09:38 SSH_AGENT_PID=39 07:09:38 Running ssh-add (command line suppressed) 07:09:38 Identity added: /w/workspace/edgex-go/827@tmp/private_key_5674880271141649977.key (/w/workspace/edgex-go/827@tmp/private_key_5674880271141649977.key) 07:09:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:09:38 + git semver bump pre 07:09:39 2025-04-14 07:09:39,127 [read_version] DEBUG read version from /w/workspace/edgex-go/827/.semver/main 07:09:39 2025-04-14 07:09:39,127 [bump_version] DEBUG bumping version:4.1.0-dev.2 on axis:pre with prefix:dev 07:09:39 2025-04-14 07:09:39,127 [bump_version] DEBUG bumped version:4.1.0-dev.3 07:09:39 2025-04-14 07:09:39,127 [write_version] DEBUG write version:4.1.0-dev.3 to path:/w/workspace/edgex-go/827/.semver/main with force:True 07:09:39 2025-04-14 07:09:39,127 [read_version] DEBUG read version from /w/workspace/edgex-go/827/.semver/main 07:09:39 2025-04-14 07:09:39,127 [write_file] DEBUG write to file:/w/workspace/edgex-go/827/.semver/main 07:09:39 2025-04-14 07:09:39,129 [execute] INFO git cat-file --batch-check 07:09:39 2025-04-14 07:09:39,130 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/827/.semver, universal_newlines=False, shell=None, istream=) 07:09:39 2025-04-14 07:09:39,135 [execute] INFO git cat-file --batch 07:09:39 2025-04-14 07:09:39,135 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/827/.semver, universal_newlines=False, shell=None, istream=) 07:09:39 2025-04-14 07:09:39,141 [read_version] DEBUG read version from /w/workspace/edgex-go/827/.semver/main 07:09:39 4.1.0-dev.3 [Pipeline] } 07:09:39 $ docker exec --env ******** --env ******** 812004fd20ba686f5269ce0ac22612668696e9e0d5c66040cb780f16cb7cc8c8 ssh-agent -k 07:09:39 unset SSH_AUTH_SOCK; 07:09:39 unset SSH_AGENT_PID; 07:09:39 echo Agent pid 39 killed; 07:09:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:09:39 + git semver [Pipeline] } 07:09:39 $ docker stop --time=1 812004fd20ba686f5269ce0ac22612668696e9e0d5c66040cb780f16cb7cc8c8 07:09:41 $ docker rm -f --volumes 812004fd20ba686f5269ce0ac22612668696e9e0d5c66040cb780f16cb7cc8c8 [Pipeline] // withDockerContainer [Pipeline] sh 07:09:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:09:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:09:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:09:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:09:41 prd-ubuntu20.04-docker-8c-8g-44907 does not seem to be running inside a container 07:09:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/827 -v /w/workspace/edgex-go/827:/w/workspace/edgex-go/827:rw,z -v /w/workspace/edgex-go/827@tmp:/w/workspace/edgex-go/827@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:09:42 $ docker top d456d03ab37cf704f2a09553e8dea1f7d4e046613035e4f40c20299d5c1ef1d7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:09:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:09:42 [ssh-agent] Looking for ssh-agent implementation... 07:09:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:09:42 $ docker exec d456d03ab37cf704f2a09553e8dea1f7d4e046613035e4f40c20299d5c1ef1d7 ssh-agent 07:09:42 SSH_AUTH_SOCK=/tmp/ssh-SAf7UxPkkR7c/agent.32 07:09:42 SSH_AGENT_PID=38 07:09:42 Running ssh-add (command line suppressed) 07:09:42 Identity added: /w/workspace/edgex-go/827@tmp/private_key_13792664554791753807.key (/w/workspace/edgex-go/827@tmp/private_key_13792664554791753807.key) 07:09:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:09:42 + git semver push 07:09:43 2025-04-14 07:09:43,213 [run_push] DEBUG push 07:09:43 2025-04-14 07:09:43,214 [execute] INFO git cat-file --batch-check 07:09:43 2025-04-14 07:09:43,214 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/827/.semver, universal_newlines=False, shell=None, istream=) 07:09:43 2025-04-14 07:09:43,219 [execute] INFO git rev-list 8abefbd2385bdef6657c53e5d3ba224c11945ab3 -- 07:09:43 2025-04-14 07:09:43,219 [execute] DEBUG Popen(['git', 'rev-list', '8abefbd2385bdef6657c53e5d3ba224c11945ab3', '--'], cwd=/w/workspace/edgex-go/827/.semver, universal_newlines=False, shell=None, istream=None) 07:09:43 2025-04-14 07:09:43,238 [execute] INFO git fetch -v origin 07:09:43 2025-04-14 07:09:43,238 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/827/.semver, universal_newlines=True, shell=None, istream=None) 07:09:43 2025-04-14 07:09:43,688 [run_push] DEBUG no remote changes detected 07:09:43 2025-04-14 07:09:43,688 [execute] INFO git push origin semver 07:09:43 2025-04-14 07:09:43,689 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/827/.semver, universal_newlines=False, shell=None, istream=None) 07:09:44 2025-04-14 07:09:44,385 [run_push] DEBUG push all version tags 07:09:44 2025-04-14 07:09:44,386 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 07:09:44 2025-04-14 07:09:44,386 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/827, universal_newlines=False, shell=None, istream=None) 07:09:45 2025-04-14 07:09:45,024 [read_version] DEBUG read version from /w/workspace/edgex-go/827/.semver/main 07:09:45 4.1.0-dev.3 [Pipeline] } 07:09:45 $ docker exec --env ******** --env ******** d456d03ab37cf704f2a09553e8dea1f7d4e046613035e4f40c20299d5c1ef1d7 ssh-agent -k 07:09:45 unset SSH_AUTH_SOCK; 07:09:45 unset SSH_AGENT_PID; 07:09:45 echo Agent pid 38 killed; 07:09:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:09:45 + git semver [Pipeline] } 07:09:45 $ docker stop --time=1 d456d03ab37cf704f2a09553e8dea1f7d4e046613035e4f40c20299d5c1ef1d7 07:09:47 $ docker rm -f --volumes d456d03ab37cf704f2a09553e8dea1f7d4e046613035e4f40c20299d5c1ef1d7 [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:09:47 + [ -d /w/workspace/edgex-go/827/archives ] [Pipeline] libraryResource [Pipeline] sh 07:09:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:09:48 ---> package-listing.sh 07:09:48 ++ facter osfamily 07:09:48 ++ tr '[:upper:]' '[:lower:]' 07:09:49 + OS_FAMILY=debian 07:09:49 + workspace=/w/workspace/edgex-go/827 07:09:49 + START_PACKAGES=/tmp/packages_start.txt 07:09:49 + END_PACKAGES=/tmp/packages_end.txt 07:09:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:09:49 + PACKAGES=/tmp/packages_start.txt 07:09:49 + '[' /w/workspace/edgex-go/827 ']' 07:09:49 + PACKAGES=/tmp/packages_end.txt 07:09:49 + case "${OS_FAMILY}" in 07:09:49 + dpkg -l 07:09:49 + grep '^ii' 07:09:49 + '[' -f /tmp/packages_start.txt ']' 07:09:49 + '[' -f /tmp/packages_end.txt ']' 07:09:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:09:49 + '[' /w/workspace/edgex-go/827 ']' 07:09:49 + mkdir -p /w/workspace/edgex-go/827/archives/ 07:09:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/827/archives/ [Pipeline] echo 07:09:49 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/827/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:09:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:09:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:09:49 07:09:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:09:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:09:50 latest: Pulling from edgex-lftools-log-publisher 07:09:50 5eb5b503b376: Pulling fs layer 07:09:50 5c69ac0246d0: Pulling fs layer 07:09:50 ec43610c2a17: Pulling fs layer 07:09:50 3a2ae6a8a46f: Pulling fs layer 07:09:50 33b1e0a273af: Pulling fs layer 07:09:50 5d3b04190fa2: Pulling fs layer 07:09:50 2f39f015ded8: Pulling fs layer 07:09:50 5d3b04190fa2: Waiting 07:09:50 33b1e0a273af: Waiting 07:09:50 2f39f015ded8: Waiting 07:09:50 5c69ac0246d0: Download complete 07:09:50 3a2ae6a8a46f: Verifying Checksum 07:09:50 3a2ae6a8a46f: Download complete 07:09:50 33b1e0a273af: Download complete 07:09:50 ec43610c2a17: Verifying Checksum 07:09:50 ec43610c2a17: Download complete 07:09:50 5d3b04190fa2: Download complete 07:09:50 5eb5b503b376: Verifying Checksum 07:09:50 5eb5b503b376: Download complete 07:09:51 2f39f015ded8: Download complete 07:09:51 5eb5b503b376: Pull complete 07:09:51 5c69ac0246d0: Pull complete 07:09:52 ec43610c2a17: Pull complete 07:09:52 3a2ae6a8a46f: Pull complete 07:09:52 33b1e0a273af: Pull complete 07:09:52 5d3b04190fa2: Pull complete 07:09:55 2f39f015ded8: Pull complete 07:09:55 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:09:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:09:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:09:55 prd-ubuntu20.04-docker-8c-8g-44907 does not seem to be running inside a container 07:09:55 $ 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/827/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/827 -v /w/workspace/edgex-go/827:/w/workspace/edgex-go/827:rw,z -v /w/workspace/edgex-go/827@tmp:/w/workspace/edgex-go/827@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:09:57 $ docker top a0744d550d7b88e22eb2674bc3342ab9e8c0fa109e142392a9a23f609e01829d -eo pid,comm [Pipeline] { [Pipeline] sh 07:09:58 + touch /tmp/pre-build-complete [Pipeline] sh 07:09:58 + mkdir -p /var/log/sysstat [Pipeline] sh 07:09:58 + ls /var/log/sa-host 07:09:58 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:09:58 provisioning config files... 07:09:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/827@tmp/config7814140909855521912tmp [Pipeline] { [Pipeline] echo 07:09:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:09:59 ---> create-netrc.sh [Pipeline] } 07:09:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:09:59 ---> python-tools-install.sh [Pipeline] echo 07:09:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:09:59 ---> sudo-logs.sh 07:09:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:09:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:09:59 ---> job-cost.sh 07:09:59 lf-activate-venv: SKIPPING 07:09:59 DEBUG: total: 0.10999999940395355 07:09:59 INFO: Retrieving Stack Cost... 07:10:00 INFO: Retrieving Pricing Info for: v3-standard-8 07:10:00 INFO: Archiving Costs [Pipeline] echo 07:10:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:10:01 ---> logs-deploy.sh 07:10:01 lf-activate-venv: SKIPPING 07:10:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/827 07:10:01 INFO: archiving workspace using pattern(s): 07:10:02 Archives upload complete. 07:10:02 INFO: archiving logs to Nexus 07:10:02 ---> uname -a: 07:10:02 Linux prd-ubuntu20-04-docker-8c-8g-44907 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 07:10:02 07:10:02 07:10:02 ---> lscpu: 07:10:02 Architecture: x86_64 07:10:02 CPU op-mode(s): 32-bit, 64-bit 07:10:02 Byte Order: Little Endian 07:10:02 Address sizes: 40 bits physical, 48 bits virtual 07:10:02 CPU(s): 8 07:10:02 On-line CPU(s) list: 0-7 07:10:02 Thread(s) per core: 1 07:10:02 Core(s) per socket: 1 07:10:02 Socket(s): 8 07:10:02 NUMA node(s): 1 07:10:02 Vendor ID: AuthenticAMD 07:10:02 CPU family: 23 07:10:02 Model: 49 07:10:02 Model name: AMD EPYC-Rome Processor 07:10:02 Stepping: 0 07:10:02 CPU MHz: 2799.998 07:10:02 BogoMIPS: 5599.99 07:10:02 Virtualization: AMD-V 07:10:02 Hypervisor vendor: KVM 07:10:02 Virtualization type: full 07:10:02 L1d cache: 256 KiB 07:10:02 L1i cache: 256 KiB 07:10:02 L2 cache: 4 MiB 07:10:02 L3 cache: 128 MiB 07:10:02 NUMA node0 CPU(s): 0-7 07:10:02 Vulnerability Itlb multihit: Not affected 07:10:02 Vulnerability L1tf: Not affected 07:10:02 Vulnerability Mds: Not affected 07:10:02 Vulnerability Meltdown: Not affected 07:10:02 Vulnerability Mmio stale data: Not affected 07:10:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:10:02 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:10:02 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 07:10:02 Vulnerability Srbds: Not affected 07:10:02 Vulnerability Tsx async abort: Not affected 07:10:02 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:10:02 07:10:02 07:10:02 ---> nproc: 07:10:02 8 07:10:02 07:10:02 07:10:02 ---> df -h: 07:10:02 Filesystem Size Used Avail Use% Mounted on 07:10:02 overlay 155G 30G 126G 20% / 07:10:02 tmpfs 64M 0 64M 0% /dev 07:10:02 tmpfs 16G 0 16G 0% /sys/fs/cgroup 07:10:02 shm 64M 0 64M 0% /dev/shm 07:10:02 /dev/vda1 155G 30G 126G 20% /facter-os 07:10:02 07:10:02 07:10:02 ---> sar -b -r -n DEV: 07:10:02 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-44907) 04/14/25 _x86_64_ (8 CPU) 07:10:02 07:10:02 06:20:35 LINUX RESTART (8 CPU) 07:10:02 07:10:02 06:21:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:10:02 06:22:01 343.13 38.84 304.29 0.00 4311.40 163422.34 0.00 07:10:02 06:23:01 181.60 1.02 180.59 0.00 12.93 59244.26 0.00 07:10:02 06:24:01 62.19 0.07 62.13 0.00 0.53 38116.47 0.00 07:10:02 06:25:01 28.00 0.15 27.85 0.00 9.07 18532.91 0.00 07:10:02 06:26:01 223.29 2.53 220.76 0.00 66.35 166167.99 0.00 07:10:02 06:27:01 729.09 18.03 711.06 0.00 204.07 152308.56 0.00 07:10:02 06:28:01 348.81 0.95 347.86 0.00 9.07 175724.98 0.00 07:10:02 06:29:01 310.30 0.05 310.25 0.00 0.40 84919.03 0.00 07:10:02 06:30:01 388.15 1.03 387.12 0.00 21.99 143828.46 0.00 07:10:02 06:31:01 541.04 10.16 530.88 0.00 3396.77 63191.87 0.00 07:10:02 06:32:01 28.66 0.03 28.63 0.00 2.40 720.95 0.00 07:10:02 06:33:01 10.33 0.00 10.33 0.00 0.00 232.49 0.00 07:10:02 06:34:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 07:10:02 06:35:02 1.05 0.00 1.05 0.00 0.00 12.00 0.00 07:10:02 06:36:01 2.49 0.02 2.47 0.00 0.14 32.40 0.00 07:10:02 06:37:01 1.02 0.00 1.02 0.00 0.00 12.53 0.00 07:10:02 06:38:01 1.23 0.00 1.23 0.00 0.00 13.60 0.00 07:10:02 06:39:01 0.88 0.00 0.88 0.00 0.00 10.13 0.00 07:10:02 06:40:01 1.23 0.00 1.23 0.00 0.00 14.13 0.00 07:10:02 06:41:01 1.52 0.00 1.52 0.00 0.00 16.00 0.00 07:10:02 06:42:01 1.17 0.00 1.17 0.00 0.00 14.40 0.00 07:10:02 06:43:01 1.67 0.00 1.67 0.00 0.00 18.66 0.00 07:10:02 06:44:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 07:10:02 06:45:01 2.03 0.18 1.85 0.00 18.53 21.20 0.00 07:10:02 06:46:01 1.93 0.30 1.63 0.00 10.00 21.46 0.00 07:10:02 06:47:01 2.43 1.22 1.22 0.00 25.46 15.46 0.00 07:10:02 06:48:01 1.22 0.00 1.22 0.00 0.00 14.00 0.00 07:10:02 06:49:01 0.97 0.00 0.97 0.00 0.00 10.53 0.00 07:10:02 06:50:01 1.73 0.00 1.73 0.00 0.00 19.86 0.00 07:10:02 06:51:01 1.82 0.00 1.82 0.00 0.00 20.53 0.00 07:10:02 06:52:01 1.50 0.00 1.50 0.00 0.00 16.00 0.00 07:10:02 06:53:01 1.53 0.00 1.53 0.00 0.00 16.66 0.00 07:10:02 06:54:01 1.43 0.00 1.43 0.00 0.00 16.00 0.00 07:10:02 06:55:01 1.48 0.00 1.48 0.00 0.00 15.86 0.00 07:10:02 06:56:01 1.17 0.00 1.17 0.00 0.00 13.60 0.00 07:10:02 06:57:01 2.10 0.00 2.10 0.00 0.00 23.06 0.00 07:10:02 06:58:01 1.15 0.00 1.15 0.00 0.00 13.46 0.00 07:10:02 06:59:01 1.55 0.00 1.55 0.00 0.00 15.86 0.00 07:10:02 07:00:01 1.03 0.00 1.03 0.00 0.00 12.53 0.00 07:10:02 07:01:01 1.47 0.00 1.47 0.00 0.00 16.93 0.00 07:10:02 07:02:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 07:10:02 07:03:01 1.42 0.00 1.42 0.00 0.00 15.20 0.00 07:10:02 07:04:01 1.23 0.00 1.23 0.00 0.00 14.40 0.00 07:10:02 07:05:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 07:10:02 07:06:01 1.42 0.00 1.42 0.00 0.00 16.40 0.00 07:10:02 07:07:01 1.55 0.00 1.55 0.00 0.00 16.53 0.00 07:10:02 07:08:01 1.05 0.00 1.05 0.00 0.00 12.40 0.00 07:10:02 07:09:01 66.12 0.20 65.92 0.00 8.93 24123.45 0.00 07:10:02 07:10:01 177.82 0.45 177.37 0.00 25.86 54131.96 0.00 07:10:02 Average: 71.14 1.52 69.62 0.00 164.42 23352.32 0.00 07:10:02 07:10:02 06:21:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:10:02 06:22:01 28847556 31511704 799760 2.43 73364 2867416 2025384 5.97 1073840 2569320 629892 07:10:02 06:23:01 27261456 31128288 1163744 3.54 127816 3892760 2440308 7.19 1958932 3130352 647080 07:10:02 06:24:01 26799004 31237572 1051836 3.20 132860 4428364 2398208 7.07 1887048 3631960 603220 07:10:02 06:25:01 26473856 31427832 860648 2.62 136856 4893128 1978468 5.83 1862104 3938600 565132 07:10:02 06:26:01 21366116 31379072 902476 2.74 147296 9833500 2973168 8.76 1899208 8882792 1967856 07:10:02 06:27:01 16946412 31366604 900740 2.74 342208 13657952 2431204 7.17 2728892 12066792 2142800 07:10:02 06:28:01 10080760 29072732 3125644 9.51 381188 17764172 10138620 29.88 5522560 15613484 1162676 07:10:02 06:29:01 6325796 27808888 4393588 13.36 395944 20140924 9605160 28.31 7847352 16955452 1321564 07:10:02 06:30:01 4965632 29954752 2248732 6.84 409364 23515936 6094656 17.96 7245276 18811112 808040 07:10:02 06:31:01 8736724 31417256 842552 2.56 420016 21453492 2278988 6.72 3453084 19165696 1008 07:10:02 06:32:01 8739924 31422128 836896 2.55 421244 21453888 2179220 6.42 3873684 18740064 492 07:10:02 06:33:01 8746544 31429152 829716 2.52 421564 21453968 2171696 6.40 3946660 18661224 52 07:10:02 06:34:01 8746340 31429012 830024 2.52 421588 21453972 2171696 6.40 3945948 18661240 8 07:10:02 06:35:02 8755356 31438072 820904 2.50 421620 21453968 2171696 6.40 3935876 18661240 136 07:10:02 06:36:01 8756264 31439744 820104 2.49 421684 21453968 2185864 6.44 3935300 18661860 8 07:10:02 06:37:01 8760604 31444092 815672 2.48 421708 21453968 2185864 6.44 3930896 18661860 144 07:10:02 06:38:01 8760556 31444108 815628 2.48 421728 21453980 2185864 6.44 3930736 18661868 8 07:10:02 06:39:01 8760724 31444340 815540 2.48 421736 21454048 2185864 6.44 3930752 18661932 164 07:10:02 06:40:01 8760708 31444328 815508 2.48 421756 21454048 2185864 6.44 3930760 18661936 8 07:10:02 06:41:01 8760628 31444308 815472 2.48 421772 21454060 2185864 6.44 3930816 18661940 144 07:10:02 06:42:01 8760392 31444076 815616 2.48 421800 21454060 2185864 6.44 3930884 18661940 12 07:10:02 06:43:01 8760596 31444292 815328 2.48 421816 21454064 2185864 6.44 3930820 18661948 4 07:10:02 06:44:01 8760800 31444564 815040 2.48 421832 21454068 2185864 6.44 3930876 18661956 8 07:10:02 06:45:01 8756160 31441008 816644 2.48 421852 21454636 2198812 6.48 3931764 18662460 4 07:10:02 06:46:01 8758520 31443340 816252 2.48 421880 21454912 2216120 6.53 3933224 18662568 48 07:10:02 06:47:01 8751424 31438360 821112 2.50 421908 21455816 2216120 6.53 3939940 18662840 192 07:10:02 06:48:01 8751284 31438224 821396 2.50 421916 21455820 2216120 6.53 3939900 18662820 8 07:10:02 06:49:01 8751804 31438748 820832 2.50 421928 21455824 2216120 6.53 3939580 18662824 156 07:10:02 06:50:01 8751504 31438512 821024 2.50 421972 21455828 2216120 6.53 3939620 18662832 8 07:10:02 06:51:01 8751448 31438464 820988 2.50 421992 21455828 2216120 6.53 3939640 18662836 4 07:10:02 06:52:01 8751180 31438224 821240 2.50 422048 21455832 2216120 6.53 3939732 18662832 8 07:10:02 06:53:01 8751312 31438424 820996 2.50 422064 21455836 2216120 6.53 3940208 18662840 12 07:10:02 06:54:01 8751052 31438164 821196 2.50 422112 21455832 2216120 6.53 3939720 18662840 8 07:10:02 06:55:01 8751220 31438500 821036 2.50 422128 21455968 2216120 6.53 3939800 18662952 4 07:10:02 06:56:01 8751196 31438480 821000 2.50 422160 21455956 2216120 6.53 3939784 18662952 8 07:10:02 06:57:01 8750960 31438316 821108 2.50 422216 21455968 2216120 6.53 3939912 18662972 152 07:10:02 06:58:01 8750848 31438272 821128 2.50 422232 21455984 2216120 6.53 3940188 18662980 8 07:10:02 06:59:01 8750680 31438136 821092 2.50 422256 21455984 2216120 6.53 3939928 18662980 4 07:10:02 07:00:01 8750664 31438132 821020 2.50 422272 21455988 2216120 6.53 3939928 18662984 4 07:10:02 07:01:01 8750548 31438092 821232 2.50 422296 21455984 2216120 6.53 3940012 18662980 4 07:10:02 07:02:01 8750732 31438312 821264 2.50 422312 21455992 2216120 6.53 3940392 18662992 20 07:10:02 07:03:01 8750700 31438284 821260 2.50 422324 21455992 2216120 6.53 3940356 18662992 4 07:10:02 07:04:01 8750488 31438088 821368 2.50 422356 21455996 2216120 6.53 3940276 18662996 20 07:10:02 07:05:01 8750620 31438280 821088 2.50 422376 21456000 2199792 6.48 3940568 18663000 252 07:10:02 07:06:01 8750528 31438208 821392 2.50 422396 21455996 2199792 6.48 3940512 18663000 12 07:10:02 07:07:01 8750472 31438164 821516 2.50 422404 21456008 2199792 6.48 3940624 18663004 148 07:10:02 07:08:01 8750488 31438180 821468 2.50 422420 21456008 2199792 6.48 3940632 18663004 188 07:10:02 07:09:01 7474008 31137976 1115588 3.39 427816 22339932 2624688 7.74 4275932 19503100 205800 07:10:02 07:10:01 6691760 31343732 906972 2.76 466000 23192408 2307588 6.80 4128420 20333248 644 07:10:02 Average: 10527232 31265827 993314 3.02 389273 19629021 2627914 7.74 3867610 17044743 205269 07:10:02 07:10:02 06:21:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:10:02 06:22:01 lo 5.02 5.02 0.49 0.49 0.00 0.00 0.00 0.00 07:10:02 06:22:01 docker0 764.72 669.04 51.71 3041.49 0.00 0.00 0.00 0.00 07:10:02 06:22:01 ens3 1666.19 1616.03 11728.16 198.29 0.00 0.00 0.00 0.00 07:10:02 06:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 06:23:01 veth38c872b 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 07:10:02 06:23:01 docker0 207.87 293.27 17.76 1650.24 0.00 0.00 0.00 0.00 07:10:02 06:23:01 ens3 325.81 228.85 1684.21 34.04 0.00 0.00 0.00 0.00 07:10:02 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:24:01 veth38c872b 1.37 1.40 0.12 0.12 0.00 0.00 0.00 0.00 07:10:02 06:24:01 docker0 1.37 1.37 0.10 0.12 0.00 0.00 0.00 0.00 07:10:02 06:24:01 ens3 36.98 27.98 28.90 16.98 0.00 0.00 0.00 0.00 07:10:02 06:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 06:25:01 veth38c872b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:25:01 ens3 22.23 15.68 19.40 11.92 0.00 0.00 0.00 0.00 07:10:02 06:26:01 vethc2d5b33 5.83 9.19 0.45 115.93 0.00 0.00 0.00 0.01 07:10:02 06:26:01 lo 1.06 1.06 0.10 0.10 0.00 0.00 0.00 0.00 07:10:02 06:26:01 vethefc742c 0.33 0.50 0.03 0.14 0.00 0.00 0.00 0.00 07:10:02 06:26:01 veth9406605 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:26:01 veth0851c38 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:26:01 veth92137a1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:26:01 veth14a6eff 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:26:01 veth9fc505d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:26:01 vethf8c6a42 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:26:01 vethbf4e640 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:26:01 vethb73d9a3 1.74 2.80 0.13 38.49 0.00 0.00 0.00 0.00 07:10:02 06:26:01 docker0 11.07 17.86 0.71 237.17 0.00 0.00 0.00 0.00 07:10:02 06:26:01 veth6713ff0 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 07:10:02 06:26:01 vethe45017b 1.14 2.67 0.09 38.39 0.00 0.00 0.00 0.00 07:10:02 06:26:01 ens3 140.49 110.41 2451.10 166.57 0.00 0.00 0.00 0.00 07:10:02 06:26:01 veth85c83ca 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:26:01 vethd628760 2.04 3.59 0.15 44.28 0.00 0.00 0.00 0.00 07:10:02 06:27:01 veth1ea2509 99.05 180.44 9.55 1249.29 0.00 0.00 0.00 0.10 07:10:02 06:27:01 lo 0.60 0.60 0.05 0.05 0.00 0.00 0.00 0.00 07:10:02 06:27:01 vethefc742c 0.07 1.18 0.00 0.05 0.00 0.00 0.00 0.00 07:10:02 06:27:01 vethf89efa4 90.22 168.81 9.02 1230.56 0.00 0.00 0.00 0.10 07:10:02 06:27:01 veth5f7512a 97.95 168.33 9.49 1240.40 0.00 0.00 0.00 0.10 07:10:02 06:27:01 veth7e30db3 89.05 151.90 8.82 1225.18 0.00 0.00 0.00 0.10 07:10:02 06:27:01 veth79aa552 89.60 155.00 8.88 1237.57 0.00 0.00 0.00 0.10 07:10:02 06:27:01 docker0 608.50 1076.01 50.21 8585.37 0.00 0.00 0.00 0.00 07:10:02 06:27:01 vethaccbcce 92.29 163.28 9.06 1228.95 0.00 0.00 0.00 0.10 07:10:02 06:27:01 ens3 1140.99 642.57 9459.29 71.78 0.00 0.00 0.00 0.00 07:10:02 06:28:01 veth2269833 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 07:10:02 06:28:01 vethd232244 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 07:10:02 06:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:28:01 vethefc742c 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:28:01 vethf0e5596 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 07:10:02 06:28:01 vethe196c87 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:10:02 06:28:01 veth21528a3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:10:02 06:28:01 veth42b9644 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:10:02 06:28:01 vethc950583 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:10:02 06:28:01 docker0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:28:01 veth751b203 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 07:10:02 06:28:01 ens3 14.71 9.92 12.08 6.85 0.00 0.00 0.00 0.00 07:10:02 06:28:01 veth3c9f0cc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:10:02 06:28:01 veth8b0c796 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:10:02 06:28:01 veth013bffb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:10:02 06:28:01 veth3421760 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:10:02 06:29:01 veth2269833 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:29:01 vethd232244 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 06:29:01 vethefc742c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:29:01 vethf0e5596 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:29:01 vethe196c87 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:29:01 veth21528a3 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:29:01 veth42b9644 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:29:01 vethc950583 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:29:01 veth751b203 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:29:01 ens3 2.30 1.72 1.82 1.04 0.00 0.00 0.00 0.00 07:10:02 06:29:01 veth3c9f0cc 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:29:01 veth8b0c796 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:29:01 veth013bffb 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:29:01 veth3421760 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:30:01 veth2269833 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:30:01 vethd232244 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:30:01 vethefc742c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:30:01 vethe196c87 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:30:01 veth21528a3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:30:01 veth42b9644 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:30:01 vethc950583 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:30:01 veth751b203 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:30:01 ens3 1.17 0.82 0.91 0.51 0.00 0.00 0.00 0.00 07:10:02 06:30:01 veth3c9f0cc 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:30:01 veth8b0c796 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:30:01 veth3421760 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:31:01 lo 33.46 33.46 3.30 3.30 0.00 0.00 0.00 0.00 07:10:02 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:31:01 ens3 387.20 321.55 1568.62 775.36 0.00 0.00 0.00 0.00 07:10:02 06:32:01 lo 35.73 35.73 3.52 3.52 0.00 0.00 0.00 0.00 07:10:02 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:32:01 ens3 416.53 437.08 170.93 2577.05 0.00 0.00 0.00 0.00 07:10:02 06:33:01 lo 10.06 10.06 0.99 0.99 0.00 0.00 0.00 0.00 07:10:02 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:33:01 ens3 89.84 87.24 54.28 453.96 0.00 0.00 0.00 0.00 07:10:02 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:34:01 ens3 0.58 0.37 0.27 0.21 0.00 0.00 0.00 0.00 07:10:02 06:35:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 06:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:35:02 ens3 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 06:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:36:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:37:01 ens3 0.25 0.22 0.08 0.08 0.00 0.00 0.00 0.00 07:10:02 06:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:38:01 ens3 0.18 0.07 0.06 0.00 0.00 0.00 0.00 0.00 07:10:02 06:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:39:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 06:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:40:01 ens3 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:41:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 06:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:42:01 ens3 0.32 0.15 0.14 0.07 0.00 0.00 0.00 0.00 07:10:02 06:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 06:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:43:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 06:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:44:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:45:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 07:10:02 06:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:45:01 ens3 0.13 0.22 0.01 0.02 0.00 0.00 0.00 0.00 07:10:02 06:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:46:01 ens3 1.02 0.80 0.89 0.39 0.00 0.00 0.00 0.00 07:10:02 06:47:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 07:10:02 06:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:47:01 ens3 6.42 5.53 3.91 18.01 0.00 0.00 0.00 0.00 07:10:02 06:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:48:01 ens3 12.53 20.33 1.68 68.24 0.00 0.00 0.00 0.00 07:10:02 06:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 06:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:49:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 06:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:50:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:51:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 06:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:52:01 ens3 2.90 2.85 0.31 6.76 0.00 0.00 0.00 0.00 07:10:02 06:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:53:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 06:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:54:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:55:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 06:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:56:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:57:01 ens3 1.07 3.72 0.19 6.76 0.00 0.00 0.00 0.00 07:10:02 06:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:58:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 06:59:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 07:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 07:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 07:00:01 ens3 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 07:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 07:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 07:01:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 07:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 07:02:01 ens3 6.38 13.90 0.76 14.84 0.00 0.00 0.00 0.00 07:10:02 07:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 07:03:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 07:04:01 ens3 1.92 2.45 0.37 2.06 0.00 0.00 0.00 0.00 07:10:02 07:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 07:05:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 07:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 07:06:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 07:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:10:02 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 07:07:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:10:02 07:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:02 07:08:01 ens3 0.20 0.08 0.06 0.00 0.00 0.00 0.00 0.00 07:10:02 07:09:01 vetha27637d 26.21 45.34 2.72 465.60 0.00 0.00 0.00 0.04 07:10:02 07:09:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 07:10:02 07:09:01 docker0 26.21 45.24 2.36 465.59 0.00 0.00 0.00 0.00 07:10:02 07:09:01 ens3 178.90 104.65 4398.07 17.84 0.00 0.00 0.00 0.00 07:10:02 07:10:01 lo 2.60 2.60 0.27 0.27 0.00 0.00 0.00 0.00 07:10:02 07:10:01 docker0 27.87 48.97 3.10 402.30 0.00 0.00 0.00 0.00 07:10:02 07:10:01 ens3 329.86 204.53 6205.64 60.83 0.00 0.00 0.00 0.00 07:10:02 Average: lo 1.92 1.92 0.19 0.19 0.00 0.00 0.00 0.00 07:10:02 Average: docker0 33.39 43.71 2.55 292.69 0.00 0.00 0.00 0.00 07:10:02 Average: ens3 97.24 78.31 768.06 92.06 0.00 0.00 0.00 0.00 07:10:02 07:10:02 07:10:02 ---> sar -P ALL: 07:10:02 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-44907) 04/14/25 _x86_64_ (8 CPU) 07:10:02 07:10:02 06:20:35 LINUX RESTART (8 CPU) 07:10:02 07:10:02 06:21:02 CPU %user %nice %system %iowait %steal %idle 07:10:02 06:22:01 all 10.45 0.00 3.31 3.36 0.06 82.83 07:10:02 06:22:01 0 6.56 0.00 3.09 3.36 0.05 86.94 07:10:02 06:22:01 1 14.11 0.00 4.15 5.17 0.05 76.52 07:10:02 06:22:01 2 9.85 0.00 2.85 1.02 0.05 86.23 07:10:02 06:22:01 3 10.66 0.00 3.91 7.40 0.07 77.96 07:10:02 06:22:01 4 11.32 0.00 2.84 4.59 0.05 81.20 07:10:02 06:22:01 5 10.96 0.00 1.94 4.69 0.07 82.35 07:10:02 06:22:01 6 9.42 0.00 3.45 0.41 0.07 86.65 07:10:02 06:22:01 7 10.74 0.00 4.22 0.29 0.07 84.69 07:10:02 06:23:01 all 25.03 0.00 5.12 3.51 0.08 66.27 07:10:02 06:23:01 0 24.65 0.00 5.66 4.92 0.08 64.70 07:10:02 06:23:01 1 24.37 0.00 4.65 4.38 0.08 66.52 07:10:02 06:23:01 2 24.41 0.00 5.90 8.47 0.07 61.16 07:10:02 06:23:01 3 25.63 0.00 5.36 0.88 0.07 68.06 07:10:02 06:23:01 4 26.76 0.00 4.75 0.69 0.08 67.71 07:10:02 06:23:01 5 23.71 0.00 5.35 8.42 0.08 62.44 07:10:02 06:23:01 6 24.83 0.00 4.73 0.08 0.07 70.28 07:10:02 06:23:01 7 25.92 0.00 4.53 0.22 0.07 69.26 07:10:02 06:24:01 all 39.50 0.00 6.44 1.94 0.09 52.03 07:10:02 06:24:01 0 39.42 0.00 6.58 3.78 0.10 50.13 07:10:02 06:24:01 1 37.03 0.00 6.45 4.90 0.08 51.54 07:10:02 06:24:01 2 41.07 0.00 6.84 0.64 0.10 51.35 07:10:02 06:24:01 3 38.97 0.00 6.69 0.30 0.08 53.95 07:10:02 06:24:01 4 41.69 0.00 6.78 0.22 0.10 51.22 07:10:02 06:24:01 5 39.42 0.00 6.45 5.39 0.08 48.65 07:10:02 06:24:01 6 38.65 0.00 6.00 0.25 0.10 55.00 07:10:02 06:24:01 7 39.75 0.00 5.71 0.05 0.10 54.39 07:10:02 06:25:01 all 56.94 0.00 7.29 0.99 0.11 34.69 07:10:02 06:25:01 0 56.04 0.00 6.98 2.08 0.10 34.80 07:10:02 06:25:01 1 54.84 0.00 8.06 2.70 0.12 34.27 07:10:02 06:25:01 2 58.40 0.00 7.44 0.39 0.10 33.67 07:10:02 06:25:01 3 56.10 0.00 7.04 1.13 0.12 35.62 07:10:02 06:25:01 4 57.52 0.00 7.48 0.92 0.10 33.97 07:10:02 06:25:01 5 56.44 0.00 7.62 0.13 0.10 35.70 07:10:02 06:25:01 6 59.05 0.00 7.10 0.18 0.10 33.56 07:10:02 06:25:01 7 57.09 0.00 6.57 0.34 0.10 35.91 07:10:02 06:26:01 all 18.77 0.00 6.25 13.81 0.08 61.08 07:10:02 06:26:01 0 18.19 0.00 5.79 17.56 0.08 58.38 07:10:02 06:26:01 1 17.82 0.00 5.31 5.51 0.07 71.28 07:10:02 06:26:01 2 18.68 0.00 6.82 12.56 0.08 61.86 07:10:02 06:26:01 3 18.58 0.00 5.95 0.96 0.10 74.40 07:10:02 06:26:01 4 19.79 0.00 6.75 12.08 0.08 61.30 07:10:02 06:26:01 5 19.02 0.00 5.65 15.29 0.08 59.96 07:10:02 06:26:01 6 19.53 0.00 5.91 7.64 0.07 66.86 07:10:02 06:26:01 7 18.54 0.00 7.86 39.07 0.08 34.45 07:10:02 06:27:01 all 11.95 0.00 5.80 22.67 0.09 59.50 07:10:02 06:27:01 0 11.41 0.00 6.86 31.16 0.08 50.49 07:10:02 06:27:01 1 11.89 0.00 5.26 8.22 0.12 74.51 07:10:02 06:27:01 2 12.48 0.00 6.02 21.62 0.07 59.82 07:10:02 06:27:01 3 11.06 0.00 4.66 6.98 0.05 77.24 07:10:02 06:27:01 4 12.48 0.00 5.49 13.07 0.07 68.89 07:10:02 06:27:01 5 12.51 0.00 6.19 35.60 0.07 45.64 07:10:02 06:27:01 6 11.84 0.00 5.83 29.02 0.19 53.12 07:10:02 06:27:01 7 11.90 0.00 6.05 35.70 0.09 46.26 07:10:02 06:28:01 all 41.59 0.00 7.63 9.82 0.08 40.89 07:10:02 06:28:01 0 41.76 0.00 8.96 30.74 0.10 18.44 07:10:02 06:28:01 1 42.01 0.00 7.74 20.22 0.08 29.94 07:10:02 06:28:01 2 41.43 0.00 7.98 7.21 0.07 43.31 07:10:02 06:28:01 3 41.73 0.00 6.61 4.18 0.07 47.41 07:10:02 06:28:01 4 41.44 0.00 6.99 2.22 0.08 49.26 07:10:02 06:28:01 5 42.33 0.00 6.99 4.58 0.08 46.02 07:10:02 06:28:01 6 40.19 0.00 8.45 8.55 0.07 42.75 07:10:02 06:28:01 7 41.82 0.00 7.32 1.07 0.07 49.72 07:10:02 06:29:01 all 89.36 0.00 10.49 0.00 0.15 0.00 07:10:02 06:29:01 0 89.99 0.00 9.85 0.00 0.15 0.00 07:10:02 06:29:01 1 90.39 0.00 9.46 0.00 0.15 0.00 07:10:02 06:29:01 2 90.08 0.00 9.79 0.00 0.13 0.00 07:10:02 06:29:01 3 89.53 0.00 10.30 0.00 0.17 0.00 07:10:02 06:29:01 4 89.43 0.00 10.42 0.00 0.15 0.00 07:10:02 06:29:01 5 89.43 0.00 10.42 0.00 0.15 0.00 07:10:02 06:29:01 6 86.52 0.00 13.30 0.00 0.17 0.00 07:10:02 06:29:01 7 89.47 0.00 10.40 0.00 0.13 0.00 07:10:02 06:30:01 all 89.98 0.00 9.85 0.00 0.16 0.01 07:10:02 06:30:01 0 89.67 0.00 10.17 0.00 0.15 0.00 07:10:02 06:30:01 1 91.33 0.00 8.50 0.00 0.17 0.00 07:10:02 06:30:01 2 90.46 0.00 9.39 0.00 0.15 0.00 07:10:02 06:30:01 3 90.70 0.00 9.15 0.00 0.13 0.02 07:10:02 06:30:01 4 90.08 0.00 9.75 0.00 0.17 0.00 07:10:02 06:30:01 5 90.23 0.00 9.61 0.00 0.17 0.00 07:10:02 06:30:01 6 87.58 0.00 12.24 0.02 0.17 0.00 07:10:02 06:30:01 7 89.76 0.00 10.00 0.00 0.20 0.03 07:10:02 06:31:01 all 15.49 0.00 3.94 4.97 0.08 75.52 07:10:02 06:31:01 0 13.38 0.00 4.48 3.10 0.07 78.97 07:10:02 06:31:01 1 15.07 0.00 4.06 2.32 0.07 78.49 07:10:02 06:31:01 2 14.67 0.00 3.51 5.27 0.10 76.45 07:10:02 06:31:01 3 14.68 0.00 3.64 4.85 0.08 76.75 07:10:02 06:31:01 4 15.62 0.00 3.85 2.95 0.08 77.49 07:10:02 06:31:01 5 17.08 0.00 3.52 6.12 0.08 73.19 07:10:02 06:31:01 6 15.16 0.00 4.38 12.02 0.07 68.37 07:10:02 06:31:01 7 18.22 0.00 4.06 3.25 0.08 74.39 07:10:02 06:32:01 all 9.93 0.00 0.87 0.08 0.06 89.07 07:10:02 06:32:01 0 10.92 0.00 0.99 0.18 0.07 87.85 07:10:02 06:32:01 1 5.48 0.00 0.73 0.00 0.03 93.75 07:10:02 06:32:01 2 10.50 0.00 0.80 0.20 0.05 88.45 07:10:02 06:32:01 3 8.08 0.00 0.86 0.05 0.05 90.96 07:10:02 06:32:01 4 9.97 0.00 0.95 0.02 0.05 89.01 07:10:02 06:32:01 5 11.30 0.00 0.97 0.02 0.08 87.63 07:10:02 06:32:01 6 13.54 0.00 0.80 0.13 0.07 85.46 07:10:02 06:32:01 7 9.70 0.00 0.84 0.03 0.05 89.38 07:10:02 07:10:02 06:32:01 CPU %user %nice %system %iowait %steal %idle 07:10:02 06:33:01 all 2.18 0.00 0.24 0.03 0.02 97.52 07:10:02 06:33:01 0 4.96 0.00 0.33 0.15 0.02 94.54 07:10:02 06:33:01 1 0.47 0.00 0.17 0.02 0.02 99.33 07:10:02 06:33:01 2 0.98 0.00 0.33 0.03 0.02 98.63 07:10:02 06:33:01 3 2.95 0.00 0.25 0.03 0.02 96.75 07:10:02 06:33:01 4 1.15 0.00 0.20 0.00 0.02 98.63 07:10:02 06:33:01 5 3.69 0.00 0.30 0.00 0.03 95.98 07:10:02 06:33:01 6 1.68 0.00 0.18 0.02 0.02 98.10 07:10:02 06:33:01 7 1.55 0.00 0.18 0.02 0.02 98.23 07:10:02 06:34:01 all 0.10 0.00 0.02 0.00 0.01 99.88 07:10:02 06:34:01 0 0.63 0.00 0.00 0.00 0.02 99.35 07:10:02 06:34:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:10:02 06:34:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:10:02 06:34:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:10:02 06:34:01 4 0.05 0.00 0.02 0.00 0.00 99.93 07:10:02 06:34:01 5 0.03 0.00 0.03 0.00 0.02 99.92 07:10:02 06:34:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:10:02 06:34:01 7 0.03 0.00 0.02 0.00 0.02 99.93 07:10:02 06:35:02 all 0.30 0.00 0.01 0.01 0.01 99.66 07:10:02 06:35:02 0 2.02 0.00 0.00 0.02 0.00 97.96 07:10:02 06:35:02 1 0.03 0.00 0.00 0.00 0.00 99.97 07:10:02 06:35:02 2 0.02 0.00 0.00 0.10 0.02 99.87 07:10:02 06:35:02 3 0.03 0.00 0.00 0.00 0.02 99.95 07:10:02 06:35:02 4 0.02 0.00 0.02 0.00 0.02 99.95 07:10:02 06:35:02 5 0.07 0.00 0.03 0.00 0.02 99.88 07:10:02 06:35:02 6 0.05 0.00 0.02 0.00 0.02 99.92 07:10:02 06:35:02 7 0.15 0.00 0.02 0.00 0.00 99.83 07:10:02 06:36:01 all 0.26 0.00 0.03 0.01 0.01 99.69 07:10:02 06:36:01 0 1.97 0.00 0.03 0.02 0.02 97.96 07:10:02 06:36:01 1 0.00 0.00 0.02 0.02 0.02 99.95 07:10:02 06:36:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:10:02 06:36:01 3 0.02 0.00 0.03 0.03 0.00 99.92 07:10:02 06:36:01 4 0.03 0.00 0.03 0.00 0.00 99.93 07:10:02 06:36:01 5 0.00 0.00 0.08 0.00 0.02 99.90 07:10:02 06:36:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:10:02 06:36:01 7 0.03 0.00 0.03 0.00 0.00 99.93 07:10:02 06:37:01 all 0.27 0.00 0.01 0.00 0.00 99.70 07:10:02 06:37:01 0 1.95 0.00 0.00 0.02 0.00 98.03 07:10:02 06:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 06:37:01 2 0.03 0.00 0.02 0.02 0.00 99.93 07:10:02 06:37:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:10:02 06:37:01 4 0.03 0.00 0.02 0.00 0.00 99.95 07:10:02 06:37:01 5 0.05 0.00 0.05 0.00 0.02 99.88 07:10:02 06:37:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:10:02 06:37:01 7 0.02 0.00 0.03 0.00 0.02 99.93 07:10:02 06:38:01 all 0.13 0.00 0.02 0.00 0.01 99.84 07:10:02 06:38:01 0 0.91 0.00 0.08 0.02 0.00 98.99 07:10:02 06:38:01 1 0.00 0.00 0.00 0.02 0.00 99.98 07:10:02 06:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 06:38:01 3 0.02 0.00 0.02 0.00 0.02 99.95 07:10:02 06:38:01 4 0.00 0.00 0.00 0.00 0.02 99.98 07:10:02 06:38:01 5 0.07 0.00 0.03 0.00 0.03 99.87 07:10:02 06:38:01 6 0.00 0.00 0.00 0.00 0.02 99.98 07:10:02 06:38:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:10:02 06:39:01 all 0.03 0.00 0.01 0.00 0.00 99.95 07:10:02 06:39:01 0 0.05 0.00 0.00 0.00 0.02 99.93 07:10:02 06:39:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:10:02 06:39:01 2 0.03 0.00 0.02 0.02 0.00 99.93 07:10:02 06:39:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:10:02 06:39:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 06:39:01 5 0.05 0.00 0.03 0.00 0.00 99.92 07:10:02 06:39:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:10:02 06:39:01 7 0.05 0.00 0.03 0.00 0.00 99.92 07:10:02 06:40:01 all 0.09 0.00 0.01 0.00 0.00 99.90 07:10:02 06:40:01 0 0.58 0.00 0.00 0.02 0.00 99.40 07:10:02 06:40:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 06:40:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 06:40:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 06:40:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:10:02 06:40:01 5 0.05 0.00 0.03 0.00 0.02 99.90 07:10:02 06:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 06:40:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:10:02 06:41:01 all 0.09 0.00 0.01 0.00 0.01 99.89 07:10:02 06:41:01 0 0.50 0.00 0.02 0.00 0.02 99.47 07:10:02 06:41:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:10:02 06:41:01 2 0.02 0.00 0.00 0.02 0.02 99.95 07:10:02 06:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 06:41:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 06:41:01 5 0.07 0.00 0.05 0.00 0.03 99.85 07:10:02 06:41:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:10:02 06:41:01 7 0.05 0.00 0.00 0.00 0.00 99.95 07:10:02 06:42:01 all 0.02 0.00 0.01 0.00 0.00 99.96 07:10:02 06:42:01 0 0.03 0.00 0.02 0.02 0.00 99.93 07:10:02 06:42:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 06:42:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:10:02 06:42:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 06:42:01 4 0.05 0.00 0.02 0.00 0.00 99.93 07:10:02 06:42:01 5 0.05 0.00 0.03 0.00 0.02 99.90 07:10:02 06:42:01 6 0.00 0.00 0.00 0.00 0.02 99.98 07:10:02 06:42:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:10:02 06:43:01 all 0.08 0.00 0.01 0.00 0.01 99.90 07:10:02 06:43:01 0 0.40 0.00 0.02 0.02 0.00 99.57 07:10:02 06:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 06:43:01 2 0.03 0.00 0.00 0.02 0.00 99.95 07:10:02 06:43:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:10:02 06:43:01 4 0.03 0.00 0.02 0.00 0.02 99.93 07:10:02 06:43:01 5 0.02 0.00 0.03 0.00 0.02 99.93 07:10:02 06:43:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:10:02 06:43:01 7 0.07 0.00 0.02 0.00 0.02 99.90 07:10:02 07:10:02 06:43:01 CPU %user %nice %system %iowait %steal %idle 07:10:02 06:44:01 all 0.19 0.00 0.01 0.00 0.01 99.79 07:10:02 06:44:01 0 1.37 0.00 0.02 0.02 0.02 98.58 07:10:02 06:44:01 1 0.00 0.00 0.02 0.02 0.00 99.97 07:10:02 06:44:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 06:44:01 3 0.00 0.00 0.02 0.00 0.02 99.97 07:10:02 06:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 06:44:01 5 0.03 0.00 0.03 0.00 0.02 99.92 07:10:02 06:44:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:10:02 06:44:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:10:02 06:45:01 all 0.36 0.00 0.04 0.00 0.01 99.59 07:10:02 06:45:01 0 2.02 0.00 0.03 0.00 0.00 97.95 07:10:02 06:45:01 1 0.02 0.00 0.05 0.00 0.02 99.92 07:10:02 06:45:01 2 0.03 0.00 0.02 0.03 0.00 99.92 07:10:02 06:45:01 3 0.05 0.00 0.03 0.00 0.00 99.92 07:10:02 06:45:01 4 0.13 0.00 0.02 0.00 0.00 99.85 07:10:02 06:45:01 5 0.50 0.00 0.13 0.00 0.02 99.35 07:10:02 06:45:01 6 0.02 0.00 0.03 0.00 0.02 99.93 07:10:02 06:45:01 7 0.07 0.00 0.03 0.00 0.02 99.88 07:10:02 06:46:01 all 0.32 0.00 0.02 0.01 0.01 99.64 07:10:02 06:46:01 0 2.00 0.00 0.02 0.02 0.02 97.95 07:10:02 06:46:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:10:02 06:46:01 2 0.10 0.00 0.03 0.02 0.02 99.83 07:10:02 06:46:01 3 0.15 0.00 0.02 0.00 0.00 99.83 07:10:02 06:46:01 4 0.17 0.00 0.03 0.00 0.00 99.80 07:10:02 06:46:01 5 0.05 0.00 0.05 0.02 0.02 99.87 07:10:02 06:46:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:10:02 06:46:01 7 0.07 0.00 0.02 0.00 0.00 99.92 07:10:02 06:47:01 all 0.30 0.00 0.03 0.01 0.01 99.65 07:10:02 06:47:01 0 0.88 0.00 0.07 0.02 0.00 99.04 07:10:02 06:47:01 1 0.12 0.00 0.05 0.03 0.00 99.80 07:10:02 06:47:01 2 0.22 0.00 0.00 0.00 0.00 99.78 07:10:02 06:47:01 3 0.20 0.00 0.02 0.00 0.02 99.77 07:10:02 06:47:01 4 0.60 0.00 0.00 0.00 0.00 99.40 07:10:02 06:47:01 5 0.28 0.00 0.05 0.02 0.02 99.63 07:10:02 06:47:01 6 0.05 0.00 0.03 0.00 0.00 99.92 07:10:02 06:47:01 7 0.08 0.00 0.03 0.00 0.02 99.87 07:10:02 06:48:01 all 0.08 0.00 0.03 0.00 0.00 99.90 07:10:02 06:48:01 0 0.03 0.00 0.00 0.02 0.00 99.95 07:10:02 06:48:01 1 0.07 0.00 0.07 0.00 0.00 99.87 07:10:02 06:48:01 2 0.07 0.00 0.02 0.00 0.00 99.92 07:10:02 06:48:01 3 0.07 0.00 0.02 0.00 0.00 99.92 07:10:02 06:48:01 4 0.05 0.00 0.00 0.00 0.00 99.95 07:10:02 06:48:01 5 0.12 0.00 0.07 0.00 0.02 99.80 07:10:02 06:48:01 6 0.12 0.00 0.02 0.00 0.00 99.87 07:10:02 06:48:01 7 0.08 0.00 0.02 0.00 0.00 99.90 07:10:02 06:49:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:10:02 06:49:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:10:02 06:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 06:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 06:49:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:10:02 06:49:01 4 0.00 0.00 0.02 0.00 0.02 99.97 07:10:02 06:49:01 5 0.03 0.00 0.02 0.02 0.02 99.92 07:10:02 06:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 06:49:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:10:02 06:50:01 all 0.03 0.00 0.01 0.01 0.00 99.95 07:10:02 06:50:01 0 0.03 0.00 0.00 0.03 0.00 99.93 07:10:02 06:50:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 06:50:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 06:50:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:10:02 06:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 06:50:01 5 0.05 0.00 0.03 0.02 0.02 99.88 07:10:02 06:50:01 6 0.03 0.00 0.02 0.00 0.02 99.93 07:10:02 06:50:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 06:51:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:10:02 06:51:01 0 0.03 0.00 0.02 0.02 0.00 99.93 07:10:02 06:51:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:10:02 06:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:10:02 06:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 06:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 06:51:01 5 0.03 0.00 0.02 0.02 0.02 99.92 07:10:02 06:51:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:10:02 06:51:01 7 0.02 0.00 0.02 0.00 0.02 99.95 07:10:02 06:52:01 all 0.04 0.00 0.01 0.01 0.00 99.95 07:10:02 06:52:01 0 0.02 0.00 0.00 0.03 0.00 99.95 07:10:02 06:52:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 06:52:01 2 0.07 0.00 0.00 0.00 0.00 99.93 07:10:02 06:52:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:10:02 06:52:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 06:52:01 5 0.08 0.00 0.03 0.02 0.02 99.85 07:10:02 06:52:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:10:02 06:52:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:10:02 06:53:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:10:02 06:53:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:10:02 06:53:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:10:02 06:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 06:53:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:10:02 06:53:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 06:53:01 5 0.02 0.00 0.02 0.02 0.02 99.93 07:10:02 06:53:01 6 0.02 0.00 0.00 0.00 0.02 99.97 07:10:02 06:53:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:10:02 06:54:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:10:02 06:54:01 0 0.02 0.00 0.02 0.03 0.02 99.92 07:10:02 06:54:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 06:54:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 06:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 06:54:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:10:02 06:54:01 5 0.03 0.00 0.02 0.00 0.03 99.92 07:10:02 06:54:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 06:54:01 7 0.07 0.00 0.02 0.00 0.02 99.90 07:10:02 07:10:02 06:54:01 CPU %user %nice %system %iowait %steal %idle 07:10:02 06:55:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:10:02 06:55:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:10:02 06:55:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:10:02 06:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 06:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 06:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 06:55:01 5 0.05 0.00 0.02 0.03 0.02 99.88 07:10:02 06:55:01 6 0.00 0.00 0.02 0.00 0.00 99.98 07:10:02 06:55:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:10:02 06:56:01 all 0.03 0.00 0.01 0.00 0.00 99.96 07:10:02 06:56:01 0 0.02 0.00 0.02 0.02 0.00 99.95 07:10:02 06:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 06:56:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:10:02 06:56:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:10:02 06:56:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:10:02 06:56:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:10:02 06:56:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:10:02 06:56:01 7 0.07 0.00 0.00 0.00 0.00 99.93 07:10:02 06:57:01 all 0.01 0.00 0.01 0.01 0.01 99.96 07:10:02 06:57:01 0 0.00 0.00 0.00 0.03 0.00 99.97 07:10:02 06:57:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:10:02 06:57:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:10:02 06:57:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:10:02 06:57:01 4 0.03 0.00 0.00 0.00 0.00 99.97 07:10:02 06:57:01 5 0.03 0.00 0.02 0.02 0.02 99.92 07:10:02 06:57:01 6 0.02 0.00 0.00 0.00 0.02 99.97 07:10:02 06:57:01 7 0.03 0.00 0.03 0.00 0.02 99.92 07:10:02 06:58:01 all 0.03 0.00 0.01 0.00 0.00 99.96 07:10:02 06:58:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:10:02 06:58:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:10:02 06:58:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:10:02 06:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:10:02 06:58:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 06:58:01 5 0.03 0.00 0.02 0.02 0.00 99.93 07:10:02 06:58:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 06:58:01 7 0.05 0.00 0.02 0.00 0.02 99.92 07:10:02 06:59:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:10:02 06:59:01 0 0.02 0.00 0.00 0.02 0.00 99.97 07:10:02 06:59:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 06:59:01 2 0.00 0.00 0.00 0.00 0.02 99.98 07:10:02 06:59:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 06:59:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 06:59:01 5 0.03 0.00 0.00 0.02 0.02 99.93 07:10:02 06:59:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 06:59:01 7 0.02 0.00 0.05 0.00 0.00 99.93 07:10:02 07:00:01 all 0.03 0.00 0.01 0.00 0.00 99.95 07:10:02 07:00:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 07:00:01 1 0.03 0.00 0.00 0.00 0.00 99.97 07:10:02 07:00:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:10:02 07:00:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:10:02 07:00:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:10:02 07:00:01 5 0.07 0.00 0.03 0.00 0.00 99.90 07:10:02 07:00:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:10:02 07:00:01 7 0.03 0.00 0.03 0.00 0.02 99.92 07:10:02 07:01:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:10:02 07:01:01 0 0.00 0.00 0.02 0.02 0.00 99.97 07:10:02 07:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 07:01:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:10:02 07:01:01 3 0.00 0.00 0.02 0.00 0.02 99.97 07:10:02 07:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 07:01:01 5 0.02 0.00 0.00 0.02 0.00 99.97 07:10:02 07:01:01 6 0.00 0.00 0.02 0.00 0.02 99.97 07:10:02 07:01:01 7 0.07 0.00 0.03 0.00 0.02 99.88 07:10:02 07:02:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:10:02 07:02:01 0 0.05 0.00 0.03 0.00 0.00 99.92 07:10:02 07:02:01 1 0.00 0.00 0.00 0.00 0.02 99.98 07:10:02 07:02:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 07:02:01 3 0.05 0.00 0.05 0.00 0.00 99.90 07:10:02 07:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 07:02:01 5 0.07 0.00 0.02 0.02 0.02 99.88 07:10:02 07:02:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 07:02:01 7 0.03 0.00 0.02 0.00 0.02 99.93 07:10:02 07:03:01 all 0.03 0.00 0.01 0.00 0.00 99.95 07:10:02 07:03:01 0 0.03 0.00 0.00 0.02 0.00 99.95 07:10:02 07:03:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 07:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 07:03:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:10:02 07:03:01 4 0.03 0.00 0.02 0.00 0.00 99.95 07:10:02 07:03:01 5 0.03 0.00 0.03 0.02 0.00 99.92 07:10:02 07:03:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 07:03:01 7 0.07 0.00 0.03 0.00 0.02 99.88 07:10:02 07:04:01 all 0.02 0.00 0.00 0.00 0.01 99.96 07:10:02 07:04:01 0 0.03 0.00 0.00 0.02 0.02 99.93 07:10:02 07:04:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 07:04:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 07:04:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:10:02 07:04:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 07:04:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:10:02 07:04:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 07:04:01 7 0.03 0.00 0.02 0.00 0.02 99.93 07:10:02 07:05:01 all 0.03 0.00 0.01 0.00 0.00 99.96 07:10:02 07:05:01 0 0.05 0.00 0.00 0.00 0.00 99.95 07:10:02 07:05:01 1 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 07:05:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 07:05:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:10:02 07:05:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:10:02 07:05:01 5 0.03 0.00 0.00 0.02 0.00 99.95 07:10:02 07:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 07:05:01 7 0.07 0.00 0.02 0.00 0.02 99.90 07:10:02 07:10:02 07:05:01 CPU %user %nice %system %iowait %steal %idle 07:10:02 07:06:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:10:02 07:06:01 0 0.03 0.00 0.02 0.02 0.00 99.93 07:10:02 07:06:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:10:02 07:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:10:02 07:06:01 3 0.03 0.00 0.00 0.00 0.02 99.95 07:10:02 07:06:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 07:06:01 5 0.00 0.00 0.00 0.02 0.00 99.98 07:10:02 07:06:01 6 0.03 0.00 0.00 0.00 0.02 99.95 07:10:02 07:06:01 7 0.03 0.00 0.03 0.00 0.02 99.92 07:10:02 07:07:01 all 0.03 0.00 0.00 0.00 0.00 99.96 07:10:02 07:07:01 0 0.03 0.00 0.00 0.02 0.00 99.95 07:10:02 07:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 07:07:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:10:02 07:07:01 3 0.05 0.00 0.00 0.00 0.00 99.95 07:10:02 07:07:01 4 0.03 0.00 0.02 0.00 0.00 99.95 07:10:02 07:07:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:10:02 07:07:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:10:02 07:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:10:02 07:08:01 all 0.01 0.00 0.02 0.00 0.01 99.97 07:10:02 07:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:10:02 07:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 07:08:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:10:02 07:08:01 3 0.00 0.00 0.02 0.00 0.02 99.97 07:10:02 07:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 07:08:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:10:02 07:08:01 6 0.03 0.00 0.03 0.00 0.02 99.92 07:10:02 07:08:01 7 0.02 0.00 0.05 0.00 0.02 99.92 07:10:02 07:09:01 all 4.00 0.00 1.65 0.37 0.02 93.96 07:10:02 07:09:01 0 3.71 0.00 2.17 0.28 0.03 93.80 07:10:02 07:09:01 1 4.43 0.00 1.86 2.55 0.02 91.15 07:10:02 07:09:01 2 3.99 0.00 1.21 0.03 0.02 94.76 07:10:02 07:09:01 3 3.43 0.00 1.48 0.03 0.02 95.04 07:10:02 07:09:01 4 3.77 0.00 1.91 0.00 0.02 94.30 07:10:02 07:09:01 5 4.21 0.00 1.73 0.02 0.03 94.02 07:10:02 07:09:01 6 4.63 0.00 1.22 0.03 0.03 94.08 07:10:02 07:09:01 7 3.88 0.00 1.59 0.00 0.02 94.51 07:10:02 07:10:01 all 8.42 0.00 3.89 1.02 0.05 86.63 07:10:02 07:10:01 0 8.41 0.00 3.68 0.05 0.03 87.82 07:10:02 07:10:01 1 9.97 0.00 3.58 0.14 0.05 86.27 07:10:02 07:10:01 2 9.05 0.00 3.37 0.84 0.05 86.68 07:10:02 07:10:01 3 8.48 0.00 3.28 0.24 0.05 87.95 07:10:02 07:10:01 4 7.04 0.00 3.33 2.06 0.05 87.52 07:10:02 07:10:01 5 8.54 0.00 3.77 3.84 0.05 83.80 07:10:02 07:10:01 6 7.69 0.00 5.40 0.86 0.05 85.99 07:10:02 07:10:01 7 8.15 0.00 4.67 0.10 0.07 87.01 07:10:02 Average: all 8.66 0.00 1.48 1.27 0.03 88.56 07:10:02 Average: 0 8.82 0.00 1.54 1.97 0.03 87.65 07:10:02 Average: 1 8.54 0.00 1.43 1.14 0.02 88.87 07:10:02 Average: 2 8.68 0.00 1.47 1.19 0.02 88.64 07:10:02 Average: 3 8.57 0.00 1.41 0.54 0.03 89.45 07:10:02 Average: 4 8.73 0.00 1.46 0.78 0.02 89.01 07:10:02 Average: 5 8.76 0.00 1.45 1.71 0.03 88.04 07:10:02 Average: 6 8.52 0.00 1.60 1.19 0.03 88.66 07:10:02 Average: 7 8.67 0.00 1.51 1.61 0.03 88.18 07:10:02 07:10:02 07:10:02