Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 010c1fef02ead4f4725b1558caf9c08a877a420a 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-ssh12984752162977880318.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-ssh16581507662603494428.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-ssh4764569632444514742.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-ssh4753013621026564921.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-ssh5579698804680498856.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-85 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/828 [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/828 # 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 010c1fef02ead4f4725b1558caf9c08a877a420a (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 010c1fef02ead4f4725b1558caf9c08a877a420a # timeout=10 Commit message: "build(deps): Bump golang.org/x/net from 0.37.0 to 0.38.0 (#5133)" > git rev-list --no-walk 6465a293da8cbf4193faab0c72aad8d404252516 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:50:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:50:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:50:35 ========================================================= 08:50:35 EdgeX Global Pipelines Version Info 08:50:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:50:36 ------------------- 08:50:36 stable info: 08:50:36 ------------------- 08:50:36 Commited By: Ginny Guan ginny@iotechsys.com 08:50:36 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 08:50:36 Message: update stable to v1.0.274 08:50:36 ------------------- 08:50:36 experimental info: 08:50:36 ------------------- 08:50:36 Commited By: Ginny Guan ginny@iotechsys.com 08:50:36 Commit SHA: d23c20eb9a5ec3463b7c8c72fdbb28744bcccce8 08:50:36 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:50:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 010c1fe [Pipeline] echo 08:50:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:50:37 provisioning config files... 08:50:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/828@tmp/config6779998146248861876tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:50:37 ---> ****-login.sh 08:50:37 nexus3.edgexfoundry.org:10001 08:50:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:50:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:50:38 Configure a credential helper to remove this warning. See 08:50:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:50:38 08:50:38 Login Succeeded 08:50:38 nexus3.edgexfoundry.org:10002 08:50:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:50:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:50:38 Configure a credential helper to remove this warning. See 08:50:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:50:38 08:50:38 Login Succeeded 08:50:38 nexus3.edgexfoundry.org:10003 08:50:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:50:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:50:38 Configure a credential helper to remove this warning. See 08:50:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:50:38 08:50:38 Login Succeeded 08:50:38 nexus3.edgexfoundry.org:10004 08:50:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:50:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:50:39 Configure a credential helper to remove this warning. See 08:50:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:50:39 08:50:39 Login Succeeded 08:50:39 ****.io 08:50:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:50:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:50:39 Configure a credential helper to remove this warning. See 08:50:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:50:39 08:50:39 Login Succeeded 08:50:39 ---> ****-login.sh ends [Pipeline] } 08:50:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:50:39 + 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 08:50:39 + cut -d/ -f2 08:50:39 + dirname cmd/core-command/Dockerfile 08:50:39 + echo core-command,cmd/core-command/Dockerfile 08:50:39 + dirname cmd/core-common-config-bootstrapper/Dockerfile 08:50:39 + cut -d/ -f2 08:50:39 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 08:50:39 + dirname cmd/core-data/Dockerfile 08:50:39 + cut -d/ -f2 08:50:39 + echo core-data,cmd/core-data/Dockerfile 08:50:39 + dirname cmd/core-keeper/Dockerfile 08:50:39 + cut -d/ -f2 08:50:39 + echo core-keeper,cmd/core-keeper/Dockerfile 08:50:39 + dirname cmd/core-metadata/Dockerfile 08:50:39 + cut -d/ -f2 08:50:39 + echo core-metadata,cmd/core-metadata/Dockerfile 08:50:39 + dirname cmd/security-bootstrapper/Dockerfile 08:50:39 + cut -d/ -f2 08:50:39 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:50:39 + dirname cmd/security-proxy-auth/Dockerfile 08:50:39 + cut -d/ -f2 08:50:39 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 08:50:39 + dirname cmd/security-proxy-setup/Dockerfile 08:50:39 + cut -d/ -f2 08:50:39 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:50:39 + dirname cmd/security-secretstore-setup/Dockerfile 08:50:39 + cut -d/ -f2 08:50:39 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:50:39 + dirname cmd/security-spiffe-token-provider/Dockerfile 08:50:39 + cut -d/ -f2 08:50:39 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 08:50:39 + dirname cmd/security-spire-agent/Dockerfile 08:50:39 + cut -d/ -f2 08:50:39 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 08:50:39 + dirname cmd/security-spire-config/Dockerfile 08:50:39 + cut -d/ -f2 08:50:39 + echo security-spire-config,cmd/security-spire-config/Dockerfile 08:50:39 + dirname+ cmd/security-spire-server/Dockerfile 08:50:39 cut -d/ -f2 08:50:39 + echo security-spire-server,cmd/security-spire-server/Dockerfile 08:50:39 + dirname cmd/support-notifications/Dockerfile 08:50:39 + cut -d/ -f2 08:50:39 + echo support-notifications,cmd/support-notifications/Dockerfile 08:50:39 + dirname cmd/support-scheduler/Dockerfile 08:50:39 + cut -d/ -f2 08:50:39 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 08:50:39 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 08:50:40 + git rev-list -1 --merges 010c1fef02ead4f4725b1558caf9c08a877a420a~1..010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo 08:50:40 -----------> git rev-list -1 --merges 010c1fef02ead4f4725b1558caf9c08a877a420a~1..010c1fef02ead4f4725b1558caf9c08a877a420a 010c1fef02ead4f4725b1558caf9c08a877a420a [false] [Pipeline] sh 08:50:40 + git log --format=format:%s -1 010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo 08:50:40 ========================================================= 08:50:40 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 08:50:40 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 08:50:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:50:40 + grep -v github /etc/ssh/ssh_known_hosts 08:50:40 + [ -e /tmp/ssh_known_hosts ] 08:50:40 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 08:50:40 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 08:50:40 + sudo tee -a /etc/ssh/ssh_known_hosts 08:50:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:50:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:50:41 08:50:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:50:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:50:41 0.1.4: Pulling from edgex-devops/py-git-semver 08:50:41 b85a868b505f: Pulling fs layer 08:50:41 e2be974225ed: Pulling fs layer 08:50:41 339a4e72a1f5: Pulling fs layer 08:50:41 988bab9f4d93: Pulling fs layer 08:50:41 1469e6f7b9e6: Pulling fs layer 08:50:41 eaf3925da568: Pulling fs layer 08:50:41 bab4dde63d76: Pulling fs layer 08:50:41 bde34c3a00c8: Pulling fs layer 08:50:41 b352a97aabf1: Pulling fs layer 08:50:41 4872d77fe225: Pulling fs layer 08:50:41 5851b861e8e6: Pulling fs layer 08:50:41 4872d77fe225: Waiting 08:50:41 b352a97aabf1: Waiting 08:50:41 5851b861e8e6: Waiting 08:50:41 bde34c3a00c8: Waiting 08:50:41 1469e6f7b9e6: Waiting 08:50:41 bab4dde63d76: Waiting 08:50:41 eaf3925da568: Waiting 08:50:41 988bab9f4d93: Waiting 08:50:41 e2be974225ed: Download complete 08:50:41 988bab9f4d93: Verifying Checksum 08:50:41 988bab9f4d93: Download complete 08:50:41 1469e6f7b9e6: Verifying Checksum 08:50:41 1469e6f7b9e6: Download complete 08:50:41 339a4e72a1f5: Verifying Checksum 08:50:41 339a4e72a1f5: Download complete 08:50:41 eaf3925da568: Download complete 08:50:41 bde34c3a00c8: Download complete 08:50:41 b352a97aabf1: Verifying Checksum 08:50:41 b352a97aabf1: Download complete 08:50:41 4872d77fe225: Verifying Checksum 08:50:41 4872d77fe225: Download complete 08:50:41 5851b861e8e6: Download complete 08:50:41 b85a868b505f: Verifying Checksum 08:50:41 b85a868b505f: Download complete 08:50:42 bab4dde63d76: Verifying Checksum 08:50:42 bab4dde63d76: Download complete 08:50:43 b85a868b505f: Pull complete 08:50:43 e2be974225ed: Pull complete 08:50:43 339a4e72a1f5: Pull complete 08:50:43 988bab9f4d93: Pull complete 08:50:43 1469e6f7b9e6: Pull complete 08:50:43 eaf3925da568: Pull complete 08:50:45 bab4dde63d76: Pull complete 08:50:45 bde34c3a00c8: Pull complete 08:50:45 b352a97aabf1: Pull complete 08:50:45 4872d77fe225: Pull complete 08:50:45 5851b861e8e6: Pull complete 08:50:45 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 08:50:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:50:45 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:50:45 prd-ubuntu20.04-docker-8c-8g-85 does not seem to be running inside a container 08:50:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/828 -v /w/workspace/edgex-go/828:/w/workspace/edgex-go/828:rw,z -v /w/workspace/edgex-go/828@tmp:/w/workspace/edgex-go/828@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 08:50:47 $ docker top 0285c0c73690f60c73a05c2c02ca40f817d0bfc1613770a984862a58dd6dbf7f -eo pid,comm 08:50:47 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). 08:50:47 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:50:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:50:47 [ssh-agent] Looking for ssh-agent implementation... 08:50:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:50:47 $ docker exec 0285c0c73690f60c73a05c2c02ca40f817d0bfc1613770a984862a58dd6dbf7f ssh-agent 08:50:47 SSH_AUTH_SOCK=/tmp/ssh-VTNQDw2ZSny2/agent.32 08:50:47 SSH_AGENT_PID=38 08:50:47 Running ssh-add (command line suppressed) 08:50:47 Identity added: /w/workspace/edgex-go/828@tmp/private_key_17016840550475376656.key (/w/workspace/edgex-go/828@tmp/private_key_17016840550475376656.key) 08:50:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:50:48 + git tag --points-at HEAD [Pipeline] } 08:50:48 $ docker exec --env ******** --env ******** 0285c0c73690f60c73a05c2c02ca40f817d0bfc1613770a984862a58dd6dbf7f ssh-agent -k 08:50:48 unset SSH_AUTH_SOCK; 08:50:48 unset SSH_AGENT_PID; 08:50:48 echo Agent pid 38 killed; 08:50:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:50:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:50:48 [ssh-agent] Looking for ssh-agent implementation... 08:50:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:50:48 $ docker exec 0285c0c73690f60c73a05c2c02ca40f817d0bfc1613770a984862a58dd6dbf7f ssh-agent 08:50:48 SSH_AUTH_SOCK=/tmp/ssh-cpOEVrlnxGYa/agent.71 08:50:48 SSH_AGENT_PID=77 08:50:48 Running ssh-add (command line suppressed) 08:50:48 Identity added: /w/workspace/edgex-go/828@tmp/private_key_16746121853408852237.key (/w/workspace/edgex-go/828@tmp/private_key_16746121853408852237.key) 08:50:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:50:49 + git semver init 08:50:49 2025-04-18 08:50:49,240 [run_init] DEBUG init version:0.0.0 force:False 08:50:49 2025-04-18 08:50:49,241 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/828/.semver 08:50:49 2025-04-18 08:50:49,242 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/828/.semver 08:50:49 2025-04-18 08:50:49,242 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/828/.semver'], cwd=/w/workspace/edgex-go/828, universal_newlines=False, shell=None, istream=None) 08:50:54 2025-04-18 08:50:53,992 [append_file] DEBUG append to file:/w/workspace/edgex-go/828/.git/info/exclude 08:50:54 2025-04-18 08:50:53,992 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/828/.semver/main with force:False 08:50:54 2025-04-18 08:50:53,993 [read_version] DEBUG read version from /w/workspace/edgex-go/828/.semver/main 08:50:54 2025-04-18 08:50:53,993 [read_version] DEBUG read version from /w/workspace/edgex-go/828/.semver/main 08:50:54 4.1.0-dev.3 [Pipeline] } 08:50:54 $ docker exec --env ******** --env ******** 0285c0c73690f60c73a05c2c02ca40f817d0bfc1613770a984862a58dd6dbf7f ssh-agent -k 08:50:54 unset SSH_AUTH_SOCK; 08:50:54 unset SSH_AGENT_PID; 08:50:54 echo Agent pid 77 killed; 08:50:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:50:55 + git semver [Pipeline] } 08:50:55 $ docker stop --time=1 0285c0c73690f60c73a05c2c02ca40f817d0bfc1613770a984862a58dd6dbf7f 08:50:56 $ docker rm -f --volumes 0285c0c73690f60c73a05c2c02ca40f817d0bfc1613770a984862a58dd6dbf7f [Pipeline] // withDockerContainer [Pipeline] sh 08:50:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:50:57 Stashed 1 file(s) [Pipeline] echo 08:50:57 [edgeXSemver]: initialized semver on version 4.1.0-dev.3 [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 08:50:57 + git config --global --add safe.directory /w/workspace/edgex-go/828 [Pipeline] echo 08:50:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 08:50:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 08:50:57 ========================================================= 08:50:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 08:50:57 ========================================================= [Pipeline] fileExists [Pipeline] sh 08:50:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 08:50:57 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 08:50:57 0a9a5dfd008f: Pulling fs layer 08:50:57 dbfa0bcfca99: Pulling fs layer 08:50:57 70eabb1d9476: Pulling fs layer 08:50:57 957bedc73fa3: Pulling fs layer 08:50:57 4f4fb700ef54: Pulling fs layer 08:50:57 f40432e63723: Pulling fs layer 08:50:57 90b4343acab7: Pulling fs layer 08:50:57 9f67ea4ac784: Pulling fs layer 08:50:57 9228b9a606be: Pulling fs layer 08:50:57 957bedc73fa3: Waiting 08:50:57 4f4fb700ef54: Waiting 08:50:57 f40432e63723: Waiting 08:50:57 90b4343acab7: Waiting 08:50:57 9f67ea4ac784: Waiting 08:50:57 9228b9a606be: Waiting 08:50:57 dbfa0bcfca99: Verifying Checksum 08:50:57 dbfa0bcfca99: Download complete 08:50:57 957bedc73fa3: Download complete 08:50:57 4f4fb700ef54: Verifying Checksum 08:50:57 4f4fb700ef54: Download complete 08:50:57 0a9a5dfd008f: Verifying Checksum 08:50:57 0a9a5dfd008f: Download complete 08:50:57 f40432e63723: Verifying Checksum 08:50:57 f40432e63723: Download complete 08:50:58 90b4343acab7: Verifying Checksum 08:50:58 90b4343acab7: Download complete 08:50:58 0a9a5dfd008f: Pull complete 08:50:58 dbfa0bcfca99: Pull complete 08:50:58 9228b9a606be: Verifying Checksum 08:50:58 9228b9a606be: Download complete 08:50:58 70eabb1d9476: Download complete 08:50:59 9f67ea4ac784: Verifying Checksum 08:50:59 9f67ea4ac784: Download complete 08:51:02 70eabb1d9476: Pull complete 08:51:02 957bedc73fa3: Pull complete 08:51:02 4f4fb700ef54: Pull complete 08:51:02 f40432e63723: Pull complete 08:51:02 90b4343acab7: Pull complete 08:51:04 9f67ea4ac784: Pull complete 08:51:04 9228b9a606be: Pull complete 08:51:05 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 08:51:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 08:51:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 08:51:05 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 08:51:05 WORKDIR /edgex 08:51:05 COPY go.mod . 08:51:05 RUN go mod download 08:51:05 + docker build -t ci-base-image-x86_64 -f - . 08:51:05 Sending build context to Docker daemon 185.8MB 08:51:05 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 08:51:05 ---> 69404ca5bff2 08:51:05 Step 2/4 : WORKDIR /edgex 08:51:08 ---> Running in d3e4777d5502 08:51:08 Removing intermediate container d3e4777d5502 08:51:08 ---> e93c2eb1c323 08:51:08 Step 3/4 : COPY go.mod . 08:51:08 ---> 909aba241e3f 08:51:08 Step 4/4 : RUN go mod download 08:51:08 ---> Running in 624821af6ee1 08:51:12 Still waiting to schedule task 08:51:12 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 08:51:26 Removing intermediate container 624821af6ee1 08:51:26 ---> af170ec92e2a 08:51:26 Successfully built af170ec92e2a 08:51:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:27 + docker inspect -f . ci-base-image-x86_64 08:51:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:51:27 prd-ubuntu20.04-docker-8c-8g-85 does not seem to be running inside a container 08:51:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/828 -v /w/workspace/edgex-go/828:/w/workspace/edgex-go/828:rw,z -v /w/workspace/edgex-go/828@tmp:/w/workspace/edgex-go/828@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 08:51:27 $ docker top c75e483f7da84b07b3615ba96f32986f38217aeddb565b88a9e3e3a07245ee78 -eo pid,comm [Pipeline] { [Pipeline] sh 08:51:27 + go version 08:51:27 go version go1.23.8 linux/amd64 [Pipeline] } 08:51:28 $ docker stop --time=1 c75e483f7da84b07b3615ba96f32986f38217aeddb565b88a9e3e3a07245ee78 08:51:29 $ docker rm -f --volumes c75e483f7da84b07b3615ba96f32986f38217aeddb565b88a9e3e3a07245ee78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:51:29 + docker inspect -f . ci-base-image-x86_64 08:51:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:51:29 prd-ubuntu20.04-docker-8c-8g-85 does not seem to be running inside a container 08:51:29 $ 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/828 -v /w/workspace/edgex-go/828:/w/workspace/edgex-go/828:rw,z -v /w/workspace/edgex-go/828@tmp:/w/workspace/edgex-go/828@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 08:51:30 $ docker top 9dff2bb84d6f4be5ebf5050f7439e2058b03d2a8426bf8bcd7a0a2e198203dc9 -eo pid,comm [Pipeline] { [Pipeline] echo 08:51:30 ========================================================= 08:51:30 [edgeXBuildGoParallel] Running Tests and Build... 08:51:30 ========================================================= [Pipeline] sh 08:51:30 + git config --global --add safe.directory /w/workspace/edgex-go/828 [Pipeline] fileExists [Pipeline] sh 08:51:30 + make test 08:51:30 go test -race -coverprofile=coverage.out ./... 08:51:38 ? github.com/edgexfoundry/edgex-go [no test files] 08:52:05 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 08:52:05 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 08:52:05 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 08:52:05 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 08:52:05 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 08:52:05 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 08:52:05 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 08:52:05 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 08:52:05 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 08:52:05 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 08:52:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:52:05 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 08:52:05 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 08:52:05 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 08:52:05 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 08:52:05 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 08:52:05 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 08:52:05 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.036s coverage: 28.7% of statements 08:52:05 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 08:52:05 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 08:52:06 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 08:52:06 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 08:52:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.040s coverage: 97.0% of statements 08:52:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 08:52:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 08:52:07 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 08:52:07 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 08:52:07 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 08:52:07 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 08:52:07 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 08:52:07 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 08:52:07 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 08:52:07 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 08:52:08 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 08:52:08 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 08:52:08 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 08:52:08 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 08:52:08 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 08:52:08 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 08:52:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.060s coverage: 69.2% of statements 08:52:10 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.023s coverage: 3.5% of statements 08:52:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.071s coverage: 45.7% of statements 08:52:10 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 08:52:10 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 08:52:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.215s coverage: 93.4% of statements 08:52:10 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.042s coverage: 92.3% of statements 08:52:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.049s coverage: 8.4% of statements 08:52:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 08:52:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 08:52:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:52:12 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 08:52:12 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 08:52:12 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 08:52:12 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 08:52:12 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 08:52:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:52:12 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 08:52:12 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 08:52:12 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 08:52:12 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 08:52:12 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 08:52:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.369s coverage: 95.8% of statements 08:52:13 ok github.com/edgexfoundry/edgex-go/internal/io 1.027s coverage: 72.2% of statements 08:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 08:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 08:52:14 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 08:52:14 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 08:52:14 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 08:52:14 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 08:52:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.038s coverage: 0.0% of statements [no tests to run] 08:52:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.045s coverage: 1.0% of statements 08:52:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.030s coverage: 42.6% of statements 08:52:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.017s coverage: 81.1% of statements 08:52:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.026s coverage: 40.0% of statements 08:52:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.026s coverage: 87.1% of statements 08:52:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 94.1% of statements 08:52:16 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 08:52:16 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 08:52:16 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 08:52:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.039s coverage: 96.3% of statements 08:52:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:52:16 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 08:52:16 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 08:52:16 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 08:52:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.022s coverage: 87.5% of statements 08:52:18 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 08:52:18 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 08:52:18 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 08:52:18 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 08:52:18 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 08:52:18 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 08:52:18 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 08:52:19 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 08:52:19 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 08:52:20 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 08:52:21 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 08:52:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:52:23 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 08:52:24 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 08:52:24 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 08:52:24 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 08:52:28 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 08:52:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.030s coverage: 94.4% of statements 08:52:28 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 08:52:28 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 08:52:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 08:52:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 08:52:28 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 08:52:31 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 08:52:31 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 08:52:31 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 08:52:31 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 08:52:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:52:31 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 08:52:31 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 08:52:31 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 08:52:31 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 08:52:31 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 08:52:31 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 08:52:31 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 08:52:33 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 08:52:33 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 08:52:33 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 08:52:33 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 08:52:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 08:52:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 08:52:34 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 08:52:34 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 08:52:34 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 08:52:34 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 08:52:34 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 08:52:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 08:52:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 08:52:36 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 08:52:38 Running on prd-ubuntu20.04-docker-arm64-4c-16g-86 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 08:52:38 Running in /w/workspace/edgex-go/828 [Pipeline] { [Pipeline] checkout 08:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.048s coverage: 92.9% of statements 08:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.025s coverage: 68.8% of statements 08:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.032s coverage: 62.3% of statements 08:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.027s coverage: 47.4% of statements 08:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.029s coverage: 87.2% of statements 08:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.018s coverage: 15.5% of statements 08:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.023s coverage: 100.0% of statements 08:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.095s coverage: 81.8% of statements 08:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.084s coverage: 82.1% of statements 08:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.030s coverage: 86.0% of statements 08:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.041s coverage: 6.8% of statements 08:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.046s coverage: 33.3% of statements 08:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.048s coverage: 100.0% of statements 08:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.174s coverage: 54.5% of statements 08:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.028s coverage: 89.4% of statements 08:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.023s coverage: 100.0% of statements 08:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.028s coverage: 73.7% of statements 08:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.018s coverage: 100.0% of statements 08:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.047s coverage: 88.6% of statements 08:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.030s coverage: 96.8% of statements 08:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.021s coverage: 100.0% of statements 08:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.150s coverage: 29.2% of statements 08:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.026s coverage: 93.8% of statements 08:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.024s coverage: 3.1% of statements 08:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.021s coverage: 76.2% of statements 08:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.027s coverage: 54.0% of statements 08:52:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.060s coverage: 17.0% of statements 08:52:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.122s coverage: 94.9% of statements 08:52:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.041s coverage: 9.0% of statements 08:52:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.067s coverage: 97.7% of statements 08:52:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.034s coverage: 43.6% of statements 08:52:40 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 08:52:40 running golangci-lint 08:52:41 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 08:52:41 go version go1.23.8 linux/amd64 08:52:41 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 08:52:41 level=info msg="[config_reader] Used config file .golangci.yml" 08:52:41 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 08:52:42 The recommended git tool is: git 08:52:46 using credential edgex-jenkins-ssh 08:52:46 Cloning the remote Git repository 08:52:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:52:46 > git init /w/workspace/edgex-go/828 # timeout=10 08:52:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:52:46 > git --version # timeout=10 08:52:46 > git --version # 'git version 2.25.1' 08:52:46 using GIT_SSH to set credentials SSH Credentials for GitHub 08:52:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:53:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:53:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:53:06 Avoid second fetch 08:53:06 Checking out Revision 010c1fef02ead4f4725b1558caf9c08a877a420a (main) 08:53:07 Commit message: "build(deps): Bump golang.org/x/net from 0.37.0 to 0.38.0 (#5133)" 08:53:08 level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|compiled_files|imports|name|types_sizes|files) took 25.13267002s" 08:53:08 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 43.554381ms" 08:53:06 > git config core.sparsecheckout # timeout=10 08:53:06 > git checkout -f 010c1fef02ead4f4725b1558caf9c08a877a420a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:53:11 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 08:53:11 % Total % Received % Xferd Average Speed Time Time Time Current 08:53:11 Dload Upload Total Spent Left Speed 08:53:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 33493 0 --:--:-- --:--:-- --:--:-- 33493 [Pipeline] sh 08:53:12 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 08:53:12 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 08:53:12 + sudo tee /etc/docker/daemon.new 08:53:12 { 08:53:12 "registry-mirrors": [ 08:53:12 "https://nexus3.edgexfoundry.org:10001" 08:53:12 ], 08:53:12 "bip": "10.250.0.254/24", 08:53:12 "hosts": [ 08:53:12 "tcp://0.0.0.0:5555", 08:53:12 "unix:///var/run/docker.sock" 08:53:12 ], 08:53:12 "mtu": 1458, 08:53:12 "selinux-enabled": true, 08:53:12 "seccomp-profile": "/etc/docker/seccomp.json" 08:53:12 } [Pipeline] sh 08:53:13 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 08:53:13 + sudo service docker restart 08:53:22 level=info msg="[linters_context/goanalysis] analyzers took 1m56.775537994s with top 10 stages: buildir: 1m13.069357698s, gosec: 4.804383793s, inspect: 2.378401663s, fact_deprecated: 2.213245207s, printf: 1.57770433s, ctrlflow: 1.548525687s, S1038: 1.490806468s, nilness: 1.408102929s, fact_purity: 1.315846602s, unused: 960.573251ms" 08:53:22 level=info msg="[runner] Issues before processing: 202, after processing: 0" 08:53:22 level=info msg="[runner] Processors filtering stat (in/out): path_prettifier: 202/202, identifier_marker: 202/202, nolint: 20/0, cgo: 202/202, invalid_issue: 202/202, exclude: 202/202, filename_unadjuster: 202/202, skip_files: 202/202, exclude-rules: 202/20, skip_dirs: 202/202, autogenerated_exclude: 202/202" 08:53:22 level=info msg="[runner] processing took 22.900668ms with stages: nolint: 10.955373ms, identifier_marker: 5.505903ms, autogenerated_exclude: 1.880696ms, path_prettifier: 1.858796ms, exclude-rules: 1.590595ms, skip_dirs: 992.1µs, invalid_issue: 58.562µs, cgo: 34.352µs, filename_unadjuster: 16.531µs, max_same_issues: 2.36µs, uniq_by_line: 930ns, max_from_linter: 740ns, exclude: 730ns, diff: 690ns, fixer: 590ns, skip_files: 500ns, source_code: 450ns, sort_results: 270ns, path_prefixer: 160ns, path_shortener: 120ns, max_per_file_from_linter: 110ns, severity-rules: 110ns" 08:53:22 level=info msg="[runner] linters took 15.433761593s with stages: goanalysis_metalinter: 15.41072379s" 08:53:22 level=info msg="File cache stats: 0 entries of total size 0B" 08:53:22 level=info msg="Memory: 397 samples, avg is 302.6MB, max is 1257.6MB" 08:53:22 level=info msg="Execution took 40.618208806s" 08:53:22 go vet ./... 08:53:29 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:53:29 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 08:53:29 ./bin/test-attribution-txt.sh [Pipeline] echo 08:53:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 08:53:29 + ls -al . 08:53:29 total 1992 08:53:29 drwxrwxr-x 11 1001 1001 4096 Apr 18 08:51 . 08:53:29 drwxr-xr-x 4 root root 4096 Apr 18 08:51 .. 08:53:29 drwxrwxr-x 2 1001 1001 4096 Apr 18 08:50 .blubracket 08:53:29 -rw-rw-r-- 1 1001 1001 10 Apr 18 08:50 .dockerignore 08:53:29 drwxrwxr-x 8 1001 1001 4096 Apr 18 08:52 .git 08:53:29 drwxrwxr-x 3 1001 1001 4096 Apr 18 08:50 .github 08:53:29 -rw-rw-r-- 1 1001 1001 909 Apr 18 08:50 .gitignore 08:53:29 -rw-rw-r-- 1 1001 1001 218 Apr 18 08:50 .golangci.yml 08:53:29 -rw-rw-r-- 1 1001 1001 100 Apr 18 08:50 .hadolint.yml 08:53:29 drwxr-xr-x 3 1001 1001 4096 Apr 18 08:50 .semver 08:53:29 -rw-rw-r-- 1 1001 1001 155 Apr 18 08:50 .sonarcloud.properties 08:53:29 -rw-rw-r-- 1 1001 1001 1171 Apr 18 08:50 ADOPTERS.md 08:53:29 -rw-rw-r-- 1 1001 1001 17374 Apr 18 08:50 Attribution.txt 08:53:29 -rw-rw-r-- 1 1001 1001 108018 Apr 18 08:50 CHANGELOG.md 08:53:29 -rw-rw-r-- 1 1001 1001 3804 Apr 18 08:50 CONTRIBUTING.md 08:53:29 -rw-rw-r-- 1 1001 1001 677 Apr 18 08:50 GOVERNANCE.md 08:53:29 -rw-rw-r-- 1 1001 1001 858 Apr 18 08:50 Jenkinsfile 08:53:29 -rw-rw-r-- 1 1001 1001 10775 Apr 18 08:50 LICENSE 08:53:29 -rw-rw-r-- 1 1001 1001 16740 Apr 18 08:50 Makefile 08:53:29 -rw-rw-r-- 1 1001 1001 582 Apr 18 08:50 OWNERS.md 08:53:29 -rw-rw-r-- 1 1001 1001 9932 Apr 18 08:50 README.md 08:53:29 -rw-rw-r-- 1 1001 1001 789 Apr 18 08:50 SECURITY.md 08:53:29 -rw-rw-r-- 1 1001 1001 11 Apr 18 08:50 VERSION 08:53:29 drwxrwxr-x 2 1001 1001 4096 Apr 18 08:50 bin 08:53:29 drwxrwxr-x 19 1001 1001 4096 Apr 18 08:50 cmd 08:53:29 -rw-r--r-- 1 root root 1660924 Apr 18 08:52 coverage.out 08:53:29 drwxrwxr-x 2 1001 1001 4096 Apr 18 08:50 fuzz_test 08:53:29 -rw-rw-r-- 1 1001 1001 6491 Apr 18 08:50 go.mod 08:53:29 -rw-rw-r-- 1 1001 1001 88213 Apr 18 08:50 go.sum 08:53:29 drwxrwxr-x 7 1001 1001 4096 Apr 18 08:50 internal 08:53:29 drwxrwxr-x 2 1001 1001 4096 Apr 18 08:50 openapi 08:53:29 -rw-rw-r-- 1 1001 1001 584 Apr 18 08:50 security.txt 08:53:29 -rw-rw-r-- 1 1001 1001 204 Apr 18 08:50 version.go [Pipeline] sh 08:53:30 + '[' -e coverage.out ] 08:53:30 + chown 1001:1001 coverage.out [Pipeline] stash 08:53:30 Stashed 1 file(s) [Pipeline] sh 08:53:30 + make build 08:53:30 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:53:31 provisioning config files... 08:53:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/828@tmp/config7361350460025094328tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:53:32 ---> ****-login.sh 08:53:32 nexus3.edgexfoundry.org:10001 08:53:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:53:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:53:32 Configure a credential helper to remove this warning. See 08:53:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:53:32 08:53:32 Login Succeeded 08:53:32 nexus3.edgexfoundry.org:10002 08:53:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:53:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:53:33 Configure a credential helper to remove this warning. See 08:53:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:53:33 08:53:33 Login Succeeded 08:53:33 nexus3.edgexfoundry.org:10003 08:53:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:53:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:53:33 Configure a credential helper to remove this warning. See 08:53:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:53:33 08:53:33 Login Succeeded 08:53:33 nexus3.edgexfoundry.org:10004 08:53:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:53:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:53:33 Configure a credential helper to remove this warning. See 08:53:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:53:33 08:53:33 Login Succeeded 08:53:33 ****.io 08:53:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:53:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:53:34 Configure a credential helper to remove this warning. See 08:53:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:53:34 08:53:34 Login Succeeded 08:53:34 ---> ****-login.sh ends [Pipeline] } 08:53:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 08:53:34 + git config --global --add safe.directory /w/workspace/edgex-go/828 [Pipeline] echo 08:53:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 08:53:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 08:53:34 ========================================================= 08:53:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 08:53:34 ========================================================= [Pipeline] fileExists [Pipeline] sh 08:53:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 08:53:35 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:53:35 94e9d8af2201: Pulling fs layer 08:53:35 634366ca850b: Pulling fs layer 08:53:35 f66ade281fe9: Pulling fs layer 08:53:35 13fd4ce6e94e: Pulling fs layer 08:53:35 4f4fb700ef54: Pulling fs layer 08:53:35 4cccf3f17d63: Pulling fs layer 08:53:35 2d8010953d95: Pulling fs layer 08:53:35 ec743f232bc5: Pulling fs layer 08:53:35 4cccf3f17d63: Waiting 08:53:35 13fd4ce6e94e: Waiting 08:53:35 4f4fb700ef54: Waiting 08:53:35 2d8010953d95: Waiting 08:53:35 ec743f232bc5: Waiting 08:53:35 634366ca850b: Download complete 08:53:35 13fd4ce6e94e: Verifying Checksum 08:53:35 13fd4ce6e94e: Download complete 08:53:35 4f4fb700ef54: Verifying Checksum 08:53:35 4f4fb700ef54: Download complete 08:53:35 4cccf3f17d63: Verifying Checksum 08:53:35 4cccf3f17d63: Download complete 08:53:35 94e9d8af2201: Download complete 08:53:36 ec743f232bc5: Verifying Checksum 08:53:36 ec743f232bc5: Download complete 08:53:36 94e9d8af2201: Pull complete 08:53:36 634366ca850b: Pull complete 08:53:37 f66ade281fe9: Verifying Checksum 08:53:37 f66ade281fe9: Download complete 08:53:38 2d8010953d95: Verifying Checksum 08:53:38 2d8010953d95: Download complete 08:53:50 f66ade281fe9: Pull complete 08:53:50 13fd4ce6e94e: Pull complete 08:53:50 4f4fb700ef54: Pull complete 08:53:51 4cccf3f17d63: Pull complete 08:53:56 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:53:56 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 08:53:56 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 08:53:57 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 08:53:59 2d8010953d95: Pull complete 08:53:59 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:54:00 ec743f232bc5: Pull complete 08:54:01 Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda 08:54:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 08:54:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 08:54:01 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 08:54:01 WORKDIR /edgex 08:54:01 COPY go.mod . 08:54:01 RUN go mod download 08:54:01 + docker build -t ci-base-image-arm64 -f - . 08:54:02 Sending build context to Docker daemon 3.692MB 08:54:02 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 08:54:02 ---> 12c1d4c06be1 08:54:02 Step 2/4 : WORKDIR /edgex 08:54:04 ---> Running in 4f840b9ba983 08:54:04 Removing intermediate container 4f840b9ba983 08:54:04 ---> e2316f8d8777 08:54:04 Step 3/4 : COPY go.mod . 08:54:04 ---> 44c4d5ba8cde 08:54:04 Step 4/4 : RUN go mod download 08:54:04 ---> Running in 7a77b0da2f1d 08:54:05 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:54:07 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 08:54:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:54:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:54:13 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 08:54:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:54:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 08:54:17 $ docker stop --time=1 9dff2bb84d6f4be5ebf5050f7439e2058b03d2a8426bf8bcd7a0a2e198203dc9 08:54:20 $ docker rm -f --volumes 9dff2bb84d6f4be5ebf5050f7439e2058b03d2a8426bf8bcd7a0a2e198203dc9 [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 08:54:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:54:21 08:54:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:54:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:54:21 latest: Pulling from edgex-devops/edgex-compose 08:54:21 91d30c5bc195: Pulling fs layer 08:54:21 2e9b0aa3be6d: Pulling fs layer 08:54:21 9c61dcf015f6: Pulling fs layer 08:54:21 4698f68db338: Pulling fs layer 08:54:21 2a2f49069b9e: Pulling fs layer 08:54:21 e0025b399a48: Pulling fs layer 08:54:21 4698f68db338: Waiting 08:54:21 2a2f49069b9e: Waiting 08:54:21 e0025b399a48: Waiting 08:54:21 91d30c5bc195: Verifying Checksum 08:54:21 91d30c5bc195: Download complete 08:54:21 4698f68db338: Verifying Checksum 08:54:21 4698f68db338: Download complete 08:54:22 2e9b0aa3be6d: Verifying Checksum 08:54:22 2e9b0aa3be6d: Download complete 08:54:22 91d30c5bc195: Pull complete 08:54:22 2a2f49069b9e: Download complete 08:54:22 2e9b0aa3be6d: Pull complete 08:54:22 9c61dcf015f6: Verifying Checksum 08:54:22 9c61dcf015f6: Download complete 08:54:25 9c61dcf015f6: Pull complete 08:54:25 4698f68db338: Pull complete 08:54:25 2a2f49069b9e: Pull complete 08:54:25 e0025b399a48: Pull complete 08:54:25 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 08:54:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:54:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:54:25 prd-ubuntu20.04-docker-8c-8g-85 does not seem to be running inside a container 08:54:25 $ 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/828 -v /w/workspace/edgex-go/828:/w/workspace/edgex-go/828:rw,z -v /w/workspace/edgex-go/828@tmp:/w/workspace/edgex-go/828@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 08:54:27 $ docker top 1234098618a970bc4cf422477a06edd094cd085545d90058a304c5c9527db55e -eo pid,comm [Pipeline] { [Pipeline] sh 08:54:27 + docker compose -f ./docker-compose-build.yml build --parallel 08:54:29 #1 [security-proxy-auth internal] load build definition from Dockerfile 08:54:29 #1 transferring dockerfile: 2.14kB done 08:54:29 #1 DONE 0.0s 08:54:30 08:54:30 #2 [core-data internal] load build definition from Dockerfile 08:54:30 #2 transferring dockerfile: 2.04kB done 08:54:30 #2 DONE 0.0s 08:54:30 08:54:30 #3 [core-command internal] load build definition from Dockerfile 08:54:30 #3 transferring dockerfile: 1.94kB done 08:54:30 #3 DONE 0.0s 08:54:30 08:54:30 #4 [support-scheduler internal] load build definition from Dockerfile 08:54:30 #4 transferring dockerfile: 1.83kB done 08:54:30 #4 DONE 0.0s 08:54:30 08:54:30 #5 [security-secretstore-setup internal] load build definition from Dockerfile 08:54:30 #5 transferring dockerfile: 2.49kB done 08:54:30 #5 DONE 0.0s 08:54:30 08:54:30 #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile 08:54:30 #6 transferring dockerfile: 2.23kB done 08:54:30 #6 DONE 0.0s 08:54:30 08:54:30 #7 [core-keeper internal] load build definition from Dockerfile 08:54:30 #7 transferring dockerfile: 2.01kB done 08:54:30 #7 DONE 0.0s 08:54:30 08:54:30 #8 [security-spire-server internal] load build definition from Dockerfile 08:54:30 #8 transferring dockerfile: 1.70kB done 08:54:30 #8 DONE 0.0s 08:54:30 08:54:30 #9 [security-proxy-auth internal] load .dockerignore 08:54:30 #9 transferring context: 50B done 08:54:30 #9 DONE 0.0s 08:54:30 08:54:30 #10 [security-spire-agent internal] load build definition from Dockerfile 08:54:30 #10 transferring dockerfile: 1.81kB done 08:54:30 #10 DONE 0.0s 08:54:30 08:54:30 #11 [security-proxy-setup internal] load build definition from Dockerfile 08:54:30 #11 transferring dockerfile: 2.50kB done 08:54:30 #11 DONE 0.0s 08:54:30 08:54:30 #12 [security-spire-config internal] load build definition from Dockerfile 08:54:30 #12 transferring dockerfile: 1.69kB done 08:54:30 #12 DONE 0.0s 08:54:30 08:54:30 #13 [security-spiffe-token-provider internal] load build definition from Dockerfile 08:54:30 #13 transferring dockerfile: 1.89kB done 08:54:30 #13 DONE 0.1s 08:54:30 08:54:30 #14 [core-metadata internal] load build definition from Dockerfile 08:54:30 #14 transferring dockerfile: 2.10kB done 08:54:30 #14 DONE 0.1s 08:54:30 08:54:30 #15 [security-bootstrapper internal] load build definition from Dockerfile 08:54:30 #15 transferring dockerfile: 3.02kB done 08:54:30 #15 DONE 0.1s 08:54:30 08:54:30 #16 [support-notifications internal] load build definition from Dockerfile 08:54:30 #16 transferring dockerfile: 2.00kB done 08:54:30 #16 DONE 0.1s 08:54:30 08:54:30 #17 [core-data internal] load .dockerignore 08:54:30 #17 transferring context: 50B done 08:54:30 #17 DONE 0.0s 08:54:30 08:54:30 #18 [core-command internal] load .dockerignore 08:54:30 #18 transferring context: 50B done 08:54:30 #18 DONE 0.0s 08:54:30 08:54:30 #19 [core-common-config-bootstrapper internal] load .dockerignore 08:54:30 #19 transferring context: 50B done 08:54:30 #19 DONE 0.1s 08:54:30 08:54:30 #20 [support-scheduler internal] load .dockerignore 08:54:30 #20 transferring context: 50B done 08:54:30 #20 DONE 0.0s 08:54:30 08:54:30 #21 [security-secretstore-setup internal] load .dockerignore 08:54:30 #21 transferring context: 50B done 08:54:30 #21 DONE 0.1s 08:54:30 08:54:30 #22 [core-keeper internal] load .dockerignore 08:54:30 #22 transferring context: 50B done 08:54:30 #22 DONE 0.1s 08:54:30 08:54:30 #23 [security-spire-server internal] load .dockerignore 08:54:30 #23 transferring context: 50B done 08:54:30 #23 DONE 0.0s 08:54:30 08:54:30 #24 [security-proxy-setup internal] load .dockerignore 08:54:30 #24 transferring context: 50B done 08:54:30 #24 DONE 0.1s 08:54:30 08:54:30 #25 [security-spire-config internal] load .dockerignore 08:54:30 #25 transferring context: 50B done 08:54:30 #25 DONE 0.0s 08:54:30 08:54:30 #26 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 08:54:30 #26 DONE 0.0s 08:54:30 08:54:30 #27 [core-metadata internal] load .dockerignore 08:54:30 #27 transferring context: 50B done 08:54:30 #27 DONE 0.1s 08:54:30 08:54:30 #28 [security-spire-agent internal] load .dockerignore 08:54:30 #28 transferring context: 50B done 08:54:30 #28 DONE 0.1s 08:54:30 08:54:30 #29 [security-spiffe-token-provider internal] load .dockerignore 08:54:30 #29 transferring context: 50B done 08:54:30 #29 DONE 0.0s 08:54:30 08:54:30 #30 [security-bootstrapper internal] load .dockerignore 08:54:30 #30 transferring context: 50B done 08:54:30 #30 DONE 0.1s 08:54:30 08:54:30 #31 [support-notifications internal] load .dockerignore 08:54:30 #31 transferring context: 50B done 08:54:30 #31 DONE 0.1s 08:54:30 08:54:30 #26 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 08:54:30 #26 DONE 0.0s 08:54:30 08:54:30 #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 08:54:30 #32 ... 08:54:30 08:54:30 #26 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 08:54:30 #26 DONE 0.0s 08:54:30 08:54:30 #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 08:54:30 #32 ... 08:54:30 08:54:30 #26 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 08:54:30 #26 DONE 0.0s 08:54:30 08:54:30 #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 08:54:31 #32 DONE 0.5s 08:54:31 08:54:31 #33 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 08:54:31 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 08:54:31 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 08:54:31 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 08:54:31 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 08:54:31 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 08:54:31 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 08:54:31 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 08:54:31 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 08:54:31 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 08:54:31 #33 DONE 0.6s 08:54:31 08:54:31 #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 08:54:31 #34 DONE 0.5s 08:54:31 08:54:31 #35 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 08:54:31 #35 DONE 0.6s 08:54:31 08:54:31 #36 [security-spire-agent internal] load build context 08:54:31 #36 DONE 0.0s 08:54:31 08:54:31 #37 [security-spire-server internal] load build context 08:54:31 #37 DONE 0.0s 08:54:31 08:54:31 #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:54:31 #38 DONE 0.0s 08:54:31 08:54:31 #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 08:54:31 #39 DONE 0.0s 08:54:31 08:54:31 #40 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-x86_64 08:54:32 #40 ... 08:54:32 08:54:32 #41 [security-spire-config internal] load build context 08:54:32 #41 transferring context: 22.05kB 0.0s done 08:54:32 #41 DONE 0.6s 08:54:32 08:54:32 #37 [security-spire-server internal] load build context 08:54:32 #37 transferring context: 23.80kB 0.0s done 08:54:32 #37 DONE 0.6s 08:54:32 08:54:32 #36 [security-spire-agent internal] load build context 08:54:32 #36 transferring context: 23.33kB 0.0s done 08:54:32 #36 DONE 0.6s 08:54:32 08:54:32 #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:54:32 #38 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 08:54:32 #38 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 08:54:32 #38 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 08:54:32 #38 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 08:54:32 #38 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.3s done 08:54:32 #38 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 08:54:32 #38 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.3s done 08:54:32 #38 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 08:54:32 #38 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.3s 08:54:32 #38 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 3.15MB / 36.47MB 0.4s 08:54:32 #38 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 08:54:32 #38 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 29.36MB / 36.47MB 0.6s 08:54:32 #38 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.7s 08:54:32 #38 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 08:54:32 #38 ... 08:54:32 08:54:32 #40 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 08:54:32 #40 DONE 1.9s 08:54:32 08:54:32 #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:54:32 #38 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.9s done 08:54:33 #38 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 08:54:35 #38 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.0s done 08:54:40 #38 ... 08:54:40 08:54:40 #42 [security-proxy-auth internal] load build context 08:54:40 #42 transferring context: 284.50MB 8.9s 08:54:40 #42 ... 08:54:40 08:54:40 #43 [security-secretstore-setup internal] load build context 08:54:40 #43 ... 08:54:40 08:54:40 #42 [security-proxy-auth internal] load build context 08:54:41 #42 ... 08:54:41 08:54:41 #44 [support-scheduler internal] load build context 08:54:41 #44 ... 08:54:41 08:54:41 #45 [security-proxy-setup internal] load build context 08:54:41 #45 ... 08:54:41 08:54:41 #46 [security-spiffe-token-provider internal] load build context 08:54:41 #46 ... 08:54:41 08:54:41 #47 [core-command internal] load build context 08:54:41 #47 ... 08:54:41 08:54:41 #48 [core-metadata internal] load build context 08:54:41 #48 ... 08:54:41 08:54:41 #49 [security-bootstrapper internal] load build context 08:54:41 #49 ... 08:54:41 08:54:41 #50 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 08:54:41 #0 1.212 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:54:41 #0 1.497 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:54:41 #0 1.876 (1/4) Installing dumb-init (1.2.5-r3) 08:54:41 #0 1.881 (2/4) Installing openssl (3.3.3-r0) 08:54:41 #0 1.897 (3/4) Installing su-exec (0.2-r3) 08:54:41 #0 1.900 (4/4) Installing yq-go (4.44.1-r2) 08:54:41 #0 2.019 Executing busybox-1.36.1-r29.trigger 08:54:41 #0 2.028 OK: 19 MiB in 18 packages 08:54:41 #50 ... 08:54:41 08:54:41 #51 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 08:54:41 #0 1.227 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:54:41 #0 1.493 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:54:41 #0 1.850 (1/4) Installing ca-certificates (20241121-r1) 08:54:41 #0 1.870 (2/4) Installing dumb-init (1.2.5-r3) 08:54:41 #0 1.877 (3/4) Installing su-exec (0.2-r3) 08:54:41 #0 1.877 (4/4) Installing yq-go (4.44.1-r2) 08:54:41 #0 2.035 Executing busybox-1.36.1-r29.trigger 08:54:41 #0 2.041 Executing ca-certificates-20241121-r1.trigger 08:54:41 #0 2.095 OK: 19 MiB in 18 packages 08:54:42 #51 ... 08:54:42 08:54:42 #52 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 08:54:42 #52 ... 08:54:42 08:54:42 #53 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 08:54:42 #53 ... 08:54:42 08:54:42 #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 08:54:42 #54 ... 08:54:42 08:54:42 #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 08:54:42 #0 6.103 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:54:42 #0 6.283 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:54:42 #0 6.559 (1/2) Installing dumb-init (1.2.5-r3) 08:54:42 #0 6.565 (2/2) Installing su-exec (0.2-r3) 08:54:42 #0 6.569 Executing busybox-1.36.1-r29.trigger 08:54:42 #0 6.582 OK: 8 MiB in 16 packages 08:54:42 #55 ... 08:54:42 08:54:42 #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 08:54:42 #56 ... 08:54:42 08:54:42 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 08:54:42 #57 ... 08:54:42 08:54:42 #58 [core-command builder 2/7] WORKDIR /edgex-go 08:54:42 #58 ... 08:54:42 08:54:42 #59 [core-data internal] load build context 08:54:42 #59 ... 08:54:42 08:54:42 #60 [core-common-config-bootstrapper internal] load build context 08:54:43 #60 ... 08:54:43 08:54:43 #61 [core-keeper internal] load build context 08:54:43 #61 ... 08:54:43 08:54:43 #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 08:54:43 #62 ... 08:54:43 08:54:43 #63 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 08:54:43 #0 2.566 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:54:43 #0 2.643 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:54:43 #0 2.915 v3.20.6-111-g55bff17929f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 08:54:43 #0 2.915 v3.20.6-110-g0e25f93fe4c [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 08:54:43 #0 2.915 OK: 24171 distinct packages available 08:54:43 #0 2.971 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:54:43 #0 3.040 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:54:43 #0 3.340 (1/5) Installing dumb-init (1.2.5-r3) 08:54:43 #0 3.360 (2/5) Installing musl-obstack (1.2.3-r2) 08:54:43 #0 3.378 (3/5) Installing libucontext (1.2-r3) 08:54:43 #0 3.392 (4/5) Installing gcompat (1.1.0-r4) 08:54:43 #0 3.396 (5/5) Installing openssl (3.3.3-r0) 08:54:43 #0 3.406 Executing busybox-1.36.1-r29.trigger 08:54:43 #0 3.417 OK: 9 MiB in 19 packages 08:54:43 #63 ... 08:54:43 08:54:43 #64 [support-notifications internal] load build context 08:54:43 #64 ... 08:54:43 08:54:43 #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 08:54:43 #39 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.3s done 08:54:43 #39 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 08:54:43 #39 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 08:54:43 #39 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 08:54:43 #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 08:54:43 #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.0s done 08:54:43 #39 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 08:54:43 #39 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.3s done 08:54:43 #39 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.5s done 08:54:43 #39 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 08:54:43 #39 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 08:54:43 #39 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.1s done 08:54:43 #39 ... 08:54:43 08:54:43 #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 08:54:43 #65 ... 08:54:43 08:54:43 #64 [support-notifications internal] load build context 08:54:44 #64 transferring context: 503.31MB 13.4s done 08:54:48 #64 ... 08:54:48 08:54:48 #49 [security-bootstrapper internal] load build context 08:54:48 #49 transferring context: 503.31MB 15.7s done 08:54:50 #49 ... 08:54:50 08:54:50 #43 [security-secretstore-setup internal] load build context 08:54:50 #43 transferring context: 503.31MB 13.9s done 08:54:50 #43 ... 08:54:50 08:54:50 #44 [support-scheduler internal] load build context 08:54:50 #44 transferring context: 503.31MB 14.6s done 08:54:51 #44 ... 08:54:51 08:54:51 #42 [security-proxy-auth internal] load build context 08:54:51 #42 transferring context: 503.31MB 13.8s done 08:54:51 #42 ... 08:54:51 08:54:51 #47 [core-command internal] load build context 08:54:51 #47 transferring context: 503.31MB 14.0s done 08:54:51 #47 ... 08:54:51 08:54:51 #48 [core-metadata internal] load build context 08:54:51 #48 transferring context: 503.31MB 13.7s done 08:54:52 #48 ... 08:54:52 08:54:52 #46 [security-spiffe-token-provider internal] load build context 08:54:52 #46 transferring context: 503.31MB 14.4s done 08:54:52 #46 ... 08:54:52 08:54:52 #45 [security-proxy-setup internal] load build context 08:54:52 #45 transferring context: 503.31MB 13.4s done 08:54:53 #45 ... 08:54:53 08:54:53 #59 [core-data internal] load build context 08:54:53 #59 transferring context: 503.31MB 14.2s done 08:54:53 #59 ... 08:54:53 08:54:53 #60 [core-common-config-bootstrapper internal] load build context 08:54:53 #60 transferring context: 503.31MB 13.7s done 08:54:53 #60 ... 08:54:53 08:54:53 #61 [core-keeper internal] load build context 08:54:53 #61 transferring context: 503.31MB 14.1s done 08:55:01 Removing intermediate container 7a77b0da2f1d 08:55:01 ---> 05b20c0c43d8 08:55:01 Successfully built 05b20c0c43d8 08:55:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:55:01 + docker inspect -f . ci-base-image-arm64 08:55:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:55:01 prd-ubuntu20.04-docker-arm64-4c-16g-86 does not seem to be running inside a container 08:55:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/828 -v /w/workspace/edgex-go/828:/w/workspace/edgex-go/828:rw,z -v /w/workspace/edgex-go/828@tmp:/w/workspace/edgex-go/828@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 08:55:02 $ docker top 27b96c6709bcd3af80b8d962da1130aab732d75911624a9134313758accf3269 -eo pid,comm [Pipeline] { [Pipeline] sh 08:55:03 + go version 08:55:03 go version go1.23.8 linux/arm64 [Pipeline] } 08:55:03 $ docker stop --time=1 27b96c6709bcd3af80b8d962da1130aab732d75911624a9134313758accf3269 08:55:05 $ docker rm -f --volumes 27b96c6709bcd3af80b8d962da1130aab732d75911624a9134313758accf3269 [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 08:55:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:55:06 08:55:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:55:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:55:06 latest: Pulling from edgex-devops/edgex-compose-arm64 08:55:06 547446be3368: Pulling fs layer 08:55:06 d125d8839a47: Pulling fs layer 08:55:06 3e85d5ac6304: Pulling fs layer 08:55:06 c3105a71a48b: Pulling fs layer 08:55:06 0f093f025ec4: Pulling fs layer 08:55:06 c3106fc0e877: Pulling fs layer 08:55:06 c3105a71a48b: Waiting 08:55:06 0f093f025ec4: Waiting 08:55:06 c3106fc0e877: Waiting 08:55:06 547446be3368: Verifying Checksum 08:55:06 547446be3368: Download complete 08:55:06 c3105a71a48b: Verifying Checksum 08:55:06 c3105a71a48b: Download complete 08:55:07 d125d8839a47: Verifying Checksum 08:55:07 d125d8839a47: Download complete 08:55:07 c3106fc0e877: Verifying Checksum 08:55:07 c3106fc0e877: Download complete 08:55:07 0f093f025ec4: Verifying Checksum 08:55:07 0f093f025ec4: Download complete 08:55:07 547446be3368: Pull complete 08:55:08 d125d8839a47: Pull complete 08:55:09 3e85d5ac6304: Verifying Checksum 08:55:09 3e85d5ac6304: Download complete 08:55:11 #61 ... 08:55:11 08:55:11 #64 [support-notifications internal] load build context 08:55:11 #64 DONE 39.3s 08:55:11 08:55:11 #50 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 08:55:11 #50 DONE 38.7s 08:55:11 08:55:11 #51 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 08:55:11 #51 DONE 38.7s 08:55:11 08:55:11 #45 [security-proxy-setup internal] load build context 08:55:11 #45 DONE 39.4s 08:55:11 08:55:11 #63 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 08:55:11 #63 DONE 38.8s 08:55:11 08:55:11 #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 08:55:11 #55 DONE 38.8s 08:55:11 08:55:11 #58 [support-scheduler builder 2/7] WORKDIR /edgex-go 08:55:11 #58 DONE 37.7s 08:55:11 08:55:11 #66 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 08:55:11 #66 ... 08:55:11 08:55:11 #48 [core-metadata internal] load build context 08:55:11 #48 DONE 39.4s 08:55:11 08:55:11 #60 [core-common-config-bootstrapper internal] load build context 08:55:11 #60 DONE 39.5s 08:55:11 08:55:11 #47 [core-command internal] load build context 08:55:11 #47 DONE 39.5s 08:55:11 08:55:11 #43 [security-secretstore-setup internal] load build context 08:55:11 #43 DONE 39.5s 08:55:11 08:55:11 #59 [core-data internal] load build context 08:55:11 #59 DONE 39.5s 08:55:11 08:55:11 #61 [core-keeper internal] load build context 08:55:11 #61 DONE 39.5s 08:55:11 08:55:11 #42 [security-proxy-auth internal] load build context 08:55:11 #42 DONE 39.5s 08:55:11 08:55:11 #46 [security-spiffe-token-provider internal] load build context 08:55:11 #46 DONE 39.5s 08:55:11 08:55:11 #44 [support-scheduler internal] load build context 08:55:11 #44 DONE 39.5s 08:55:11 08:55:11 #49 [security-bootstrapper internal] load build context 08:55:11 #49 DONE 39.5s 08:55:11 08:55:11 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:55:11 #38 ... 08:55:11 08:55:11 #52 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 08:55:11 #52 DONE 39.5s 08:55:11 08:55:11 #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 08:55:11 #54 39.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:55:11 #54 39.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:55:11 #54 ... 08:55:11 08:55:11 #53 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 08:55:11 #53 39.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:55:11 #53 39.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:55:11 #53 39.77 (1/1) Installing dumb-init (1.2.5-r3) 08:55:11 #53 39.78 Executing busybox-1.36.1-r29.trigger 08:55:11 #53 39.79 OK: 8 MiB in 15 packages 08:55:11 #53 DONE 39.9s 08:55:11 08:55:11 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 08:55:11 #57 39.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:55:11 #57 39.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:55:12 #57 ... 08:55:12 08:55:12 #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 08:55:12 #62 39.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:55:12 #62 39.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:55:12 #62 39.63 v3.20.6-111-g55bff17929f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 08:55:12 #62 39.63 v3.20.6-110-g0e25f93fe4c [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 08:55:12 #62 39.63 OK: 24171 distinct packages available 08:55:12 #62 39.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:55:12 #62 39.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:55:12 #62 40.06 (1/4) Installing dumb-init (1.2.5-r3) 08:55:12 #62 40.07 (2/4) Installing musl-obstack (1.2.3-r2) 08:55:12 #62 40.07 (3/4) Installing libucontext (1.2-r3) 08:55:12 #62 40.07 (4/4) Installing gcompat (1.1.0-r4) 08:55:12 #62 40.08 Executing busybox-1.36.1-r29.trigger 08:55:12 #62 40.08 OK: 8 MiB in 18 packages 08:55:12 #62 DONE 40.2s 08:55:12 08:55:12 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 08:55:12 #57 40.28 (1/3) Installing ca-certificates (20241121-r1) 08:55:12 #57 40.30 (2/3) Installing dumb-init (1.2.5-r3) 08:55:12 #57 40.30 (3/3) Installing tzdata (2025b-r0) 08:55:12 #57 40.33 Executing busybox-1.36.1-r29.trigger 08:55:12 #57 40.34 Executing ca-certificates-20241121-r1.trigger 08:55:12 #57 40.38 OK: 10 MiB in 17 packages 08:55:12 #57 DONE 40.6s 08:55:12 08:55:12 #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 08:55:12 #67 DONE 1.9s 08:55:12 08:55:12 #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 08:55:12 #65 39.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:55:12 #65 39.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:55:12 #65 40.28 (1/7) Installing ca-certificates (20241121-r1) 08:55:12 #65 40.30 (2/7) Installing dumb-init (1.2.5-r3) 08:55:12 #65 40.30 (3/7) Installing libgcc (13.2.1_git20240309-r1) 08:55:12 #65 40.30 (4/7) Installing libsodium (1.0.19-r0) 08:55:12 #65 40.31 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 08:55:12 #65 40.33 (6/7) Installing libzmq (4.3.5-r2) 08:55:12 #65 40.34 (7/7) Installing zeromq (4.3.5-r2) 08:55:12 #65 40.35 Executing busybox-1.36.1-r29.trigger 08:55:12 #65 40.36 Executing ca-certificates-20241121-r1.trigger 08:55:12 #65 40.40 OK: 12 MiB in 21 packages 08:55:12 #65 DONE 40.7s 08:55:12 08:55:12 #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 08:55:12 #54 39.99 v3.20.6-111-g55bff17929f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 08:55:12 #54 39.99 v3.20.6-110-g0e25f93fe4c [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 08:55:12 #54 39.99 OK: 24171 distinct packages available 08:55:12 #54 40.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:55:12 #54 40.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:55:12 #54 40.48 (1/14) Installing ca-certificates (20241121-r1) 08:55:12 #54 40.56 (2/14) Installing brotli-libs (1.1.0-r2) 08:55:12 #54 40.58 (3/14) Installing c-ares (1.33.1-r0) 08:55:12 #54 40.59 (4/14) Installing libunistring (1.2-r0) 08:55:12 #54 40.60 (5/14) Installing libidn2 (2.3.7-r0) 08:55:12 #54 40.61 (6/14) Installing nghttp2-libs (1.62.1-r0) 08:55:12 #54 40.61 (7/14) Installing libpsl (0.21.5-r1) 08:55:12 #54 40.62 (8/14) Installing zstd-libs (1.5.6-r0) 08:55:12 #54 40.63 (9/14) Installing libcurl (8.12.1-r0) 08:55:12 #54 40.64 (10/14) Installing curl (8.12.1-r0) 08:55:12 #54 40.64 (11/14) Installing dumb-init (1.2.5-r3) 08:55:12 #54 40.65 (12/14) Installing musl-obstack (1.2.3-r2) 08:55:12 #54 40.65 (13/14) Installing libucontext (1.2-r3) 08:55:12 #54 40.65 (14/14) Installing gcompat (1.1.0-r4) 08:55:12 #54 40.66 Executing busybox-1.36.1-r29.trigger 08:55:12 #54 40.67 Executing ca-certificates-20241121-r1.trigger 08:55:12 #54 40.70 OK: 13 MiB in 28 packages 08:55:12 #54 ... 08:55:12 08:55:12 #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 08:55:12 #56 39.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:55:12 #56 40.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:55:12 #56 40.84 (1/1) Installing dumb-init (1.2.5-r3) 08:55:12 #56 40.85 Executing busybox-1.36.1-r29.trigger 08:55:12 #56 40.85 OK: 8 MiB in 15 packages 08:55:12 #56 DONE 41.2s 08:55:12 08:55:12 #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 08:55:12 #54 DONE 41.2s 08:55:12 08:55:12 #68 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 08:55:12 #0 1.850 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:55:12 #0 1.935 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:55:12 #0 2.234 OK: 248 MiB in 58 packages 08:55:12 #68 DONE 2.5s 08:55:12 08:55:12 #69 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 08:55:12 #69 DONE 0.1s 08:55:12 08:55:12 #70 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:55:13 #70 ... 08:55:13 08:55:13 #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 08:55:13 #0 2.349 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:55:13 #0 2.420 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:55:13 #0 2.706 OK: 248 MiB in 58 packages 08:55:13 #71 DONE 2.9s 08:55:13 08:55:13 #72 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 08:55:13 #72 DONE 0.1s 08:55:13 08:55:13 #73 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 08:55:13 #0 2.453 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:55:13 #0 2.528 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:55:13 #0 2.819 OK: 9 MiB in 19 packages 08:55:13 #73 DONE 2.9s 08:55:13 08:55:13 #74 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:55:14 #74 ... 08:55:14 08:55:14 #75 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 08:55:14 #0 1.643 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:55:14 #0 2.744 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:55:14 #0 3.068 v3.20.6-111-g55bff17929f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 08:55:14 #0 3.068 v3.20.6-110-g0e25f93fe4c [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 08:55:14 #0 3.068 OK: 24171 distinct packages available 08:55:14 #0 3.137 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:55:14 #0 3.235 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:55:14 #0 3.578 OK: 248 MiB in 58 packages 08:55:14 #75 DONE 4.4s 08:55:14 08:55:14 #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 08:55:14 #0 3.042 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:55:14 #0 3.110 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:55:14 #0 3.398 OK: 19 MiB in 18 packages 08:55:14 #76 DONE 4.4s 08:55:14 08:55:14 #66 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 08:55:14 #66 2.035 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:55:14 #66 3.122 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:55:14 #66 3.403 OK: 8 MiB in 16 packages 08:55:14 #66 DONE 4.3s 08:55:14 08:55:14 #74 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:55:14 #74 DONE 1.4s 08:55:14 08:55:14 #77 [security-spire-server stage-2 5/9] COPY Attribution.txt / 08:55:15 #77 ... 08:55:15 08:55:15 #78 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 08:55:15 #78 DONE 1.5s 08:55:15 08:55:15 #79 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 08:55:15 #79 DONE 0.2s 08:55:15 08:55:15 #77 [security-spire-server stage-2 5/9] COPY Attribution.txt / 08:55:15 #77 DONE 0.2s 08:55:15 08:55:15 #80 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:55:16 #80 ... 08:55:16 08:55:16 #81 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 08:55:16 #81 DONE 1.1s 08:55:16 08:55:16 #82 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 08:55:16 #0 4.418 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:55:16 #0 4.497 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:55:16 #0 4.796 OK: 248 MiB in 58 packages 08:55:16 #82 DONE 5.5s 08:55:16 08:55:16 #83 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 08:55:16 #0 4.375 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:55:16 #0 4.444 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:55:16 #0 4.713 OK: 19 MiB in 18 packages 08:55:16 #83 DONE 5.5s 08:55:16 08:55:16 #80 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:55:16 #80 DONE 1.1s 08:55:16 08:55:16 #84 [security-spire-server stage-2 6/9] COPY security.txt / 08:55:16 #84 DONE 0.1s 08:55:16 08:55:16 #85 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 08:55:16 #85 DONE 0.1s 08:55:16 08:55:16 #86 [support-notifications builder 4/7] COPY go.mod vendor* ./ 08:55:16 #86 DONE 0.1s 08:55:16 08:55:16 #87 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 08:55:16 #87 DONE 0.1s 08:55:16 08:55:16 #88 [security-spire-agent stage-3 7/10] COPY security.txt / 08:55:16 #88 DONE 0.1s 08:55:16 08:55:16 #89 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 08:55:16 #89 DONE 0.1s 08:55:16 08:55:16 #90 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 08:55:16 #90 DONE 0.1s 08:55:16 08:55:16 #91 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 08:55:16 #91 DONE 0.1s 08:55:16 08:55:16 #92 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 08:55:16 #92 DONE 0.1s 08:55:16 08:55:16 #93 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 08:55:16 #93 DONE 0.1s 08:55:16 08:55:16 #94 [security-spire-agent] exporting to image 08:55:16 #94 exporting layers 08:55:16 #94 ... 08:55:16 08:55:16 #95 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 08:55:16 #0 6.104 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:55:16 #0 6.171 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:55:16 #0 6.481 OK: 248 MiB in 58 packages 08:55:16 #95 DONE 6.6s 08:55:17 08:55:17 #96 [core-data builder 4/7] COPY go.mod vendor* ./ 08:55:17 #96 DONE 0.1s 08:55:17 08:55:17 #97 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:55:17 #97 ... 08:55:17 08:55:17 #98 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 08:55:17 #0 4.650 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:55:17 #0 4.724 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:55:17 #0 5.057 OK: 8 MiB in 18 packages 08:55:17 #98 DONE 5.2s 08:55:17 08:55:17 #99 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 08:55:17 #0 5.123 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:55:17 #0 5.224 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:55:17 #0 5.533 OK: 8 MiB in 15 packages 08:55:17 #99 DONE 5.9s 08:55:17 08:55:17 #94 [security-spire-agent] exporting to image 08:55:17 #94 exporting layers 1.1s done 08:55:17 #94 writing image sha256:57f251d82cf203b261c537434a6ce3b09e428b29388df70ad548350a31d87523 done 08:55:17 #94 naming to docker.io/library/security-spire-server done 08:55:18 #94 exporting layers 1.9s done 08:55:18 #94 writing image sha256:be0d773841f802501f8a6136b24c8e3c8389bb9c18755f2bf20814ab36f89153 done 08:55:18 #94 naming to docker.io/library/security-spire-agent done 08:55:18 #94 DONE 2.0s 08:55:18 08:55:18 #100 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 08:55:18 #0 4.620 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:55:18 #0 4.689 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:55:18 #0 5.031 OK: 12 MiB in 21 packages 08:55:18 #100 DONE 5.9s 08:55:18 08:55:18 #101 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 08:55:18 #0 4.870 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:55:18 #0 4.946 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:55:18 #0 5.292 OK: 10 MiB in 17 packages 08:55:18 #101 DONE 5.9s 08:55:18 08:55:18 #102 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:55:18 #102 DONE 1.2s 08:55:18 08:55:18 #103 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 08:55:18 #103 DONE 3.5s 08:55:18 08:55:18 #104 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 08:55:18 #0 5.359 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:55:18 #0 5.853 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:55:18 #0 6.553 (1/1) Installing dumb-init (1.2.5-r3) 08:55:18 #0 6.940 Executing busybox-1.36.1-r29.trigger 08:55:18 #0 6.950 OK: 8 MiB in 15 packages 08:55:18 #104 DONE 7.1s 08:55:18 08:55:18 #105 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 08:55:18 #105 ... 08:55:18 08:55:18 #106 [security-spire-config stage-2 5/10] COPY Attribution.txt / 08:55:18 #106 DONE 0.1s 08:55:18 08:55:18 #105 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 08:55:18 #105 DONE 0.2s 08:55:18 08:55:18 #107 [security-spire-config stage-2 6/10] COPY security.txt / 08:55:18 #107 DONE 0.1s 08:55:18 08:55:18 #108 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 08:55:18 #108 DONE 0.0s 08:55:18 08:55:18 #109 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 08:55:18 #109 DONE 0.0s 08:55:18 08:55:18 #110 [core-data stage-1 3/7] RUN apk --no-cache upgrade 08:55:18 #0 5.361 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:55:18 #0 5.442 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:55:18 #0 5.724 OK: 8 MiB in 15 packages 08:55:18 #110 DONE 5.8s 08:55:18 08:55:18 #111 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 08:55:18 #111 DONE 0.1s 08:55:18 08:55:18 #112 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 08:55:18 #0 5.342 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:55:18 #0 5.426 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:55:18 #0 5.714 OK: 13 MiB in 28 packages 08:55:18 #112 DONE 5.8s 08:55:18 08:55:18 #94 [security-spire-config] exporting to image 08:55:19 3e85d5ac6304: Pull complete 08:55:19 c3105a71a48b: Pull complete 08:55:19 #94 exporting layers 0.7s done 08:55:19 #94 writing image sha256:ba9b5825bef1ae9f2b1673b3ded34830fd86dcad64a85f3dab5b456008a8d438 done 08:55:19 #94 naming to docker.io/library/security-spire-config done 08:55:19 #94 DONE 2.7s 08:55:19 08:55:19 #113 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 08:55:19 #0 5.971 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:55:19 #0 6.420 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:55:19 #0 7.087 OK: 248 MiB in 58 packages 08:55:19 #113 DONE 7.2s 08:55:19 08:55:19 #114 [core-keeper builder 5/8] COPY go.mod vendor* ./ 08:55:19 #114 DONE 0.1s 08:55:19 08:55:19 #115 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:55:20 0f093f025ec4: Pull complete 08:55:20 c3106fc0e877: Pull complete 08:55:20 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 08:55:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:55:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:55:20 prd-ubuntu20.04-docker-arm64-4c-16g-86 does not seem to be running inside a container 08:55:20 #115 ... 08:55:20 08:55:20 #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 08:55:20 #39 ... 08:55:20 08:55:20 #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:55:20 $ 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/828 -v /w/workspace/edgex-go/828:/w/workspace/edgex-go/828:rw,z -v /w/workspace/edgex-go/828@tmp:/w/workspace/edgex-go/828@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 08:55:22 $ docker top 23c2bde0a97905884f5ba0ee25b22a165417ee4c0ea5c2508bc623d87623ba4f -eo pid,comm [Pipeline] { [Pipeline] sh 08:55:23 #116 ... 08:55:23 08:55:23 #117 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:55:23 + docker compose -f ./docker-compose-build.yml build --parallel 08:55:23 #117 ... 08:55:23 08:55:23 #118 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:55:33 #1 [security-secretstore-setup internal] load build definition from Dockerfile 08:55:33 #1 transferring dockerfile: 08:55:33 #1 transferring dockerfile: 2.49kB done 08:55:33 #1 DONE 0.1s 08:55:33 08:55:33 #2 [support-scheduler internal] load build definition from Dockerfile 08:55:33 #2 transferring dockerfile: 1.83kB 0.0s done 08:55:33 #2 DONE 0.1s 08:55:33 08:55:33 #3 [security-spire-config internal] load build definition from Dockerfile 08:55:33 #3 transferring dockerfile: 1.69kB done 08:55:33 #3 DONE 0.1s 08:55:33 08:55:33 #4 [core-data internal] load build definition from Dockerfile 08:55:33 #4 transferring dockerfile: 2.04kB done 08:55:33 #4 DONE 0.1s 08:55:33 08:55:33 #5 [security-spiffe-token-provider internal] load build definition from Dockerfile 08:55:33 #5 transferring dockerfile: 1.89kB done 08:55:33 #5 DONE 0.1s 08:55:33 08:55:33 #6 [security-spire-server internal] load build definition from Dockerfile 08:55:33 #6 transferring dockerfile: 1.70kB done 08:55:33 #6 DONE 0.1s 08:55:33 08:55:33 #7 [security-proxy-setup internal] load build definition from Dockerfile 08:55:33 #7 transferring dockerfile: 2.50kB done 08:55:33 #7 DONE 0.1s 08:55:33 08:55:33 #8 [security-proxy-auth internal] load build definition from Dockerfile 08:55:33 #8 transferring dockerfile: 2.14kB done 08:55:33 #8 DONE 0.1s 08:55:33 08:55:33 #9 [core-metadata internal] load build definition from Dockerfile 08:55:33 #9 transferring dockerfile: 2.10kB 0.0s done 08:55:33 #9 DONE 0.1s 08:55:33 08:55:33 #10 [support-notifications internal] load build definition from Dockerfile 08:55:33 #10 transferring dockerfile: 2.00kB done 08:55:33 #10 DONE 0.1s 08:55:33 08:55:33 #11 [security-bootstrapper internal] load build definition from Dockerfile 08:55:33 #11 transferring dockerfile: 3.02kB done 08:55:33 #11 DONE 0.1s 08:55:33 08:55:33 #12 [security-spire-agent internal] load build definition from Dockerfile 08:55:33 #12 transferring dockerfile: 1.81kB done 08:55:33 #12 DONE 0.1s 08:55:33 08:55:33 #13 [core-command internal] load build definition from Dockerfile 08:55:33 #13 transferring dockerfile: 1.94kB done 08:55:33 #13 DONE 0.1s 08:55:33 08:55:33 #14 [core-keeper internal] load build definition from Dockerfile 08:55:33 #14 transferring dockerfile: 2.01kB done 08:55:33 #14 DONE 0.1s 08:55:33 08:55:33 #15 [core-common-config-bootstrapper internal] load build definition from Dockerfile 08:55:33 #15 transferring dockerfile: 2.23kB done 08:55:33 #15 DONE 0.1s 08:55:33 08:55:33 #16 [security-secretstore-setup internal] load .dockerignore 08:55:33 #16 transferring context: 50B done 08:55:33 #16 DONE 0.1s 08:55:34 08:55:34 #17 [support-scheduler internal] load .dockerignore 08:55:35 #17 transferring context: 50B done 08:55:35 #17 DONE 0.5s 08:55:35 08:55:35 #18 [security-spire-config internal] load .dockerignore 08:55:35 #18 transferring context: 50B 0.0s done 08:55:35 #18 DONE 0.5s 08:55:35 08:55:35 #19 [core-keeper internal] load .dockerignore 08:55:35 #19 ... 08:55:35 08:55:35 #20 [core-data internal] load .dockerignore 08:55:35 #20 transferring context: 50B 0.0s done 08:55:35 #20 DONE 0.6s 08:55:35 08:55:35 #21 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:55:35 #21 DONE 0.0s 08:55:35 08:55:35 #22 [security-spire-server internal] load .dockerignore 08:55:35 #22 transferring context: 50B 0.0s done 08:55:35 #22 DONE 0.6s 08:55:35 08:55:35 #23 [security-spiffe-token-provider internal] load .dockerignore 08:55:35 #23 transferring context: 50B 0.0s done 08:55:35 #23 DONE 0.6s 08:55:35 08:55:35 #24 [security-proxy-setup internal] load .dockerignore 08:55:35 #24 transferring context: 50B 0.0s done 08:55:35 #24 DONE 0.6s 08:55:35 08:55:35 #25 [core-common-config-bootstrapper internal] load .dockerignore 08:55:35 #25 ... 08:55:35 08:55:35 #26 [security-proxy-auth internal] load .dockerignore 08:55:35 #26 transferring context: 50B 0.0s done 08:55:35 #26 DONE 0.7s 08:55:35 08:55:35 #19 [core-keeper internal] load .dockerignore 08:55:35 #19 transferring context: 50B 0.0s done 08:55:35 #19 DONE 0.5s 08:55:35 08:55:35 #27 [security-bootstrapper internal] load .dockerignore 08:55:35 #27 transferring context: 50B 0.0s done 08:55:35 #27 DONE 0.6s 08:55:35 08:55:35 #28 [core-metadata internal] load .dockerignore 08:55:35 #28 transferring context: 50B 0.0s done 08:55:35 #28 DONE 0.7s 08:55:35 08:55:35 #29 [support-notifications internal] load .dockerignore 08:55:35 #29 transferring context: 50B 0.0s done 08:55:35 #29 DONE 0.7s 08:55:35 08:55:35 #21 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:55:35 #21 DONE 0.0s 08:55:35 08:55:35 #25 [core-common-config-bootstrapper internal] load .dockerignore 08:55:35 #25 transferring context: 50B 0.0s done 08:55:35 #25 DONE 0.4s 08:55:35 08:55:35 #30 [core-command internal] load .dockerignore 08:55:35 #30 transferring context: 50B 0.0s done 08:55:35 #30 DONE 0.6s 08:55:35 08:55:35 #31 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 08:55:35 #31 DONE 0.6s 08:55:35 08:55:35 #32 [security-spire-agent internal] load .dockerignore 08:55:35 #32 transferring context: 50B 0.0s done 08:55:35 #32 ... 08:55:35 08:55:35 #31 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 08:55:35 #31 DONE 0.6s 08:55:35 08:55:35 #21 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:55:35 #21 DONE 0.0s 08:55:35 08:55:35 #33 [support-scheduler stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 08:55:35 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 08:55:35 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 08:55:35 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 08:55:35 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 08:55:36 #33 ... 08:55:36 08:55:36 #31 [core-data internal] load metadata for docker.io/library/alpine:3.20 08:55:36 #31 DONE 0.6s 08:55:36 08:55:36 #33 [core-data stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 08:55:36 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 08:55:36 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 08:55:36 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 08:55:36 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 08:55:36 #33 DONE 1.2s 08:55:36 08:55:36 #34 [support-scheduler internal] load build context 08:55:37 #34 ... 08:55:37 08:55:37 #33 [security-spire-config stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 08:55:37 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 08:55:37 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 08:55:37 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 08:55:37 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 08:55:37 #33 DONE 1.2s 08:55:37 08:55:37 #34 [support-scheduler internal] load build context 08:55:37 #34 transferring context: 3.22MB 1.1s done 08:55:37 #34 ... 08:55:37 08:55:37 #35 [security-secretstore-setup internal] load build context 08:55:37 #35 transferring context: 3.22MB 1.1s done 08:55:37 #35 DONE 1.4s 08:55:37 08:55:37 #31 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 08:55:37 #31 DONE 0.8s 08:55:37 08:55:37 #34 [support-scheduler internal] load build context 08:55:37 #34 DONE 1.5s 08:55:37 08:55:37 #36 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:55:37 #36 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done 08:55:37 #36 ... 08:55:37 08:55:37 #33 [security-spire-server stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 08:55:37 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 08:55:37 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 08:55:37 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 08:55:37 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 08:55:37 #33 DONE 1.2s 08:55:37 08:55:37 #37 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 08:55:37 #37 DONE 1.4s 08:55:37 08:55:37 #21 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:55:37 #21 DONE 0.0s 08:55:37 08:55:37 #38 [core-data internal] load build context 08:55:37 #38 transferring context: 3.22MB 0.9s done 08:55:37 #38 DONE 1.2s 08:55:37 08:55:37 #39 [security-spire-config internal] load build context 08:55:37 #39 transferring context: 22.05kB 0.0s done 08:55:37 #39 DONE 0.4s 08:55:37 08:55:37 #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:55:37 #36 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done 08:55:37 #36 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s 08:55:37 #36 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.1s 08:55:37 #36 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 08:55:37 #36 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 08:55:37 #36 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 08:55:37 #36 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s 08:55:37 #36 ... 08:55:37 08:55:37 #33 [security-spiffe-token-provider stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 08:55:37 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 08:55:37 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 08:55:37 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 08:55:37 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 08:55:37 #33 DONE 1.2s 08:55:37 08:55:37 #21 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:55:37 #21 DONE 0.0s 08:55:37 08:55:37 #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:55:37 #36 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s 08:55:37 #36 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 08:55:37 #36 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 08:55:37 #36 ... 08:55:37 08:55:37 #33 [security-proxy-auth stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 08:55:37 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 08:55:37 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 08:55:37 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 08:55:37 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 08:55:37 #33 DONE 1.2s 08:55:37 08:55:37 #21 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:55:37 #21 DONE 0.0s 08:55:37 08:55:37 #31 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 08:55:37 #31 DONE 1.0s 08:55:37 08:55:37 #40 [security-proxy-setup internal] load build context 08:55:37 #40 DONE 0.0s 08:55:37 08:55:37 #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:55:37 #36 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 08:55:37 #36 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done 08:55:37 #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 0.3s 08:55:37 #36 ... 08:55:37 08:55:37 #41 [security-spire-server internal] load build context 08:55:37 #41 transferring context: 23.80kB 0.0s done 08:55:37 #41 DONE 0.3s 08:55:37 08:55:37 #21 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:55:37 #21 DONE 0.0s 08:55:37 08:55:37 #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:55:37 #36 ... 08:55:37 08:55:37 #33 [core-keeper stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 08:55:37 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 08:55:37 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 08:55:37 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 08:55:37 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 08:55:37 #33 DONE 1.2s 08:55:37 08:55:37 #21 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:55:37 #21 DONE 0.0s 08:55:37 08:55:37 #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:55:38 #36 ... 08:55:38 08:55:38 #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 08:55:38 #37 DONE 1.7s 08:55:38 08:55:38 #21 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:55:38 #21 DONE 0.0s 08:55:38 08:55:38 #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:55:38 #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.24MB / 33.17MB 0.7s 08:55:38 #36 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 08:55:38 #36 ... 08:55:38 08:55:38 #42 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 08:55:38 #42 DONE 3.1s 08:55:38 08:55:38 #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:55:38 #36 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done 08:55:38 #36 ... 08:55:38 08:55:38 #33 [support-notifications stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 08:55:38 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 08:55:38 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 08:55:38 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 08:55:38 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 08:55:38 #33 DONE 1.2s 08:55:38 08:55:38 #21 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:55:38 #21 DONE 0.0s 08:55:38 08:55:38 #43 [support-notifications internal] load build context 08:55:38 #43 DONE 0.0s 08:55:38 08:55:38 #42 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 08:55:38 #42 DONE 3.1s 08:55:38 08:55:38 #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:55:38 #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 7.33MB / 33.17MB 0.9s 08:55:38 #36 ... 08:55:38 08:55:38 #33 [core-command stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 08:55:38 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 08:55:38 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 08:55:38 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 08:55:38 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 08:55:38 #33 DONE 1.2s 08:55:38 08:55:38 #42 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 08:55:38 #42 DONE 3.1s 08:55:38 08:55:38 #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:55:38 #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 9.44MB / 33.17MB 1.3s 08:55:39 #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.55MB / 33.17MB 2.0s 08:55:39 #36 ... 08:55:39 08:55:39 #44 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 08:55:39 #44 DONE 1.9s 08:55:39 08:55:39 #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:55:39 #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.63MB / 33.17MB 2.4s 08:55:40 #36 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 08:55:40 #36 ... 08:55:40 08:55:40 #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 08:55:40 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 08:55:40 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 08:55:40 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 08:55:40 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 08:55:40 #33 DONE 1.2s 08:55:40 08:55:40 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 08:55:40 #31 DONE 3.1s 08:55:40 08:55:40 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 08:55:40 #45 DONE 0.0s 08:55:40 08:55:40 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:55:40 #36 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done 08:55:40 #36 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 08:55:40 #36 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done 08:55:40 #36 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 08:55:40 #36 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 08:55:40 #36 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 08:55:40 #36 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 08:55:40 #36 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 08:55:40 #36 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done 08:55:40 #36 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 08:55:40 #36 ... 08:55:40 08:55:40 #33 [core-common-config-bootstrapper stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 08:55:40 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 08:55:40 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 08:55:40 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 08:55:40 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 08:55:40 #33 DONE 1.3s 08:55:40 08:55:40 #42 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 08:55:40 #42 DONE 3.1s 08:55:40 08:55:40 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:55:40 #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.73MB / 33.17MB 3.4s 08:55:41 #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.83MB / 33.17MB 3.8s 08:55:41 #36 ... 08:55:41 08:55:41 #46 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 08:55:41 #46 DONE 3.6s 08:55:41 08:55:41 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:55:41 #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.92MB / 33.17MB 4.4s 08:55:42 #36 ... 08:55:42 08:55:42 #47 [security-spire-agent internal] load build context 08:55:42 #47 transferring context: 23.33kB 0.4s done 08:55:42 #47 DONE 1.8s 08:55:42 08:55:42 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:55:42 #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.02MB / 33.17MB 5.1s 08:55:42 #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.12MB / 33.17MB 5.6s 08:55:43 #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.26MB / 33.17MB 6.4s 08:55:44 #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.18MB / 33.17MB 7.3s 08:55:45 #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.46MB / 33.17MB 8.4s 08:55:46 #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 8.8s 08:55:46 #36 ... 08:55:46 08:55:46 #48 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 08:55:46 #0 6.667 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:55:46 #0 7.366 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:55:46 #48 ... 08:55:46 08:55:46 #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 08:55:46 #0 6.554 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:55:46 #0 7.312 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:55:46 #49 ... 08:55:46 08:55:46 #50 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 08:55:46 #0 7.129 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:55:46 #0 7.731 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:55:46 #50 ... 08:55:46 08:55:46 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:55:46 #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 9.2s done 08:55:47 #36 ... 08:55:47 08:55:47 #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 08:55:47 #0 9.401 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:55:47 #51 ... 08:55:47 08:55:47 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 08:55:47 #45 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.7s done 08:55:47 #45 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 08:55:47 #45 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 08:55:47 #45 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 08:55:47 #45 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done 08:55:47 #45 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done 08:55:47 #45 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 2.4s done 08:55:47 #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 9.44MB / 14.28MB 5.6s 08:55:47 #45 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.2s done 08:55:47 #45 ... 08:55:47 08:55:47 #52 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 08:55:47 #0 9.631 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:55:47 #52 ... 08:55:47 08:55:47 #53 [security-spiffe-token-provider internal] load build context 08:55:47 #53 transferring context: 2.77MB 9.3s 08:55:47 #53 ... 08:55:47 08:55:47 #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 08:55:47 #0 7.603 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:55:47 #0 8.616 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:55:47 #54 ... 08:55:47 08:55:47 #55 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 08:55:48 #55 ... 08:55:48 08:55:48 #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 08:55:48 #56 ... 08:55:48 08:55:48 #57 [security-bootstrapper internal] load build context 08:55:48 #57 transferring context: 3.22MB 8.6s done 08:55:48 #57 DONE 10.4s 08:55:48 08:55:48 #40 [security-proxy-setup internal] load build context 08:55:48 #40 ... 08:55:48 08:55:48 #58 [security-proxy-auth internal] load build context 08:55:48 #58 transferring context: 3.22MB 9.6s done 08:55:48 #58 ... 08:55:48 08:55:48 #59 [core-command internal] load build context 08:55:48 #59 ... 08:55:48 08:55:48 #60 [core-metadata internal] load build context 08:55:48 #60 ... 08:55:48 08:55:48 #61 [core-keeper internal] load build context 08:55:48 #61 transferring context: 3.22MB 8.7s done 08:55:48 #61 DONE 10.7s 08:55:48 08:55:48 #60 [core-metadata internal] load build context 08:55:48 #60 ... 08:55:48 08:55:48 #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 08:55:48 #62 ... 08:55:48 08:55:48 #63 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 08:55:48 #63 ... 08:55:48 08:55:48 #43 [support-notifications internal] load build context 08:55:48 #43 ... 08:55:48 08:55:48 #60 [core-metadata internal] load build context 08:55:49 #60 ... 08:55:49 08:55:49 #64 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 08:55:49 #64 ... 08:55:49 08:55:49 #58 [security-proxy-auth internal] load build context 08:55:49 #58 DONE 11.7s 08:55:49 08:55:49 #60 [core-metadata internal] load build context 08:55:50 #60 ... 08:55:50 08:55:50 #53 [security-spiffe-token-provider internal] load build context 08:55:50 #53 transferring context: 3.22MB 10.1s done 08:55:50 #53 DONE 12.6s 08:55:50 08:55:50 #60 [core-metadata internal] load build context 08:55:50 #60 ... 08:55:50 08:55:50 #65 [core-common-config-bootstrapper internal] load build context 08:55:50 #65 ... 08:55:50 08:55:50 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:55:50 #36 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 08:55:51 #36 ... 08:55:51 08:55:51 #40 [security-proxy-setup internal] load build context 08:55:51 #40 transferring context: 3.22MB 10.9s done 08:55:51 #40 DONE 13.7s 08:55:51 08:55:51 #65 [core-common-config-bootstrapper internal] load build context 08:55:51 #65 ... 08:55:51 08:55:51 #43 [support-notifications internal] load build context 08:55:51 #43 transferring context: 3.22MB 10.3s done 08:55:51 #43 DONE 13.3s 08:55:51 08:55:51 #65 [core-common-config-bootstrapper internal] load build context 08:55:51 #65 ... 08:55:51 08:55:51 #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 08:55:52 #66 ... 08:55:52 08:55:52 #60 [core-metadata internal] load build context 08:55:52 #60 transferring context: 3.22MB 12.2s done 08:55:52 #60 DONE 14.1s 08:55:52 08:55:52 #67 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 08:55:52 #67 ... 08:55:52 08:55:52 #59 [core-command internal] load build context 08:55:52 #59 transferring context: 3.22MB 11.8s done 08:55:52 #59 DONE 13.8s 08:55:52 08:55:52 #68 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 08:55:52 #68 ... 08:55:52 08:55:52 #65 [core-common-config-bootstrapper internal] load build context 08:55:52 #65 transferring context: 3.22MB 10.6s done 08:55:52 #65 DONE 11.9s 08:55:52 08:55:52 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 08:55:52 #69 ... 08:55:52 08:55:52 #70 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 08:55:52 #70 ... 08:55:52 08:55:52 #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 08:55:52 #71 ... 08:55:52 08:55:52 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:55:53 #36 ... 08:55:53 08:55:53 #63 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 08:55:53 #63 DONE 15.3s 08:55:53 08:55:53 #48 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 08:55:53 #48 13.35 (1/1) Installing dumb-init (1.2.5-r3) 08:55:53 #48 13.35 Executing busybox-1.36.1-r29.trigger 08:55:53 #48 13.61 OK: 9 MiB in 15 packages 08:55:53 #48 DONE 16.8s 08:55:53 08:55:53 #72 [core-data stage-1 3/7] RUN apk --no-cache upgrade 08:55:54 #72 ... 08:55:54 08:55:54 #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 08:55:54 #49 12.68 (1/4) Installing ca-certificates (20241121-r1) 08:55:54 #49 13.38 (2/4) Installing dumb-init (1.2.5-r3) 08:55:54 #49 13.38 (3/4) Installing su-exec (0.2-r3) 08:55:54 #49 13.38 (4/4) Installing yq-go (4.44.1-r2) 08:55:54 #49 14.81 Executing busybox-1.36.1-r29.trigger 08:55:54 #49 14.91 Executing ca-certificates-20241121-r1.trigger 08:55:54 #49 16.34 OK: 20 MiB in 18 packages 08:55:54 #49 DONE 18.2s 08:55:54 08:55:54 #50 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 08:55:54 #50 13.19 (1/3) Installing ca-certificates (20241121-r1) 08:55:54 #50 13.54 (2/3) Installing dumb-init (1.2.5-r3) 08:55:54 #50 13.54 (3/3) Installing tzdata (2025b-r0) 08:55:54 #50 15.24 Executing busybox-1.36.1-r29.trigger 08:55:54 #50 15.24 Executing ca-certificates-20241121-r1.trigger 08:55:54 #50 16.75 OK: 11 MiB in 17 packages 08:55:54 #50 DONE 18.2s 08:55:54 08:55:54 #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 08:55:58 #73 ... 08:55:58 08:55:58 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 08:55:58 #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 8.5s done 08:55:58 #45 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 7.2s 08:55:58 #45 ... 08:55:58 08:55:58 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:55:58 #36 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 7.0s 08:55:58 #36 ... 08:55:58 08:55:58 #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 08:55:58 #51 11.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:55:58 #51 19.82 v3.20.6-111-g55bff17929f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 08:55:58 #51 19.82 v3.20.6-110-g0e25f93fe4c [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 08:55:58 #51 19.82 OK: 24049 distinct packages available 08:55:58 #51 ... 08:55:58 08:55:58 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:55:58 #36 ... 08:55:58 08:55:58 #55 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 08:55:58 #55 10.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:55:58 #55 12.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:55:58 #55 20.28 (1/1) Installing dumb-init (1.2.5-r3) 08:55:58 #55 20.36 Executing busybox-1.36.1-r29.trigger 08:55:58 #55 20.56 OK: 9 MiB in 15 packages 08:55:58 #55 ... 08:55:58 08:55:58 #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 08:55:58 #51 21.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:55:59 #51 ... 08:55:59 08:55:59 #52 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 08:55:59 #52 11.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:55:59 #52 20.14 v3.20.6-111-g55bff17929f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 08:55:59 #52 20.14 v3.20.6-110-g0e25f93fe4c [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 08:55:59 #52 20.14 OK: 24049 distinct packages available 08:55:59 #52 ... 08:55:59 08:55:59 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 08:55:59 #45 ... 08:55:59 08:55:59 #55 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 08:55:59 #55 DONE 22.2s 08:55:59 08:55:59 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 08:56:00 #45 ... 08:56:00 08:56:00 #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 08:56:00 #62 12.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:56:00 #62 14.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:56:00 #62 22.02 (1/2) Installing dumb-init (1.2.5-r3) 08:56:00 #62 22.02 (2/2) Installing su-exec (0.2-r3) 08:56:00 #62 22.02 Executing busybox-1.36.1-r29.trigger 08:56:00 #62 22.09 OK: 9 MiB in 16 packages 08:56:00 #62 ... 08:56:00 08:56:00 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 08:56:00 #69 18.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:56:01 #69 ... 08:56:01 08:56:01 #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 08:56:01 #56 13.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:56:01 #56 14.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:56:01 #56 21.81 (1/4) Installing dumb-init (1.2.5-r3) 08:56:01 #56 21.83 (2/4) Installing openssl (3.3.3-r0) 08:56:01 #56 21.98 (3/4) Installing su-exec (0.2-r3) 08:56:01 #56 22.01 (4/4) Installing yq-go (4.44.1-r2) 08:56:01 #56 23.45 Executing busybox-1.36.1-r29.trigger 08:56:01 #56 ... 08:56:01 08:56:01 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 08:56:01 #45 ... 08:56:01 08:56:01 #70 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 08:56:01 #70 DONE 19.8s 08:56:01 08:56:01 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 08:56:02 #45 ... 08:56:02 08:56:02 #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 08:56:02 #62 DONE 24.7s 08:56:02 08:56:02 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 08:56:02 #45 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.3s 08:56:03 #45 ... 08:56:03 08:56:03 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 08:56:03 #74 ... 08:56:03 08:56:03 #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 08:56:03 #56 23.80 OK: 20 MiB in 18 packages 08:56:03 #56 DONE 25.8s 08:56:03 08:56:03 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 08:56:03 #45 ... 08:56:03 08:56:03 #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 08:56:03 #54 16.21 v3.20.6-111-g55bff17929f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 08:56:03 #54 16.21 v3.20.6-110-g0e25f93fe4c [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 08:56:03 #54 16.21 OK: 24049 distinct packages available 08:56:03 #54 17.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:56:03 #54 19.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:56:03 #54 ... 08:56:03 08:56:03 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:56:03 #36 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.4s 08:56:04 #36 ... 08:56:04 08:56:04 #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 08:56:04 #73 9.723 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:56:04 #73 ... 08:56:04 08:56:04 #75 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 08:56:04 #75 ... 08:56:04 08:56:04 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:56:05 #36 ... 08:56:05 08:56:05 #64 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 08:56:05 #64 16.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:56:05 #64 18.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:56:05 #64 ... 08:56:05 08:56:05 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 08:56:05 #45 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 15.1s done 08:56:05 #45 DONE 25.8s 08:56:05 08:56:05 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:56:06 #36 ... 08:56:06 08:56:06 #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 08:56:06 #71 14.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:56:06 #71 17.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:56:06 #71 ... 08:56:06 08:56:06 #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 08:56:06 #73 11.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:56:07 #73 ... 08:56:07 08:56:07 #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 08:56:07 #66 15.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:56:07 #66 17.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:56:07 #66 ... 08:56:07 08:56:07 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:56:08 #36 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.4s 08:56:09 #36 ... 08:56:09 08:56:09 #67 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 08:56:09 #67 17.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:56:09 #67 19.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:56:09 #67 ... 08:56:09 08:56:09 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:56:09 #36 ... 08:56:09 08:56:09 #52 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 08:56:09 #52 22.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:56:09 #52 23.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:56:09 #52 ... 08:56:09 08:56:09 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:56:09 #36 ... 08:56:09 08:56:09 #76 [core-command stage-1 3/9] RUN apk --no-cache upgrade 08:56:09 #0 6.925 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:56:09 #0 9.088 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:56:09 #76 ... 08:56:09 08:56:09 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:56:10 #36 ... 08:56:10 08:56:10 #68 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 08:56:10 #68 19.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:56:10 #68 20.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:56:10 #118 ... 08:56:10 08:56:10 #70 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:56:10 #70 DONE 54.0s 08:56:10 08:56:10 #97 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:56:10 #97 DONE 50.0s 08:56:10 08:56:10 #115 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:56:10 #115 DONE 50.9s 08:56:10 08:56:10 #118 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:56:10 #118 DONE 51.1s 08:56:10 08:56:10 #117 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:56:10 #117 DONE 53.6s 08:56:10 08:56:10 #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:56:10 #116 DONE 47.5s 08:56:10 08:56:10 #119 [core-keeper builder 7/8] COPY . . 08:56:10 #68 ... 08:56:10 08:56:10 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:56:10 #36 ... 08:56:10 08:56:10 #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 08:56:10 #51 23.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:56:10 #51 32.17 (1/4) Installing dumb-init (1.2.5-r3) 08:56:10 #51 32.21 (2/4) Installing musl-obstack (1.2.3-r2) 08:56:10 #51 32.23 (3/4) Installing libucontext (1.2-r3) 08:56:10 #51 32.25 (4/4) Installing gcompat (1.1.0-r4) 08:56:10 #51 32.28 Executing busybox-1.36.1-r29.trigger 08:56:10 #51 32.46 OK: 9 MiB in 18 packages 08:56:10 #51 ... 08:56:10 08:56:10 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:56:11 #36 ... 08:56:11 08:56:11 #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 08:56:11 #54 27.79 (1/14) Installing ca-certificates (20241121-r1) 08:56:11 #54 28.16 (2/14) Installing brotli-libs (1.1.0-r2) 08:56:11 #54 28.42 (3/14) Installing c-ares (1.33.1-r0) 08:56:11 #54 28.46 (4/14) Installing libunistring (1.2-r0) 08:56:11 #54 28.83 (5/14) Installing libidn2 (2.3.7-r0) 08:56:11 #54 28.93 (6/14) Installing nghttp2-libs (1.62.1-r0) 08:56:11 #54 28.98 (7/14) Installing libpsl (0.21.5-r1) 08:56:11 #54 29.00 (8/14) Installing zstd-libs (1.5.6-r0) 08:56:11 #54 29.13 (9/14) Installing libcurl (8.12.1-r0) 08:56:11 #54 29.23 (10/14) Installing curl (8.12.1-r0) 08:56:11 #54 29.29 (11/14) Installing dumb-init (1.2.5-r3) 08:56:11 #54 29.30 (12/14) Installing musl-obstack (1.2.3-r2) 08:56:11 #54 29.32 (13/14) Installing libucontext (1.2-r3) 08:56:11 #54 29.34 (14/14) Installing gcompat (1.1.0-r4) 08:56:11 #54 29.41 Executing busybox-1.36.1-r29.trigger 08:56:11 #54 29.69 Executing ca-certificates-20241121-r1.trigger 08:56:11 #54 30.89 OK: 15 MiB in 28 packages 08:56:11 #54 DONE 33.4s 08:56:11 08:56:11 #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 08:56:11 #71 26.87 OK: 239 MiB in 58 packages 08:56:11 #71 DONE 29.3s 08:56:11 08:56:11 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:56:11 #36 ... 08:56:11 08:56:11 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 08:56:11 #0 5.633 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:56:11 #0 7.870 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:56:11 #77 ... 08:56:11 08:56:11 #64 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 08:56:11 #64 27.54 (1/7) Installing ca-certificates (20241121-r1) 08:56:11 #64 28.09 (2/7) Installing dumb-init (1.2.5-r3) 08:56:11 #64 28.11 (3/7) Installing libgcc (13.2.1_git20240309-r1) 08:56:11 #64 28.17 (4/7) Installing libsodium (1.0.19-r0) 08:56:11 #64 28.24 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 08:56:11 #64 28.42 (6/7) Installing libzmq (4.3.5-r2) 08:56:11 #64 28.50 (7/7) Installing zeromq (4.3.5-r2) 08:56:11 #64 28.63 Executing busybox-1.36.1-r29.trigger 08:56:11 #64 28.76 Executing ca-certificates-20241121-r1.trigger 08:56:11 #64 30.27 OK: 14 MiB in 21 packages 08:56:11 #64 DONE 32.7s 08:56:11 08:56:11 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 08:56:11 #78 ... 08:56:11 08:56:11 #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 08:56:11 #51 DONE 34.9s 08:56:12 08:56:12 #79 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 08:56:12 #79 ... 08:56:12 08:56:12 #80 [support-notifications builder 4/7] COPY go.mod vendor* ./ 08:56:12 #80 DONE 1.4s 08:56:12 08:56:12 #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 08:56:12 #0 5.860 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:56:12 #0 7.409 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:56:12 #81 ... 08:56:12 08:56:12 #67 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 08:56:12 #67 28.45 OK: 239 MiB in 58 packages 08:56:12 #67 DONE 30.8s 08:56:12 08:56:12 #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 08:56:12 #66 27.80 OK: 239 MiB in 58 packages 08:56:12 #66 DONE 30.8s 08:56:12 08:56:12 #82 [core-data builder 4/7] COPY go.mod vendor* ./ 08:56:13 #82 ... 08:56:13 08:56:13 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 08:56:13 #69 20.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:56:13 #69 31.02 v3.20.6-111-g55bff17929f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 08:56:13 #69 31.02 v3.20.6-110-g0e25f93fe4c [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 08:56:13 #69 31.02 OK: 24049 distinct packages available 08:56:13 #69 ... 08:56:13 08:56:13 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:56:13 #36 ... 08:56:13 08:56:13 #72 [core-data stage-1 3/7] RUN apk --no-cache upgrade 08:56:13 #72 9.871 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:56:13 #72 11.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:56:13 #72 ... 08:56:13 08:56:13 #52 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 08:56:13 #52 32.69 (1/5) Installing dumb-init (1.2.5-r3) 08:56:13 #52 32.72 (2/5) Installing musl-obstack (1.2.3-r2) 08:56:13 #52 32.72 (3/5) Installing libucontext (1.2-r3) 08:56:13 #52 32.76 (4/5) Installing gcompat (1.1.0-r4) 08:56:13 #52 32.79 (5/5) Installing openssl (3.3.3-r0) 08:56:13 #52 32.98 Executing busybox-1.36.1-r29.trigger 08:56:13 #52 33.15 OK: 10 MiB in 19 packages 08:56:13 #52 DONE 35.9s 08:56:13 08:56:13 #83 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 08:56:13 #83 ... 08:56:13 08:56:13 #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 08:56:13 #0 5.013 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:56:13 #0 7.039 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:56:13 #84 ... 08:56:13 08:56:13 #68 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 08:56:13 #68 31.92 OK: 239 MiB in 58 packages 08:56:14 #68 ... 08:56:14 08:56:14 #85 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 08:56:14 #85 DONE 1.3s 08:56:14 08:56:14 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 08:56:14 #74 10.75 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:56:14 #74 12.62 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:56:14 #74 ... 08:56:14 08:56:14 #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:56:14 #86 ... 08:56:14 08:56:14 #82 [core-data builder 4/7] COPY go.mod vendor* ./ 08:56:14 #82 DONE 2.2s 08:56:14 08:56:14 #87 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:56:15 #87 ... 08:56:15 08:56:15 #75 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 08:56:15 #75 10.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:56:15 #75 12.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:56:15 #75 ... 08:56:15 08:56:15 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 08:56:15 #69 33.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:56:15 #69 ... 08:56:15 08:56:15 #68 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 08:56:15 #68 DONE 34.4s 08:56:15 08:56:15 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:56:15 #36 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.2s 08:56:16 #119 ... 08:56:16 08:56:16 #120 [core-data builder 6/7] COPY . . 08:56:17 #36 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.9s done 08:56:17 #120 ... 08:56:17 08:56:17 #121 [support-notifications builder 6/7] COPY . . 08:56:17 #121 ... 08:56:17 08:56:17 #122 [security-spiffe-token-provider builder 6/7] COPY . . 08:56:17 #36 ... 08:56:17 08:56:17 #88 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 08:56:17 #88 DONE 1.7s 08:56:17 08:56:17 #89 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:56:17 #122 ... 08:56:17 08:56:17 #123 [security-bootstrapper builder 6/7] COPY . . 08:56:17 #123 ... 08:56:17 08:56:17 #124 [support-scheduler builder 6/7] COPY . . 08:56:18 #89 ... 08:56:18 08:56:18 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 08:56:18 #36 DONE 40.8s 08:56:18 08:56:18 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 08:56:18 #74 24.79 (1/1) Installing dumb-init (1.2.5-r3) 08:56:19 #74 ... 08:56:19 08:56:19 #72 [core-data stage-1 3/7] RUN apk --no-cache upgrade 08:56:19 #72 24.00 OK: 9 MiB in 15 packages 08:56:19 #72 DONE 25.9s 08:56:19 08:56:19 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 08:56:19 #74 25.76 Executing busybox-1.36.1-r29.trigger 08:56:19 #74 25.95 OK: 9 MiB in 15 packages 08:56:20 #74 ... 08:56:20 08:56:20 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 08:56:20 #77 17.32 OK: 239 MiB in 58 packages 08:56:20 #77 DONE 18.3s 08:56:20 08:56:20 #75 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 08:56:20 #75 23.07 OK: 11 MiB in 17 packages 08:56:20 #75 DONE 25.2s 08:56:20 08:56:20 #90 [core-keeper builder 5/8] COPY go.mod vendor* ./ 08:56:20 #90 ... 08:56:20 08:56:20 #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 08:56:20 #73 24.19 OK: 20 MiB in 18 packages 08:56:20 #73 DONE 25.8s 08:56:20 08:56:20 #76 [core-command stage-1 3/9] RUN apk --no-cache upgrade 08:56:20 #76 19.67 OK: 9 MiB in 15 packages 08:56:20 #76 DONE 21.1s 08:56:20 08:56:20 #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 08:56:20 #84 17.33 OK: 20 MiB in 18 packages 08:56:21 #84 ... 08:56:21 08:56:21 #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 08:56:21 #0 9.509 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:56:21 #91 ... 08:56:21 08:56:21 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 08:56:21 #78 8.657 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:56:21 #78 ... 08:56:21 08:56:21 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 08:56:21 #74 DONE 28.1s 08:56:21 08:56:21 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 08:56:21 #78 9.496 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:56:21 #78 ... 08:56:21 08:56:21 #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 08:56:21 #81 18.05 OK: 9 MiB in 16 packages 08:56:21 #81 DONE 19.0s 08:56:21 08:56:21 #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 08:56:21 #91 10.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:56:21 #91 ... 08:56:21 08:56:21 #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 08:56:21 #84 DONE 18.3s 08:56:21 08:56:21 #90 [core-keeper builder 5/8] COPY go.mod vendor* ./ 08:56:21 #90 DONE 1.8s 08:56:21 08:56:21 #92 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:56:22 #92 ... 08:56:22 08:56:22 #93 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 08:56:22 #93 DONE 0.4s 08:56:22 08:56:22 #94 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 08:56:22 #94 ... 08:56:22 08:56:22 #95 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:56:22 #95 ... 08:56:22 08:56:22 #79 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 08:56:22 #79 10.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:56:24 #79 11.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:56:24 #79 ... 08:56:24 08:56:24 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 08:56:24 #69 35.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:56:24 #69 41.48 OK: 239 MiB in 58 packages 08:56:24 #69 DONE 42.5s 08:56:24 08:56:24 #96 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 08:56:25 #96 DONE 0.9s 08:56:25 08:56:25 #83 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 08:56:25 #83 10.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:56:25 #83 12.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:56:26 #83 ... 08:56:26 08:56:26 #94 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 08:56:26 #94 DONE 5.1s 08:56:26 08:56:26 #97 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 08:56:26 #97 DONE 0.2s 08:56:26 08:56:26 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 08:56:26 #78 14.73 OK: 14 MiB in 21 packages 08:56:27 #124 DONE 19.8s 08:56:27 08:56:27 #121 [support-notifications builder 6/7] COPY . . 08:56:27 #121 DONE 19.7s 08:56:27 08:56:27 #122 [security-spiffe-token-provider builder 6/7] COPY . . 08:56:27 #122 DONE 19.7s 08:56:27 08:56:27 #123 [security-bootstrapper builder 6/7] COPY . . 08:56:27 #123 DONE 19.7s 08:56:27 08:56:27 #125 [security-proxy-setup builder 6/7] COPY . . 08:56:27 #125 CACHED 08:56:27 08:56:27 #126 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:56:27 #126 CACHED 08:56:27 08:56:27 #127 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 08:56:27 #127 CACHED 08:56:27 08:56:27 #128 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 08:56:27 #128 CACHED 08:56:27 08:56:27 #129 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:56:27 #129 CACHED 08:56:27 08:56:27 #130 [security-secretstore-setup builder 6/7] COPY . . 08:56:27 #130 CACHED 08:56:27 08:56:27 #119 [core-keeper builder 7/8] COPY . . 08:56:27 #119 DONE 19.8s 08:56:27 08:56:27 #131 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:56:27 #131 CACHED 08:56:27 08:56:27 #132 [core-command builder 4/7] COPY go.mod vendor* ./ 08:56:27 #132 CACHED 08:56:27 08:56:27 #133 [core-command builder 6/7] COPY . . 08:56:27 #133 CACHED 08:56:27 08:56:27 #120 [core-data builder 6/7] COPY . . 08:56:27 #120 DONE 19.8s 08:56:27 08:56:27 #134 [core-metadata builder 6/7] COPY . . 08:56:27 #134 CACHED 08:56:27 08:56:27 #135 [core-metadata builder 4/7] COPY go.mod vendor* ./ 08:56:27 #135 CACHED 08:56:27 08:56:27 #136 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:56:27 #136 CACHED 08:56:27 08:56:27 #137 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:56:27 #137 ... 08:56:27 08:56:27 #138 [core-common-config-bootstrapper builder 6/7] COPY . . 08:56:27 #138 CACHED 08:56:27 08:56:27 #139 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:56:27 #139 CACHED 08:56:27 08:56:27 #140 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 08:56:27 #140 CACHED 08:56:27 08:56:27 #141 [security-proxy-auth builder 6/7] COPY . . 08:56:27 #141 CACHED 08:56:27 08:56:27 #142 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 08:56:27 #142 CACHED 08:56:27 08:56:27 #143 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:56:27 #143 CACHED 08:56:27 08:56:27 #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 08:56:27 #78 DONE 15.7s 08:56:27 08:56:27 #98 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:56:28 #144 1.257 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 08:56:29 #98 ... 08:56:29 08:56:29 #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 08:56:29 #91 17.15 OK: 15 MiB in 28 packages 08:56:29 #91 DONE 18.0s 08:56:29 08:56:29 #79 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 08:56:29 #79 16.67 OK: 9 MiB in 18 packages 08:56:29 #79 DONE 17.5s 08:56:29 08:56:29 #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:56:30 #99 ... 08:56:30 08:56:30 #83 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 08:56:30 #83 16.50 OK: 10 MiB in 19 packages 08:56:30 #83 DONE 17.4s 08:56:31 08:56:31 #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 08:56:31 #100 ... 08:56:31 08:56:31 #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:56:31 #99 DONE 2.2s 08:56:31 08:56:31 #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 08:56:31 #100 DONE 1.2s 08:56:31 08:56:31 #101 [security-spire-config stage-2 5/10] COPY Attribution.txt / 08:56:31 #101 DONE 0.1s 08:56:31 08:56:31 #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:56:32 #102 ... 08:56:32 08:56:32 #103 [security-spire-config stage-2 6/10] COPY security.txt / 08:56:32 #103 DONE 0.2s 08:56:32 08:56:32 #104 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 08:56:32 #104 DONE 0.2s 08:56:32 08:56:32 #105 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:56:32 #105 ... 08:56:32 08:56:32 #106 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 08:56:32 #106 DONE 0.1s 08:56:32 08:56:32 #105 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:56:32 #105 DONE 2.0s 08:56:32 08:56:32 #107 [security-spire-server stage-2 5/9] COPY Attribution.txt / 08:56:32 #107 ... 08:56:32 08:56:32 #108 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 08:56:32 #108 DONE 0.2s 08:56:33 08:56:33 #107 [security-spire-server stage-2 5/9] COPY Attribution.txt / 08:56:33 #107 DONE 0.3s 08:56:33 08:56:33 #109 [security-spire-config] exporting to image 08:56:33 #109 exporting layers 08:56:33 #109 ... 08:56:33 08:56:33 #110 [security-spire-server stage-2 6/9] COPY security.txt / 08:56:33 #110 DONE 0.3s 08:56:33 08:56:33 #111 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 08:56:33 #111 DONE 0.2s 08:56:33 08:56:33 #112 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 08:56:33 #112 DONE 0.2s 08:56:33 08:56:33 #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 08:56:34 #113 DONE 0.3s 08:56:34 08:56:34 #109 [security-spire-server] exporting to image 08:56:34 #109 ... 08:56:34 08:56:34 #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:56:34 #102 DONE 2.6s 08:56:34 08:56:34 #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 08:56:34 #114 DONE 0.3s 08:56:34 08:56:34 #115 [security-spire-agent stage-3 7/10] COPY security.txt / 08:56:34 #115 DONE 0.2s 08:56:34 08:56:34 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 08:56:35 #116 DONE 0.2s 08:56:35 08:56:35 #87 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:56:35 #87 ... 08:56:35 08:56:35 #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 08:56:35 #117 DONE 0.1s 08:56:35 08:56:35 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 08:56:35 #118 DONE 0.2s 08:56:35 08:56:35 #109 [security-spire-agent] exporting to image 08:56:36 #109 exporting layers 3.5s done 08:56:36 #109 writing image sha256:5cc87de809670c4f8ecb513103d122a555318756c4d37cf8543bbcb33bb301af done 08:56:36 #109 naming to docker.io/library/security-spire-config-arm64 done 08:56:37 #109 exporting layers 3.0s done 08:56:37 #109 writing image sha256:2df0008ea62c3ae68b1481436a0c997ec9e14b5c5ad134ad44ddf5e9d6b93ca5 08:56:37 #109 writing image sha256:2df0008ea62c3ae68b1481436a0c997ec9e14b5c5ad134ad44ddf5e9d6b93ca5 done 08:56:37 #109 naming to docker.io/library/security-spire-server-arm64 done 08:56:37 #109 exporting layers 2.2s done 08:56:37 #109 writing image sha256:e1ce1d08d0bbb71f09ac8d364e2af6470cee2416e869379b24f22e04dd728e89 done 08:56:37 #109 naming to docker.io/library/security-spire-agent-arm64 done 08:56:37 #109 DONE 4.8s 08:56:37 08:56:37 #98 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:56:37 #144 ... 08:56:37 08:56:37 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:56:37 #0 0.629 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:56:37 #145 ... 08:56:37 08:56:37 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:56:37 #0 1.154 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 08:56:37 #146 ... 08:56:37 08:56:37 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 08:56:37 #0 1.254 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 08:56:37 #147 ... 08:56:37 08:56:37 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:56:37 #0 0.692 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 08:56:37 #148 ... 08:56:37 08:56:37 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:56:37 #0 0.594 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:56:37 #149 ... 08:56:37 08:56:37 #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 08:56:37 #0 0.831 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:56:37 #150 ... 08:56:37 08:56:37 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:56:37 #0 1.130 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 08:56:37 #151 ... 08:56:37 08:56:37 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 08:56:37 #0 0.941 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 08:56:37 #152 ... 08:56:37 08:56:37 #137 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:56:37 #137 0.939 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:56:38 #137 ... 08:56:38 08:56:38 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 08:56:38 #0 1.050 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 08:56:38 #153 ... 08:56:38 08:56:38 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:56:38 #0 0.517 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:58:14 #154 ... 08:58:14 08:58:14 #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 08:58:14 #144 DONE 100.9s 08:58:14 08:58:14 #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 08:58:14 #150 DONE 100.9s 08:58:14 08:58:14 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:58:14 #155 ... 08:58:14 08:58:14 #156 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 08:58:14 #156 DONE 0.3s 08:58:14 08:58:14 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:58:14 #155 DONE 0.3s 08:58:14 08:58:14 #157 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:58:14 #157 DONE 0.4s 08:58:14 08:58:14 #158 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 08:58:14 #158 ... 08:58:14 08:58:14 #159 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 08:58:14 #159 DONE 0.4s 08:58:14 08:58:14 #160 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 08:58:14 #160 DONE 0.4s 08:58:14 08:58:14 #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 08:58:14 #161 DONE 0.1s 08:58:14 08:58:14 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:58:14 #162 ... 08:58:14 08:58:14 #158 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 08:58:14 #158 DONE 1.6s 08:58:14 08:58:14 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 08:58:14 #163 DONE 0.3s 08:58:14 08:58:14 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 08:58:14 #164 DONE 0.3s 08:58:14 08:58:14 #137 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:58:14 #137 ... 08:58:14 08:58:14 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:58:14 #165 DONE 0.4s 08:58:14 08:58:14 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:58:14 #162 DONE 1.2s 08:58:14 08:58:14 #94 [core-common-config-bootstrapper] exporting to image 08:58:14 #94 exporting layers 08:58:14 #94 ... 08:58:14 08:58:14 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 08:58:14 #166 DONE 0.2s 08:58:14 08:58:14 #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/ 08:58:14 #167 DONE 0.3s 08:58:14 08:58:14 #94 [core-common-config-bootstrapper] exporting to image 08:58:14 #94 exporting layers 0.7s done 08:58:14 #94 writing image sha256:97bd2899952ef30dd70a7eee799ab8e2358fcf77dc434d73f52249e8e3e14a0e 0.0s done 08:58:14 #94 naming to docker.io/library/core-common-config-bootstrapper 0.0s done 08:58:14 #94 DONE 3.4s 08:58:14 08:58:14 #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/ 08:58:14 #168 DONE 0.3s 08:58:14 08:58:14 #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/ 08:58:14 #169 DONE 0.5s 08:58:14 08:58:14 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:58:14 #170 DONE 0.2s 08:58:14 08:58:14 #137 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:58:14 #137 ... 08:58:14 08:58:14 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 08:58:14 #171 DONE 1.8s 08:58:14 08:58:14 #94 [security-bootstrapper] exporting to image 08:58:14 #94 exporting layers 0.4s done 08:58:14 #94 writing image sha256:b97940a3d205150f09ae239d6a46d621e3d44b76c5f5a821690185cd427ab8d8 done 08:58:14 #94 naming to docker.io/library/security-bootstrapper done 08:58:14 #94 DONE 3.9s 08:58:14 08:58:14 #137 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:58:14 #98 DONE 108.4s 08:58:14 08:58:14 #87 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:58:14 #87 DONE 118.9s 08:58:14 08:58:14 #95 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:58:14 #95 DONE 121.1s 08:58:14 08:58:14 #89 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:58:14 #89 DONE 116.3s 08:58:14 08:58:14 #119 [support-notifications builder 6/7] COPY . . 08:58:14 #119 ... 08:58:14 08:58:14 #92 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:58:14 #92 DONE 111.9s 08:58:14 08:58:14 #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:58:14 #86 DONE 119.7s 08:58:14 08:58:14 #120 [core-keeper builder 7/8] COPY . . 08:58:15 #120 ... 08:58:15 08:58:15 #121 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 08:58:15 #121 CACHED 08:58:15 08:58:15 #122 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:58:15 #122 CACHED 08:58:15 08:58:15 #123 [core-common-config-bootstrapper builder 6/7] COPY . . 08:58:15 #123 CACHED 08:58:15 08:58:15 #124 [core-command builder 6/7] COPY . . 08:58:15 #124 CACHED 08:58:15 08:58:15 #125 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:58:15 #125 CACHED 08:58:15 08:58:15 #126 [core-command builder 4/7] COPY go.mod vendor* ./ 08:58:15 #126 CACHED 08:58:15 08:58:15 #127 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 08:58:15 #127 CACHED 08:58:15 08:58:15 #128 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:58:15 #128 CACHED 08:58:15 08:58:15 #129 [security-proxy-auth builder 6/7] COPY . . 08:58:15 #129 CACHED 08:58:15 08:58:15 #130 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:58:15 #130 CACHED 08:58:15 08:58:15 #131 [core-metadata builder 4/7] COPY go.mod vendor* ./ 08:58:15 #131 CACHED 08:58:15 08:58:15 #132 [core-metadata builder 6/7] COPY . . 08:58:15 #132 CACHED 08:58:15 08:58:15 #133 [security-proxy-setup builder 6/7] COPY . . 08:58:15 #133 CACHED 08:58:15 08:58:15 #134 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 08:58:15 #134 CACHED 08:58:15 08:58:15 #135 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:58:15 #135 CACHED 08:58:15 08:58:15 #136 [core-data builder 6/7] COPY . . 08:58:15 #136 DONE 1.9s 08:58:15 08:58:15 #137 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:58:15 #137 CACHED 08:58:15 08:58:15 #138 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 08:58:15 #138 CACHED 08:58:15 08:58:15 #139 [security-bootstrapper builder 6/7] COPY . . 08:58:15 #139 CACHED 08:58:15 08:58:15 #140 [support-scheduler builder 6/7] COPY . . 08:58:15 #140 DONE 1.9s 08:58:15 08:58:15 #141 [security-secretstore-setup builder 6/7] COPY . . 08:58:15 #141 DONE 1.9s 08:58:15 08:58:15 #120 [core-keeper builder 7/8] COPY . . 08:58:15 #120 DONE 1.9s 08:58:15 08:58:15 #119 [support-notifications builder 6/7] COPY . . 08:58:15 #119 DONE 1.9s 08:58:15 08:58:15 #142 [security-spiffe-token-provider builder 6/7] COPY . . 08:58:15 #142 DONE 2.0s 08:58:15 08:58:15 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:58:20 #143 ... 08:58:20 08:58:20 #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 08:58:20 #0 4.606 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 08:58:21 #144 ... 08:58:21 08:58:21 #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 08:58:21 #0 5.519 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 08:58:21 #145 ... 08:58:21 08:58:21 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:58:21 #0 5.681 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:58:21 #146 ... 08:58:21 08:58:21 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:58:21 #143 5.846 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 08:58:25 #143 ... 08:58:25 08:58:25 #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 08:58:25 #0 5.785 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 08:58:25 #147 ... 08:58:25 08:58:25 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:58:25 #0 5.254 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 08:58:26 #148 ... 08:58:26 08:58:26 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:58:26 #0 5.711 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:58:26 #149 ... 08:58:26 08:58:26 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:58:26 #0 4.948 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 08:58:26 #150 ... 08:58:26 08:58:26 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 08:58:26 #0 5.778 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:58:26 #151 ... 08:58:26 08:58:26 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 08:58:26 #0 5.921 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 08:58:26 #152 ... 08:58:26 08:58:26 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:58:26 #0 4.901 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:58:26 #153 ... 08:58:26 08:58:26 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:58:26 #0 5.836 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:59:01 #137 ... 08:59:01 08:59:01 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:59:01 #149 148.6 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:59:16 #149 DONE 168.5s 08:59:16 08:59:16 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:59:16 #154 DONE 168.6s 08:59:16 08:59:16 #137 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:59:16 #137 DONE 168.4s 08:59:16 08:59:16 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:59:16 #146 DONE 168.5s 08:59:16 08:59:16 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:59:16 #145 DONE 168.6s 08:59:16 08:59:16 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 08:59:16 #153 DONE 168.5s 08:59:16 08:59:16 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:59:16 #148 DONE 168.6s 08:59:16 08:59:16 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:59:16 #151 DONE 168.5s 08:59:16 08:59:16 #172 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:59:16 #172 ... 08:59:16 08:59:16 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 08:59:16 #147 DONE 168.7s 08:59:16 08:59:16 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 08:59:16 #152 DONE 168.8s 08:59:16 08:59:16 #173 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:59:16 #173 ... 08:59:16 08:59:16 #172 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:59:16 #172 DONE 0.4s 08:59:16 08:59:16 #174 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 08:59:16 #174 DONE 0.4s 08:59:16 08:59:16 #175 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:59:16 #175 DONE 0.4s 08:59:16 08:59:16 #173 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:59:16 #173 DONE 0.3s 08:59:16 08:59:16 #176 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:59:16 #176 DONE 0.4s 08:59:16 08:59:16 #177 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:59:16 #177 ... 08:59:16 08:59:16 #178 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 08:59:16 #178 DONE 0.4s 08:59:16 08:59:16 #179 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 08:59:16 #179 DONE 0.3s 08:59:16 08:59:16 #180 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:59:16 #180 DONE 0.2s 08:59:16 08:59:16 #181 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 08:59:16 #181 DONE 0.2s 08:59:16 08:59:16 #182 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 08:59:16 #182 DONE 0.2s 08:59:16 08:59:16 #183 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:59:16 #183 CACHED 08:59:16 08:59:16 #184 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:59:16 #184 CACHED 08:59:16 08:59:16 #185 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:59:16 #185 DONE 0.2s 08:59:16 08:59:16 #177 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:59:16 #177 DONE 0.2s 08:59:16 08:59:16 #186 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 08:59:16 #186 DONE 0.2s 08:59:16 08:59:16 #187 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:59:16 #187 CACHED 08:59:16 08:59:16 #188 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:59:16 #188 CACHED 08:59:16 08:59:16 #189 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:59:16 #189 ... 08:59:16 08:59:16 #190 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:59:16 #190 DONE 0.2s 08:59:16 08:59:16 #191 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:59:17 #191 ... 08:59:17 08:59:17 #192 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 08:59:17 #192 DONE 1.6s 08:59:17 08:59:17 #193 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:59:17 #193 DONE 1.7s 08:59:17 08:59:17 #194 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:59:17 #194 DONE 1.7s 08:59:17 08:59:17 #195 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 08:59:17 #195 DONE 1.7s 08:59:17 08:59:17 #196 [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 08:59:17 #196 DONE 1.7s 08:59:17 08:59:17 #197 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:59:17 #197 DONE 1.8s 08:59:17 08:59:17 #198 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 08:59:17 #198 DONE 1.8s 08:59:17 08:59:17 #199 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 08:59:18 #199 ... 08:59:18 08:59:18 #191 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:59:18 #191 DONE 1.7s 08:59:18 08:59:18 #189 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:59:18 #189 DONE 1.8s 08:59:18 08:59:18 #200 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 08:59:18 #200 DONE 1.8s 08:59:18 08:59:18 #201 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 08:59:18 #201 DONE 0.3s 08:59:18 08:59:18 #202 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 08:59:18 #202 DONE 0.3s 08:59:18 08:59:18 #203 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 08:59:18 #203 DONE 0.3s 08:59:18 08:59:18 #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 08:59:18 #204 DONE 0.3s 08:59:18 08:59:18 #205 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 08:59:18 #205 DONE 0.3s 08:59:18 08:59:18 #94 [core-keeper] exporting to image 08:59:18 #94 exporting layers 08:59:18 #94 ... 08:59:18 08:59:18 #206 [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 08:59:18 #206 DONE 0.3s 08:59:18 08:59:18 #207 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 08:59:18 #207 DONE 0.3s 08:59:18 08:59:18 #199 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 08:59:18 #199 DONE 0.3s 08:59:18 08:59:18 #208 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 08:59:18 #208 DONE 0.3s 08:59:18 08:59:18 #209 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 08:59:18 #209 DONE 0.3s 08:59:18 08:59:18 #94 [support-scheduler] exporting to image 08:59:18 #94 ... 08:59:18 08:59:18 #210 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 08:59:18 #210 DONE 0.4s 08:59:18 08:59:18 #211 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 08:59:18 #211 DONE 0.4s 08:59:18 08:59:18 #212 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 08:59:18 #212 DONE 0.3s 08:59:18 08:59:18 #213 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 08:59:18 #213 DONE 0.2s 08:59:18 08:59:18 #94 [core-metadata] exporting to image 08:59:18 #94 exporting layers 0.3s done 08:59:18 #94 writing image sha256:373d751750988c49c547c82f56ae4dfbe83a5a2a8df931192402e86d739ab126 0.0s done 08:59:18 #94 writing image sha256:59290c9531806f7fb9d12054839337fee481d9b89000ef409d03dcce70ce95c6 08:59:18 #94 writing image sha256:fcf83a82630ffa468fd989460920e8b02fd280aaee37c06673e543ad3d749cd5 08:59:18 #94 naming to docker.io/library/core-data 08:59:18 #94 writing image sha256:59290c9531806f7fb9d12054839337fee481d9b89000ef409d03dcce70ce95c6 0.0s done 08:59:18 #94 writing image sha256:fcf83a82630ffa468fd989460920e8b02fd280aaee37c06673e543ad3d749cd5 0.0s done 08:59:18 #94 naming to docker.io/library/core-data done 08:59:18 #94 naming to docker.io/library/core-keeper done 08:59:18 #94 naming to docker.io/library/core-command done 08:59:18 #94 exporting layers 0.7s done 08:59:19 #94 ... 08:59:19 08:59:19 #214 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:59:19 #214 DONE 0.5s 08:59:19 08:59:19 #215 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:59:19 #215 DONE 0.5s 08:59:19 08:59:19 #94 [support-notifications] exporting to image 08:59:19 #94 exporting layers 0.7s done 08:59:19 #94 writing image sha256:79e7dce7bfe1bc5a49c9de955d60c4a3e261af151326b8255e3f7bdf3095ba8e done 08:59:19 #94 writing image sha256:f9707c096a774b1e2ac36fe075e8522d27fd2119e0818a6cf566e31f87bb888d 0.0s done 08:59:19 #94 writing image sha256:167a21ee62c79657a54fd8cac9bec784724b61cd297a7a3809e9c6e68434d74b done 08:59:19 #94 naming to docker.io/library/security-spiffe-token-provider done 08:59:19 #94 naming to docker.io/library/support-scheduler done 08:59:19 #94 naming to docker.io/library/support-notifications done 08:59:19 #94 ... 08:59:19 08:59:19 #216 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 08:59:19 #216 DONE 0.2s 08:59:19 08:59:19 #217 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:59:19 #217 DONE 0.9s 08:59:19 08:59:19 #218 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:59:19 #218 ... 08:59:19 08:59:19 #219 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:59:19 #219 DONE 0.4s 08:59:19 08:59:19 #220 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:59:19 #220 DONE 0.1s 08:59:19 08:59:19 #94 [core-metadata] exporting to image 08:59:19 #94 exporting layers 0.9s done 08:59:19 #94 writing image sha256:7c5de7815bf58b3fdf3c2bbf3e181a5f9f8b8c0d98695675055bddb990d3320d done 08:59:19 #94 naming to docker.io/library/core-metadata done 08:59:19 #94 ... 08:59:19 08:59:19 #218 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:59:19 #218 DONE 0.5s 08:59:19 08:59:19 #221 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:59:19 #221 DONE 0.4s 08:59:19 08:59:19 #94 [security-proxy-setup] exporting to image 08:59:19 #94 exporting layers 0.3s done 08:59:19 #94 writing image sha256:680caa4a061efebccca1308b8efd64cf68d35256c2d3869063ddb14416ea21a6 0.0s done 08:59:19 #94 naming to docker.io/library/security-proxy-setup 08:59:20 #94 exporting layers 0.3s done 08:59:20 #94 naming to docker.io/library/security-proxy-setup done 08:59:20 #94 writing image sha256:2c386f74568f88e3bd89e8fe05efa8f8fa78b49938fd9679a93159fd6a4aff44 done 08:59:20 #94 naming to docker.io/library/security-secretstore-setup done 08:59:20 #94 exporting layers 0.9s done 08:59:20 #94 writing image sha256:49bf092f634facebdb677dee096868164ad150ce830d56607d5436324c10baad done 08:59:20 #94 naming to docker.io/library/security-proxy-auth done 08:59:20 #94 DONE 6.1s 08:59:20 08:59:20 #39 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 08:59:20 time="2025-04-18T08:54:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:59:20 time="2025-04-18T08:54:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:59:20 time="2025-04-18T08:54:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:59:20 time="2025-04-18T08:54:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:59:20 time="2025-04-18T08:54:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:59:20 time="2025-04-18T08:54:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:59:20 time="2025-04-18T08:54:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:59:20 time="2025-04-18T08:54:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:59:20 time="2025-04-18T08:54:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:59:20 time="2025-04-18T08:54:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:59:20 time="2025-04-18T08:54:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:59:20 time="2025-04-18T08:54:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:59:20 time="2025-04-18T08:54:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:59:20 time="2025-04-18T08:54:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:59:20 time="2025-04-18T08:54:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 08:59:20 $ docker stop --time=1 1234098618a970bc4cf422477a06edd094cd085545d90058a304c5c9527db55e 08:59:21 $ docker rm -f --volumes 1234098618a970bc4cf422477a06edd094cd085545d90058a304c5c9527db55e [Pipeline] // withDockerContainer [Pipeline] sh 08:59:21 + docker images 08:59:21 REPOSITORY TAG IMAGE ID CREATED SIZE 08:59:21 security-secretstore-setup latest 2c386f74568f 2 seconds ago 68MB 08:59:21 security-proxy-auth latest 49bf092f634f 2 seconds ago 31.4MB 08:59:21 security-proxy-setup latest 680caa4a061e 2 seconds ago 38.3MB 08:59:21 core-metadata latest 7c5de7815bf5 3 seconds ago 32.7MB 08:59:21 support-scheduler latest 79e7dce7bfe1 4 seconds ago 48.4MB 08:59:21 security-spiffe-token-provider latest 167a21ee62c7 4 seconds ago 47.2MB 08:59:21 core-keeper latest 59290c953180 4 seconds ago 32.1MB 08:59:21 core-data latest 373d75175098 4 seconds ago 32.5MB 08:59:21 support-notifications latest f9707c096a77 4 seconds ago 51.9MB 08:59:21 core-command latest fcf83a82630f 4 seconds ago 28MB 08:59:21 security-bootstrapper latest b97940a3d205 About a minute ago 20.3MB 08:59:21 core-common-config-bootstrapper latest 97bd2899952e About a minute ago 17.1MB 08:59:21 security-spire-config latest ba9b5825bef1 4 minutes ago 149MB 08:59:21 security-spire-server latest 57f251d82cf2 4 minutes ago 149MB 08:59:21 security-spire-agent latest be0d773841f8 4 minutes ago 195MB 08:59:21 ci-base-image-x86_64 latest af170ec92e2a 7 minutes ago 923MB 08:59:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 7 days ago 574MB 08:59:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 22 months ago 334MB 08:59:21 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 08:59:21 provisioning config files... 08:59:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/828@tmp/config16264311799361209260tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:59:22 ---> ****-login.sh 08:59:22 nexus3.edgexfoundry.org:10001 08:59:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:59:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:59:22 Configure a credential helper to remove this warning. See 08:59:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:59:22 08:59:22 Login Succeeded 08:59:22 nexus3.edgexfoundry.org:10002 08:59:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:59:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:59:22 Configure a credential helper to remove this warning. See 08:59:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:59:22 08:59:22 Login Succeeded 08:59:22 nexus3.edgexfoundry.org:10003 08:59:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:59:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:59:22 Configure a credential helper to remove this warning. See 08:59:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:59:22 08:59:22 Login Succeeded 08:59:22 nexus3.edgexfoundry.org:10004 08:59:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:59:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:59:22 Configure a credential helper to remove this warning. See 08:59:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:59:22 08:59:22 Login Succeeded 08:59:22 ****.io 08:59:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:59:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:59:22 Configure a credential helper to remove this warning. See 08:59:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:59:22 08:59:22 Login Succeeded 08:59:22 ---> ****-login.sh ends [Pipeline] } 08:59:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:59:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 08:59:22 [edgeXDocker.push] Tagging docker image core-command with the following tags: 08:59:22 010c1fef02ead4f4725b1558caf9c08a877a420a 08:59:22 latest 08:59:22 4.1.0-dev.3 08:59:22 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 08:59:22 main 08:59:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:23 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:23 + docker push nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a 08:59:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 08:59:23 1936f2170568: Preparing 08:59:23 a62c863fca19: Preparing 08:59:23 8b6eeeaa28df: Preparing 08:59:23 cc36f3f12729: Preparing 08:59:23 965c3b46e963: Preparing 08:59:23 69d0d607c9e8: Preparing 08:59:23 994456c4fd7b: Preparing 08:59:23 69d0d607c9e8: Waiting 08:59:23 994456c4fd7b: Waiting 08:59:23 1936f2170568: Pushed 08:59:23 8b6eeeaa28df: Pushed 08:59:23 965c3b46e963: Pushed 08:59:23 cc36f3f12729: Pushed 08:59:23 994456c4fd7b: Layer already exists 08:59:23 69d0d607c9e8: Pushed 08:59:25 a62c863fca19: Pushed 08:59:26 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:26 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:26 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 08:59:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 08:59:26 1936f2170568: Preparing 08:59:26 a62c863fca19: Preparing 08:59:26 8b6eeeaa28df: Preparing 08:59:26 cc36f3f12729: Preparing 08:59:26 965c3b46e963: Preparing 08:59:26 69d0d607c9e8: Preparing 08:59:26 994456c4fd7b: Preparing 08:59:26 69d0d607c9e8: Waiting 08:59:26 994456c4fd7b: Waiting 08:59:26 cc36f3f12729: Layer already exists 08:59:26 1936f2170568: Layer already exists 08:59:26 8b6eeeaa28df: Layer already exists 08:59:26 965c3b46e963: Layer already exists 08:59:26 a62c863fca19: Layer already exists 08:59:26 994456c4fd7b: Layer already exists 08:59:26 69d0d607c9e8: Layer already exists 08:59:26 latest: digest: sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:27 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:27 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3 08:59:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 08:59:27 1936f2170568: Preparing 08:59:27 a62c863fca19: Preparing 08:59:27 8b6eeeaa28df: Preparing 08:59:27 cc36f3f12729: Preparing 08:59:27 965c3b46e963: Preparing 08:59:27 69d0d607c9e8: Preparing 08:59:27 994456c4fd7b: Preparing 08:59:27 69d0d607c9e8: Waiting 08:59:27 994456c4fd7b: Waiting 08:59:27 965c3b46e963: Layer already exists 08:59:27 1936f2170568: Layer already exists 08:59:27 a62c863fca19: Layer already exists 08:59:27 cc36f3f12729: Layer already exists 08:59:27 8b6eeeaa28df: Layer already exists 08:59:27 69d0d607c9e8: Layer already exists 08:59:27 994456c4fd7b: Layer already exists 08:59:27 4.1.0-dev.3: digest: sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:27 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:28 + docker push nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 08:59:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 08:59:28 1936f2170568: Preparing 08:59:28 a62c863fca19: Preparing 08:59:28 8b6eeeaa28df: Preparing 08:59:28 cc36f3f12729: Preparing 08:59:28 965c3b46e963: Preparing 08:59:28 69d0d607c9e8: Preparing 08:59:28 994456c4fd7b: Preparing 08:59:28 69d0d607c9e8: Waiting 08:59:28 994456c4fd7b: Waiting 08:59:28 1936f2170568: Layer already exists 08:59:28 8b6eeeaa28df: Layer already exists 08:59:28 a62c863fca19: Layer already exists 08:59:28 cc36f3f12729: Layer already exists 08:59:28 965c3b46e963: Layer already exists 08:59:28 69d0d607c9e8: Layer already exists 08:59:28 994456c4fd7b: Layer already exists 08:59:28 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:28 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:28 + docker push nexus3.edgexfoundry.org:10004/core-command:main 08:59:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 08:59:28 1936f2170568: Preparing 08:59:28 a62c863fca19: Preparing 08:59:28 8b6eeeaa28df: Preparing 08:59:28 cc36f3f12729: Preparing 08:59:28 965c3b46e963: Preparing 08:59:28 69d0d607c9e8: Preparing 08:59:28 994456c4fd7b: Preparing 08:59:28 69d0d607c9e8: Waiting 08:59:28 994456c4fd7b: Waiting 08:59:28 1936f2170568: Layer already exists 08:59:28 cc36f3f12729: Layer already exists 08:59:28 965c3b46e963: Layer already exists 08:59:28 a62c863fca19: Layer already exists 08:59:28 8b6eeeaa28df: Layer already exists 08:59:28 69d0d607c9e8: Layer already exists 08:59:28 994456c4fd7b: Layer already exists 08:59:28 main: digest: sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:59:28 ===================================================== [Pipeline] echo 08:59:28 taggedImages: 08:59:28 - nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a 08:59:28 - nexus3.edgexfoundry.org:10004/core-command:latest 08:59:28 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3 08:59:28 - nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 08:59:28 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 08:59:28 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 08:59:28 010c1fef02ead4f4725b1558caf9c08a877a420a 08:59:28 latest 08:59:28 4.1.0-dev.3 08:59:28 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 08:59:28 main 08:59:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:29 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:29 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a 08:59:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 08:59:29 c936fee039df: Preparing 08:59:29 781e68f325b7: Preparing 08:59:29 edc72d464ab3: Preparing 08:59:29 88a18316e85a: Preparing 08:59:29 8b6eeeaa28df: Preparing 08:59:29 cc36f3f12729: Preparing 08:59:29 965c3b46e963: Preparing 08:59:29 69d0d607c9e8: Preparing 08:59:29 994456c4fd7b: Preparing 08:59:29 cc36f3f12729: Waiting 08:59:29 965c3b46e963: Waiting 08:59:29 69d0d607c9e8: Waiting 08:59:29 994456c4fd7b: Waiting 08:59:29 8b6eeeaa28df: Layer already exists 08:59:29 cc36f3f12729: Layer already exists 08:59:29 965c3b46e963: Layer already exists 08:59:29 69d0d607c9e8: Layer already exists 08:59:29 edc72d464ab3: Pushed 08:59:29 c936fee039df: Pushed 08:59:29 781e68f325b7: Pushed 08:59:29 994456c4fd7b: Layer already exists 08:59:30 88a18316e85a: Pushed 08:59:30 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:31 + 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 08:59:31 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 08:59:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 08:59:31 c936fee039df: Preparing 08:59:31 781e68f325b7: Preparing 08:59:31 edc72d464ab3: Preparing 08:59:31 88a18316e85a: Preparing 08:59:31 8b6eeeaa28df: Preparing 08:59:31 cc36f3f12729: Preparing 08:59:31 965c3b46e963: Preparing 08:59:31 69d0d607c9e8: Preparing 08:59:31 994456c4fd7b: Preparing 08:59:31 cc36f3f12729: Waiting 08:59:31 965c3b46e963: Waiting 08:59:31 69d0d607c9e8: Waiting 08:59:31 994456c4fd7b: Waiting 08:59:31 c936fee039df: Layer already exists 08:59:31 8b6eeeaa28df: Layer already exists 08:59:31 781e68f325b7: Layer already exists 08:59:31 88a18316e85a: Layer already exists 08:59:31 edc72d464ab3: Layer already exists 08:59:31 cc36f3f12729: Layer already exists 08:59:31 965c3b46e963: Layer already exists 08:59:31 69d0d607c9e8: Layer already exists 08:59:31 994456c4fd7b: Layer already exists 08:59:31 latest: digest: sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:31 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:32 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3 08:59:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 08:59:32 c936fee039df: Preparing 08:59:32 781e68f325b7: Preparing 08:59:32 edc72d464ab3: Preparing 08:59:32 88a18316e85a: Preparing 08:59:32 8b6eeeaa28df: Preparing 08:59:32 cc36f3f12729: Preparing 08:59:32 965c3b46e963: Preparing 08:59:32 69d0d607c9e8: Preparing 08:59:32 994456c4fd7b: Preparing 08:59:32 994456c4fd7b: Waiting 08:59:32 cc36f3f12729: Waiting 08:59:32 69d0d607c9e8: Waiting 08:59:32 965c3b46e963: Waiting 08:59:32 c936fee039df: Layer already exists 08:59:32 8b6eeeaa28df: Layer already exists 08:59:32 edc72d464ab3: Layer already exists 08:59:32 88a18316e85a: Layer already exists 08:59:32 781e68f325b7: Layer already exists 08:59:32 965c3b46e963: Layer already exists 08:59:32 994456c4fd7b: Layer already exists 08:59:32 cc36f3f12729: Layer already exists 08:59:32 69d0d607c9e8: Layer already exists 08:59:32 4.1.0-dev.3: digest: sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:32 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:32 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 08:59:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 08:59:32 c936fee039df: Preparing 08:59:32 781e68f325b7: Preparing 08:59:32 edc72d464ab3: Preparing 08:59:32 88a18316e85a: Preparing 08:59:32 8b6eeeaa28df: Preparing 08:59:32 cc36f3f12729: Preparing 08:59:32 965c3b46e963: Preparing 08:59:32 69d0d607c9e8: Preparing 08:59:32 994456c4fd7b: Preparing 08:59:32 965c3b46e963: Waiting 08:59:32 69d0d607c9e8: Waiting 08:59:32 cc36f3f12729: Waiting 08:59:32 781e68f325b7: Layer already exists 08:59:32 88a18316e85a: Layer already exists 08:59:32 edc72d464ab3: Layer already exists 08:59:32 8b6eeeaa28df: Layer already exists 08:59:32 c936fee039df: Layer already exists 08:59:32 cc36f3f12729: Layer already exists 08:59:32 965c3b46e963: Layer already exists 08:59:32 69d0d607c9e8: Layer already exists 08:59:32 994456c4fd7b: Layer already exists 08:59:32 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:33 + 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 08:59:33 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 08:59:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 08:59:33 c936fee039df: Preparing 08:59:33 781e68f325b7: Preparing 08:59:33 edc72d464ab3: Preparing 08:59:33 88a18316e85a: Preparing 08:59:33 8b6eeeaa28df: Preparing 08:59:33 cc36f3f12729: Preparing 08:59:33 965c3b46e963: Preparing 08:59:33 69d0d607c9e8: Preparing 08:59:33 994456c4fd7b: Preparing 08:59:33 965c3b46e963: Waiting 08:59:33 69d0d607c9e8: Waiting 08:59:33 994456c4fd7b: Waiting 08:59:33 cc36f3f12729: Waiting 08:59:33 8b6eeeaa28df: Layer already exists 08:59:33 edc72d464ab3: Layer already exists 08:59:33 c936fee039df: Layer already exists 08:59:33 781e68f325b7: Layer already exists 08:59:33 88a18316e85a: Layer already exists 08:59:33 cc36f3f12729: Layer already exists 08:59:33 965c3b46e963: Layer already exists 08:59:33 69d0d607c9e8: Layer already exists 08:59:33 994456c4fd7b: Layer already exists 08:59:33 main: digest: sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:59:33 ===================================================== [Pipeline] echo 08:59:33 taggedImages: 08:59:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a 08:59:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 08:59:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3 08:59:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 08:59:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 08:59:33 [edgeXDocker.push] Tagging docker image core-data with the following tags: 08:59:33 010c1fef02ead4f4725b1558caf9c08a877a420a 08:59:33 latest 08:59:33 4.1.0-dev.3 08:59:33 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 08:59:33 main 08:59:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:33 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:34 + docker push nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a 08:59:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 08:59:34 709ca124cfa1: Preparing 08:59:34 ec8f6de90cdd: Preparing 08:59:34 8b6eeeaa28df: Preparing 08:59:34 cc36f3f12729: Preparing 08:59:34 8328dfbd79cd: Preparing 08:59:34 6d83282f2171: Preparing 08:59:34 994456c4fd7b: Preparing 08:59:34 6d83282f2171: Waiting 08:59:34 994456c4fd7b: Waiting 08:59:34 8b6eeeaa28df: Layer already exists 08:59:34 cc36f3f12729: Layer already exists 08:59:34 994456c4fd7b: Layer already exists 08:59:34 8328dfbd79cd: Pushed 08:59:34 709ca124cfa1: Pushed 08:59:34 6d83282f2171: Pushed 08:59:36 ec8f6de90cdd: Pushed 08:59:36 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:37 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:37 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 08:59:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 08:59:37 709ca124cfa1: Preparing 08:59:37 ec8f6de90cdd: Preparing 08:59:37 8b6eeeaa28df: Preparing 08:59:37 cc36f3f12729: Preparing 08:59:37 8328dfbd79cd: Preparing 08:59:37 6d83282f2171: Preparing 08:59:37 994456c4fd7b: Preparing 08:59:37 6d83282f2171: Waiting 08:59:37 8b6eeeaa28df: Layer already exists 08:59:37 8328dfbd79cd: Layer already exists 08:59:37 ec8f6de90cdd: Layer already exists 08:59:37 709ca124cfa1: Layer already exists 08:59:37 cc36f3f12729: Layer already exists 08:59:37 6d83282f2171: Layer already exists 08:59:37 994456c4fd7b: Layer already exists 08:59:37 latest: digest: sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:38 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:38 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.3 08:59:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 08:59:38 709ca124cfa1: Preparing 08:59:38 ec8f6de90cdd: Preparing 08:59:38 8b6eeeaa28df: Preparing 08:59:38 cc36f3f12729: Preparing 08:59:38 8328dfbd79cd: Preparing 08:59:38 6d83282f2171: Preparing 08:59:38 994456c4fd7b: Preparing 08:59:38 6d83282f2171: Waiting 08:59:38 994456c4fd7b: Waiting 08:59:38 709ca124cfa1: Layer already exists 08:59:38 ec8f6de90cdd: Layer already exists 08:59:38 cc36f3f12729: Layer already exists 08:59:38 8328dfbd79cd: Layer already exists 08:59:38 8b6eeeaa28df: Layer already exists 08:59:38 994456c4fd7b: Layer already exists 08:59:38 6d83282f2171: Layer already exists 08:59:38 4.1.0-dev.3: digest: sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:38 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:39 + docker push nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 08:59:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 08:59:39 709ca124cfa1: Preparing 08:59:39 ec8f6de90cdd: Preparing 08:59:39 8b6eeeaa28df: Preparing 08:59:39 cc36f3f12729: Preparing 08:59:39 8328dfbd79cd: Preparing 08:59:39 6d83282f2171: Preparing 08:59:39 994456c4fd7b: Preparing 08:59:39 6d83282f2171: Waiting 08:59:39 994456c4fd7b: Waiting 08:59:39 ec8f6de90cdd: Layer already exists 08:59:39 8b6eeeaa28df: Layer already exists 08:59:39 8328dfbd79cd: Layer already exists 08:59:39 709ca124cfa1: Layer already exists 08:59:39 cc36f3f12729: Layer already exists 08:59:39 6d83282f2171: Layer already exists 08:59:39 994456c4fd7b: Layer already exists 08:59:39 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:39 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:39 + docker push nexus3.edgexfoundry.org:10004/core-data:main 08:59:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 08:59:39 709ca124cfa1: Preparing 08:59:39 ec8f6de90cdd: Preparing 08:59:39 8b6eeeaa28df: Preparing 08:59:39 cc36f3f12729: Preparing 08:59:39 8328dfbd79cd: Preparing 08:59:39 6d83282f2171: Preparing 08:59:39 994456c4fd7b: Preparing 08:59:39 6d83282f2171: Waiting 08:59:39 994456c4fd7b: Waiting 08:59:39 8b6eeeaa28df: Layer already exists 08:59:39 ec8f6de90cdd: Layer already exists 08:59:39 cc36f3f12729: Layer already exists 08:59:39 8328dfbd79cd: Layer already exists 08:59:39 709ca124cfa1: Layer already exists 08:59:39 994456c4fd7b: Layer already exists 08:59:39 6d83282f2171: Layer already exists 08:59:39 main: digest: sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:59:39 ===================================================== [Pipeline] echo 08:59:39 taggedImages: 08:59:39 - nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a 08:59:39 - nexus3.edgexfoundry.org:10004/core-data:latest 08:59:39 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.3 08:59:39 - nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 08:59:39 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 08:59:39 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 08:59:39 010c1fef02ead4f4725b1558caf9c08a877a420a 08:59:39 latest 08:59:39 4.1.0-dev.3 08:59:39 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 08:59:39 main 08:59:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:40 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:40 + docker push nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a 08:59:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 08:59:40 8e0a4b54b8b1: Preparing 08:59:40 21fc32ce1785: Preparing 08:59:40 cc36f3f12729: Preparing 08:59:40 cbed61d16ec9: Preparing 08:59:40 90888b3be9c9: Preparing 08:59:40 994456c4fd7b: Preparing 08:59:40 cc36f3f12729: Layer already exists 08:59:40 994456c4fd7b: Layer already exists 08:59:40 cbed61d16ec9: Pushed 08:59:40 8e0a4b54b8b1: Pushed 08:59:40 90888b3be9c9: Pushed 08:59:43 21fc32ce1785: Pushed 08:59:43 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:43 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:43 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 08:59:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 08:59:43 8e0a4b54b8b1: Preparing 08:59:43 21fc32ce1785: Preparing 08:59:43 cc36f3f12729: Preparing 08:59:43 cbed61d16ec9: Preparing 08:59:43 90888b3be9c9: Preparing 08:59:43 994456c4fd7b: Preparing 08:59:43 994456c4fd7b: Waiting 08:59:43 90888b3be9c9: Layer already exists 08:59:43 cc36f3f12729: Layer already exists 08:59:43 21fc32ce1785: Layer already exists 08:59:43 8e0a4b54b8b1: Layer already exists 08:59:43 cbed61d16ec9: Layer already exists 08:59:43 994456c4fd7b: Layer already exists 08:59:43 latest: digest: sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:43 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:44 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.3 08:59:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 08:59:44 8e0a4b54b8b1: Preparing 08:59:44 21fc32ce1785: Preparing 08:59:44 cc36f3f12729: Preparing 08:59:44 cbed61d16ec9: Preparing 08:59:44 90888b3be9c9: Preparing 08:59:44 994456c4fd7b: Preparing 08:59:44 994456c4fd7b: Waiting 08:59:44 cbed61d16ec9: Layer already exists 08:59:44 90888b3be9c9: Layer already exists 08:59:44 8e0a4b54b8b1: Layer already exists 08:59:44 21fc32ce1785: Layer already exists 08:59:44 cc36f3f12729: Layer already exists 08:59:44 994456c4fd7b: Layer already exists 08:59:44 4.1.0-dev.3: digest: sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:44 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:44 + docker push nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 08:59:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 08:59:44 8e0a4b54b8b1: Preparing 08:59:44 21fc32ce1785: Preparing 08:59:44 cc36f3f12729: Preparing 08:59:44 cbed61d16ec9: Preparing 08:59:44 90888b3be9c9: Preparing 08:59:44 994456c4fd7b: Preparing 08:59:44 994456c4fd7b: Waiting 08:59:44 8e0a4b54b8b1: Layer already exists 08:59:44 cbed61d16ec9: Layer already exists 08:59:44 cc36f3f12729: Layer already exists 08:59:44 90888b3be9c9: Layer already exists 08:59:44 21fc32ce1785: Layer already exists 08:59:44 994456c4fd7b: Layer already exists 08:59:44 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:45 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:45 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 08:59:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 08:59:45 8e0a4b54b8b1: Preparing 08:59:45 21fc32ce1785: Preparing 08:59:45 cc36f3f12729: Preparing 08:59:45 cbed61d16ec9: Preparing 08:59:45 90888b3be9c9: Preparing 08:59:45 994456c4fd7b: Preparing 08:59:45 994456c4fd7b: Waiting 08:59:45 cbed61d16ec9: Layer already exists 08:59:45 8e0a4b54b8b1: Layer already exists 08:59:45 cc36f3f12729: Layer already exists 08:59:45 21fc32ce1785: Layer already exists 08:59:45 90888b3be9c9: Layer already exists 08:59:45 994456c4fd7b: Layer already exists 08:59:45 main: digest: sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:59:45 ===================================================== [Pipeline] echo 08:59:45 taggedImages: 08:59:45 - nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a 08:59:45 - nexus3.edgexfoundry.org:10004/core-keeper:latest 08:59:45 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.3 08:59:45 - nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 08:59:45 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 08:59:45 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 08:59:45 010c1fef02ead4f4725b1558caf9c08a877a420a 08:59:45 latest 08:59:45 4.1.0-dev.3 08:59:45 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 08:59:45 main 08:59:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:46 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:46 + docker push nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a 08:59:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 08:59:46 e52df148c0d0: Preparing 08:59:46 f7d9d91f80b6: Preparing 08:59:46 42abda2e0fbc: Preparing 08:59:46 8b6eeeaa28df: Preparing 08:59:46 cc36f3f12729: Preparing 08:59:46 965c3b46e963: Preparing 08:59:46 69d0d607c9e8: Preparing 08:59:46 994456c4fd7b: Preparing 08:59:46 965c3b46e963: Waiting 08:59:46 69d0d607c9e8: Waiting 08:59:46 8b6eeeaa28df: Layer already exists 08:59:46 cc36f3f12729: Layer already exists 08:59:46 965c3b46e963: Layer already exists 08:59:46 69d0d607c9e8: Layer already exists 08:59:46 994456c4fd7b: Layer already exists 08:59:46 f7d9d91f80b6: Pushed 08:59:46 e52df148c0d0: Pushed 08:59:48 42abda2e0fbc: Pushed 08:59:49 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:49 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:49 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 08:59:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 08:59:49 e52df148c0d0: Preparing 08:59:49 f7d9d91f80b6: Preparing 08:59:49 42abda2e0fbc: Preparing 08:59:49 8b6eeeaa28df: Preparing 08:59:49 cc36f3f12729: Preparing 08:59:49 965c3b46e963: Preparing 08:59:49 69d0d607c9e8: Preparing 08:59:49 994456c4fd7b: Preparing 08:59:49 965c3b46e963: Waiting 08:59:49 69d0d607c9e8: Waiting 08:59:49 994456c4fd7b: Waiting 08:59:49 cc36f3f12729: Layer already exists 08:59:49 8b6eeeaa28df: Layer already exists 08:59:49 42abda2e0fbc: Layer already exists 08:59:49 f7d9d91f80b6: Layer already exists 08:59:49 e52df148c0d0: Layer already exists 08:59:49 965c3b46e963: Layer already exists 08:59:49 69d0d607c9e8: Layer already exists 08:59:49 994456c4fd7b: Layer already exists 08:59:49 latest: digest: sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:50 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.3 08:59:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 08:59:50 e52df148c0d0: Preparing 08:59:50 f7d9d91f80b6: Preparing 08:59:50 42abda2e0fbc: Preparing 08:59:50 8b6eeeaa28df: Preparing 08:59:50 cc36f3f12729: Preparing 08:59:50 965c3b46e963: Preparing 08:59:50 69d0d607c9e8: Preparing 08:59:50 994456c4fd7b: Preparing 08:59:50 965c3b46e963: Waiting 08:59:50 994456c4fd7b: Waiting 08:59:50 69d0d607c9e8: Waiting 08:59:50 f7d9d91f80b6: Layer already exists 08:59:50 e52df148c0d0: Layer already exists 08:59:50 8b6eeeaa28df: Layer already exists 08:59:50 cc36f3f12729: Layer already exists 08:59:50 42abda2e0fbc: Layer already exists 08:59:50 965c3b46e963: Layer already exists 08:59:50 69d0d607c9e8: Layer already exists 08:59:50 994456c4fd7b: Layer already exists 08:59:50 4.1.0-dev.3: digest: sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:50 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:51 + docker push nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 08:59:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 08:59:51 e52df148c0d0: Preparing 08:59:51 f7d9d91f80b6: Preparing 08:59:51 42abda2e0fbc: Preparing 08:59:51 8b6eeeaa28df: Preparing 08:59:51 cc36f3f12729: Preparing 08:59:51 965c3b46e963: Preparing 08:59:51 69d0d607c9e8: Preparing 08:59:51 994456c4fd7b: Preparing 08:59:51 965c3b46e963: Waiting 08:59:51 69d0d607c9e8: Waiting 08:59:51 e52df148c0d0: Layer already exists 08:59:51 8b6eeeaa28df: Layer already exists 08:59:51 42abda2e0fbc: Layer already exists 08:59:51 f7d9d91f80b6: Layer already exists 08:59:51 cc36f3f12729: Layer already exists 08:59:51 69d0d607c9e8: Layer already exists 08:59:51 965c3b46e963: Layer already exists 08:59:51 994456c4fd7b: Layer already exists 08:59:51 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:51 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:51 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 08:59:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 08:59:51 e52df148c0d0: Preparing 08:59:51 f7d9d91f80b6: Preparing 08:59:51 42abda2e0fbc: Preparing 08:59:51 8b6eeeaa28df: Preparing 08:59:51 cc36f3f12729: Preparing 08:59:51 965c3b46e963: Preparing 08:59:51 69d0d607c9e8: Preparing 08:59:51 994456c4fd7b: Preparing 08:59:51 965c3b46e963: Waiting 08:59:51 994456c4fd7b: Waiting 08:59:51 69d0d607c9e8: Waiting 08:59:51 8b6eeeaa28df: Layer already exists 08:59:51 42abda2e0fbc: Layer already exists 08:59:51 f7d9d91f80b6: Layer already exists 08:59:51 e52df148c0d0: Layer already exists 08:59:51 cc36f3f12729: Layer already exists 08:59:51 965c3b46e963: Layer already exists 08:59:51 69d0d607c9e8: Layer already exists 08:59:51 994456c4fd7b: Layer already exists 08:59:51 main: digest: sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:59:51 ===================================================== [Pipeline] echo 08:59:51 taggedImages: 08:59:51 - nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a 08:59:51 - nexus3.edgexfoundry.org:10004/core-metadata:latest 08:59:51 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.3 08:59:51 - nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 08:59:51 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 08:59:51 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 08:59:51 010c1fef02ead4f4725b1558caf9c08a877a420a 08:59:51 latest 08:59:51 4.1.0-dev.3 08:59:51 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 08:59:51 main 08:59:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:52 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:52 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a 08:59:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 08:59:52 f9a9a1894953: Preparing 08:59:52 ad5f9ca28e9d: Preparing 08:59:52 b0737fdaf451: Preparing 08:59:52 2ce0295a513f: Preparing 08:59:52 2d5c2985bb43: Preparing 08:59:52 c7eca272f607: Preparing 08:59:52 c043744ecd11: Preparing 08:59:52 8b6eeeaa28df: Preparing 08:59:52 cc36f3f12729: Preparing 08:59:52 ae3baae82d26: Preparing 08:59:52 37d55bd34a1f: Preparing 08:59:52 5f70bf18a086: Preparing 08:59:52 05f1aeb90836: Preparing 08:59:52 14189a41c073: Preparing 08:59:52 4fb6d5ccb632: Preparing 08:59:52 994456c4fd7b: Preparing 08:59:52 c7eca272f607: Waiting 08:59:52 c043744ecd11: Waiting 08:59:52 8b6eeeaa28df: Waiting 08:59:52 cc36f3f12729: Waiting 08:59:52 ae3baae82d26: Waiting 08:59:52 37d55bd34a1f: Waiting 08:59:52 5f70bf18a086: Waiting 08:59:52 994456c4fd7b: Waiting 08:59:52 05f1aeb90836: Waiting 08:59:52 14189a41c073: Waiting 08:59:52 4fb6d5ccb632: Waiting 08:59:52 2ce0295a513f: Pushed 08:59:52 b0737fdaf451: Pushed 08:59:52 2d5c2985bb43: Pushed 08:59:52 ad5f9ca28e9d: Pushed 08:59:52 f9a9a1894953: Pushed 08:59:52 8b6eeeaa28df: Layer already exists 08:59:52 cc36f3f12729: Layer already exists 08:59:52 c7eca272f607: Pushed 08:59:52 5f70bf18a086: Layer already exists 08:59:52 ae3baae82d26: Pushed 08:59:52 37d55bd34a1f: Pushed 08:59:52 05f1aeb90836: Pushed 08:59:52 14189a41c073: Pushed 08:59:52 994456c4fd7b: Layer already exists 08:59:52 4fb6d5ccb632: Pushed 08:59:54 c043744ecd11: Pushed 08:59:54 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:54 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:54 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 08:59:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 08:59:54 f9a9a1894953: Preparing 08:59:54 ad5f9ca28e9d: Preparing 08:59:54 b0737fdaf451: Preparing 08:59:54 2ce0295a513f: Preparing 08:59:54 2d5c2985bb43: Preparing 08:59:54 c7eca272f607: Preparing 08:59:54 c043744ecd11: Preparing 08:59:54 8b6eeeaa28df: Preparing 08:59:54 cc36f3f12729: Preparing 08:59:54 ae3baae82d26: Preparing 08:59:54 37d55bd34a1f: Preparing 08:59:54 5f70bf18a086: Preparing 08:59:54 05f1aeb90836: Preparing 08:59:54 14189a41c073: Preparing 08:59:54 4fb6d5ccb632: Preparing 08:59:54 994456c4fd7b: Preparing 08:59:54 c7eca272f607: Waiting 08:59:54 c043744ecd11: Waiting 08:59:54 8b6eeeaa28df: Waiting 08:59:54 cc36f3f12729: Waiting 08:59:54 ae3baae82d26: Waiting 08:59:54 37d55bd34a1f: Waiting 08:59:54 5f70bf18a086: Waiting 08:59:54 05f1aeb90836: Waiting 08:59:54 14189a41c073: Waiting 08:59:54 4fb6d5ccb632: Waiting 08:59:54 994456c4fd7b: Waiting 08:59:54 f9a9a1894953: Layer already exists 08:59:54 ad5f9ca28e9d: Layer already exists 08:59:54 2ce0295a513f: Layer already exists 08:59:54 2d5c2985bb43: Layer already exists 08:59:54 b0737fdaf451: Layer already exists 08:59:54 c7eca272f607: Layer already exists 08:59:54 8b6eeeaa28df: Layer already exists 08:59:54 c043744ecd11: Layer already exists 08:59:54 ae3baae82d26: Layer already exists 08:59:54 cc36f3f12729: Layer already exists 08:59:54 37d55bd34a1f: Layer already exists 08:59:54 05f1aeb90836: Layer already exists 08:59:54 14189a41c073: Layer already exists 08:59:54 5f70bf18a086: Layer already exists 08:59:54 4fb6d5ccb632: Layer already exists 08:59:54 994456c4fd7b: Layer already exists 08:59:54 latest: digest: sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:55 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:55 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3 08:59:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 08:59:55 f9a9a1894953: Preparing 08:59:55 ad5f9ca28e9d: Preparing 08:59:55 b0737fdaf451: Preparing 08:59:55 2ce0295a513f: Preparing 08:59:55 2d5c2985bb43: Preparing 08:59:55 c7eca272f607: Preparing 08:59:55 c043744ecd11: Preparing 08:59:55 8b6eeeaa28df: Preparing 08:59:55 cc36f3f12729: Preparing 08:59:55 ae3baae82d26: Preparing 08:59:55 37d55bd34a1f: Preparing 08:59:55 5f70bf18a086: Preparing 08:59:55 05f1aeb90836: Preparing 08:59:55 14189a41c073: Preparing 08:59:55 4fb6d5ccb632: Preparing 08:59:55 994456c4fd7b: Preparing 08:59:55 ae3baae82d26: Waiting 08:59:55 37d55bd34a1f: Waiting 08:59:55 5f70bf18a086: Waiting 08:59:55 05f1aeb90836: Waiting 08:59:55 14189a41c073: Waiting 08:59:55 4fb6d5ccb632: Waiting 08:59:55 994456c4fd7b: Waiting 08:59:55 c043744ecd11: Waiting 08:59:55 8b6eeeaa28df: Waiting 08:59:55 c7eca272f607: Waiting 08:59:55 f9a9a1894953: Layer already exists 08:59:55 2ce0295a513f: Layer already exists 08:59:55 ad5f9ca28e9d: Layer already exists 08:59:55 2d5c2985bb43: Layer already exists 08:59:55 b0737fdaf451: Layer already exists 08:59:55 c7eca272f607: Layer already exists 08:59:55 c043744ecd11: Layer already exists 08:59:55 8b6eeeaa28df: Layer already exists 08:59:55 ae3baae82d26: Layer already exists 08:59:55 cc36f3f12729: Layer already exists 08:59:55 37d55bd34a1f: Layer already exists 08:59:55 5f70bf18a086: Layer already exists 08:59:55 05f1aeb90836: Layer already exists 08:59:55 14189a41c073: Layer already exists 08:59:55 4fb6d5ccb632: Layer already exists 08:59:55 994456c4fd7b: Layer already exists 08:59:55 4.1.0-dev.3: digest: sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:55 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:56 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 08:59:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 08:59:56 f9a9a1894953: Preparing 08:59:56 ad5f9ca28e9d: Preparing 08:59:56 b0737fdaf451: Preparing 08:59:56 2ce0295a513f: Preparing 08:59:56 2d5c2985bb43: Preparing 08:59:56 c7eca272f607: Preparing 08:59:56 c043744ecd11: Preparing 08:59:56 8b6eeeaa28df: Preparing 08:59:56 cc36f3f12729: Preparing 08:59:56 ae3baae82d26: Preparing 08:59:56 37d55bd34a1f: Preparing 08:59:56 5f70bf18a086: Preparing 08:59:56 cc36f3f12729: Waiting 08:59:56 c7eca272f607: Waiting 08:59:56 c043744ecd11: Waiting 08:59:56 37d55bd34a1f: Waiting 08:59:56 8b6eeeaa28df: Waiting 08:59:56 05f1aeb90836: Preparing 08:59:56 14189a41c073: Preparing 08:59:56 5f70bf18a086: Waiting 08:59:56 05f1aeb90836: Waiting 08:59:56 14189a41c073: Waiting 08:59:56 4fb6d5ccb632: Preparing 08:59:56 994456c4fd7b: Preparing 08:59:56 4fb6d5ccb632: Waiting 08:59:56 994456c4fd7b: Waiting 08:59:56 2d5c2985bb43: Layer already exists 08:59:56 2ce0295a513f: Layer already exists 08:59:56 b0737fdaf451: Layer already exists 08:59:56 f9a9a1894953: Layer already exists 08:59:56 ad5f9ca28e9d: Layer already exists 08:59:56 c043744ecd11: Layer already exists 08:59:56 c7eca272f607: Layer already exists 08:59:56 8b6eeeaa28df: Layer already exists 08:59:56 cc36f3f12729: Layer already exists 08:59:56 ae3baae82d26: Layer already exists 08:59:56 37d55bd34a1f: Layer already exists 08:59:56 5f70bf18a086: Layer already exists 08:59:56 05f1aeb90836: Layer already exists 08:59:56 14189a41c073: Layer already exists 08:59:56 4fb6d5ccb632: Layer already exists 08:59:56 994456c4fd7b: Layer already exists 08:59:56 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:56 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:56 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 08:59:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 08:59:56 f9a9a1894953: Preparing 08:59:56 ad5f9ca28e9d: Preparing 08:59:56 b0737fdaf451: Preparing 08:59:56 2ce0295a513f: Preparing 08:59:56 2d5c2985bb43: Preparing 08:59:56 c7eca272f607: Preparing 08:59:56 c043744ecd11: Preparing 08:59:56 8b6eeeaa28df: Preparing 08:59:56 cc36f3f12729: Preparing 08:59:56 ae3baae82d26: Preparing 08:59:56 37d55bd34a1f: Preparing 08:59:56 5f70bf18a086: Preparing 08:59:56 05f1aeb90836: Preparing 08:59:56 14189a41c073: Preparing 08:59:56 4fb6d5ccb632: Preparing 08:59:56 994456c4fd7b: Preparing 08:59:56 ae3baae82d26: Waiting 08:59:56 5f70bf18a086: Waiting 08:59:56 37d55bd34a1f: Waiting 08:59:56 14189a41c073: Waiting 08:59:56 05f1aeb90836: Waiting 08:59:56 994456c4fd7b: Waiting 08:59:56 4fb6d5ccb632: Waiting 08:59:56 c043744ecd11: Waiting 08:59:56 cc36f3f12729: Waiting 08:59:56 f9a9a1894953: Layer already exists 08:59:56 2d5c2985bb43: Layer already exists 08:59:56 ad5f9ca28e9d: Layer already exists 08:59:56 b0737fdaf451: Layer already exists 08:59:56 2ce0295a513f: Layer already exists 08:59:56 c7eca272f607: Layer already exists 08:59:56 c043744ecd11: Layer already exists 08:59:56 8b6eeeaa28df: Layer already exists 08:59:56 cc36f3f12729: Layer already exists 08:59:56 ae3baae82d26: Layer already exists 08:59:56 37d55bd34a1f: Layer already exists 08:59:56 14189a41c073: Layer already exists 08:59:56 4fb6d5ccb632: Layer already exists 08:59:56 5f70bf18a086: Layer already exists 08:59:56 05f1aeb90836: Layer already exists 08:59:56 994456c4fd7b: Layer already exists 08:59:56 main: digest: sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:59:56 ===================================================== [Pipeline] echo 08:59:56 taggedImages: 08:59:56 - nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a 08:59:56 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 08:59:56 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3 08:59:56 - nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 08:59:56 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 08:59:56 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 08:59:56 010c1fef02ead4f4725b1558caf9c08a877a420a 08:59:56 latest 08:59:56 4.1.0-dev.3 08:59:56 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 08:59:56 main 08:59:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:57 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:59:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a 08:59:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 08:59:57 6cb1800147f8: Preparing 08:59:57 cd4561244615: Preparing 08:59:57 3bd9c6215dc3: Preparing 08:59:57 4baedaaedd6a: Preparing 08:59:57 8b6eeeaa28df: Preparing 08:59:57 cc36f3f12729: Preparing 08:59:57 965c3b46e963: Preparing 08:59:57 69d0d607c9e8: Preparing 08:59:57 994456c4fd7b: Preparing 08:59:57 cc36f3f12729: Waiting 08:59:57 994456c4fd7b: Waiting 08:59:57 965c3b46e963: Waiting 08:59:57 69d0d607c9e8: Waiting 08:59:57 8b6eeeaa28df: Layer already exists 08:59:57 cc36f3f12729: Layer already exists 08:59:57 965c3b46e963: Layer already exists 08:59:57 69d0d607c9e8: Layer already exists 08:59:57 3bd9c6215dc3: Pushed 08:59:57 cd4561244615: Pushed 08:59:57 994456c4fd7b: Layer already exists 08:59:57 6cb1800147f8: Pushed 09:00:00 4baedaaedd6a: Pushed 09:00:00 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:00 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 09:00:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:00:01 6cb1800147f8: Preparing 09:00:01 cd4561244615: Preparing 09:00:01 3bd9c6215dc3: Preparing 09:00:01 4baedaaedd6a: Preparing 09:00:01 8b6eeeaa28df: Preparing 09:00:01 cc36f3f12729: Preparing 09:00:01 965c3b46e963: Preparing 09:00:01 69d0d607c9e8: Preparing 09:00:01 994456c4fd7b: Preparing 09:00:01 965c3b46e963: Waiting 09:00:01 69d0d607c9e8: Waiting 09:00:01 994456c4fd7b: Waiting 09:00:01 cc36f3f12729: Waiting 09:00:01 8b6eeeaa28df: Layer already exists 09:00:01 cd4561244615: Layer already exists 09:00:01 4baedaaedd6a: Layer already exists 09:00:01 6cb1800147f8: Layer already exists 09:00:01 3bd9c6215dc3: Layer already exists 09:00:01 965c3b46e963: Layer already exists 09:00:01 cc36f3f12729: Layer already exists 09:00:01 69d0d607c9e8: Layer already exists 09:00:01 994456c4fd7b: Layer already exists 09:00:01 latest: digest: sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:01 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.3 09:00:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:00:01 6cb1800147f8: Preparing 09:00:01 cd4561244615: Preparing 09:00:01 3bd9c6215dc3: Preparing 09:00:01 4baedaaedd6a: Preparing 09:00:01 8b6eeeaa28df: Preparing 09:00:01 cc36f3f12729: Preparing 09:00:01 965c3b46e963: Preparing 09:00:01 69d0d607c9e8: Preparing 09:00:01 994456c4fd7b: Preparing 09:00:01 cc36f3f12729: Waiting 09:00:01 965c3b46e963: Waiting 09:00:01 69d0d607c9e8: Waiting 09:00:01 994456c4fd7b: Waiting 09:00:01 6cb1800147f8: Layer already exists 09:00:01 3bd9c6215dc3: Layer already exists 09:00:01 cd4561244615: Layer already exists 09:00:01 8b6eeeaa28df: Layer already exists 09:00:01 4baedaaedd6a: Layer already exists 09:00:01 965c3b46e963: Layer already exists 09:00:01 cc36f3f12729: Layer already exists 09:00:01 69d0d607c9e8: Layer already exists 09:00:01 994456c4fd7b: Layer already exists 09:00:01 4.1.0-dev.3: digest: sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:02 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:00:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:00:02 6cb1800147f8: Preparing 09:00:02 cd4561244615: Preparing 09:00:02 3bd9c6215dc3: Preparing 09:00:02 4baedaaedd6a: Preparing 09:00:02 8b6eeeaa28df: Preparing 09:00:02 cc36f3f12729: Preparing 09:00:02 965c3b46e963: Preparing 09:00:02 69d0d607c9e8: Preparing 09:00:02 994456c4fd7b: Preparing 09:00:02 965c3b46e963: Waiting 09:00:02 cc36f3f12729: Waiting 09:00:02 994456c4fd7b: Waiting 09:00:02 69d0d607c9e8: Waiting 09:00:02 6cb1800147f8: Layer already exists 09:00:02 8b6eeeaa28df: Layer already exists 09:00:02 4baedaaedd6a: Layer already exists 09:00:02 cd4561244615: Layer already exists 09:00:02 3bd9c6215dc3: Layer already exists 09:00:02 cc36f3f12729: Layer already exists 09:00:02 965c3b46e963: Layer already exists 09:00:02 994456c4fd7b: Layer already exists 09:00:02 69d0d607c9e8: Layer already exists 09:00:02 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:02 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 09:00:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:00:03 6cb1800147f8: Preparing 09:00:03 cd4561244615: Preparing 09:00:03 3bd9c6215dc3: Preparing 09:00:03 4baedaaedd6a: Preparing 09:00:03 8b6eeeaa28df: Preparing 09:00:03 cc36f3f12729: Preparing 09:00:03 965c3b46e963: Preparing 09:00:03 69d0d607c9e8: Preparing 09:00:03 994456c4fd7b: Preparing 09:00:03 994456c4fd7b: Waiting 09:00:03 69d0d607c9e8: Waiting 09:00:03 cc36f3f12729: Waiting 09:00:03 4baedaaedd6a: Layer already exists 09:00:03 8b6eeeaa28df: Layer already exists 09:00:03 cd4561244615: Layer already exists 09:00:03 6cb1800147f8: Layer already exists 09:00:03 3bd9c6215dc3: Layer already exists 09:00:03 cc36f3f12729: Layer already exists 09:00:03 965c3b46e963: Layer already exists 09:00:03 69d0d607c9e8: Layer already exists 09:00:03 994456c4fd7b: Layer already exists 09:00:03 main: digest: sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:00:03 ===================================================== [Pipeline] echo 09:00:03 taggedImages: 09:00:03 - nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a 09:00:03 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 09:00:03 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.3 09:00:03 - nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:00:03 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 09:00:03 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 09:00:03 010c1fef02ead4f4725b1558caf9c08a877a420a 09:00:03 latest 09:00:03 4.1.0-dev.3 09:00:03 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:00:03 main 09:00:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:03 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a 09:00:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:00:03 d590857b2413: Preparing 09:00:03 69f5d279bc3e: Preparing 09:00:03 68039435037a: Preparing 09:00:03 3e309553dd0b: Preparing 09:00:03 a16c7f995d83: Preparing 09:00:03 8b6eeeaa28df: Preparing 09:00:03 cc36f3f12729: Preparing 09:00:03 6218a9cc3b48: Preparing 09:00:03 4b69ef3b8612: Preparing 09:00:03 8768cfc35991: Preparing 09:00:03 994456c4fd7b: Preparing 09:00:03 6218a9cc3b48: Waiting 09:00:03 4b69ef3b8612: Waiting 09:00:03 8b6eeeaa28df: Waiting 09:00:03 994456c4fd7b: Waiting 09:00:03 8768cfc35991: Waiting 09:00:03 cc36f3f12729: Waiting 09:00:03 3e309553dd0b: Pushed 09:00:03 69f5d279bc3e: Pushed 09:00:03 d590857b2413: Pushed 09:00:03 a16c7f995d83: Pushed 09:00:03 8b6eeeaa28df: Layer already exists 09:00:03 cc36f3f12729: Layer already exists 09:00:03 994456c4fd7b: Layer already exists 09:00:04 6218a9cc3b48: Pushed 09:00:04 4b69ef3b8612: Pushed 09:00:05 8768cfc35991: Pushed 09:00:05 68039435037a: Pushed 09:00:05 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:06 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 09:00:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:00:06 d590857b2413: Preparing 09:00:06 69f5d279bc3e: Preparing 09:00:06 68039435037a: Preparing 09:00:06 3e309553dd0b: Preparing 09:00:06 a16c7f995d83: Preparing 09:00:06 8b6eeeaa28df: Preparing 09:00:06 cc36f3f12729: Preparing 09:00:06 6218a9cc3b48: Preparing 09:00:06 4b69ef3b8612: Preparing 09:00:06 8768cfc35991: Preparing 09:00:06 994456c4fd7b: Preparing 09:00:06 6218a9cc3b48: Waiting 09:00:06 4b69ef3b8612: Waiting 09:00:06 8b6eeeaa28df: Waiting 09:00:06 8768cfc35991: Waiting 09:00:06 cc36f3f12729: Waiting 09:00:06 994456c4fd7b: Waiting 09:00:06 d590857b2413: Layer already exists 09:00:06 a16c7f995d83: Layer already exists 09:00:06 68039435037a: Layer already exists 09:00:06 69f5d279bc3e: Layer already exists 09:00:06 3e309553dd0b: Layer already exists 09:00:06 4b69ef3b8612: Layer already exists 09:00:06 8b6eeeaa28df: Layer already exists 09:00:06 cc36f3f12729: Layer already exists 09:00:06 6218a9cc3b48: Layer already exists 09:00:06 8768cfc35991: Layer already exists 09:00:06 994456c4fd7b: Layer already exists 09:00:06 latest: digest: sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:06 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.3 09:00:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:00:07 d590857b2413: Preparing 09:00:07 69f5d279bc3e: Preparing 09:00:07 68039435037a: Preparing 09:00:07 3e309553dd0b: Preparing 09:00:07 a16c7f995d83: Preparing 09:00:07 8b6eeeaa28df: Preparing 09:00:07 cc36f3f12729: Preparing 09:00:07 6218a9cc3b48: Preparing 09:00:07 4b69ef3b8612: Preparing 09:00:07 8768cfc35991: Preparing 09:00:07 994456c4fd7b: Preparing 09:00:07 6218a9cc3b48: Waiting 09:00:07 8b6eeeaa28df: Waiting 09:00:07 cc36f3f12729: Waiting 09:00:07 4b69ef3b8612: Waiting 09:00:07 994456c4fd7b: Waiting 09:00:07 8768cfc35991: Waiting 09:00:07 d590857b2413: Layer already exists 09:00:07 3e309553dd0b: Layer already exists 09:00:07 68039435037a: Layer already exists 09:00:07 69f5d279bc3e: Layer already exists 09:00:07 a16c7f995d83: Layer already exists 09:00:07 8b6eeeaa28df: Layer already exists 09:00:07 4b69ef3b8612: Layer already exists 09:00:07 8768cfc35991: Layer already exists 09:00:07 6218a9cc3b48: Layer already exists 09:00:07 cc36f3f12729: Layer already exists 09:00:07 994456c4fd7b: Layer already exists 09:00:07 4.1.0-dev.3: digest: sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:07 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:00:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:00:07 d590857b2413: Preparing 09:00:07 69f5d279bc3e: Preparing 09:00:07 68039435037a: Preparing 09:00:07 3e309553dd0b: Preparing 09:00:07 a16c7f995d83: Preparing 09:00:07 8b6eeeaa28df: Preparing 09:00:07 cc36f3f12729: Preparing 09:00:07 6218a9cc3b48: Preparing 09:00:07 4b69ef3b8612: Preparing 09:00:07 8768cfc35991: Preparing 09:00:07 994456c4fd7b: Preparing 09:00:07 6218a9cc3b48: Waiting 09:00:07 4b69ef3b8612: Waiting 09:00:07 8b6eeeaa28df: Waiting 09:00:07 cc36f3f12729: Waiting 09:00:07 68039435037a: Layer already exists 09:00:07 d590857b2413: Layer already exists 09:00:07 a16c7f995d83: Layer already exists 09:00:07 3e309553dd0b: Layer already exists 09:00:07 69f5d279bc3e: Layer already exists 09:00:07 8b6eeeaa28df: Layer already exists 09:00:07 cc36f3f12729: Layer already exists 09:00:07 8768cfc35991: Layer already exists 09:00:07 6218a9cc3b48: Layer already exists 09:00:07 4b69ef3b8612: Layer already exists 09:00:07 994456c4fd7b: Layer already exists 09:00:07 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:08 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 09:00:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:00:08 d590857b2413: Preparing 09:00:08 69f5d279bc3e: Preparing 09:00:08 68039435037a: Preparing 09:00:08 3e309553dd0b: Preparing 09:00:08 a16c7f995d83: Preparing 09:00:08 8b6eeeaa28df: Preparing 09:00:08 cc36f3f12729: Preparing 09:00:08 6218a9cc3b48: Preparing 09:00:08 4b69ef3b8612: Preparing 09:00:08 8768cfc35991: Preparing 09:00:08 994456c4fd7b: Preparing 09:00:08 4b69ef3b8612: Waiting 09:00:08 6218a9cc3b48: Waiting 09:00:08 8768cfc35991: Waiting 09:00:08 cc36f3f12729: Waiting 09:00:08 994456c4fd7b: Waiting 09:00:08 8b6eeeaa28df: Waiting 09:00:08 a16c7f995d83: Layer already exists 09:00:08 69f5d279bc3e: Layer already exists 09:00:08 68039435037a: Layer already exists 09:00:08 d590857b2413: Layer already exists 09:00:08 3e309553dd0b: Layer already exists 09:00:08 cc36f3f12729: Layer already exists 09:00:08 6218a9cc3b48: Layer already exists 09:00:08 8b6eeeaa28df: Layer already exists 09:00:08 4b69ef3b8612: Layer already exists 09:00:08 8768cfc35991: Layer already exists 09:00:08 994456c4fd7b: Layer already exists 09:00:08 main: digest: sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:00:08 ===================================================== [Pipeline] echo 09:00:08 taggedImages: 09:00:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a 09:00:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 09:00:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.3 09:00:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:00:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 09:00:08 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 09:00:08 010c1fef02ead4f4725b1558caf9c08a877a420a 09:00:08 latest 09:00:08 4.1.0-dev.3 09:00:08 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:00:08 main 09:00:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:08 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:09 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a 09:00:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:00:09 8ab4a2800594: Preparing 09:00:09 efc9f2e1f789: Preparing 09:00:09 bab01272a56e: Preparing 09:00:09 cd2b8eb326cd: Preparing 09:00:09 26d6797ed5f9: Preparing 09:00:09 9084eea07f21: Preparing 09:00:09 c8084ee55544: Preparing 09:00:09 8b6eeeaa28df: Preparing 09:00:09 cc36f3f12729: Preparing 09:00:09 afa2ddd9ab05: Preparing 09:00:09 8882c335485e: Preparing 09:00:09 994456c4fd7b: Preparing 09:00:09 cc36f3f12729: Waiting 09:00:09 994456c4fd7b: Waiting 09:00:09 afa2ddd9ab05: Waiting 09:00:09 8882c335485e: Waiting 09:00:09 9084eea07f21: Waiting 09:00:09 c8084ee55544: Waiting 09:00:09 8b6eeeaa28df: Waiting 09:00:09 26d6797ed5f9: Pushed 09:00:09 8ab4a2800594: Pushed 09:00:09 efc9f2e1f789: Pushed 09:00:09 8b6eeeaa28df: Layer already exists 09:00:09 cc36f3f12729: Layer already exists 09:00:09 9084eea07f21: Pushed 09:00:09 c8084ee55544: Pushed 09:00:09 994456c4fd7b: Layer already exists 09:00:09 afa2ddd9ab05: Pushed 09:00:10 8882c335485e: Pushed 09:00:11 cd2b8eb326cd: Pushed 09:00:12 bab01272a56e: Pushed 09:00:12 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:12 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 09:00:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:00:12 8ab4a2800594: Preparing 09:00:12 efc9f2e1f789: Preparing 09:00:12 bab01272a56e: Preparing 09:00:12 cd2b8eb326cd: Preparing 09:00:12 26d6797ed5f9: Preparing 09:00:12 9084eea07f21: Preparing 09:00:12 c8084ee55544: Preparing 09:00:12 8b6eeeaa28df: Preparing 09:00:12 cc36f3f12729: Preparing 09:00:12 afa2ddd9ab05: Preparing 09:00:12 8882c335485e: Preparing 09:00:12 994456c4fd7b: Preparing 09:00:12 8b6eeeaa28df: Waiting 09:00:12 cc36f3f12729: Waiting 09:00:12 afa2ddd9ab05: Waiting 09:00:12 8882c335485e: Waiting 09:00:12 994456c4fd7b: Waiting 09:00:12 9084eea07f21: Waiting 09:00:12 c8084ee55544: Waiting 09:00:13 efc9f2e1f789: Layer already exists 09:00:13 cd2b8eb326cd: Layer already exists 09:00:13 bab01272a56e: Layer already exists 09:00:13 26d6797ed5f9: Layer already exists 09:00:13 8ab4a2800594: Layer already exists 09:00:13 c8084ee55544: Layer already exists 09:00:13 8b6eeeaa28df: Layer already exists 09:00:13 afa2ddd9ab05: Layer already exists 09:00:13 cc36f3f12729: Layer already exists 09:00:13 9084eea07f21: Layer already exists 09:00:13 994456c4fd7b: Layer already exists 09:00:13 8882c335485e: Layer already exists 09:00:13 latest: digest: sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:13 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.3 09:00:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:00:13 8ab4a2800594: Preparing 09:00:13 efc9f2e1f789: Preparing 09:00:13 bab01272a56e: Preparing 09:00:13 cd2b8eb326cd: Preparing 09:00:13 26d6797ed5f9: Preparing 09:00:13 9084eea07f21: Preparing 09:00:13 c8084ee55544: Preparing 09:00:13 8b6eeeaa28df: Preparing 09:00:13 cc36f3f12729: Preparing 09:00:13 afa2ddd9ab05: Preparing 09:00:13 8882c335485e: Preparing 09:00:13 994456c4fd7b: Preparing 09:00:13 9084eea07f21: Waiting 09:00:13 afa2ddd9ab05: Waiting 09:00:13 c8084ee55544: Waiting 09:00:13 8882c335485e: Waiting 09:00:13 994456c4fd7b: Waiting 09:00:13 cc36f3f12729: Waiting 09:00:13 cd2b8eb326cd: Layer already exists 09:00:13 bab01272a56e: Layer already exists 09:00:13 26d6797ed5f9: Layer already exists 09:00:13 efc9f2e1f789: Layer already exists 09:00:13 8ab4a2800594: Layer already exists 09:00:13 9084eea07f21: Layer already exists 09:00:13 c8084ee55544: Layer already exists 09:00:13 afa2ddd9ab05: Layer already exists 09:00:13 8b6eeeaa28df: Layer already exists 09:00:13 cc36f3f12729: Layer already exists 09:00:13 8882c335485e: Layer already exists 09:00:13 994456c4fd7b: Layer already exists 09:00:13 4.1.0-dev.3: digest: sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:14 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:14 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:00:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:00:14 8ab4a2800594: Preparing 09:00:14 efc9f2e1f789: Preparing 09:00:14 bab01272a56e: Preparing 09:00:14 cd2b8eb326cd: Preparing 09:00:14 26d6797ed5f9: Preparing 09:00:14 9084eea07f21: Preparing 09:00:14 c8084ee55544: Preparing 09:00:14 8b6eeeaa28df: Preparing 09:00:14 cc36f3f12729: Preparing 09:00:14 afa2ddd9ab05: Preparing 09:00:14 8882c335485e: Preparing 09:00:14 994456c4fd7b: Preparing 09:00:14 9084eea07f21: Waiting 09:00:14 c8084ee55544: Waiting 09:00:14 8b6eeeaa28df: Waiting 09:00:14 cc36f3f12729: Waiting 09:00:14 afa2ddd9ab05: Waiting 09:00:14 bab01272a56e: Layer already exists 09:00:14 efc9f2e1f789: Layer already exists 09:00:14 8ab4a2800594: Layer already exists 09:00:14 26d6797ed5f9: Layer already exists 09:00:14 cd2b8eb326cd: Layer already exists 09:00:14 8b6eeeaa28df: Layer already exists 09:00:14 c8084ee55544: Layer already exists 09:00:14 afa2ddd9ab05: Layer already exists 09:00:14 9084eea07f21: Layer already exists 09:00:14 cc36f3f12729: Layer already exists 09:00:14 8882c335485e: Layer already exists 09:00:14 994456c4fd7b: Layer already exists 09:00:14 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:14 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:15 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 09:00:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:00:15 8ab4a2800594: Preparing 09:00:15 efc9f2e1f789: Preparing 09:00:15 bab01272a56e: Preparing 09:00:15 cd2b8eb326cd: Preparing 09:00:15 26d6797ed5f9: Preparing 09:00:15 9084eea07f21: Preparing 09:00:15 c8084ee55544: Preparing 09:00:15 8b6eeeaa28df: Preparing 09:00:15 cc36f3f12729: Preparing 09:00:15 afa2ddd9ab05: Preparing 09:00:15 8882c335485e: Preparing 09:00:15 994456c4fd7b: Preparing 09:00:15 9084eea07f21: Waiting 09:00:15 c8084ee55544: Waiting 09:00:15 8b6eeeaa28df: Waiting 09:00:15 8882c335485e: Waiting 09:00:15 994456c4fd7b: Waiting 09:00:15 cc36f3f12729: Waiting 09:00:15 afa2ddd9ab05: Waiting 09:00:15 bab01272a56e: Layer already exists 09:00:15 efc9f2e1f789: Layer already exists 09:00:15 8ab4a2800594: Layer already exists 09:00:15 26d6797ed5f9: Layer already exists 09:00:15 cd2b8eb326cd: Layer already exists 09:00:15 9084eea07f21: Layer already exists 09:00:15 8b6eeeaa28df: Layer already exists 09:00:15 c8084ee55544: Layer already exists 09:00:15 afa2ddd9ab05: Layer already exists 09:00:15 cc36f3f12729: Layer already exists 09:00:15 994456c4fd7b: Layer already exists 09:00:15 8882c335485e: Layer already exists 09:00:15 main: digest: sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:00:15 ===================================================== [Pipeline] echo 09:00:15 taggedImages: 09:00:15 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a 09:00:15 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 09:00:15 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.3 09:00:15 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:00:15 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 09:00:15 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 09:00:15 010c1fef02ead4f4725b1558caf9c08a877a420a 09:00:15 latest 09:00:15 4.1.0-dev.3 09:00:15 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:00:15 main 09:00:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:15 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:15 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a 09:00:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:00:15 822b3b5a2768: Preparing 09:00:15 e443a4ed72da: Preparing 09:00:15 8b6eeeaa28df: Preparing 09:00:15 cc36f3f12729: Preparing 09:00:15 af1920ce0199: Preparing 09:00:15 850dd395ebd0: Preparing 09:00:15 994456c4fd7b: Preparing 09:00:15 850dd395ebd0: Waiting 09:00:15 994456c4fd7b: Waiting 09:00:15 8b6eeeaa28df: Layer already exists 09:00:15 cc36f3f12729: Layer already exists 09:00:15 994456c4fd7b: Layer already exists 09:00:15 af1920ce0199: Pushed 09:00:15 822b3b5a2768: Pushed 09:00:16 850dd395ebd0: Pushed 09:00:19 e443a4ed72da: Pushed 09:00:19 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:19 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:20 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 09:00:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:00:20 822b3b5a2768: Preparing 09:00:20 e443a4ed72da: Preparing 09:00:20 8b6eeeaa28df: Preparing 09:00:20 cc36f3f12729: Preparing 09:00:20 af1920ce0199: Preparing 09:00:20 850dd395ebd0: Preparing 09:00:20 994456c4fd7b: Preparing 09:00:20 850dd395ebd0: Waiting 09:00:20 994456c4fd7b: Waiting 09:00:20 8b6eeeaa28df: Layer already exists 09:00:20 cc36f3f12729: Layer already exists 09:00:20 e443a4ed72da: Layer already exists 09:00:20 822b3b5a2768: Layer already exists 09:00:20 af1920ce0199: Layer already exists 09:00:20 994456c4fd7b: Layer already exists 09:00:20 850dd395ebd0: Layer already exists 09:00:20 latest: digest: sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:20 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:20 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3 09:00:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:00:20 822b3b5a2768: Preparing 09:00:20 e443a4ed72da: Preparing 09:00:20 8b6eeeaa28df: Preparing 09:00:20 cc36f3f12729: Preparing 09:00:20 af1920ce0199: Preparing 09:00:20 850dd395ebd0: Preparing 09:00:20 994456c4fd7b: Preparing 09:00:20 850dd395ebd0: Waiting 09:00:20 994456c4fd7b: Waiting 09:00:20 8b6eeeaa28df: Layer already exists 09:00:20 cc36f3f12729: Layer already exists 09:00:20 822b3b5a2768: Layer already exists 09:00:20 af1920ce0199: Layer already exists 09:00:20 e443a4ed72da: Layer already exists 09:00:20 994456c4fd7b: Layer already exists 09:00:20 850dd395ebd0: Layer already exists 09:00:20 4.1.0-dev.3: digest: sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:21 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:21 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:00:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:00:21 822b3b5a2768: Preparing 09:00:21 e443a4ed72da: Preparing 09:00:21 8b6eeeaa28df: Preparing 09:00:21 cc36f3f12729: Preparing 09:00:21 af1920ce0199: Preparing 09:00:21 850dd395ebd0: Preparing 09:00:21 994456c4fd7b: Preparing 09:00:21 850dd395ebd0: Waiting 09:00:21 994456c4fd7b: Waiting 09:00:21 8b6eeeaa28df: Layer already exists 09:00:21 822b3b5a2768: Layer already exists 09:00:21 e443a4ed72da: Layer already exists 09:00:21 cc36f3f12729: Layer already exists 09:00:21 af1920ce0199: Layer already exists 09:00:21 850dd395ebd0: Layer already exists 09:00:21 994456c4fd7b: Layer already exists 09:00:21 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:21 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:22 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 09:00:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:00:22 822b3b5a2768: Preparing 09:00:22 e443a4ed72da: Preparing 09:00:22 8b6eeeaa28df: Preparing 09:00:22 cc36f3f12729: Preparing 09:00:22 af1920ce0199: Preparing 09:00:22 850dd395ebd0: Preparing 09:00:22 994456c4fd7b: Preparing 09:00:22 850dd395ebd0: Waiting 09:00:22 994456c4fd7b: Waiting 09:00:22 822b3b5a2768: Layer already exists 09:00:22 af1920ce0199: Layer already exists 09:00:22 e443a4ed72da: Layer already exists 09:00:22 8b6eeeaa28df: Layer already exists 09:00:22 cc36f3f12729: Layer already exists 09:00:22 994456c4fd7b: Layer already exists 09:00:22 850dd395ebd0: Layer already exists 09:00:22 main: digest: sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:00:22 ===================================================== [Pipeline] echo 09:00:22 taggedImages: 09:00:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a 09:00:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 09:00:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3 09:00:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:00:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 09:00:22 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 09:00:22 010c1fef02ead4f4725b1558caf9c08a877a420a 09:00:22 latest 09:00:22 4.1.0-dev.3 09:00:22 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:00:22 main 09:00:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:22 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a 09:00:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:00:22 f2fd32f997c6: Preparing 09:00:22 d49a3c7b0bd7: Preparing 09:00:22 0348258049dd: Preparing 09:00:22 8b6eeeaa28df: Preparing 09:00:22 cc36f3f12729: Preparing 09:00:22 c9cf06e481ab: Preparing 09:00:22 25b1c44b0678: Preparing 09:00:22 f4ad93b524a7: Preparing 09:00:22 fb5cf858e1d8: Preparing 09:00:22 994456c4fd7b: Preparing 09:00:22 fb5cf858e1d8: Waiting 09:00:22 f4ad93b524a7: Waiting 09:00:22 994456c4fd7b: Waiting 09:00:22 25b1c44b0678: Waiting 09:00:22 cc36f3f12729: Layer already exists 09:00:22 8b6eeeaa28df: Layer already exists 09:00:22 d49a3c7b0bd7: Pushed 09:00:22 f2fd32f997c6: Pushed 09:00:22 0348258049dd: Pushed 09:00:22 994456c4fd7b: Layer already exists 09:00:22 f4ad93b524a7: Pushed 09:00:23 fb5cf858e1d8: Pushed 09:00:27 25b1c44b0678: Pushed 09:00:34 c9cf06e481ab: Pushed 09:00:34 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:34 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 09:00:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:00:35 f2fd32f997c6: Preparing 09:00:35 d49a3c7b0bd7: Preparing 09:00:35 0348258049dd: Preparing 09:00:35 8b6eeeaa28df: Preparing 09:00:35 cc36f3f12729: Preparing 09:00:35 c9cf06e481ab: Preparing 09:00:35 25b1c44b0678: Preparing 09:00:35 f4ad93b524a7: Preparing 09:00:35 fb5cf858e1d8: Preparing 09:00:35 994456c4fd7b: Preparing 09:00:35 c9cf06e481ab: Waiting 09:00:35 25b1c44b0678: Waiting 09:00:35 f4ad93b524a7: Waiting 09:00:35 fb5cf858e1d8: Waiting 09:00:35 994456c4fd7b: Waiting 09:00:35 0348258049dd: Layer already exists 09:00:35 cc36f3f12729: Layer already exists 09:00:35 d49a3c7b0bd7: Layer already exists 09:00:35 f2fd32f997c6: Layer already exists 09:00:35 8b6eeeaa28df: Layer already exists 09:00:35 25b1c44b0678: Layer already exists 09:00:35 c9cf06e481ab: Layer already exists 09:00:35 f4ad93b524a7: Layer already exists 09:00:35 994456c4fd7b: Layer already exists 09:00:35 fb5cf858e1d8: Layer already exists 09:00:35 latest: digest: sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:35 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.3 09:00:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:00:35 f2fd32f997c6: Preparing 09:00:35 d49a3c7b0bd7: Preparing 09:00:35 0348258049dd: Preparing 09:00:35 8b6eeeaa28df: Preparing 09:00:35 cc36f3f12729: Preparing 09:00:35 c9cf06e481ab: Preparing 09:00:35 25b1c44b0678: Preparing 09:00:35 f4ad93b524a7: Preparing 09:00:35 fb5cf858e1d8: Preparing 09:00:35 994456c4fd7b: Preparing 09:00:35 fb5cf858e1d8: Waiting 09:00:35 25b1c44b0678: Waiting 09:00:35 f4ad93b524a7: Waiting 09:00:35 994456c4fd7b: Waiting 09:00:35 c9cf06e481ab: Waiting 09:00:35 d49a3c7b0bd7: Layer already exists 09:00:35 cc36f3f12729: Layer already exists 09:00:35 8b6eeeaa28df: Layer already exists 09:00:35 f2fd32f997c6: Layer already exists 09:00:35 0348258049dd: Layer already exists 09:00:35 c9cf06e481ab: Layer already exists 09:00:35 fb5cf858e1d8: Layer already exists 09:00:35 25b1c44b0678: Layer already exists 09:00:35 f4ad93b524a7: Layer already exists 09:00:35 994456c4fd7b: Layer already exists 09:00:35 4.1.0-dev.3: digest: sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:36 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:00:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:00:36 f2fd32f997c6: Preparing 09:00:36 d49a3c7b0bd7: Preparing 09:00:36 0348258049dd: Preparing 09:00:36 8b6eeeaa28df: Preparing 09:00:36 cc36f3f12729: Preparing 09:00:36 c9cf06e481ab: Preparing 09:00:36 25b1c44b0678: Preparing 09:00:36 f4ad93b524a7: Preparing 09:00:36 fb5cf858e1d8: Preparing 09:00:36 994456c4fd7b: Preparing 09:00:36 c9cf06e481ab: Waiting 09:00:36 fb5cf858e1d8: Waiting 09:00:36 25b1c44b0678: Waiting 09:00:36 994456c4fd7b: Waiting 09:00:36 f4ad93b524a7: Waiting 09:00:36 d49a3c7b0bd7: Layer already exists 09:00:36 8b6eeeaa28df: Layer already exists 09:00:36 f2fd32f997c6: Layer already exists 09:00:36 0348258049dd: Layer already exists 09:00:36 cc36f3f12729: Layer already exists 09:00:36 c9cf06e481ab: Layer already exists 09:00:36 25b1c44b0678: Layer already exists 09:00:36 f4ad93b524a7: Layer already exists 09:00:36 fb5cf858e1d8: Layer already exists 09:00:36 994456c4fd7b: Layer already exists 09:00:36 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:36 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 09:00:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:00:36 f2fd32f997c6: Preparing 09:00:36 d49a3c7b0bd7: Preparing 09:00:36 0348258049dd: Preparing 09:00:36 8b6eeeaa28df: Preparing 09:00:36 cc36f3f12729: Preparing 09:00:36 c9cf06e481ab: Preparing 09:00:36 25b1c44b0678: Preparing 09:00:36 f4ad93b524a7: Preparing 09:00:36 fb5cf858e1d8: Preparing 09:00:36 994456c4fd7b: Preparing 09:00:36 c9cf06e481ab: Waiting 09:00:36 25b1c44b0678: Waiting 09:00:36 994456c4fd7b: Waiting 09:00:36 f4ad93b524a7: Waiting 09:00:36 cc36f3f12729: Layer already exists 09:00:36 f2fd32f997c6: Layer already exists 09:00:36 8b6eeeaa28df: Layer already exists 09:00:36 d49a3c7b0bd7: Layer already exists 09:00:36 0348258049dd: Layer already exists 09:00:36 c9cf06e481ab: Layer already exists 09:00:36 994456c4fd7b: Layer already exists 09:00:36 25b1c44b0678: Layer already exists 09:00:36 f4ad93b524a7: Layer already exists 09:00:36 fb5cf858e1d8: Layer already exists 09:00:36 main: digest: sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:00:37 ===================================================== [Pipeline] echo 09:00:37 taggedImages: 09:00:37 - nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a 09:00:37 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 09:00:37 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.3 09:00:37 - nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:00:37 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 09:00:37 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 09:00:37 010c1fef02ead4f4725b1558caf9c08a877a420a 09:00:37 latest 09:00:37 4.1.0-dev.3 09:00:37 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:00:37 main 09:00:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:37 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a 09:00:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:00:37 17fe3ac5b324: Preparing 09:00:37 5db16c6f9534: Preparing 09:00:37 45dea8f553f5: Preparing 09:00:37 8b6eeeaa28df: Preparing 09:00:37 cc36f3f12729: Preparing 09:00:37 f67b83af2d0e: Preparing 09:00:37 93d0d3b60427: Preparing 09:00:37 5688ce26d0f3: Preparing 09:00:37 994456c4fd7b: Preparing 09:00:37 93d0d3b60427: Waiting 09:00:37 5688ce26d0f3: Waiting 09:00:37 994456c4fd7b: Waiting 09:00:37 f67b83af2d0e: Waiting 09:00:37 cc36f3f12729: Layer already exists 09:00:37 8b6eeeaa28df: Layer already exists 09:00:37 45dea8f553f5: Pushed 09:00:37 17fe3ac5b324: Pushed 09:00:37 5db16c6f9534: Pushed 09:00:37 994456c4fd7b: Layer already exists 09:00:37 93d0d3b60427: Pushed 09:00:38 5688ce26d0f3: Pushed 09:00:52 f67b83af2d0e: Pushed 09:00:52 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:53 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 09:00:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:00:53 17fe3ac5b324: Preparing 09:00:53 5db16c6f9534: Preparing 09:00:53 45dea8f553f5: Preparing 09:00:53 8b6eeeaa28df: Preparing 09:00:53 cc36f3f12729: Preparing 09:00:53 f67b83af2d0e: Preparing 09:00:53 93d0d3b60427: Preparing 09:00:53 5688ce26d0f3: Preparing 09:00:53 994456c4fd7b: Preparing 09:00:53 93d0d3b60427: Waiting 09:00:53 5688ce26d0f3: Waiting 09:00:53 994456c4fd7b: Waiting 09:00:53 f67b83af2d0e: Waiting 09:00:53 5db16c6f9534: Layer already exists 09:00:53 cc36f3f12729: Layer already exists 09:00:53 45dea8f553f5: Layer already exists 09:00:53 17fe3ac5b324: Layer already exists 09:00:53 8b6eeeaa28df: Layer already exists 09:00:53 f67b83af2d0e: Layer already exists 09:00:53 93d0d3b60427: Layer already exists 09:00:53 994456c4fd7b: Layer already exists 09:00:53 5688ce26d0f3: Layer already exists 09:00:53 latest: digest: sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:53 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3 09:00:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:00:54 17fe3ac5b324: Preparing 09:00:54 5db16c6f9534: Preparing 09:00:54 45dea8f553f5: Preparing 09:00:54 8b6eeeaa28df: Preparing 09:00:54 cc36f3f12729: Preparing 09:00:54 f67b83af2d0e: Preparing 09:00:54 93d0d3b60427: Preparing 09:00:54 5688ce26d0f3: Preparing 09:00:54 994456c4fd7b: Preparing 09:00:54 5688ce26d0f3: Waiting 09:00:54 f67b83af2d0e: Waiting 09:00:54 93d0d3b60427: Waiting 09:00:54 cc36f3f12729: Layer already exists 09:00:54 17fe3ac5b324: Layer already exists 09:00:54 45dea8f553f5: Layer already exists 09:00:54 8b6eeeaa28df: Layer already exists 09:00:54 5db16c6f9534: Layer already exists 09:00:54 f67b83af2d0e: Layer already exists 09:00:54 93d0d3b60427: Layer already exists 09:00:54 994456c4fd7b: Layer already exists 09:00:54 5688ce26d0f3: Layer already exists 09:00:54 4.1.0-dev.3: digest: sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:54 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:00:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:00:54 17fe3ac5b324: Preparing 09:00:54 5db16c6f9534: Preparing 09:00:54 45dea8f553f5: Preparing 09:00:54 8b6eeeaa28df: Preparing 09:00:54 cc36f3f12729: Preparing 09:00:54 f67b83af2d0e: Preparing 09:00:54 93d0d3b60427: Preparing 09:00:54 5688ce26d0f3: Preparing 09:00:54 994456c4fd7b: Preparing 09:00:54 93d0d3b60427: Waiting 09:00:54 f67b83af2d0e: Waiting 09:00:54 994456c4fd7b: Waiting 09:00:54 5688ce26d0f3: Waiting 09:00:54 17fe3ac5b324: Layer already exists 09:00:54 45dea8f553f5: Layer already exists 09:00:54 cc36f3f12729: Layer already exists 09:00:54 5db16c6f9534: Layer already exists 09:00:54 8b6eeeaa28df: Layer already exists 09:00:54 f67b83af2d0e: Layer already exists 09:00:54 5688ce26d0f3: Layer already exists 09:00:54 994456c4fd7b: Layer already exists 09:00:54 93d0d3b60427: Layer already exists 09:00:54 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:55 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 09:00:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:00:55 17fe3ac5b324: Preparing 09:00:55 5db16c6f9534: Preparing 09:00:55 45dea8f553f5: Preparing 09:00:55 8b6eeeaa28df: Preparing 09:00:55 cc36f3f12729: Preparing 09:00:55 f67b83af2d0e: Preparing 09:00:55 93d0d3b60427: Preparing 09:00:55 5688ce26d0f3: Preparing 09:00:55 994456c4fd7b: Preparing 09:00:55 f67b83af2d0e: Waiting 09:00:55 5688ce26d0f3: Waiting 09:00:55 994456c4fd7b: Waiting 09:00:55 93d0d3b60427: Waiting 09:00:55 45dea8f553f5: Layer already exists 09:00:55 8b6eeeaa28df: Layer already exists 09:00:55 5db16c6f9534: Layer already exists 09:00:55 cc36f3f12729: Layer already exists 09:00:55 17fe3ac5b324: Layer already exists 09:00:55 f67b83af2d0e: Layer already exists 09:00:55 93d0d3b60427: Layer already exists 09:00:55 994456c4fd7b: Layer already exists 09:00:55 5688ce26d0f3: Layer already exists 09:00:55 main: digest: sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:00:55 ===================================================== [Pipeline] echo 09:00:55 taggedImages: 09:00:55 - nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a 09:00:55 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 09:00:55 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3 09:00:55 - nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:00:55 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 09:00:55 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 09:00:55 010c1fef02ead4f4725b1558caf9c08a877a420a 09:00:55 latest 09:00:55 4.1.0-dev.3 09:00:55 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:00:55 main 09:00:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:55 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:00:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a 09:00:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:00:56 f2fd32f997c6: Preparing 09:00:56 6a4150e3405c: Preparing 09:00:56 c956644cc066: Preparing 09:00:56 8b6eeeaa28df: Preparing 09:00:56 cc36f3f12729: Preparing 09:00:56 f227e2574ebd: Preparing 09:00:56 f4ad93b524a7: Preparing 09:00:56 fb5cf858e1d8: Preparing 09:00:56 994456c4fd7b: Preparing 09:00:56 fb5cf858e1d8: Waiting 09:00:56 f4ad93b524a7: Waiting 09:00:56 cc36f3f12729: Layer already exists 09:00:56 f2fd32f997c6: Layer already exists 09:00:56 8b6eeeaa28df: Layer already exists 09:00:56 f4ad93b524a7: Layer already exists 09:00:56 fb5cf858e1d8: Layer already exists 09:00:56 994456c4fd7b: Layer already exists 09:00:56 c956644cc066: Pushed 09:00:56 6a4150e3405c: Pushed 09:01:08 f227e2574ebd: Pushed 09:01:08 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:08 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 09:01:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:01:09 f2fd32f997c6: Preparing 09:01:09 6a4150e3405c: Preparing 09:01:09 c956644cc066: Preparing 09:01:09 8b6eeeaa28df: Preparing 09:01:09 cc36f3f12729: Preparing 09:01:09 f227e2574ebd: Preparing 09:01:09 f4ad93b524a7: Preparing 09:01:09 fb5cf858e1d8: Preparing 09:01:09 994456c4fd7b: Preparing 09:01:09 f4ad93b524a7: Waiting 09:01:09 fb5cf858e1d8: Waiting 09:01:09 994456c4fd7b: Waiting 09:01:09 f227e2574ebd: Waiting 09:01:09 8b6eeeaa28df: Layer already exists 09:01:09 6a4150e3405c: Layer already exists 09:01:09 c956644cc066: Layer already exists 09:01:09 f2fd32f997c6: Layer already exists 09:01:09 cc36f3f12729: Layer already exists 09:01:09 fb5cf858e1d8: Layer already exists 09:01:09 f227e2574ebd: Layer already exists 09:01:09 f4ad93b524a7: Layer already exists 09:01:09 994456c4fd7b: Layer already exists 09:01:09 latest: digest: sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:09 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.3 09:01:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:01:09 f2fd32f997c6: Preparing 09:01:09 6a4150e3405c: Preparing 09:01:09 c956644cc066: Preparing 09:01:09 8b6eeeaa28df: Preparing 09:01:09 cc36f3f12729: Preparing 09:01:09 f227e2574ebd: Preparing 09:01:09 f4ad93b524a7: Preparing 09:01:09 fb5cf858e1d8: Preparing 09:01:09 994456c4fd7b: Preparing 09:01:09 f227e2574ebd: Waiting 09:01:09 f4ad93b524a7: Waiting 09:01:09 fb5cf858e1d8: Waiting 09:01:09 994456c4fd7b: Waiting 09:01:09 cc36f3f12729: Layer already exists 09:01:09 f2fd32f997c6: Layer already exists 09:01:09 c956644cc066: Layer already exists 09:01:09 8b6eeeaa28df: Layer already exists 09:01:09 6a4150e3405c: Layer already exists 09:01:09 f4ad93b524a7: Layer already exists 09:01:09 f227e2574ebd: Layer already exists 09:01:09 fb5cf858e1d8: Layer already exists 09:01:09 994456c4fd7b: Layer already exists 09:01:09 4.1.0-dev.3: digest: sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:10 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:01:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:01:10 f2fd32f997c6: Preparing 09:01:10 6a4150e3405c: Preparing 09:01:10 c956644cc066: Preparing 09:01:10 8b6eeeaa28df: Preparing 09:01:10 cc36f3f12729: Preparing 09:01:10 f227e2574ebd: Preparing 09:01:10 f4ad93b524a7: Preparing 09:01:10 fb5cf858e1d8: Preparing 09:01:10 994456c4fd7b: Preparing 09:01:10 fb5cf858e1d8: Waiting 09:01:10 994456c4fd7b: Waiting 09:01:10 f4ad93b524a7: Waiting 09:01:10 f227e2574ebd: Waiting 09:01:10 c956644cc066: Layer already exists 09:01:10 6a4150e3405c: Layer already exists 09:01:10 f2fd32f997c6: Layer already exists 09:01:10 cc36f3f12729: Layer already exists 09:01:10 8b6eeeaa28df: Layer already exists 09:01:10 f4ad93b524a7: Layer already exists 09:01:10 fb5cf858e1d8: Layer already exists 09:01:10 994456c4fd7b: Layer already exists 09:01:10 f227e2574ebd: Layer already exists 09:01:10 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:10 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 09:01:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:01:11 f2fd32f997c6: Preparing 09:01:11 6a4150e3405c: Preparing 09:01:11 c956644cc066: Preparing 09:01:11 8b6eeeaa28df: Preparing 09:01:11 cc36f3f12729: Preparing 09:01:11 f227e2574ebd: Preparing 09:01:11 f4ad93b524a7: Preparing 09:01:11 fb5cf858e1d8: Preparing 09:01:11 994456c4fd7b: Preparing 09:01:11 f4ad93b524a7: Waiting 09:01:11 f227e2574ebd: Waiting 09:01:11 fb5cf858e1d8: Waiting 09:01:11 994456c4fd7b: Waiting 09:01:11 8b6eeeaa28df: Layer already exists 09:01:11 c956644cc066: Layer already exists 09:01:11 f2fd32f997c6: Layer already exists 09:01:11 6a4150e3405c: Layer already exists 09:01:11 cc36f3f12729: Layer already exists 09:01:11 f227e2574ebd: Layer already exists 09:01:11 f4ad93b524a7: Layer already exists 09:01:11 fb5cf858e1d8: Layer already exists 09:01:11 994456c4fd7b: Layer already exists 09:01:11 main: digest: sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:01:11 ===================================================== [Pipeline] echo 09:01:11 taggedImages: 09:01:11 - nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a 09:01:11 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 09:01:11 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.3 09:01:11 - nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:01:11 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 09:01:11 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 09:01:11 010c1fef02ead4f4725b1558caf9c08a877a420a 09:01:11 latest 09:01:11 4.1.0-dev.3 09:01:11 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:01:11 main 09:01:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:11 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:11 + docker push nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a 09:01:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:01:11 a7a4dcad6c46: Preparing 09:01:11 48ce406f9edc: Preparing 09:01:11 8b6eeeaa28df: Preparing 09:01:11 cc36f3f12729: Preparing 09:01:11 3be0249874af: Preparing 09:01:11 ceb5b1babea4: Preparing 09:01:11 994456c4fd7b: Preparing 09:01:11 ceb5b1babea4: Waiting 09:01:11 994456c4fd7b: Waiting 09:01:11 cc36f3f12729: Layer already exists 09:01:11 8b6eeeaa28df: Layer already exists 09:01:11 994456c4fd7b: Layer already exists 09:01:11 3be0249874af: Pushed 09:01:11 a7a4dcad6c46: Pushed 09:01:12 ceb5b1babea4: Pushed 09:01:16 48ce406f9edc: Pushed 09:01:16 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:16 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:17 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 09:01:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:01:17 a7a4dcad6c46: Preparing 09:01:17 48ce406f9edc: Preparing 09:01:17 8b6eeeaa28df: Preparing 09:01:17 cc36f3f12729: Preparing 09:01:17 3be0249874af: Preparing 09:01:17 ceb5b1babea4: Preparing 09:01:17 994456c4fd7b: Preparing 09:01:17 ceb5b1babea4: Waiting 09:01:17 994456c4fd7b: Waiting 09:01:17 3be0249874af: Layer already exists 09:01:17 cc36f3f12729: Layer already exists 09:01:17 8b6eeeaa28df: Layer already exists 09:01:17 a7a4dcad6c46: Layer already exists 09:01:17 48ce406f9edc: Layer already exists 09:01:17 ceb5b1babea4: Layer already exists 09:01:17 994456c4fd7b: Layer already exists 09:01:17 latest: digest: sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:17 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:17 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.3 09:01:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:01:17 a7a4dcad6c46: Preparing 09:01:17 48ce406f9edc: Preparing 09:01:17 8b6eeeaa28df: Preparing 09:01:17 cc36f3f12729: Preparing 09:01:17 3be0249874af: Preparing 09:01:17 ceb5b1babea4: Preparing 09:01:17 994456c4fd7b: Preparing 09:01:17 ceb5b1babea4: Waiting 09:01:17 994456c4fd7b: Waiting 09:01:17 3be0249874af: Layer already exists 09:01:17 a7a4dcad6c46: Layer already exists 09:01:17 48ce406f9edc: Layer already exists 09:01:17 8b6eeeaa28df: Layer already exists 09:01:17 cc36f3f12729: Layer already exists 09:01:17 ceb5b1babea4: Layer already exists 09:01:17 994456c4fd7b: Layer already exists 09:01:17 4.1.0-dev.3: digest: sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:18 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:18 + docker push nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:01:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:01:18 a7a4dcad6c46: Preparing 09:01:18 48ce406f9edc: Preparing 09:01:18 8b6eeeaa28df: Preparing 09:01:18 cc36f3f12729: Preparing 09:01:18 3be0249874af: Preparing 09:01:18 ceb5b1babea4: Preparing 09:01:18 994456c4fd7b: Preparing 09:01:18 994456c4fd7b: Waiting 09:01:18 ceb5b1babea4: Waiting 09:01:18 3be0249874af: Layer already exists 09:01:18 a7a4dcad6c46: Layer already exists 09:01:18 cc36f3f12729: Layer already exists 09:01:18 8b6eeeaa28df: Layer already exists 09:01:18 48ce406f9edc: Layer already exists 09:01:18 ceb5b1babea4: Layer already exists 09:01:18 994456c4fd7b: Layer already exists 09:01:18 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:18 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:19 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 09:01:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:01:19 a7a4dcad6c46: Preparing 09:01:19 48ce406f9edc: Preparing 09:01:19 8b6eeeaa28df: Preparing 09:01:19 cc36f3f12729: Preparing 09:01:19 3be0249874af: Preparing 09:01:19 ceb5b1babea4: Preparing 09:01:19 994456c4fd7b: Preparing 09:01:19 ceb5b1babea4: Waiting 09:01:19 994456c4fd7b: Waiting 09:01:19 a7a4dcad6c46: Layer already exists 09:01:19 8b6eeeaa28df: Layer already exists 09:01:19 3be0249874af: Layer already exists 09:01:19 cc36f3f12729: Layer already exists 09:01:19 48ce406f9edc: Layer already exists 09:01:19 994456c4fd7b: Layer already exists 09:01:19 ceb5b1babea4: Layer already exists 09:01:19 main: digest: sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:01:19 ===================================================== [Pipeline] echo 09:01:19 taggedImages: 09:01:19 - nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a 09:01:19 - nexus3.edgexfoundry.org:10004/support-notifications:latest 09:01:19 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.3 09:01:19 - nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:01:19 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 09:01:19 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 09:01:19 010c1fef02ead4f4725b1558caf9c08a877a420a 09:01:19 latest 09:01:19 4.1.0-dev.3 09:01:19 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:01:19 main 09:01:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:19 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:20 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a 09:01:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:01:20 4f404a58f5ca: Preparing 09:01:20 fab4ba0d6f90: Preparing 09:01:20 8b6eeeaa28df: Preparing 09:01:20 cc36f3f12729: Preparing 09:01:20 624b58f148ae: Preparing 09:01:20 4e4eb33110c7: Preparing 09:01:20 994456c4fd7b: Preparing 09:01:20 994456c4fd7b: Waiting 09:01:20 4e4eb33110c7: Waiting 09:01:20 8b6eeeaa28df: Layer already exists 09:01:20 cc36f3f12729: Layer already exists 09:01:20 994456c4fd7b: Layer already exists 09:01:20 624b58f148ae: Pushed 09:01:20 4f404a58f5ca: Pushed 09:01:20 4e4eb33110c7: Pushed 09:01:24 fab4ba0d6f90: Pushed 09:01:24 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:24 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:25 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 09:01:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:01:25 4f404a58f5ca: Preparing 09:01:25 fab4ba0d6f90: Preparing 09:01:25 8b6eeeaa28df: Preparing 09:01:25 cc36f3f12729: Preparing 09:01:25 624b58f148ae: Preparing 09:01:25 4e4eb33110c7: Preparing 09:01:25 994456c4fd7b: Preparing 09:01:25 4e4eb33110c7: Waiting 09:01:25 fab4ba0d6f90: Layer already exists 09:01:25 cc36f3f12729: Layer already exists 09:01:25 4f404a58f5ca: Layer already exists 09:01:25 8b6eeeaa28df: Layer already exists 09:01:25 624b58f148ae: Layer already exists 09:01:25 4e4eb33110c7: Layer already exists 09:01:25 994456c4fd7b: Layer already exists 09:01:25 latest: digest: sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:25 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:25 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.3 09:01:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:01:25 4f404a58f5ca: Preparing 09:01:25 fab4ba0d6f90: Preparing 09:01:25 8b6eeeaa28df: Preparing 09:01:25 cc36f3f12729: Preparing 09:01:25 624b58f148ae: Preparing 09:01:25 4e4eb33110c7: Preparing 09:01:25 994456c4fd7b: Preparing 09:01:25 4e4eb33110c7: Waiting 09:01:25 994456c4fd7b: Waiting 09:01:25 cc36f3f12729: Layer already exists 09:01:25 4f404a58f5ca: Layer already exists 09:01:25 8b6eeeaa28df: Layer already exists 09:01:25 fab4ba0d6f90: Layer already exists 09:01:25 624b58f148ae: Layer already exists 09:01:25 994456c4fd7b: Layer already exists 09:01:25 4e4eb33110c7: Layer already exists 09:01:25 4.1.0-dev.3: digest: sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:26 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:26 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:01:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:01:26 4f404a58f5ca: Preparing 09:01:26 fab4ba0d6f90: Preparing 09:01:26 8b6eeeaa28df: Preparing 09:01:26 cc36f3f12729: Preparing 09:01:26 624b58f148ae: Preparing 09:01:26 4e4eb33110c7: Preparing 09:01:26 994456c4fd7b: Preparing 09:01:26 4e4eb33110c7: Waiting 09:01:26 4f404a58f5ca: Layer already exists 09:01:26 fab4ba0d6f90: Layer already exists 09:01:26 8b6eeeaa28df: Layer already exists 09:01:26 624b58f148ae: Layer already exists 09:01:26 cc36f3f12729: Layer already exists 09:01:26 4e4eb33110c7: Layer already exists 09:01:26 994456c4fd7b: Layer already exists 09:01:26 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:26 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:01:27 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 09:01:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:01:27 4f404a58f5ca: Preparing 09:01:27 fab4ba0d6f90: Preparing 09:01:27 8b6eeeaa28df: Preparing 09:01:27 cc36f3f12729: Preparing 09:01:27 624b58f148ae: Preparing 09:01:27 4e4eb33110c7: Preparing 09:01:27 994456c4fd7b: Preparing 09:01:27 4e4eb33110c7: Waiting 09:01:27 994456c4fd7b: Waiting 09:01:27 4f404a58f5ca: Layer already exists 09:01:27 cc36f3f12729: Layer already exists 09:01:27 624b58f148ae: Layer already exists 09:01:27 fab4ba0d6f90: Layer already exists 09:01:27 8b6eeeaa28df: Layer already exists 09:01:27 994456c4fd7b: Layer already exists 09:01:27 4e4eb33110c7: Layer already exists 09:01:27 main: digest: sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:01:27 ===================================================== [Pipeline] echo 09:01:27 taggedImages: 09:01:27 - nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a 09:01:27 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 09:01:27 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 09:01:27 ========================================================= 09:01:27 [edgeXBuildMultiArch] RAW Config: 09:01:27 images: 09:01:27 - nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a 09:01:27 - nexus3.edgexfoundry.org:10004/core-command:latest 09:01:27 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/core-command:main 09:01:27 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a 09:01:27 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 09:01:27 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 09:01:27 - nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a 09:01:27 - nexus3.edgexfoundry.org:10004/core-data:latest 09:01:27 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/core-data:main 09:01:27 - nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a 09:01:27 - nexus3.edgexfoundry.org:10004/core-keeper:latest 09:01:27 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/core-keeper:main 09:01:27 - nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a 09:01:27 - nexus3.edgexfoundry.org:10004/core-metadata:latest 09:01:27 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/core-metadata:main 09:01:27 - nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a 09:01:27 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 09:01:27 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 09:01:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a 09:01:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 09:01:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 09:01:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a 09:01:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 09:01:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 09:01:27 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a 09:01:27 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 09:01:27 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 09:01:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a 09:01:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 09:01:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 09:01:27 - nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a 09:01:27 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 09:01:27 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 09:01:27 - nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a 09:01:27 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 09:01:27 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/security-spire-config:main 09:01:27 - nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a 09:01:27 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 09:01:27 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/security-spire-server:main 09:01:27 - nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a 09:01:27 - nexus3.edgexfoundry.org:10004/support-notifications:latest 09:01:27 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/support-notifications:main 09:01:27 - nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a 09:01:27 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 09:01:27 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:01:27 - nexus3.edgexfoundry.org:10004/support-scheduler:main 09:01:27 settingsFile: 09:01:27 edgex-go-settings 09:01:27 ========================================================= [Pipeline] node 09:01:42 Still waiting to schedule task 09:01:42 All nodes of label ‘centos7-docker-4c-2g’ are offline 09:03:03 Running on prd-centos7-docker-4c-2g-89 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:03:03 provisioning config files... 09:03:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config2717453002365689065tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:03:07 ---> ****-login.sh 09:03:07 nexus3.edgexfoundry.org:10001 09:03:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:03:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:03:07 Configure a credential helper to remove this warning. See 09:03:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:03:07 09:03:07 Login Succeeded 09:03:07 nexus3.edgexfoundry.org:10002 09:03:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:03:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:03:07 Configure a credential helper to remove this warning. See 09:03:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:03:07 09:03:07 Login Succeeded 09:03:07 nexus3.edgexfoundry.org:10003 09:03:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:03:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:03:07 Configure a credential helper to remove this warning. See 09:03:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:03:07 09:03:07 Login Succeeded 09:03:07 nexus3.edgexfoundry.org:10004 09:03:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:03:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:03:07 Configure a credential helper to remove this warning. See 09:03:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:03:07 09:03:07 Login Succeeded 09:03:07 ****.io 09:03:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:03:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:03:08 Configure a credential helper to remove this warning. See 09:03:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:03:08 09:03:08 Login Succeeded 09:03:08 ---> ****-login.sh ends [Pipeline] } 09:03:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:03:08 + docker buildx ls 09:03:08 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 09:03:08 default * docker 09:03:08 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 09:03:08 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 09:03:08 edgex-builder [Pipeline] sh 09:03:09 + docker buildx inspect --bootstrap 09:03:09 #1 [internal] booting buildkit 09:03:09 #1 pulling image moby/buildkit:buildx-stable-1 09:03:11 #1 pulling image moby/buildkit:buildx-stable-1 2.8s done 09:03:11 #1 creating container buildx_buildkit_edgex-builder0 09:03:14 #1 creating container buildx_buildkit_edgex-builder0 2.3s done 09:03:14 #1 DONE 5.1s 09:03:14 Name: edgex-builder 09:03:14 Driver: docker-container 09:03:14 09:03:14 Nodes: 09:03:14 Name: edgex-builder0 09:03:14 Endpoint: unix:///var/run/docker.sock 09:03:14 Status: running 09:03:14 Buildkit: v0.20.2 09:03:14 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 09:03:14 + docker buildx ls 09:03:14 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 09:03:14 edgex-builder * docker-container 09:03:14 edgex-builder0 unix:///var/run/docker.sock running v0.20.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 09:03:14 default docker 09:03:14 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 09:03:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a' 09:03:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a --push - 09:03:15 #1 [internal] load build definition from Dockerfile 09:03:15 #1 transferring dockerfile: 197B done 09:03:15 #1 DONE 0.0s 09:03:15 09:03:15 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:15 #2 DONE 0.1s 09:03:15 09:03:15 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:15 #3 DONE 0.1s 09:03:15 09:03:15 #4 [internal] load .dockerignore 09:03:15 #4 transferring context: 2B done 09:03:15 #4 DONE 0.0s 09:03:15 09:03:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 09:03:15 #5 resolve nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 0.0s done 09:03:15 #5 DONE 0.0s 09:03:15 09:03:15 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 09:03:15 #6 resolve nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 0.0s done 09:03:15 #6 DONE 0.1s 09:03:15 09:03:15 #7 exporting to image 09:03:15 #7 exporting layers done 09:03:15 #7 exporting manifest sha256:0cb9443b9fad90c44b8aed361449a8c37a792f248e35a627d812e5be448a9e27 0.0s done 09:03:15 #7 exporting config sha256:5725602e2696bd52a7970d1ba62e9a4d80f45f0d93a23cf1170971651d9e3912 0.0s done 09:03:15 #7 exporting manifest sha256:ddc40b20b482a3576b2698db5cc63ce3cea1cf38f8f83b7206aee6605b18e51a 0.0s done 09:03:15 #7 exporting config sha256:d5454ebf161cc68b7bd38ac14692bb4426dcbd18a3905695e48831ef004b1998 done 09:03:15 #7 exporting manifest list sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 done 09:03:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:15 #7 ... 09:03:15 09:03:15 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 09:03:15 #8 DONE 0.0s 09:03:15 09:03:15 #7 exporting to image 09:03:15 #7 pushing layers 0.1s done 09:03:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 09:03:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 0.1s done 09:03:15 #7 DONE 0.2s 09:03:15 09:03:15 1 warning found (use --debug to expand): 09:03:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 09:03:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 09:03:16 #1 [internal] load build definition from Dockerfile 09:03:16 #1 transferring dockerfile: 163B done 09:03:16 #1 DONE 0.0s 09:03:16 09:03:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 09:03:16 #2 DONE 0.0s 09:03:16 09:03:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 09:03:16 #3 DONE 0.0s 09:03:16 09:03:16 #4 [internal] load .dockerignore 09:03:16 #4 transferring context: 2B done 09:03:16 #4 DONE 0.0s 09:03:16 09:03:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 09:03:16 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 0.0s done 09:03:16 #5 CACHED 09:03:16 09:03:16 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 09:03:16 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 0.0s done 09:03:16 #6 CACHED 09:03:16 09:03:16 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 09:03:16 #7 DONE 0.0s 09:03:16 09:03:16 #8 exporting to image 09:03:16 #8 exporting layers done 09:03:16 #8 exporting manifest sha256:0cb9443b9fad90c44b8aed361449a8c37a792f248e35a627d812e5be448a9e27 done 09:03:16 #8 exporting config sha256:5725602e2696bd52a7970d1ba62e9a4d80f45f0d93a23cf1170971651d9e3912 done 09:03:16 #8 exporting manifest sha256:ddc40b20b482a3576b2698db5cc63ce3cea1cf38f8f83b7206aee6605b18e51a done 09:03:16 #8 exporting config sha256:d5454ebf161cc68b7bd38ac14692bb4426dcbd18a3905695e48831ef004b1998 done 09:03:16 #8 exporting manifest list sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 done 09:03:16 #8 pushing layers 0.0s done 09:03:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 09:03:16 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 0.1s done 09:03:16 #8 DONE 0.1s 09:03:16 09:03:16 1 warning found (use --debug to expand): 09:03:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3' 09:03:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3 --push - 09:03:16 #1 [internal] load build definition from Dockerfile 09:03:16 #1 transferring dockerfile: 168B done 09:03:16 #1 DONE 0.0s 09:03:16 09:03:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3 09:03:16 #2 DONE 0.0s 09:03:16 09:03:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3 09:03:16 #3 DONE 0.0s 09:03:16 09:03:16 #4 [internal] load .dockerignore 09:03:16 #4 transferring context: 2B done 09:03:16 #4 DONE 0.0s 09:03:16 09:03:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 09:03:16 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 0.0s done 09:03:16 #5 CACHED 09:03:16 09:03:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 09:03:16 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 0.0s done 09:03:16 #6 CACHED 09:03:16 09:03:16 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 09:03:16 #7 DONE 0.0s 09:03:16 09:03:16 #8 exporting to image 09:03:16 #8 exporting layers done 09:03:16 #8 exporting manifest sha256:0cb9443b9fad90c44b8aed361449a8c37a792f248e35a627d812e5be448a9e27 done 09:03:16 #8 exporting config sha256:5725602e2696bd52a7970d1ba62e9a4d80f45f0d93a23cf1170971651d9e3912 done 09:03:16 #8 exporting manifest sha256:ddc40b20b482a3576b2698db5cc63ce3cea1cf38f8f83b7206aee6605b18e51a done 09:03:16 #8 exporting config sha256:d5454ebf161cc68b7bd38ac14692bb4426dcbd18a3905695e48831ef004b1998 done 09:03:16 #8 exporting manifest list sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 done 09:03:16 #8 pushing layers 0.0s done 09:03:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3@sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 09:03:16 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.3@sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 0.1s done 09:03:16 #8 DONE 0.1s 09:03:16 09:03:16 1 warning found (use --debug to expand): 09:03:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - 09:03:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' 09:03:17 #1 [internal] load build definition from Dockerfile 09:03:17 #1 transferring dockerfile: 209B done 09:03:17 #1 DONE 0.0s 09:03:17 09:03:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:03:17 #2 DONE 0.0s 09:03:17 09:03:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:03:17 #3 DONE 0.0s 09:03:17 09:03:17 #4 [internal] load .dockerignore 09:03:17 #4 transferring context: 2B done 09:03:17 #4 DONE 0.0s 09:03:17 09:03:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 09:03:17 #5 resolve nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 done 09:03:17 #5 CACHED 09:03:17 09:03:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 09:03:17 #6 resolve nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 0.0s done 09:03:17 #6 CACHED 09:03:17 09:03:17 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 09:03:17 #7 DONE 0.0s 09:03:17 09:03:17 #8 exporting to image 09:03:17 #8 exporting layers done 09:03:17 #8 exporting manifest sha256:0cb9443b9fad90c44b8aed361449a8c37a792f248e35a627d812e5be448a9e27 done 09:03:17 #8 exporting config sha256:5725602e2696bd52a7970d1ba62e9a4d80f45f0d93a23cf1170971651d9e3912 done 09:03:17 #8 exporting manifest sha256:ddc40b20b482a3576b2698db5cc63ce3cea1cf38f8f83b7206aee6605b18e51a done 09:03:17 #8 exporting config sha256:d5454ebf161cc68b7bd38ac14692bb4426dcbd18a3905695e48831ef004b1998 done 09:03:17 #8 exporting manifest list sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 done 09:03:17 #8 pushing layers 0.0s done 09:03:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 09:03:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 0.1s done 09:03:17 #8 DONE 0.1s 09:03:17 09:03:17 1 warning found (use --debug to expand): 09:03:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 09:03:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 09:03:17 #1 [internal] load build definition from Dockerfile 09:03:17 #1 transferring dockerfile: 161B done 09:03:17 #1 DONE 0.0s 09:03:17 09:03:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 09:03:17 #2 DONE 0.0s 09:03:17 09:03:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 09:03:17 #3 DONE 0.0s 09:03:17 09:03:17 #4 [internal] load .dockerignore 09:03:17 #4 transferring context: 2B done 09:03:17 #4 DONE 0.0s 09:03:17 09:03:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 09:03:17 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 0.0s done 09:03:17 #5 CACHED 09:03:17 09:03:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 09:03:17 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:f995d0f0d150be070e1a572332ad3f6e2cd8ed868845d9a1e55cd9519b456620 0.0s done 09:03:17 #6 CACHED 09:03:17 09:03:17 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 09:03:17 #7 DONE 0.0s 09:03:17 09:03:17 #8 exporting to image 09:03:17 #8 exporting layers done 09:03:17 #8 exporting manifest sha256:0cb9443b9fad90c44b8aed361449a8c37a792f248e35a627d812e5be448a9e27 done 09:03:17 #8 exporting config sha256:5725602e2696bd52a7970d1ba62e9a4d80f45f0d93a23cf1170971651d9e3912 done 09:03:17 #8 exporting manifest sha256:ddc40b20b482a3576b2698db5cc63ce3cea1cf38f8f83b7206aee6605b18e51a done 09:03:17 #8 exporting config sha256:d5454ebf161cc68b7bd38ac14692bb4426dcbd18a3905695e48831ef004b1998 done 09:03:17 #8 exporting manifest list sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 done 09:03:17 #8 pushing layers 0.0s done 09:03:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 09:03:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:c5f424ba5964c0b49a0da112af273e35124d132ede5e68f5063852f3e01d3738 0.1s done 09:03:17 #8 DONE 0.1s 09:03:17 09:03:17 1 warning found (use --debug to expand): 09:03:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a --push - 09:03:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a' 09:03:18 #1 [internal] load build definition from Dockerfile 09:03:18 #1 transferring dockerfile: 216B done 09:03:18 #1 DONE 0.0s 09:03:18 09:03:18 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:18 #2 DONE 0.0s 09:03:18 09:03:18 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:18 #3 DONE 0.1s 09:03:18 09:03:18 #4 [internal] load .dockerignore 09:03:18 #4 transferring context: 2B done 09:03:18 #4 DONE 0.0s 09:03:18 09:03:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 09:03:18 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 09:03:18 #5 ... 09:03:18 09:03:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 09:03:18 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 0.0s done 09:03:18 #6 DONE 0.1s 09:03:18 09:03:18 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:03:18 #7 DONE 0.0s 09:03:18 09:03:18 #8 exporting to image 09:03:18 #8 exporting layers done 09:03:18 #8 exporting manifest sha256:6f90fc8c4b3336ce14de59674ca88b7812667343a47b0266a9ba0b62b411ce93 0.0s done 09:03:18 #8 exporting config sha256:c02b0f6561b0a0884c8e2ae2c4b5a06959dafa63424ee9019865679036541cf4 done 09:03:18 #8 exporting manifest sha256:8c44a07f3082b77b571428cb9cfca82b5008fafea96c139a84f2b170ceb7953a 0.0s done 09:03:18 #8 exporting config sha256:6cb38c318a16486883252327ce1304e61a61fd8f760b803662a9cbca702f118f done 09:03:18 #8 exporting manifest list sha256:03c18f43b293b4dae1cc05fe9d53a7e6fed738149008bd48fded313f155090e8 done 09:03:18 #8 pushing layers 0.1s done 09:03:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:03c18f43b293b4dae1cc05fe9d53a7e6fed738149008bd48fded313f155090e8 09:03:18 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:03c18f43b293b4dae1cc05fe9d53a7e6fed738149008bd48fded313f155090e8 0.1s done 09:03:18 #8 DONE 0.2s 09:03:18 09:03:18 1 warning found (use --debug to expand): 09:03:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 09:03:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 09:03:19 #1 [internal] load build definition from Dockerfile 09:03:19 #1 transferring dockerfile: 182B done 09:03:19 #1 DONE 0.0s 09:03:19 09:03:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 09:03:19 #2 DONE 0.0s 09:03:19 09:03:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 09:03:19 #3 DONE 0.0s 09:03:19 09:03:19 #4 [internal] load .dockerignore 09:03:19 #4 transferring context: 2B done 09:03:19 #4 DONE 0.0s 09:03:19 09:03:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 09:03:19 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 0.0s done 09:03:19 #5 DONE 0.0s 09:03:19 09:03:19 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 09:03:19 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 0.0s done 09:03:19 #6 CACHED 09:03:19 09:03:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 09:03:19 #5 CACHED 09:03:19 09:03:19 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:03:19 #7 DONE 0.0s 09:03:19 09:03:19 #8 exporting to image 09:03:19 #8 exporting layers done 09:03:19 #8 exporting manifest sha256:6f90fc8c4b3336ce14de59674ca88b7812667343a47b0266a9ba0b62b411ce93 done 09:03:19 #8 exporting config sha256:c02b0f6561b0a0884c8e2ae2c4b5a06959dafa63424ee9019865679036541cf4 done 09:03:19 #8 exporting manifest sha256:8c44a07f3082b77b571428cb9cfca82b5008fafea96c139a84f2b170ceb7953a done 09:03:19 #8 exporting config sha256:6cb38c318a16486883252327ce1304e61a61fd8f760b803662a9cbca702f118f done 09:03:19 #8 exporting manifest list sha256:03c18f43b293b4dae1cc05fe9d53a7e6fed738149008bd48fded313f155090e8 done 09:03:19 #8 pushing layers 0.0s done 09:03:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:03c18f43b293b4dae1cc05fe9d53a7e6fed738149008bd48fded313f155090e8 0.1s done 09:03:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:19 #8 DONE 0.1s 09:03:19 09:03:19 1 warning found (use --debug to expand): 09:03:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3 --push - 09:03:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3' 09:03:19 #1 [internal] load build definition from Dockerfile 09:03:19 #1 transferring dockerfile: 187B done 09:03:19 #1 DONE 0.0s 09:03:19 09:03:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3 09:03:19 #2 DONE 0.0s 09:03:19 09:03:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3 09:03:19 #3 DONE 0.0s 09:03:19 09:03:19 #4 [internal] load .dockerignore 09:03:19 #4 transferring context: 2B done 09:03:19 #4 DONE 0.0s 09:03:19 09:03:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 09:03:19 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 09:03:19 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 0.0s done 09:03:19 #5 CACHED 09:03:19 09:03:19 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 09:03:19 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 0.0s done 09:03:19 #6 CACHED 09:03:19 09:03:19 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:03:19 #7 DONE 0.0s 09:03:19 09:03:19 #8 exporting to image 09:03:19 #8 exporting layers done 09:03:19 #8 exporting manifest sha256:6f90fc8c4b3336ce14de59674ca88b7812667343a47b0266a9ba0b62b411ce93 done 09:03:19 #8 exporting config sha256:c02b0f6561b0a0884c8e2ae2c4b5a06959dafa63424ee9019865679036541cf4 done 09:03:19 #8 exporting manifest sha256:8c44a07f3082b77b571428cb9cfca82b5008fafea96c139a84f2b170ceb7953a done 09:03:19 #8 exporting config sha256:6cb38c318a16486883252327ce1304e61a61fd8f760b803662a9cbca702f118f done 09:03:19 #8 exporting manifest list sha256:03c18f43b293b4dae1cc05fe9d53a7e6fed738149008bd48fded313f155090e8 done 09:03:19 #8 pushing layers 0.0s done 09:03:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.3@sha256:03c18f43b293b4dae1cc05fe9d53a7e6fed738149008bd48fded313f155090e8 0.1s done 09:03:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:19 #8 DONE 0.1s 09:03:19 09:03:19 1 warning found (use --debug to expand): 09:03:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' 09:03:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - 09:03:20 #1 [internal] load build definition from Dockerfile 09:03:20 #1 transferring dockerfile: 228B done 09:03:20 #1 DONE 0.0s 09:03:20 09:03:20 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:03:20 #2 DONE 0.0s 09:03:20 09:03:20 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:03:20 #3 DONE 0.0s 09:03:20 09:03:20 #4 [internal] load .dockerignore 09:03:20 #4 transferring context: 2B done 09:03:20 #4 DONE 0.0s 09:03:20 09:03:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 09:03:20 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 0.0s done 09:03:20 #5 CACHED 09:03:20 09:03:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 09:03:20 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 0.0s done 09:03:20 #6 CACHED 09:03:20 09:03:20 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:03:20 #7 DONE 0.0s 09:03:20 09:03:20 #8 exporting to image 09:03:20 #8 exporting layers done 09:03:20 #8 exporting manifest sha256:6f90fc8c4b3336ce14de59674ca88b7812667343a47b0266a9ba0b62b411ce93 done 09:03:20 #8 exporting config sha256:c02b0f6561b0a0884c8e2ae2c4b5a06959dafa63424ee9019865679036541cf4 done 09:03:20 #8 exporting manifest sha256:8c44a07f3082b77b571428cb9cfca82b5008fafea96c139a84f2b170ceb7953a done 09:03:20 #8 exporting config sha256:6cb38c318a16486883252327ce1304e61a61fd8f760b803662a9cbca702f118f done 09:03:20 #8 exporting manifest list sha256:03c18f43b293b4dae1cc05fe9d53a7e6fed738149008bd48fded313f155090e8 done 09:03:20 #8 pushing layers 0.0s done 09:03:20 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:03c18f43b293b4dae1cc05fe9d53a7e6fed738149008bd48fded313f155090e8 09:03:20 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:20 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:03c18f43b293b4dae1cc05fe9d53a7e6fed738149008bd48fded313f155090e8 0.1s done 09:03:20 #8 DONE 0.1s 09:03:20 09:03:20 1 warning found (use --debug to expand): 09:03:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 09:03:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 09:03:20 #1 [internal] load build definition from Dockerfile 09:03:20 #1 transferring dockerfile: 180B done 09:03:20 #1 DONE 0.0s 09:03:20 09:03:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 09:03:20 #2 DONE 0.0s 09:03:20 09:03:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 09:03:20 #3 DONE 0.0s 09:03:20 09:03:20 #4 [internal] load .dockerignore 09:03:20 #4 transferring context: 09:03:21 #4 transferring context: 2B done 09:03:21 #4 DONE 0.0s 09:03:21 09:03:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 09:03:21 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 0.0s done 09:03:21 #5 CACHED 09:03:21 09:03:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 09:03:21 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:2342dc6a1dda245ef82d1d7c84584b0e750082efbd3052b2d0ab9161df900c18 0.0s done 09:03:21 #6 CACHED 09:03:21 09:03:21 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:03:21 #7 DONE 0.0s 09:03:21 09:03:21 #8 exporting to image 09:03:21 #8 exporting layers done 09:03:21 #8 exporting manifest sha256:6f90fc8c4b3336ce14de59674ca88b7812667343a47b0266a9ba0b62b411ce93 done 09:03:21 #8 exporting config sha256:c02b0f6561b0a0884c8e2ae2c4b5a06959dafa63424ee9019865679036541cf4 done 09:03:21 #8 exporting manifest sha256:8c44a07f3082b77b571428cb9cfca82b5008fafea96c139a84f2b170ceb7953a done 09:03:21 #8 exporting config sha256:6cb38c318a16486883252327ce1304e61a61fd8f760b803662a9cbca702f118f done 09:03:21 #8 exporting manifest list sha256:03c18f43b293b4dae1cc05fe9d53a7e6fed738149008bd48fded313f155090e8 done 09:03:21 #8 pushing layers 0.0s done 09:03:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:03c18f43b293b4dae1cc05fe9d53a7e6fed738149008bd48fded313f155090e8 0.1s done 09:03:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:21 #8 DONE 0.1s 09:03:21 09:03:21 1 warning found (use --debug to expand): 09:03:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a --push - 09:03:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a' 09:03:21 #1 [internal] load build definition from Dockerfile 09:03:21 #1 transferring dockerfile: 194B done 09:03:21 #1 DONE 0.0s 09:03:21 09:03:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:21 #2 DONE 0.0s 09:03:21 09:03:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:21 #3 DONE 0.0s 09:03:21 09:03:21 #4 [internal] load .dockerignore 09:03:21 #4 transferring context: 09:03:21 #4 transferring context: 2B done 09:03:21 #4 DONE 0.0s 09:03:21 09:03:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 09:03:21 #5 resolve nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 0.0s done 09:03:21 #5 DONE 0.0s 09:03:21 09:03:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 09:03:21 #6 resolve nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 0.0s done 09:03:21 #6 DONE 0.1s 09:03:21 09:03:21 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 09:03:21 #7 DONE 0.0s 09:03:21 09:03:21 #8 exporting to image 09:03:21 #8 exporting layers done 09:03:21 #8 exporting manifest sha256:888199c3196d8438a000ed2f78a2185af1bc58d1a4e4be35060dca604e68bb72 0.0s done 09:03:21 #8 exporting config sha256:c28f3498a42d33aa508bffd3fa0cce27f25ac01c01ef7e48eddcfec497f7556d done 09:03:21 #8 exporting manifest sha256:7b4c8c57f3cae0712534d735fb3a8d6e4917c43848ffd7bb17919731d50a69ad done 09:03:21 #8 exporting config sha256:c82aa722c9175caa686294e52611d5196d51d083ee9a5231b5b9fade0851fdb8 0.0s done 09:03:21 #8 exporting manifest list sha256:1198a33e6e603c589885938218b047e8a24a4da0159acb455a8447d94e5760ed 0.0s done 09:03:21 #8 pushing layers 0.1s done 09:03:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:1198a33e6e603c589885938218b047e8a24a4da0159acb455a8447d94e5760ed 0.1s done 09:03:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:21 #8 DONE 0.2s 09:03:21 09:03:21 1 warning found (use --debug to expand): 09:03:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 09:03:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 09:03:22 #1 [internal] load build definition from Dockerfile 09:03:22 #1 transferring dockerfile: 160B done 09:03:22 #1 DONE 0.0s 09:03:22 09:03:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 09:03:22 #2 DONE 0.0s 09:03:22 09:03:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 09:03:22 #3 DONE 0.0s 09:03:22 09:03:22 #4 [internal] load .dockerignore 09:03:22 #4 transferring context: 2B done 09:03:22 #4 DONE 0.0s 09:03:22 09:03:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 09:03:22 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 0.0s done 09:03:22 #5 CACHED 09:03:22 09:03:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 09:03:22 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 0.0s done 09:03:22 #6 CACHED 09:03:22 09:03:22 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 09:03:22 #7 DONE 0.0s 09:03:22 09:03:22 #8 exporting to image 09:03:22 #8 exporting layers done 09:03:22 #8 exporting manifest sha256:888199c3196d8438a000ed2f78a2185af1bc58d1a4e4be35060dca604e68bb72 done 09:03:22 #8 exporting config sha256:c28f3498a42d33aa508bffd3fa0cce27f25ac01c01ef7e48eddcfec497f7556d done 09:03:22 #8 exporting manifest sha256:7b4c8c57f3cae0712534d735fb3a8d6e4917c43848ffd7bb17919731d50a69ad done 09:03:22 #8 exporting config sha256:c82aa722c9175caa686294e52611d5196d51d083ee9a5231b5b9fade0851fdb8 done 09:03:22 #8 exporting manifest list sha256:1198a33e6e603c589885938218b047e8a24a4da0159acb455a8447d94e5760ed done 09:03:22 #8 pushing layers 0.0s done 09:03:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:1198a33e6e603c589885938218b047e8a24a4da0159acb455a8447d94e5760ed 0.1s done 09:03:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:22 #8 DONE 0.1s 09:03:22 09:03:22 1 warning found (use --debug to expand): 09:03:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.3' 09:03:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.3 --push - 09:03:22 #1 [internal] load build definition from Dockerfile 09:03:22 #1 transferring dockerfile: 165B done 09:03:22 #1 DONE 0.0s 09:03:22 09:03:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.3 09:03:22 #2 DONE 0.0s 09:03:22 09:03:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.3 09:03:22 #3 DONE 0.0s 09:03:22 09:03:22 #4 [internal] load .dockerignore 09:03:22 #4 transferring context: 2B done 09:03:22 #4 DONE 0.0s 09:03:23 09:03:23 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.3@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 09:03:23 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.3@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 0.0s done 09:03:23 #5 CACHED 09:03:23 09:03:23 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.3@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 09:03:23 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.3@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 0.0s done 09:03:23 #6 CACHED 09:03:23 09:03:23 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 09:03:23 #7 DONE 0.0s 09:03:23 09:03:23 #8 exporting to image 09:03:23 #8 exporting layers done 09:03:23 #8 exporting manifest sha256:888199c3196d8438a000ed2f78a2185af1bc58d1a4e4be35060dca604e68bb72 done 09:03:23 #8 exporting config sha256:c28f3498a42d33aa508bffd3fa0cce27f25ac01c01ef7e48eddcfec497f7556d done 09:03:23 #8 exporting manifest sha256:7b4c8c57f3cae0712534d735fb3a8d6e4917c43848ffd7bb17919731d50a69ad done 09:03:23 #8 exporting config sha256:c82aa722c9175caa686294e52611d5196d51d083ee9a5231b5b9fade0851fdb8 done 09:03:23 #8 exporting manifest list sha256:1198a33e6e603c589885938218b047e8a24a4da0159acb455a8447d94e5760ed done 09:03:23 #8 pushing layers 0.0s done 09:03:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.3@sha256:1198a33e6e603c589885938218b047e8a24a4da0159acb455a8447d94e5760ed 0.1s done 09:03:23 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:23 #8 DONE 0.1s 09:03:23 09:03:23 1 warning found (use --debug to expand): 09:03:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' 09:03:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - 09:03:23 #1 [internal] load build definition from Dockerfile 09:03:23 #1 transferring dockerfile: 206B done 09:03:23 #1 DONE 0.0s 09:03:23 09:03:23 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:03:23 #2 DONE 0.0s 09:03:23 09:03:23 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:03:23 #3 DONE 0.0s 09:03:23 09:03:23 #4 [internal] load .dockerignore 09:03:23 #4 transferring context: 2B done 09:03:23 #4 DONE 0.0s 09:03:23 09:03:23 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 09:03:23 #5 resolve nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 0.0s done 09:03:23 #5 CACHED 09:03:23 09:03:23 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 09:03:23 #6 resolve nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 0.0s done 09:03:23 #6 CACHED 09:03:23 09:03:23 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 09:03:23 #7 DONE 0.0s 09:03:23 09:03:23 #8 exporting to image 09:03:23 #8 exporting layers done 09:03:23 #8 exporting manifest sha256:888199c3196d8438a000ed2f78a2185af1bc58d1a4e4be35060dca604e68bb72 done 09:03:23 #8 exporting config sha256:c28f3498a42d33aa508bffd3fa0cce27f25ac01c01ef7e48eddcfec497f7556d done 09:03:23 #8 exporting manifest sha256:7b4c8c57f3cae0712534d735fb3a8d6e4917c43848ffd7bb17919731d50a69ad done 09:03:23 #8 exporting config sha256:c82aa722c9175caa686294e52611d5196d51d083ee9a5231b5b9fade0851fdb8 done 09:03:23 #8 exporting manifest list sha256:1198a33e6e603c589885938218b047e8a24a4da0159acb455a8447d94e5760ed done 09:03:23 #8 pushing layers 0.0s done 09:03:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:1198a33e6e603c589885938218b047e8a24a4da0159acb455a8447d94e5760ed 0.1s done 09:03:23 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:23 #8 DONE 0.1s 09:03:23 09:03:23 1 warning found (use --debug to expand): 09:03:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 09:03:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 09:03:23 #1 [internal] load build definition from Dockerfile 09:03:23 #1 transferring dockerfile: 158B done 09:03:23 #1 DONE 0.0s 09:03:23 09:03:23 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 09:03:23 #2 DONE 0.0s 09:03:23 09:03:23 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 09:03:23 #3 DONE 0.0s 09:03:23 09:03:23 #4 [internal] load .dockerignore 09:03:23 #4 transferring context: 2B done 09:03:23 #4 DONE 0.0s 09:03:23 09:03:23 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 09:03:23 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 0.0s done 09:03:23 #5 DONE 0.0s 09:03:23 09:03:23 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 09:03:24 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 0.0s done 09:03:24 #6 CACHED 09:03:24 09:03:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:0a1bdd1b8b719d626dc9c12975fefe36e1a3b300507472e9bca48f4bbc98de57 09:03:24 #5 CACHED 09:03:24 09:03:24 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 09:03:24 #7 DONE 0.0s 09:03:24 09:03:24 #8 exporting to image 09:03:24 #8 exporting layers done 09:03:24 #8 exporting manifest sha256:888199c3196d8438a000ed2f78a2185af1bc58d1a4e4be35060dca604e68bb72 done 09:03:24 #8 exporting config sha256:c28f3498a42d33aa508bffd3fa0cce27f25ac01c01ef7e48eddcfec497f7556d done 09:03:24 #8 exporting manifest sha256:7b4c8c57f3cae0712534d735fb3a8d6e4917c43848ffd7bb17919731d50a69ad done 09:03:24 #8 exporting config sha256:c82aa722c9175caa686294e52611d5196d51d083ee9a5231b5b9fade0851fdb8 done 09:03:24 #8 exporting manifest list sha256:1198a33e6e603c589885938218b047e8a24a4da0159acb455a8447d94e5760ed done 09:03:24 #8 pushing layers 0.0s done 09:03:24 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:1198a33e6e603c589885938218b047e8a24a4da0159acb455a8447d94e5760ed 0.1s done 09:03:24 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:24 #8 DONE 0.1s 09:03:24 09:03:24 1 warning found (use --debug to expand): 09:03:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a' 09:03:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a --push - 09:03:24 #1 [internal] load build definition from Dockerfile 09:03:24 #1 transferring dockerfile: 196B done 09:03:24 #1 DONE 0.0s 09:03:24 09:03:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:24 #2 DONE 0.1s 09:03:24 09:03:24 #3 [internal] load .dockerignore 09:03:24 #3 transferring context: 09:03:24 #3 transferring context: 2B done 09:03:24 #3 DONE 0.0s 09:03:24 09:03:24 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:24 #4 DONE 0.1s 09:03:24 09:03:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 09:03:24 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 0.0s done 09:03:24 #5 DONE 0.0s 09:03:24 09:03:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 09:03:24 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 0.0s done 09:03:24 #6 DONE 0.1s 09:03:25 09:03:25 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 09:03:25 #7 DONE 0.0s 09:03:25 09:03:25 #8 exporting to image 09:03:25 #8 exporting layers done 09:03:25 #8 exporting manifest sha256:9904724e62342430c005fea9ecf804bde827028a40e2b3271b2e0520429b07c4 0.0s done 09:03:25 #8 exporting config sha256:e1362717abea14db9ba8bb3aaa1cde7e2ca770948878a2ec97e62a5cea085f8a done 09:03:25 #8 exporting manifest sha256:58257dcdc6a66449045d4816b52d0a518f9f783c830f0219beb44f71e673dc7c 0.0s done 09:03:25 #8 exporting config sha256:ad3531821c2ba9136a20b259ac89d33a0e3687d8b25dbd14a36df2dc21a0aa8a 0.0s done 09:03:25 #8 exporting manifest list sha256:3c8b76a56a1b988fc0c41b3d7f314f870d031a6d95e2db35098829f4488fed83 done 09:03:25 #8 pushing layers 09:03:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:25 #8 pushing layers 0.1s done 09:03:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:3c8b76a56a1b988fc0c41b3d7f314f870d031a6d95e2db35098829f4488fed83 0.1s done 09:03:25 #8 DONE 0.2s 09:03:25 09:03:25 1 warning found (use --debug to expand): 09:03:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 09:03:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 09:03:25 #1 [internal] load build definition from Dockerfile 09:03:25 #1 transferring dockerfile: 162B done 09:03:25 #1 DONE 0.0s 09:03:25 09:03:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 09:03:25 #2 DONE 0.0s 09:03:25 09:03:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 09:03:25 #3 DONE 0.0s 09:03:25 09:03:25 #4 [internal] load .dockerignore 09:03:25 #4 transferring context: 2B done 09:03:25 #4 DONE 0.0s 09:03:25 09:03:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 09:03:25 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 09:03:25 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 0.0s done 09:03:25 #5 CACHED 09:03:25 09:03:25 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 09:03:25 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 0.0s done 09:03:25 #6 CACHED 09:03:25 09:03:25 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 09:03:25 #7 DONE 0.0s 09:03:25 09:03:25 #8 exporting to image 09:03:25 #8 exporting layers done 09:03:25 #8 exporting manifest sha256:9904724e62342430c005fea9ecf804bde827028a40e2b3271b2e0520429b07c4 done 09:03:25 #8 exporting config sha256:e1362717abea14db9ba8bb3aaa1cde7e2ca770948878a2ec97e62a5cea085f8a done 09:03:25 #8 exporting manifest sha256:58257dcdc6a66449045d4816b52d0a518f9f783c830f0219beb44f71e673dc7c done 09:03:25 #8 exporting config sha256:ad3531821c2ba9136a20b259ac89d33a0e3687d8b25dbd14a36df2dc21a0aa8a done 09:03:25 #8 exporting manifest list sha256:3c8b76a56a1b988fc0c41b3d7f314f870d031a6d95e2db35098829f4488fed83 done 09:03:25 #8 pushing layers 0.0s done 09:03:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:3c8b76a56a1b988fc0c41b3d7f314f870d031a6d95e2db35098829f4488fed83 0.1s done 09:03:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:25 #8 DONE 0.1s 09:03:25 09:03:25 1 warning found (use --debug to expand): 09:03:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.3 --push - 09:03:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.3' 09:03:25 #1 [internal] load build definition from Dockerfile 09:03:25 #1 transferring dockerfile: 167B done 09:03:25 #1 DONE 0.0s 09:03:25 09:03:25 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.3 09:03:25 #2 DONE 0.0s 09:03:25 09:03:25 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.3 09:03:25 #3 DONE 0.0s 09:03:25 09:03:25 #4 [internal] load .dockerignore 09:03:25 #4 transferring context: 2B done 09:03:25 #4 DONE 0.0s 09:03:26 09:03:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.3@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 09:03:26 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.3@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 0.0s done 09:03:26 #5 CACHED 09:03:26 09:03:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.3@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 09:03:26 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.3@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 0.0s done 09:03:26 #6 CACHED 09:03:26 09:03:26 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 09:03:26 #7 DONE 0.0s 09:03:26 09:03:26 #8 exporting to image 09:03:26 #8 exporting layers done 09:03:26 #8 exporting manifest sha256:9904724e62342430c005fea9ecf804bde827028a40e2b3271b2e0520429b07c4 done 09:03:26 #8 exporting config sha256:e1362717abea14db9ba8bb3aaa1cde7e2ca770948878a2ec97e62a5cea085f8a done 09:03:26 #8 exporting manifest sha256:58257dcdc6a66449045d4816b52d0a518f9f783c830f0219beb44f71e673dc7c done 09:03:26 #8 exporting config sha256:ad3531821c2ba9136a20b259ac89d33a0e3687d8b25dbd14a36df2dc21a0aa8a done 09:03:26 #8 exporting manifest list sha256:3c8b76a56a1b988fc0c41b3d7f314f870d031a6d95e2db35098829f4488fed83 done 09:03:26 #8 pushing layers 0.0s done 09:03:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.3@sha256:3c8b76a56a1b988fc0c41b3d7f314f870d031a6d95e2db35098829f4488fed83 0.1s done 09:03:26 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:26 #8 DONE 0.1s 09:03:26 09:03:26 1 warning found (use --debug to expand): 09:03:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' 09:03:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - 09:03:26 #1 [internal] load build definition from Dockerfile 09:03:26 #1 transferring dockerfile: 208B done 09:03:26 #1 DONE 0.0s 09:03:26 09:03:26 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:03:26 #2 DONE 0.0s 09:03:26 09:03:26 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:03:26 #3 DONE 0.0s 09:03:26 09:03:26 #4 [internal] load .dockerignore 09:03:26 #4 transferring context: 2B done 09:03:26 #4 DONE 0.0s 09:03:26 09:03:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 09:03:26 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 0.0s done 09:03:26 #5 DONE 0.0s 09:03:26 09:03:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 09:03:26 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 0.0s done 09:03:26 #6 CACHED 09:03:26 09:03:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 09:03:26 #5 CACHED 09:03:26 09:03:26 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 09:03:26 #7 DONE 0.0s 09:03:26 09:03:26 #8 exporting to image 09:03:26 #8 exporting layers done 09:03:26 #8 exporting manifest sha256:9904724e62342430c005fea9ecf804bde827028a40e2b3271b2e0520429b07c4 done 09:03:26 #8 exporting config sha256:e1362717abea14db9ba8bb3aaa1cde7e2ca770948878a2ec97e62a5cea085f8a done 09:03:26 #8 exporting manifest sha256:58257dcdc6a66449045d4816b52d0a518f9f783c830f0219beb44f71e673dc7c done 09:03:26 #8 exporting config sha256:ad3531821c2ba9136a20b259ac89d33a0e3687d8b25dbd14a36df2dc21a0aa8a done 09:03:26 #8 exporting manifest list sha256:3c8b76a56a1b988fc0c41b3d7f314f870d031a6d95e2db35098829f4488fed83 done 09:03:26 #8 pushing layers 0.0s done 09:03:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:3c8b76a56a1b988fc0c41b3d7f314f870d031a6d95e2db35098829f4488fed83 0.1s done 09:03:26 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:26 #8 DONE 0.1s 09:03:26 09:03:26 1 warning found (use --debug to expand): 09:03:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 09:03:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 09:03:27 #1 [internal] load build definition from Dockerfile 09:03:27 #1 transferring dockerfile: 160B done 09:03:27 #1 DONE 0.0s 09:03:27 09:03:27 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 09:03:27 #2 DONE 0.0s 09:03:27 09:03:27 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 09:03:27 #3 DONE 0.0s 09:03:27 09:03:27 #4 [internal] load .dockerignore 09:03:27 #4 transferring context: 2B done 09:03:27 #4 DONE 0.0s 09:03:27 09:03:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 09:03:27 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 0.0s done 09:03:27 #5 DONE 0.0s 09:03:27 09:03:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 09:03:27 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 0.0s done 09:03:27 #6 CACHED 09:03:27 09:03:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:6eb66e3c6105142654032730764b552bd34fe9deaf36162e3b903837aff14afa 09:03:27 #5 CACHED 09:03:27 09:03:27 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 09:03:27 #7 DONE 0.0s 09:03:27 09:03:27 #8 exporting to image 09:03:27 #8 exporting layers done 09:03:27 #8 exporting manifest sha256:9904724e62342430c005fea9ecf804bde827028a40e2b3271b2e0520429b07c4 done 09:03:27 #8 exporting config sha256:e1362717abea14db9ba8bb3aaa1cde7e2ca770948878a2ec97e62a5cea085f8a done 09:03:27 #8 exporting manifest sha256:58257dcdc6a66449045d4816b52d0a518f9f783c830f0219beb44f71e673dc7c done 09:03:27 #8 exporting config sha256:ad3531821c2ba9136a20b259ac89d33a0e3687d8b25dbd14a36df2dc21a0aa8a done 09:03:27 #8 exporting manifest list sha256:3c8b76a56a1b988fc0c41b3d7f314f870d031a6d95e2db35098829f4488fed83 done 09:03:27 #8 pushing layers 0.0s done 09:03:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:3c8b76a56a1b988fc0c41b3d7f314f870d031a6d95e2db35098829f4488fed83 0.1s done 09:03:27 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:27 #8 DONE 0.1s 09:03:27 09:03:27 1 warning found (use --debug to expand): 09:03:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a --push - 09:03:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a' 09:03:27 #1 [internal] load build definition from Dockerfile 09:03:27 #1 transferring dockerfile: 198B done 09:03:27 #1 DONE 0.0s 09:03:27 09:03:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:27 #2 DONE 0.0s 09:03:27 09:03:27 #3 [internal] load .dockerignore 09:03:27 #3 transferring context: 09:03:27 #3 transferring context: 2B done 09:03:27 #3 DONE 0.0s 09:03:27 09:03:27 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:27 #4 DONE 0.1s 09:03:27 09:03:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 09:03:27 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 09:03:27 #5 ... 09:03:27 09:03:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 09:03:27 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 0.0s done 09:03:27 #6 DONE 0.1s 09:03:27 09:03:27 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 09:03:27 #7 DONE 0.0s 09:03:27 09:03:27 #8 exporting to image 09:03:27 #8 exporting layers done 09:03:27 #8 exporting manifest sha256:a69b3212e6a8a358d4277b0751bd2be199c901c1798e54d1aa26007129f5e24f 0.0s done 09:03:27 #8 exporting config sha256:f735fd604345ae2ecc47d27a0e9f3577962997db29e0255be81e1e757265f253 done 09:03:27 #8 exporting manifest sha256:154c5c09df6df07e9a092a9439d175e03cd1357a2827f059a19fc3f2b0234372 0.0s done 09:03:27 #8 exporting config sha256:7bc8f025122e5f6c208c0112f031dc195edf9666b1a681255191f245d504fece done 09:03:27 #8 exporting manifest list sha256:5b84dd476e8e66ff3f7a4835e0b455b4d805116fe4089ed18b861dfd73a6ecbe done 09:03:27 #8 pushing layers 0.1s done 09:03:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:5b84dd476e8e66ff3f7a4835e0b455b4d805116fe4089ed18b861dfd73a6ecbe 09:03:27 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:5b84dd476e8e66ff3f7a4835e0b455b4d805116fe4089ed18b861dfd73a6ecbe 0.1s done 09:03:28 #8 DONE 0.2s 09:03:28 09:03:28 1 warning found (use --debug to expand): 09:03:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 09:03:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 09:03:28 #1 [internal] load build definition from Dockerfile 09:03:28 #1 transferring dockerfile: 164B done 09:03:28 #1 DONE 0.0s 09:03:28 09:03:28 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 09:03:28 #2 DONE 0.0s 09:03:28 09:03:28 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 09:03:28 #3 DONE 0.0s 09:03:28 09:03:28 #4 [internal] load .dockerignore 09:03:28 #4 transferring context: 09:03:28 #4 transferring context: 2B done 09:03:28 #4 DONE 0.0s 09:03:28 09:03:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 09:03:28 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 0.0s done 09:03:28 #5 CACHED 09:03:28 09:03:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 09:03:28 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 0.0s done 09:03:28 #6 CACHED 09:03:28 09:03:28 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 09:03:28 #7 DONE 0.0s 09:03:28 09:03:28 #8 exporting to image 09:03:28 #8 exporting layers done 09:03:28 #8 exporting manifest sha256:a69b3212e6a8a358d4277b0751bd2be199c901c1798e54d1aa26007129f5e24f done 09:03:28 #8 exporting config sha256:f735fd604345ae2ecc47d27a0e9f3577962997db29e0255be81e1e757265f253 done 09:03:28 #8 exporting manifest sha256:154c5c09df6df07e9a092a9439d175e03cd1357a2827f059a19fc3f2b0234372 done 09:03:28 #8 exporting config sha256:7bc8f025122e5f6c208c0112f031dc195edf9666b1a681255191f245d504fece done 09:03:28 #8 exporting manifest list sha256:5b84dd476e8e66ff3f7a4835e0b455b4d805116fe4089ed18b861dfd73a6ecbe done 09:03:28 #8 pushing layers 0.0s done 09:03:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:5b84dd476e8e66ff3f7a4835e0b455b4d805116fe4089ed18b861dfd73a6ecbe 0.1s done 09:03:28 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:28 #8 DONE 0.1s 09:03:28 09:03:28 1 warning found (use --debug to expand): 09:03:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.3' 09:03:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.3 --push - 09:03:28 #1 [internal] load build definition from Dockerfile 09:03:28 #1 transferring dockerfile: 169B done 09:03:28 #1 DONE 0.0s 09:03:28 09:03:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.3 09:03:28 #2 DONE 0.0s 09:03:28 09:03:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.3 09:03:28 #3 DONE 0.0s 09:03:28 09:03:28 #4 [internal] load .dockerignore 09:03:28 #4 transferring context: 09:03:29 #4 transferring context: 2B done 09:03:29 #4 DONE 0.0s 09:03:29 09:03:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.3@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 09:03:29 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.3@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 0.0s done 09:03:29 #5 CACHED 09:03:29 09:03:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.3@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 09:03:29 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.3@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 0.0s done 09:03:29 #6 CACHED 09:03:29 09:03:29 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 09:03:29 #7 DONE 0.0s 09:03:29 09:03:29 #8 exporting to image 09:03:29 #8 exporting layers done 09:03:29 #8 exporting manifest sha256:a69b3212e6a8a358d4277b0751bd2be199c901c1798e54d1aa26007129f5e24f done 09:03:29 #8 exporting config sha256:f735fd604345ae2ecc47d27a0e9f3577962997db29e0255be81e1e757265f253 done 09:03:29 #8 exporting manifest sha256:154c5c09df6df07e9a092a9439d175e03cd1357a2827f059a19fc3f2b0234372 done 09:03:29 #8 exporting config sha256:7bc8f025122e5f6c208c0112f031dc195edf9666b1a681255191f245d504fece done 09:03:29 #8 exporting manifest list sha256:5b84dd476e8e66ff3f7a4835e0b455b4d805116fe4089ed18b861dfd73a6ecbe done 09:03:29 #8 pushing layers 0.0s done 09:03:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.3@sha256:5b84dd476e8e66ff3f7a4835e0b455b4d805116fe4089ed18b861dfd73a6ecbe 0.1s done 09:03:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:29 #8 DONE 0.1s 09:03:29 09:03:29 1 warning found (use --debug to expand): 09:03:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' 09:03:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - 09:03:29 #1 [internal] load build definition from Dockerfile 09:03:29 #1 transferring dockerfile: 210B done 09:03:29 #1 DONE 0.0s 09:03:29 09:03:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:03:29 #2 DONE 0.0s 09:03:29 09:03:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:03:29 #3 DONE 0.0s 09:03:29 09:03:29 #4 [internal] load .dockerignore 09:03:29 #4 transferring context: 09:03:29 #4 transferring context: 2B done 09:03:29 #4 DONE 0.0s 09:03:29 09:03:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 09:03:29 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 0.0s done 09:03:29 #5 CACHED 09:03:29 09:03:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 09:03:29 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 0.0s done 09:03:29 #6 CACHED 09:03:29 09:03:29 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 09:03:29 #7 DONE 0.0s 09:03:29 09:03:29 #8 exporting to image 09:03:29 #8 exporting layers done 09:03:29 #8 exporting manifest sha256:a69b3212e6a8a358d4277b0751bd2be199c901c1798e54d1aa26007129f5e24f done 09:03:29 #8 exporting config sha256:f735fd604345ae2ecc47d27a0e9f3577962997db29e0255be81e1e757265f253 done 09:03:29 #8 exporting manifest sha256:154c5c09df6df07e9a092a9439d175e03cd1357a2827f059a19fc3f2b0234372 done 09:03:29 #8 exporting config sha256:7bc8f025122e5f6c208c0112f031dc195edf9666b1a681255191f245d504fece done 09:03:29 #8 exporting manifest list sha256:5b84dd476e8e66ff3f7a4835e0b455b4d805116fe4089ed18b861dfd73a6ecbe done 09:03:29 #8 pushing layers 0.0s done 09:03:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:5b84dd476e8e66ff3f7a4835e0b455b4d805116fe4089ed18b861dfd73a6ecbe 0.1s done 09:03:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:29 #8 DONE 0.1s 09:03:29 09:03:29 1 warning found (use --debug to expand): 09:03:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 09:03:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 09:03:29 #1 [internal] load build definition from Dockerfile 09:03:29 #1 transferring dockerfile: 162B done 09:03:29 #1 DONE 0.0s 09:03:29 09:03:29 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 09:03:29 #2 DONE 0.0s 09:03:29 09:03:29 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 09:03:29 #3 DONE 0.0s 09:03:29 09:03:29 #4 [internal] load .dockerignore 09:03:29 #4 transferring context: 2B done 09:03:29 #4 DONE 0.0s 09:03:30 09:03:30 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 09:03:30 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 0.0s done 09:03:30 #5 CACHED 09:03:30 09:03:30 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 09:03:30 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:6a27e5433973e204409a915138119e82891c106dac790a2e1166de94ccc6c79c 0.0s done 09:03:30 #6 CACHED 09:03:30 09:03:30 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 09:03:30 #7 DONE 0.0s 09:03:30 09:03:30 #8 exporting to image 09:03:30 #8 exporting layers done 09:03:30 #8 exporting manifest sha256:a69b3212e6a8a358d4277b0751bd2be199c901c1798e54d1aa26007129f5e24f done 09:03:30 #8 exporting config sha256:f735fd604345ae2ecc47d27a0e9f3577962997db29e0255be81e1e757265f253 done 09:03:30 #8 exporting manifest sha256:154c5c09df6df07e9a092a9439d175e03cd1357a2827f059a19fc3f2b0234372 done 09:03:30 #8 exporting config sha256:7bc8f025122e5f6c208c0112f031dc195edf9666b1a681255191f245d504fece done 09:03:30 #8 exporting manifest list sha256:5b84dd476e8e66ff3f7a4835e0b455b4d805116fe4089ed18b861dfd73a6ecbe done 09:03:30 #8 pushing layers 0.0s done 09:03:30 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:5b84dd476e8e66ff3f7a4835e0b455b4d805116fe4089ed18b861dfd73a6ecbe 09:03:30 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:30 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:5b84dd476e8e66ff3f7a4835e0b455b4d805116fe4089ed18b861dfd73a6ecbe 0.1s done 09:03:30 #8 DONE 0.1s 09:03:30 09:03:30 1 warning found (use --debug to expand): 09:03:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a' 09:03:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a --push - 09:03:30 #1 [internal] load build definition from Dockerfile 09:03:30 #1 transferring dockerfile: 206B done 09:03:30 #1 DONE 0.0s 09:03:30 09:03:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:30 #2 DONE 0.0s 09:03:30 09:03:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:30 #3 DONE 0.1s 09:03:30 09:03:30 #4 [internal] load .dockerignore 09:03:30 #4 transferring context: 2B done 09:03:30 #4 DONE 0.0s 09:03:30 09:03:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 09:03:30 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 0.0s done 09:03:30 #5 DONE 0.0s 09:03:30 09:03:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 09:03:30 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 0.0s done 09:03:31 #6 DONE 0.3s 09:03:31 09:03:31 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:03:31 #7 DONE 0.0s 09:03:31 09:03:31 #8 exporting to image 09:03:31 #8 exporting layers done 09:03:31 #8 exporting manifest sha256:a88fa8b8d0e2b533943ae37a98354e7df1371e4a80345a19197f23c11fd51c9c 0.0s done 09:03:31 #8 exporting config sha256:5457ecc6c88f1e4e371dc01009cae64add5ae13a80992bb7286998b188cb4b66 done 09:03:31 #8 exporting manifest sha256:88ac3f1c3b69b1c61e87d81adc2023d17eca2b9e1e06878ecce74ecba7e60707 0.0s done 09:03:31 #8 exporting config sha256:dac9c3524145d5880245dc46d369f353c9110ab76f6be874168b9e6e1571a7ab done 09:03:31 #8 exporting manifest list sha256:6068c26beba2addc0590185dfd8f68bfb0dba8371f697b641dbc01e45958a763 0.0s done 09:03:31 #8 pushing layers 09:03:31 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:31 #8 pushing layers 0.1s done 09:03:31 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:6068c26beba2addc0590185dfd8f68bfb0dba8371f697b641dbc01e45958a763 0.1s done 09:03:31 #8 DONE 0.2s 09:03:31 09:03:31 1 warning found (use --debug to expand): 09:03:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 09:03:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 09:03:31 #1 [internal] load build definition from Dockerfile 09:03:31 #1 transferring dockerfile: 172B done 09:03:31 #1 DONE 0.0s 09:03:31 09:03:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 09:03:31 #2 DONE 0.0s 09:03:31 09:03:31 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 09:03:31 #3 DONE 0.0s 09:03:31 09:03:31 #4 [internal] load .dockerignore 09:03:31 #4 transferring context: 2B done 09:03:31 #4 DONE 0.0s 09:03:31 09:03:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 09:03:31 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 0.0s done 09:03:31 #5 DONE 0.0s 09:03:31 09:03:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 09:03:31 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 0.0s done 09:03:31 #6 CACHED 09:03:31 09:03:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 09:03:31 #5 CACHED 09:03:31 09:03:31 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:03:31 #7 DONE 0.0s 09:03:31 09:03:31 #8 exporting to image 09:03:31 #8 exporting layers done 09:03:31 #8 exporting manifest sha256:a88fa8b8d0e2b533943ae37a98354e7df1371e4a80345a19197f23c11fd51c9c done 09:03:31 #8 exporting config sha256:5457ecc6c88f1e4e371dc01009cae64add5ae13a80992bb7286998b188cb4b66 done 09:03:31 #8 exporting manifest sha256:88ac3f1c3b69b1c61e87d81adc2023d17eca2b9e1e06878ecce74ecba7e60707 done 09:03:31 #8 exporting config sha256:dac9c3524145d5880245dc46d369f353c9110ab76f6be874168b9e6e1571a7ab done 09:03:31 #8 exporting manifest list sha256:6068c26beba2addc0590185dfd8f68bfb0dba8371f697b641dbc01e45958a763 done 09:03:31 #8 pushing layers 0.0s done 09:03:31 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:6068c26beba2addc0590185dfd8f68bfb0dba8371f697b641dbc01e45958a763 0.1s done 09:03:31 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:31 #8 DONE 0.1s 09:03:31 09:03:31 1 warning found (use --debug to expand): 09:03:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3' 09:03:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3 --push - 09:03:32 #1 [internal] load build definition from Dockerfile 09:03:32 #1 transferring dockerfile: 177B done 09:03:32 #1 DONE 0.0s 09:03:32 09:03:32 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3 09:03:32 #2 DONE 0.0s 09:03:32 09:03:32 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3 09:03:32 #3 DONE 0.0s 09:03:32 09:03:32 #4 [internal] load .dockerignore 09:03:32 #4 transferring context: 2B done 09:03:32 #4 DONE 0.0s 09:03:32 09:03:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 09:03:32 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 09:03:32 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 0.0s done 09:03:32 #5 CACHED 09:03:32 09:03:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 09:03:32 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 0.0s done 09:03:32 #6 CACHED 09:03:32 09:03:32 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:03:32 #7 DONE 0.0s 09:03:32 09:03:32 #8 exporting to image 09:03:32 #8 exporting layers done 09:03:32 #8 exporting manifest sha256:a88fa8b8d0e2b533943ae37a98354e7df1371e4a80345a19197f23c11fd51c9c done 09:03:32 #8 exporting config sha256:5457ecc6c88f1e4e371dc01009cae64add5ae13a80992bb7286998b188cb4b66 done 09:03:32 #8 exporting manifest sha256:88ac3f1c3b69b1c61e87d81adc2023d17eca2b9e1e06878ecce74ecba7e60707 done 09:03:32 #8 exporting config sha256:dac9c3524145d5880245dc46d369f353c9110ab76f6be874168b9e6e1571a7ab done 09:03:32 #8 exporting manifest list sha256:6068c26beba2addc0590185dfd8f68bfb0dba8371f697b641dbc01e45958a763 done 09:03:32 #8 pushing layers 0.0s done 09:03:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3@sha256:6068c26beba2addc0590185dfd8f68bfb0dba8371f697b641dbc01e45958a763 09:03:32 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.3@sha256:6068c26beba2addc0590185dfd8f68bfb0dba8371f697b641dbc01e45958a763 0.1s done 09:03:32 #8 DONE 0.1s 09:03:32 09:03:32 1 warning found (use --debug to expand): 09:03:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' 09:03:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - 09:03:32 #1 [internal] load build definition from Dockerfile 09:03:32 #1 transferring dockerfile: 218B done 09:03:32 #1 DONE 0.0s 09:03:32 09:03:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:03:32 #2 DONE 0.0s 09:03:32 09:03:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:03:32 #3 DONE 0.0s 09:03:32 09:03:32 #4 [internal] load .dockerignore 09:03:32 #4 transferring context: 09:03:32 #4 transferring context: 2B done 09:03:32 #4 DONE 0.1s 09:03:32 09:03:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 09:03:32 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 0.0s done 09:03:32 #5 CACHED 09:03:32 09:03:32 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 09:03:32 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 0.0s done 09:03:32 #6 CACHED 09:03:32 09:03:32 #7 exporting to image 09:03:32 #7 exporting layers done 09:03:32 #7 exporting manifest sha256:a88fa8b8d0e2b533943ae37a98354e7df1371e4a80345a19197f23c11fd51c9c done 09:03:32 #7 exporting config sha256:5457ecc6c88f1e4e371dc01009cae64add5ae13a80992bb7286998b188cb4b66 done 09:03:32 #7 exporting manifest sha256:88ac3f1c3b69b1c61e87d81adc2023d17eca2b9e1e06878ecce74ecba7e60707 done 09:03:32 #7 exporting config sha256:dac9c3524145d5880245dc46d369f353c9110ab76f6be874168b9e6e1571a7ab done 09:03:32 #7 exporting manifest list sha256:6068c26beba2addc0590185dfd8f68bfb0dba8371f697b641dbc01e45958a763 done 09:03:32 #7 pushing layers 0.0s done 09:03:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:6068c26beba2addc0590185dfd8f68bfb0dba8371f697b641dbc01e45958a763 09:03:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:6068c26beba2addc0590185dfd8f68bfb0dba8371f697b641dbc01e45958a763 0.1s done 09:03:33 #7 DONE 0.1s 09:03:33 09:03:33 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:03:33 #8 DONE 0.0s 09:03:33 09:03:33 1 warning found (use --debug to expand): 09:03:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 09:03:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 09:03:33 #1 [internal] load build definition from Dockerfile 09:03:33 #1 transferring dockerfile: 170B done 09:03:33 #1 DONE 0.0s 09:03:33 09:03:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 09:03:33 #2 DONE 0.0s 09:03:33 09:03:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 09:03:33 #3 DONE 0.0s 09:03:33 09:03:33 #4 [internal] load .dockerignore 09:03:33 #4 transferring context: 2B done 09:03:33 #4 DONE 0.0s 09:03:33 09:03:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 09:03:33 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 0.0s done 09:03:33 #5 CACHED 09:03:33 09:03:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 09:03:33 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:75a6124f14405319fc0eefc53076afc2032b718387ddceb267c50f40d050dc1f 0.0s done 09:03:33 #6 CACHED 09:03:33 09:03:33 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:03:33 #7 DONE 0.0s 09:03:33 09:03:33 #8 exporting to image 09:03:33 #8 exporting layers done 09:03:33 #8 exporting manifest sha256:a88fa8b8d0e2b533943ae37a98354e7df1371e4a80345a19197f23c11fd51c9c done 09:03:33 #8 exporting config sha256:5457ecc6c88f1e4e371dc01009cae64add5ae13a80992bb7286998b188cb4b66 done 09:03:33 #8 exporting manifest sha256:88ac3f1c3b69b1c61e87d81adc2023d17eca2b9e1e06878ecce74ecba7e60707 done 09:03:33 #8 exporting config sha256:dac9c3524145d5880245dc46d369f353c9110ab76f6be874168b9e6e1571a7ab done 09:03:33 #8 exporting manifest list sha256:6068c26beba2addc0590185dfd8f68bfb0dba8371f697b641dbc01e45958a763 done 09:03:33 #8 pushing layers 0.0s done 09:03:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:6068c26beba2addc0590185dfd8f68bfb0dba8371f697b641dbc01e45958a763 0.1s done 09:03:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:33 #8 DONE 0.1s 09:03:33 09:03:33 1 warning found (use --debug to expand): 09:03:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a --push - 09:03:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a' 09:03:34 #1 [internal] load build definition from Dockerfile 09:03:34 #1 transferring dockerfile: 204B done 09:03:34 #1 DONE 0.0s 09:03:34 09:03:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:34 #2 DONE 0.0s 09:03:34 09:03:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:34 #3 DONE 0.0s 09:03:34 09:03:34 #4 [internal] load .dockerignore 09:03:34 #4 transferring context: 2B done 09:03:34 #4 DONE 0.0s 09:03:34 09:03:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 09:03:34 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 09:03:34 #5 ... 09:03:34 09:03:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 09:03:34 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 0.0s done 09:03:34 #6 DONE 0.1s 09:03:34 09:03:34 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 09:03:34 #7 DONE 0.0s 09:03:34 09:03:34 #8 exporting to image 09:03:34 #8 exporting layers done 09:03:34 #8 exporting manifest sha256:476118f3d4008e07ff2f642cee96efca92d6a4390d073a7621752159702788ce done 09:03:34 #8 exporting config sha256:6b9f7910461b3ec1f1208ebed6ba2e37c8d6c9160dbf8e6a47785ff6b3b6db2a 0.0s done 09:03:34 #8 exporting manifest sha256:8eb3e5095a738af0dfe1c3866dd450e9b257300143e40b3094a4c251072e638c done 09:03:34 #8 exporting config sha256:0106190d1c2981e7f46899c248ee7b56c315b5076d08d6c66d98074c40e1d89c done 09:03:34 #8 exporting manifest list sha256:638667c38c030638fa49c5b532ac75ec4ac095f5305c52e7e6f37b8a5e71f227 0.0s done 09:03:34 #8 pushing layers 09:03:34 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:34 #8 pushing layers 0.1s done 09:03:34 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:638667c38c030638fa49c5b532ac75ec4ac095f5305c52e7e6f37b8a5e71f227 0.1s done 09:03:34 #8 DONE 0.2s 09:03:34 09:03:34 1 warning found (use --debug to expand): 09:03:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 09:03:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 09:03:34 #1 [internal] load build definition from Dockerfile 09:03:34 #1 transferring dockerfile: 170B done 09:03:34 #1 DONE 0.0s 09:03:34 09:03:34 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 09:03:34 #2 DONE 0.0s 09:03:34 09:03:34 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 09:03:34 #3 DONE 0.0s 09:03:34 09:03:34 #4 [internal] load .dockerignore 09:03:34 #4 transferring context: 2B done 09:03:35 #4 DONE 0.0s 09:03:35 09:03:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 09:03:35 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 0.0s done 09:03:35 #5 CACHED 09:03:35 09:03:35 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 09:03:35 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 0.0s done 09:03:35 #6 CACHED 09:03:35 09:03:35 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 09:03:35 #7 DONE 0.0s 09:03:35 09:03:35 #8 exporting to image 09:03:35 #8 exporting layers done 09:03:35 #8 exporting manifest sha256:476118f3d4008e07ff2f642cee96efca92d6a4390d073a7621752159702788ce done 09:03:35 #8 exporting config sha256:6b9f7910461b3ec1f1208ebed6ba2e37c8d6c9160dbf8e6a47785ff6b3b6db2a done 09:03:35 #8 exporting manifest sha256:8eb3e5095a738af0dfe1c3866dd450e9b257300143e40b3094a4c251072e638c done 09:03:35 #8 exporting config sha256:0106190d1c2981e7f46899c248ee7b56c315b5076d08d6c66d98074c40e1d89c done 09:03:35 #8 exporting manifest list sha256:638667c38c030638fa49c5b532ac75ec4ac095f5305c52e7e6f37b8a5e71f227 done 09:03:35 #8 pushing layers 0.0s done 09:03:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:638667c38c030638fa49c5b532ac75ec4ac095f5305c52e7e6f37b8a5e71f227 09:03:35 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:638667c38c030638fa49c5b532ac75ec4ac095f5305c52e7e6f37b8a5e71f227 0.1s done 09:03:35 #8 DONE 0.1s 09:03:35 09:03:35 1 warning found (use --debug to expand): 09:03:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.3 --push - 09:03:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.3' 09:03:35 #1 [internal] load build definition from Dockerfile 09:03:35 #1 transferring dockerfile: 175B done 09:03:35 #1 DONE 0.0s 09:03:35 09:03:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.3 09:03:35 #2 DONE 0.0s 09:03:35 09:03:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.3 09:03:35 #3 DONE 0.0s 09:03:35 09:03:35 #4 [internal] load .dockerignore 09:03:35 #4 transferring context: 2B done 09:03:35 #4 DONE 0.0s 09:03:35 09:03:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.3@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 09:03:35 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.3@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 0.0s done 09:03:35 #5 CACHED 09:03:35 09:03:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.3@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 09:03:35 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.3@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 0.0s done 09:03:35 #6 CACHED 09:03:35 09:03:35 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 09:03:35 #7 DONE 0.0s 09:03:35 09:03:35 #8 exporting to image 09:03:35 #8 exporting layers done 09:03:35 #8 exporting manifest sha256:476118f3d4008e07ff2f642cee96efca92d6a4390d073a7621752159702788ce done 09:03:35 #8 exporting config sha256:6b9f7910461b3ec1f1208ebed6ba2e37c8d6c9160dbf8e6a47785ff6b3b6db2a done 09:03:35 #8 exporting manifest sha256:8eb3e5095a738af0dfe1c3866dd450e9b257300143e40b3094a4c251072e638c done 09:03:35 #8 exporting config sha256:0106190d1c2981e7f46899c248ee7b56c315b5076d08d6c66d98074c40e1d89c done 09:03:35 #8 exporting manifest list sha256:638667c38c030638fa49c5b532ac75ec4ac095f5305c52e7e6f37b8a5e71f227 done 09:03:35 #8 pushing layers 0.0s done 09:03:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.3@sha256:638667c38c030638fa49c5b532ac75ec4ac095f5305c52e7e6f37b8a5e71f227 0.1s done 09:03:35 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:35 #8 DONE 0.1s 09:03:35 09:03:35 1 warning found (use --debug to expand): 09:03:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' 09:03:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - 09:03:35 #1 [internal] load build definition from Dockerfile 09:03:35 #1 transferring dockerfile: 216B done 09:03:35 #1 DONE 0.0s 09:03:35 09:03:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:03:35 #2 DONE 0.0s 09:03:35 09:03:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:03:35 #3 DONE 0.0s 09:03:35 09:03:35 #4 [internal] load .dockerignore 09:03:35 #4 transferring context: 2B done 09:03:35 #4 DONE 0.0s 09:03:36 09:03:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 09:03:36 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 0.0s done 09:03:36 #5 CACHED 09:03:36 09:03:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 09:03:36 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 0.0s done 09:03:36 #6 CACHED 09:03:36 09:03:36 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 09:03:36 #7 DONE 0.0s 09:03:36 09:03:36 #8 exporting to image 09:03:36 #8 exporting layers done 09:03:36 #8 exporting manifest sha256:476118f3d4008e07ff2f642cee96efca92d6a4390d073a7621752159702788ce done 09:03:36 #8 exporting config sha256:6b9f7910461b3ec1f1208ebed6ba2e37c8d6c9160dbf8e6a47785ff6b3b6db2a done 09:03:36 #8 exporting manifest sha256:8eb3e5095a738af0dfe1c3866dd450e9b257300143e40b3094a4c251072e638c done 09:03:36 #8 exporting config sha256:0106190d1c2981e7f46899c248ee7b56c315b5076d08d6c66d98074c40e1d89c done 09:03:36 #8 exporting manifest list sha256:638667c38c030638fa49c5b532ac75ec4ac095f5305c52e7e6f37b8a5e71f227 done 09:03:36 #8 pushing layers 0.0s done 09:03:36 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:638667c38c030638fa49c5b532ac75ec4ac095f5305c52e7e6f37b8a5e71f227 0.1s done 09:03:36 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:36 #8 DONE 0.1s 09:03:36 09:03:36 1 warning found (use --debug to expand): 09:03:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 09:03:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 09:03:36 #1 [internal] load build definition from Dockerfile 09:03:36 #1 transferring dockerfile: 168B done 09:03:36 #1 DONE 0.0s 09:03:36 09:03:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 09:03:36 #2 DONE 0.0s 09:03:36 09:03:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 09:03:36 #3 DONE 0.0s 09:03:36 09:03:36 #4 [internal] load .dockerignore 09:03:36 #4 transferring context: 2B done 09:03:36 #4 DONE 0.0s 09:03:36 09:03:36 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 09:03:36 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 09:03:36 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 0.0s done 09:03:36 #5 CACHED 09:03:36 09:03:36 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 09:03:36 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:1c0c74c630ef81d1dcd2b05c2ff0e3488c9074d569e45465b66c4dcb79cb90b6 0.0s done 09:03:36 #6 CACHED 09:03:36 09:03:36 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 09:03:36 #7 DONE 0.0s 09:03:36 09:03:36 #8 exporting to image 09:03:36 #8 exporting layers done 09:03:36 #8 exporting manifest sha256:476118f3d4008e07ff2f642cee96efca92d6a4390d073a7621752159702788ce done 09:03:36 #8 exporting config sha256:6b9f7910461b3ec1f1208ebed6ba2e37c8d6c9160dbf8e6a47785ff6b3b6db2a done 09:03:36 #8 exporting manifest sha256:8eb3e5095a738af0dfe1c3866dd450e9b257300143e40b3094a4c251072e638c done 09:03:36 #8 exporting config sha256:0106190d1c2981e7f46899c248ee7b56c315b5076d08d6c66d98074c40e1d89c done 09:03:36 #8 exporting manifest list sha256:638667c38c030638fa49c5b532ac75ec4ac095f5305c52e7e6f37b8a5e71f227 done 09:03:36 #8 pushing layers 0.0s done 09:03:36 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:638667c38c030638fa49c5b532ac75ec4ac095f5305c52e7e6f37b8a5e71f227 0.1s done 09:03:36 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:36 #8 DONE 0.1s 09:03:36 09:03:36 1 warning found (use --debug to expand): 09:03:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a' 09:03:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a --push - 09:03:37 #1 [internal] load build definition from Dockerfile 09:03:37 #1 transferring dockerfile: 205B done 09:03:37 #1 DONE 0.0s 09:03:37 09:03:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:37 #2 DONE 0.0s 09:03:37 09:03:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:37 #3 DONE 0.1s 09:03:37 09:03:37 #4 [internal] load .dockerignore 09:03:37 #4 transferring context: 2B done 09:03:37 #4 DONE 0.0s 09:03:37 09:03:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 09:03:37 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 0.0s done 09:03:37 #5 DONE 0.0s 09:03:37 09:03:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 09:03:37 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 0.0s done 09:03:37 #6 DONE 0.1s 09:03:37 09:03:37 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:03:37 #7 DONE 0.0s 09:03:37 09:03:37 #8 exporting to image 09:03:37 #8 exporting layers done 09:03:37 #8 exporting manifest sha256:17dca9035720d8a1e7b9bfaea0b83b09f6a18ef9f28978c2d2ae993c28f4a56d 0.0s done 09:03:37 #8 exporting config sha256:03dcdbbfb38b4727610825b81b0703fe0005cb4a1f446a522ae722070e770bf1 done 09:03:37 #8 exporting manifest sha256:bc9e03141db72503e03f43172efc406b67261be3d3e5b354e6183638ef784927 done 09:03:37 #8 exporting config sha256:bba3afdc85db0eed291f3b7f7e3beb8b30e337b75f4792977ee236d6b22863ea done 09:03:37 #8 exporting manifest list sha256:a3854fddd5d192799c83bb4f1b5117dbc08c5052a40f2999c080a2c5ca71f711 done 09:03:37 #8 pushing layers 09:03:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:40 #8 pushing layers 2.4s done 09:03:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:a3854fddd5d192799c83bb4f1b5117dbc08c5052a40f2999c080a2c5ca71f711 0.1s done 09:03:40 #8 DONE 2.5s 09:03:40 09:03:40 1 warning found (use --debug to expand): 09:03:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 09:03:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 09:03:40 #1 [internal] load build definition from Dockerfile 09:03:40 #1 transferring dockerfile: 171B done 09:03:40 #1 DONE 0.0s 09:03:40 09:03:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 09:03:40 #2 DONE 0.0s 09:03:40 09:03:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 09:03:40 #3 DONE 0.0s 09:03:40 09:03:40 #4 [internal] load .dockerignore 09:03:40 #4 transferring context: 2B done 09:03:40 #4 DONE 0.0s 09:03:40 09:03:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 09:03:40 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 0.0s done 09:03:40 #5 CACHED 09:03:40 09:03:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 09:03:40 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 0.0s done 09:03:40 #6 CACHED 09:03:40 09:03:40 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:03:40 #7 DONE 0.0s 09:03:40 09:03:40 #8 exporting to image 09:03:40 #8 exporting layers done 09:03:40 #8 exporting manifest sha256:17dca9035720d8a1e7b9bfaea0b83b09f6a18ef9f28978c2d2ae993c28f4a56d done 09:03:40 #8 exporting config sha256:03dcdbbfb38b4727610825b81b0703fe0005cb4a1f446a522ae722070e770bf1 done 09:03:40 #8 exporting manifest sha256:bc9e03141db72503e03f43172efc406b67261be3d3e5b354e6183638ef784927 done 09:03:40 #8 exporting config sha256:bba3afdc85db0eed291f3b7f7e3beb8b30e337b75f4792977ee236d6b22863ea done 09:03:40 #8 exporting manifest list sha256:a3854fddd5d192799c83bb4f1b5117dbc08c5052a40f2999c080a2c5ca71f711 done 09:03:40 #8 pushing layers 0.0s done 09:03:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:a3854fddd5d192799c83bb4f1b5117dbc08c5052a40f2999c080a2c5ca71f711 0.1s done 09:03:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:40 #8 DONE 0.1s 09:03:40 09:03:40 1 warning found (use --debug to expand): 09:03:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.3 --push - 09:03:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.3' 09:03:40 #1 [internal] load build definition from Dockerfile 09:03:40 #1 transferring dockerfile: 176B done 09:03:40 #1 DONE 0.0s 09:03:40 09:03:40 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.3 09:03:40 #2 DONE 0.0s 09:03:40 09:03:40 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.3 09:03:40 #3 DONE 0.0s 09:03:40 09:03:40 #4 [internal] load .dockerignore 09:03:40 #4 transferring context: 2B done 09:03:40 #4 DONE 0.0s 09:03:40 09:03:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.3@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 09:03:40 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.3@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 0.0s done 09:03:40 #5 CACHED 09:03:40 09:03:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.3@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 09:03:41 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.3@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 0.0s done 09:03:41 #6 CACHED 09:03:41 09:03:41 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:03:41 #7 DONE 0.0s 09:03:41 09:03:41 #8 exporting to image 09:03:41 #8 exporting layers done 09:03:41 #8 exporting manifest sha256:17dca9035720d8a1e7b9bfaea0b83b09f6a18ef9f28978c2d2ae993c28f4a56d done 09:03:41 #8 exporting config sha256:03dcdbbfb38b4727610825b81b0703fe0005cb4a1f446a522ae722070e770bf1 done 09:03:41 #8 exporting manifest sha256:bc9e03141db72503e03f43172efc406b67261be3d3e5b354e6183638ef784927 done 09:03:41 #8 exporting config sha256:bba3afdc85db0eed291f3b7f7e3beb8b30e337b75f4792977ee236d6b22863ea done 09:03:41 #8 exporting manifest list sha256:a3854fddd5d192799c83bb4f1b5117dbc08c5052a40f2999c080a2c5ca71f711 done 09:03:41 #8 pushing layers 0.0s done 09:03:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.3@sha256:a3854fddd5d192799c83bb4f1b5117dbc08c5052a40f2999c080a2c5ca71f711 0.1s done 09:03:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:41 #8 DONE 0.1s 09:03:41 09:03:41 1 warning found (use --debug to expand): 09:03:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' 09:03:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - 09:03:41 #1 [internal] load build definition from Dockerfile 09:03:41 #1 transferring dockerfile: 217B done 09:03:41 #1 DONE 0.0s 09:03:41 09:03:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:03:41 #2 DONE 0.0s 09:03:41 09:03:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:03:41 #3 DONE 0.0s 09:03:41 09:03:41 #4 [internal] load .dockerignore 09:03:41 #4 transferring context: 2B done 09:03:41 #4 DONE 0.0s 09:03:41 09:03:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 09:03:41 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 09:03:41 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 0.0s done 09:03:41 #5 CACHED 09:03:41 09:03:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 09:03:41 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 0.0s done 09:03:41 #6 CACHED 09:03:41 09:03:41 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:03:41 #7 DONE 0.0s 09:03:41 09:03:41 #8 exporting to image 09:03:41 #8 exporting layers done 09:03:41 #8 exporting manifest sha256:17dca9035720d8a1e7b9bfaea0b83b09f6a18ef9f28978c2d2ae993c28f4a56d done 09:03:41 #8 exporting config sha256:03dcdbbfb38b4727610825b81b0703fe0005cb4a1f446a522ae722070e770bf1 done 09:03:41 #8 exporting manifest sha256:bc9e03141db72503e03f43172efc406b67261be3d3e5b354e6183638ef784927 done 09:03:41 #8 exporting config sha256:bba3afdc85db0eed291f3b7f7e3beb8b30e337b75f4792977ee236d6b22863ea done 09:03:41 #8 exporting manifest list sha256:a3854fddd5d192799c83bb4f1b5117dbc08c5052a40f2999c080a2c5ca71f711 done 09:03:41 #8 pushing layers 0.0s done 09:03:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:a3854fddd5d192799c83bb4f1b5117dbc08c5052a40f2999c080a2c5ca71f711 09:03:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:a3854fddd5d192799c83bb4f1b5117dbc08c5052a40f2999c080a2c5ca71f711 0.1s done 09:03:41 #8 DONE 0.1s 09:03:41 09:03:41 1 warning found (use --debug to expand): 09:03:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 09:03:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 09:03:41 #1 [internal] load build definition from Dockerfile 09:03:41 #1 transferring dockerfile: 169B done 09:03:41 #1 DONE 0.0s 09:03:41 09:03:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 09:03:41 #2 DONE 0.0s 09:03:41 09:03:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 09:03:41 #3 DONE 0.0s 09:03:41 09:03:41 #4 [internal] load .dockerignore 09:03:41 #4 transferring context: 2B done 09:03:41 #4 DONE 0.0s 09:03:41 09:03:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 09:03:41 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 09:03:42 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 0.0s done 09:03:42 #5 CACHED 09:03:42 09:03:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 09:03:42 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:aa0bdd519226f2ce544315897030fd20f451743f41b88ebbd78819f344065e6b 0.0s done 09:03:42 #6 CACHED 09:03:42 09:03:42 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:03:42 #7 DONE 0.0s 09:03:42 09:03:42 #8 exporting to image 09:03:42 #8 exporting layers done 09:03:42 #8 exporting manifest sha256:17dca9035720d8a1e7b9bfaea0b83b09f6a18ef9f28978c2d2ae993c28f4a56d done 09:03:42 #8 exporting config sha256:03dcdbbfb38b4727610825b81b0703fe0005cb4a1f446a522ae722070e770bf1 done 09:03:42 #8 exporting manifest sha256:bc9e03141db72503e03f43172efc406b67261be3d3e5b354e6183638ef784927 done 09:03:42 #8 exporting config sha256:bba3afdc85db0eed291f3b7f7e3beb8b30e337b75f4792977ee236d6b22863ea done 09:03:42 #8 exporting manifest list sha256:a3854fddd5d192799c83bb4f1b5117dbc08c5052a40f2999c080a2c5ca71f711 done 09:03:42 #8 pushing layers 0.0s done 09:03:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:a3854fddd5d192799c83bb4f1b5117dbc08c5052a40f2999c080a2c5ca71f711 0.1s done 09:03:42 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:42 #8 DONE 0.1s 09:03:42 09:03:42 1 warning found (use --debug to expand): 09:03:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a --push - 09:03:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a' 09:03:42 #1 [internal] load build definition from Dockerfile 09:03:42 #1 transferring dockerfile: 211B done 09:03:42 #1 DONE 0.0s 09:03:42 09:03:42 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:42 #2 DONE 0.0s 09:03:42 09:03:42 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:42 #3 DONE 0.0s 09:03:42 09:03:42 #4 [internal] load .dockerignore 09:03:42 #4 transferring context: 2B done 09:03:42 #4 DONE 0.0s 09:03:42 09:03:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 09:03:42 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 0.0s done 09:03:42 #5 DONE 0.0s 09:03:42 09:03:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 09:03:42 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 0.0s done 09:03:42 #6 DONE 0.1s 09:03:43 09:03:43 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:03:43 #7 DONE 0.0s 09:03:43 09:03:43 #8 exporting to image 09:03:43 #8 exporting layers done 09:03:43 #8 exporting manifest sha256:f35fa579b4353570afbf8d39fc66229477b49715abac7158eec052760491ec88 0.0s done 09:03:43 #8 exporting config sha256:558e69278d7e4fe1f6a501d58a9fb9dec8830a5fd6e4918882e04321ab4425f7 done 09:03:43 #8 exporting manifest sha256:eb26366be0512eb8a90cbf1b0bf6c9f1e677ad32c4eb53153ef707dac7306282 done 09:03:43 #8 exporting config sha256:4462e3d33c4cd27e7e6fc267117c705c160a1dd752c2759a373be7a56aa2b6ba done 09:03:43 #8 exporting manifest list sha256:8d7b744665b4df109806d12184e3028f5c7aa6a801cfb3e610a6843f46846e7e done 09:03:43 #8 pushing layers 09:03:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:43 #8 pushing layers 0.1s done 09:03:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:8d7b744665b4df109806d12184e3028f5c7aa6a801cfb3e610a6843f46846e7e 0.1s done 09:03:43 #8 DONE 0.2s 09:03:43 09:03:43 1 warning found (use --debug to expand): 09:03:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 09:03:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 09:03:43 #1 [internal] load build definition from Dockerfile 09:03:43 #1 transferring dockerfile: 177B done 09:03:43 #1 DONE 0.0s 09:03:43 09:03:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 09:03:43 #2 DONE 0.0s 09:03:43 09:03:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 09:03:43 #3 DONE 0.0s 09:03:43 09:03:43 #4 [internal] load .dockerignore 09:03:43 #4 transferring context: 2B done 09:03:43 #4 DONE 0.0s 09:03:43 09:03:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 09:03:43 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 0.0s done 09:03:43 #5 DONE 0.0s 09:03:43 09:03:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 09:03:43 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 0.0s done 09:03:43 #6 CACHED 09:03:43 09:03:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 09:03:43 #5 CACHED 09:03:43 09:03:43 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:03:43 #7 DONE 0.0s 09:03:43 09:03:43 #8 exporting to image 09:03:43 #8 exporting layers done 09:03:43 #8 exporting manifest sha256:f35fa579b4353570afbf8d39fc66229477b49715abac7158eec052760491ec88 done 09:03:43 #8 exporting config sha256:558e69278d7e4fe1f6a501d58a9fb9dec8830a5fd6e4918882e04321ab4425f7 done 09:03:43 #8 exporting manifest sha256:eb26366be0512eb8a90cbf1b0bf6c9f1e677ad32c4eb53153ef707dac7306282 done 09:03:43 #8 exporting config sha256:4462e3d33c4cd27e7e6fc267117c705c160a1dd752c2759a373be7a56aa2b6ba done 09:03:43 #8 exporting manifest list sha256:8d7b744665b4df109806d12184e3028f5c7aa6a801cfb3e610a6843f46846e7e done 09:03:43 #8 pushing layers 0.0s done 09:03:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:8d7b744665b4df109806d12184e3028f5c7aa6a801cfb3e610a6843f46846e7e 0.1s done 09:03:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:43 #8 DONE 0.1s 09:03:43 09:03:43 1 warning found (use --debug to expand): 09:03:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.3 --push - 09:03:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.3' 09:03:43 #1 [internal] load build definition from Dockerfile 09:03:43 #1 transferring dockerfile: 182B done 09:03:43 #1 DONE 0.0s 09:03:43 09:03:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.3 09:03:43 #2 DONE 0.0s 09:03:43 09:03:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.3 09:03:43 #3 DONE 0.0s 09:03:43 09:03:43 #4 [internal] load .dockerignore 09:03:43 #4 transferring context: 09:03:44 #4 transferring context: 2B done 09:03:44 #4 DONE 0.0s 09:03:44 09:03:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.3@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 09:03:44 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.3@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 0.0s done 09:03:44 #5 CACHED 09:03:44 09:03:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.3@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 09:03:44 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.3@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 0.0s done 09:03:44 #6 CACHED 09:03:44 09:03:44 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:03:44 #7 DONE 0.0s 09:03:44 09:03:44 #8 exporting to image 09:03:44 #8 exporting layers done 09:03:44 #8 exporting manifest sha256:f35fa579b4353570afbf8d39fc66229477b49715abac7158eec052760491ec88 done 09:03:44 #8 exporting config sha256:558e69278d7e4fe1f6a501d58a9fb9dec8830a5fd6e4918882e04321ab4425f7 done 09:03:44 #8 exporting manifest sha256:eb26366be0512eb8a90cbf1b0bf6c9f1e677ad32c4eb53153ef707dac7306282 done 09:03:44 #8 exporting config sha256:4462e3d33c4cd27e7e6fc267117c705c160a1dd752c2759a373be7a56aa2b6ba done 09:03:44 #8 exporting manifest list sha256:8d7b744665b4df109806d12184e3028f5c7aa6a801cfb3e610a6843f46846e7e done 09:03:44 #8 pushing layers 0.0s done 09:03:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.3@sha256:8d7b744665b4df109806d12184e3028f5c7aa6a801cfb3e610a6843f46846e7e 0.1s done 09:03:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:44 #8 DONE 0.1s 09:03:44 09:03:44 1 warning found (use --debug to expand): 09:03:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' 09:03:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - 09:03:44 #1 [internal] load build definition from Dockerfile 09:03:44 #1 transferring dockerfile: 223B done 09:03:44 #1 DONE 0.0s 09:03:44 09:03:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:03:44 #2 DONE 0.0s 09:03:44 09:03:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:03:44 #3 DONE 0.0s 09:03:44 09:03:44 #4 [internal] load .dockerignore 09:03:44 #4 transferring context: 2B done 09:03:44 #4 DONE 0.0s 09:03:44 09:03:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 09:03:44 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 0.0s done 09:03:44 #5 DONE 0.0s 09:03:44 09:03:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 09:03:44 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 0.0s done 09:03:44 #6 CACHED 09:03:44 09:03:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 09:03:44 #5 CACHED 09:03:44 09:03:44 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:03:44 #7 DONE 0.0s 09:03:44 09:03:44 #8 exporting to image 09:03:44 #8 exporting layers done 09:03:44 #8 exporting manifest sha256:f35fa579b4353570afbf8d39fc66229477b49715abac7158eec052760491ec88 done 09:03:44 #8 exporting config sha256:558e69278d7e4fe1f6a501d58a9fb9dec8830a5fd6e4918882e04321ab4425f7 done 09:03:44 #8 exporting manifest sha256:eb26366be0512eb8a90cbf1b0bf6c9f1e677ad32c4eb53153ef707dac7306282 done 09:03:44 #8 exporting config sha256:4462e3d33c4cd27e7e6fc267117c705c160a1dd752c2759a373be7a56aa2b6ba done 09:03:44 #8 exporting manifest list sha256:8d7b744665b4df109806d12184e3028f5c7aa6a801cfb3e610a6843f46846e7e done 09:03:44 #8 pushing layers 0.0s done 09:03:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:8d7b744665b4df109806d12184e3028f5c7aa6a801cfb3e610a6843f46846e7e 0.1s done 09:03:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:44 #8 DONE 0.1s 09:03:44 09:03:44 1 warning found (use --debug to expand): 09:03:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 09:03:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 09:03:45 #1 [internal] load build definition from Dockerfile 09:03:45 #1 transferring dockerfile: 175B done 09:03:45 #1 DONE 0.0s 09:03:45 09:03:45 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 09:03:45 #2 DONE 0.0s 09:03:45 09:03:45 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 09:03:45 #3 DONE 0.0s 09:03:45 09:03:45 #4 [internal] load .dockerignore 09:03:45 #4 transferring context: 2B done 09:03:45 #4 DONE 0.0s 09:03:45 09:03:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 09:03:45 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 0.0s done 09:03:45 #5 CACHED 09:03:45 09:03:45 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 09:03:45 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:97ab8721c785b64e9e2cd380e4a15200fa1a7baf18b88f911b3da22668a9fad0 0.0s done 09:03:45 #6 CACHED 09:03:45 09:03:45 #7 exporting to image 09:03:45 #7 exporting layers done 09:03:45 #7 exporting manifest sha256:f35fa579b4353570afbf8d39fc66229477b49715abac7158eec052760491ec88 09:03:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:45 #7 exporting manifest sha256:f35fa579b4353570afbf8d39fc66229477b49715abac7158eec052760491ec88 done 09:03:45 #7 exporting config sha256:558e69278d7e4fe1f6a501d58a9fb9dec8830a5fd6e4918882e04321ab4425f7 done 09:03:45 #7 exporting manifest sha256:eb26366be0512eb8a90cbf1b0bf6c9f1e677ad32c4eb53153ef707dac7306282 done 09:03:45 #7 exporting config sha256:4462e3d33c4cd27e7e6fc267117c705c160a1dd752c2759a373be7a56aa2b6ba done 09:03:45 #7 exporting manifest list sha256:8d7b744665b4df109806d12184e3028f5c7aa6a801cfb3e610a6843f46846e7e done 09:03:45 #7 pushing layers 0.0s done 09:03:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:8d7b744665b4df109806d12184e3028f5c7aa6a801cfb3e610a6843f46846e7e 0.1s done 09:03:45 #7 DONE 0.1s 09:03:45 09:03:45 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:03:45 #8 DONE 0.0s 09:03:45 09:03:45 1 warning found (use --debug to expand): 09:03:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a' 09:03:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a --push - 09:03:45 #1 [internal] load build definition from Dockerfile 09:03:45 #1 transferring dockerfile: 215B done 09:03:45 #1 DONE 0.0s 09:03:45 09:03:45 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:45 #2 DONE 0.0s 09:03:45 09:03:45 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:45 #3 DONE 0.1s 09:03:45 09:03:45 #4 [internal] load .dockerignore 09:03:45 #4 transferring context: 2B done 09:03:45 #4 DONE 0.0s 09:03:45 09:03:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 09:03:45 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 0.0s done 09:03:45 #5 DONE 0.0s 09:03:45 09:03:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 09:03:45 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 0.0s done 09:03:45 #6 DONE 0.1s 09:03:45 09:03:45 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 09:03:45 #7 DONE 0.0s 09:03:45 09:03:45 #8 exporting to image 09:03:45 #8 exporting layers done 09:03:45 #8 exporting manifest sha256:86d763b76097212a31a5d733fb0a00521ed5575fb65b7a7678e0a87fcafeb834 0.0s done 09:03:45 #8 exporting config sha256:4b3bac25903533d8f1455adbb84c06305f99f838f35ec81f0d72b2a384d66bee done 09:03:45 #8 exporting manifest sha256:bd22d0b670c6f66e4dfb5c7586b006c9ada746444e260a2b327f333aa1ca392d done 09:03:45 #8 exporting config sha256:df2b47af2c79a6b24fd8c6ee3a2871474d4351a6fc61197009cd66fd4b45ff8d done 09:03:45 #8 exporting manifest list sha256:c7ed25d37858fb6d9e2cdae812c494cad26786b10eb9f0288a6ca3885b7c4cb5 done 09:03:45 #8 pushing layers 09:03:45 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:46 #8 pushing layers 0.1s done 09:03:46 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:c7ed25d37858fb6d9e2cdae812c494cad26786b10eb9f0288a6ca3885b7c4cb5 0.1s done 09:03:46 #8 DONE 0.2s 09:03:46 09:03:46 1 warning found (use --debug to expand): 09:03:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 09:03:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 09:03:46 #1 [internal] load build definition from Dockerfile 09:03:46 #1 transferring dockerfile: 181B done 09:03:46 #1 DONE 0.0s 09:03:46 09:03:46 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 09:03:46 #2 DONE 0.0s 09:03:46 09:03:46 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 09:03:46 #3 DONE 0.0s 09:03:46 09:03:46 #4 [internal] load .dockerignore 09:03:46 #4 transferring context: 2B done 09:03:46 #4 DONE 0.0s 09:03:46 09:03:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 09:03:46 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 09:03:46 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 0.0s done 09:03:46 #5 CACHED 09:03:46 09:03:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 09:03:46 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 0.0s done 09:03:46 #6 CACHED 09:03:46 09:03:46 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 09:03:46 #7 DONE 0.0s 09:03:46 09:03:46 #8 exporting to image 09:03:46 #8 exporting layers done 09:03:46 #8 exporting manifest sha256:86d763b76097212a31a5d733fb0a00521ed5575fb65b7a7678e0a87fcafeb834 done 09:03:46 #8 exporting config sha256:4b3bac25903533d8f1455adbb84c06305f99f838f35ec81f0d72b2a384d66bee done 09:03:46 #8 exporting manifest sha256:bd22d0b670c6f66e4dfb5c7586b006c9ada746444e260a2b327f333aa1ca392d done 09:03:46 #8 exporting config sha256:df2b47af2c79a6b24fd8c6ee3a2871474d4351a6fc61197009cd66fd4b45ff8d done 09:03:46 #8 exporting manifest list sha256:c7ed25d37858fb6d9e2cdae812c494cad26786b10eb9f0288a6ca3885b7c4cb5 done 09:03:46 #8 pushing layers 0.0s done 09:03:46 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:c7ed25d37858fb6d9e2cdae812c494cad26786b10eb9f0288a6ca3885b7c4cb5 0.1s done 09:03:46 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:46 #8 DONE 0.1s 09:03:46 09:03:46 1 warning found (use --debug to expand): 09:03:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3' 09:03:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3 --push - 09:03:46 #1 [internal] load build definition from Dockerfile 09:03:46 #1 transferring dockerfile: 186B done 09:03:46 #1 DONE 0.0s 09:03:46 09:03:46 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3 09:03:46 #2 DONE 0.0s 09:03:46 09:03:46 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3 09:03:46 #3 DONE 0.0s 09:03:46 09:03:46 #4 [internal] load .dockerignore 09:03:46 #4 transferring context: 2B done 09:03:46 #4 DONE 0.0s 09:03:46 09:03:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 09:03:46 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 0.0s done 09:03:46 #5 DONE 0.0s 09:03:46 09:03:46 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 09:03:47 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 0.0s done 09:03:47 #6 CACHED 09:03:47 09:03:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 09:03:47 #5 CACHED 09:03:47 09:03:47 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 09:03:47 #7 DONE 0.0s 09:03:47 09:03:47 #8 exporting to image 09:03:47 #8 exporting layers done 09:03:47 #8 exporting manifest sha256:86d763b76097212a31a5d733fb0a00521ed5575fb65b7a7678e0a87fcafeb834 done 09:03:47 #8 exporting config sha256:4b3bac25903533d8f1455adbb84c06305f99f838f35ec81f0d72b2a384d66bee done 09:03:47 #8 exporting manifest sha256:bd22d0b670c6f66e4dfb5c7586b006c9ada746444e260a2b327f333aa1ca392d done 09:03:47 #8 exporting config sha256:df2b47af2c79a6b24fd8c6ee3a2871474d4351a6fc61197009cd66fd4b45ff8d done 09:03:47 #8 exporting manifest list sha256:c7ed25d37858fb6d9e2cdae812c494cad26786b10eb9f0288a6ca3885b7c4cb5 done 09:03:47 #8 pushing layers 0.0s done 09:03:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.3@sha256:c7ed25d37858fb6d9e2cdae812c494cad26786b10eb9f0288a6ca3885b7c4cb5 0.1s done 09:03:47 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:47 #8 DONE 0.1s 09:03:47 09:03:47 1 warning found (use --debug to expand): 09:03:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' 09:03:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - 09:03:47 #1 [internal] load build definition from Dockerfile 09:03:47 #1 transferring dockerfile: 227B done 09:03:47 #1 DONE 0.0s 09:03:47 09:03:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:03:47 #2 DONE 0.0s 09:03:47 09:03:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:03:47 #3 DONE 0.0s 09:03:47 09:03:47 #4 [internal] load .dockerignore 09:03:47 #4 transferring context: 2B done 09:03:47 #4 DONE 0.0s 09:03:47 09:03:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 09:03:47 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 0.0s done 09:03:47 #5 CACHED 09:03:47 09:03:47 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 09:03:47 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 0.0s done 09:03:47 #6 CACHED 09:03:47 09:03:47 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 09:03:47 #7 DONE 0.0s 09:03:47 09:03:47 #8 exporting to image 09:03:47 #8 exporting layers done 09:03:47 #8 exporting manifest sha256:86d763b76097212a31a5d733fb0a00521ed5575fb65b7a7678e0a87fcafeb834 done 09:03:47 #8 exporting config sha256:4b3bac25903533d8f1455adbb84c06305f99f838f35ec81f0d72b2a384d66bee done 09:03:47 #8 exporting manifest sha256:bd22d0b670c6f66e4dfb5c7586b006c9ada746444e260a2b327f333aa1ca392d done 09:03:47 #8 exporting config sha256:df2b47af2c79a6b24fd8c6ee3a2871474d4351a6fc61197009cd66fd4b45ff8d done 09:03:47 #8 exporting manifest list sha256:c7ed25d37858fb6d9e2cdae812c494cad26786b10eb9f0288a6ca3885b7c4cb5 done 09:03:47 #8 pushing layers 0.0s done 09:03:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:c7ed25d37858fb6d9e2cdae812c494cad26786b10eb9f0288a6ca3885b7c4cb5 0.1s done 09:03:47 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:47 #8 DONE 0.1s 09:03:47 09:03:47 1 warning found (use --debug to expand): 09:03:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 09:03:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 09:03:48 #1 [internal] load build definition from Dockerfile 09:03:48 #1 transferring dockerfile: 179B done 09:03:48 #1 DONE 0.0s 09:03:48 09:03:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 09:03:48 #2 DONE 0.0s 09:03:48 09:03:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 09:03:48 #3 DONE 0.0s 09:03:48 09:03:48 #4 [internal] load .dockerignore 09:03:48 #4 transferring context: 2B done 09:03:48 #4 DONE 0.0s 09:03:48 09:03:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 09:03:48 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 09:03:48 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 0.0s done 09:03:48 #5 CACHED 09:03:48 09:03:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 09:03:48 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:60ea4f0973aa394cb98244ae75a76176a872ae0ff0e155b6874ab4e7ed68f974 0.0s done 09:03:48 #6 CACHED 09:03:48 09:03:48 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 09:03:48 #7 DONE 0.0s 09:03:48 09:03:48 #8 exporting to image 09:03:48 #8 exporting layers done 09:03:48 #8 exporting manifest sha256:86d763b76097212a31a5d733fb0a00521ed5575fb65b7a7678e0a87fcafeb834 done 09:03:48 #8 exporting config sha256:4b3bac25903533d8f1455adbb84c06305f99f838f35ec81f0d72b2a384d66bee done 09:03:48 #8 exporting manifest sha256:bd22d0b670c6f66e4dfb5c7586b006c9ada746444e260a2b327f333aa1ca392d done 09:03:48 #8 exporting config sha256:df2b47af2c79a6b24fd8c6ee3a2871474d4351a6fc61197009cd66fd4b45ff8d done 09:03:48 #8 exporting manifest list sha256:c7ed25d37858fb6d9e2cdae812c494cad26786b10eb9f0288a6ca3885b7c4cb5 done 09:03:48 #8 pushing layers 0.0s done 09:03:48 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:c7ed25d37858fb6d9e2cdae812c494cad26786b10eb9f0288a6ca3885b7c4cb5 0.1s done 09:03:48 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:48 #8 DONE 0.1s 09:03:48 09:03:48 1 warning found (use --debug to expand): 09:03:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a' 09:03:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a --push - 09:03:48 #1 [internal] load build definition from Dockerfile 09:03:48 #1 transferring dockerfile: 205B done 09:03:48 #1 DONE 0.0s 09:03:48 09:03:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:48 #2 DONE 0.0s 09:03:48 09:03:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:48 #3 DONE 0.1s 09:03:48 09:03:48 #4 [internal] load .dockerignore 09:03:48 #4 transferring context: 2B done 09:03:48 #4 DONE 0.0s 09:03:48 09:03:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 09:03:48 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 09:03:48 #5 ... 09:03:48 09:03:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 09:03:48 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 0.0s done 09:03:48 #6 DONE 0.1s 09:03:49 09:03:49 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 09:03:49 #7 DONE 0.0s 09:03:49 09:03:49 #8 exporting to image 09:03:49 #8 exporting layers done 09:03:49 #8 exporting manifest sha256:20f588fbfd9dabfa67bf4e14388b4c623338e44da1bd5af8df407761babe0ee0 0.0s done 09:03:49 #8 exporting config sha256:6ca13e013649eb89ae51dd3322d05484a52f6afe66e1a02adc0542786d4b3799 done 09:03:49 #8 exporting manifest sha256:df2714085d2ad2af2815145f5ca7a1e79ab0186ed48cb6feabd11cd498000541 done 09:03:49 #8 exporting config sha256:75d547c0699061e01f286db0c8494d15f6878c6c2eaca1450dcf820d10b2005a done 09:03:49 #8 exporting manifest list sha256:12ad76e325b312b65c47623a86a4ac301fdea382a7fe82b13254caee0c6ff156 done 09:03:49 #8 pushing layers 09:03:49 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:49 #8 pushing layers 0.1s done 09:03:49 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:12ad76e325b312b65c47623a86a4ac301fdea382a7fe82b13254caee0c6ff156 0.1s done 09:03:49 #8 DONE 0.2s 09:03:49 09:03:49 1 warning found (use --debug to expand): 09:03:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 09:03:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 09:03:49 #1 [internal] load build definition from Dockerfile 09:03:49 #1 transferring dockerfile: 171B done 09:03:49 #1 DONE 0.0s 09:03:49 09:03:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 09:03:49 #2 DONE 0.0s 09:03:49 09:03:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 09:03:49 #3 DONE 0.0s 09:03:49 09:03:49 #4 [internal] load .dockerignore 09:03:49 #4 transferring context: 2B done 09:03:49 #4 DONE 0.0s 09:03:49 09:03:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 09:03:49 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 0.0s done 09:03:49 #5 DONE 0.0s 09:03:49 09:03:49 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 09:03:49 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 0.0s done 09:03:49 #6 CACHED 09:03:49 09:03:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 09:03:49 #5 CACHED 09:03:49 09:03:49 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 09:03:49 #7 DONE 0.0s 09:03:49 09:03:49 #8 exporting to image 09:03:49 #8 exporting layers done 09:03:49 #8 exporting manifest sha256:20f588fbfd9dabfa67bf4e14388b4c623338e44da1bd5af8df407761babe0ee0 done 09:03:49 #8 exporting config sha256:6ca13e013649eb89ae51dd3322d05484a52f6afe66e1a02adc0542786d4b3799 done 09:03:49 #8 exporting manifest sha256:df2714085d2ad2af2815145f5ca7a1e79ab0186ed48cb6feabd11cd498000541 done 09:03:49 #8 exporting config sha256:75d547c0699061e01f286db0c8494d15f6878c6c2eaca1450dcf820d10b2005a done 09:03:49 #8 exporting manifest list sha256:12ad76e325b312b65c47623a86a4ac301fdea382a7fe82b13254caee0c6ff156 done 09:03:49 #8 pushing layers 0.0s done 09:03:49 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:12ad76e325b312b65c47623a86a4ac301fdea382a7fe82b13254caee0c6ff156 0.1s done 09:03:49 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:49 #8 DONE 0.1s 09:03:49 09:03:49 1 warning found (use --debug to expand): 09:03:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.3 --push - 09:03:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.3' 09:03:50 #1 [internal] load build definition from Dockerfile 09:03:50 #1 transferring dockerfile: 176B done 09:03:50 #1 DONE 0.0s 09:03:50 09:03:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.3 09:03:50 #2 DONE 0.0s 09:03:50 09:03:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.3 09:03:50 #3 DONE 0.0s 09:03:50 09:03:50 #4 [internal] load .dockerignore 09:03:50 #4 transferring context: 2B done 09:03:50 #4 DONE 0.0s 09:03:50 09:03:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.3@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 09:03:50 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.3@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 0.0s done 09:03:50 #5 CACHED 09:03:50 09:03:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.3@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 09:03:50 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.3@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 0.0s done 09:03:50 #6 CACHED 09:03:50 09:03:50 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 09:03:50 #7 DONE 0.0s 09:03:50 09:03:50 #8 exporting to image 09:03:50 #8 exporting layers done 09:03:50 #8 exporting manifest sha256:20f588fbfd9dabfa67bf4e14388b4c623338e44da1bd5af8df407761babe0ee0 done 09:03:50 #8 exporting config sha256:6ca13e013649eb89ae51dd3322d05484a52f6afe66e1a02adc0542786d4b3799 done 09:03:50 #8 exporting manifest sha256:df2714085d2ad2af2815145f5ca7a1e79ab0186ed48cb6feabd11cd498000541 done 09:03:50 #8 exporting config sha256:75d547c0699061e01f286db0c8494d15f6878c6c2eaca1450dcf820d10b2005a done 09:03:50 #8 exporting manifest list sha256:12ad76e325b312b65c47623a86a4ac301fdea382a7fe82b13254caee0c6ff156 done 09:03:50 #8 pushing layers 0.0s done 09:03:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.3@sha256:12ad76e325b312b65c47623a86a4ac301fdea382a7fe82b13254caee0c6ff156 0.1s done 09:03:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:50 #8 DONE 0.1s 09:03:50 09:03:50 1 warning found (use --debug to expand): 09:03:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' 09:03:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - 09:03:50 #1 [internal] load build definition from Dockerfile 09:03:50 #1 transferring dockerfile: 217B done 09:03:50 #1 DONE 0.0s 09:03:50 09:03:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:03:50 #2 DONE 0.0s 09:03:50 09:03:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:03:50 #3 DONE 0.0s 09:03:50 09:03:50 #4 [internal] load .dockerignore 09:03:50 #4 transferring context: 2B done 09:03:50 #4 DONE 0.0s 09:03:50 09:03:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 09:03:50 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 0.0s done 09:03:50 #5 CACHED 09:03:50 09:03:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 09:03:50 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 0.0s done 09:03:50 #6 CACHED 09:03:50 09:03:50 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 09:03:50 #7 DONE 0.0s 09:03:50 09:03:50 #8 exporting to image 09:03:50 #8 exporting layers done 09:03:50 #8 exporting manifest sha256:20f588fbfd9dabfa67bf4e14388b4c623338e44da1bd5af8df407761babe0ee0 done 09:03:50 #8 exporting config sha256:6ca13e013649eb89ae51dd3322d05484a52f6afe66e1a02adc0542786d4b3799 done 09:03:50 #8 exporting manifest sha256:df2714085d2ad2af2815145f5ca7a1e79ab0186ed48cb6feabd11cd498000541 done 09:03:50 #8 exporting config sha256:75d547c0699061e01f286db0c8494d15f6878c6c2eaca1450dcf820d10b2005a done 09:03:50 #8 exporting manifest list sha256:12ad76e325b312b65c47623a86a4ac301fdea382a7fe82b13254caee0c6ff156 done 09:03:50 #8 pushing layers 0.0s done 09:03:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:12ad76e325b312b65c47623a86a4ac301fdea382a7fe82b13254caee0c6ff156 0.1s done 09:03:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:50 #8 DONE 0.1s 09:03:50 09:03:50 1 warning found (use --debug to expand): 09:03:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 09:03:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 09:03:51 #1 [internal] load build definition from Dockerfile 09:03:51 #1 transferring dockerfile: 169B done 09:03:51 #1 DONE 0.0s 09:03:51 09:03:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 09:03:51 #2 DONE 0.0s 09:03:51 09:03:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 09:03:51 #3 DONE 0.0s 09:03:51 09:03:51 #4 [internal] load .dockerignore 09:03:51 #4 transferring context: 2B done 09:03:51 #4 DONE 0.0s 09:03:51 09:03:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 09:03:51 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 09:03:51 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 0.0s done 09:03:51 #5 CACHED 09:03:51 09:03:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 09:03:51 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:38861b72eafc92edf585d752db1416b0d9c4ed78f8791c959f4817f160f333ad 0.0s done 09:03:51 #6 CACHED 09:03:51 09:03:51 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 09:03:51 #7 DONE 0.0s 09:03:51 09:03:51 #8 exporting to image 09:03:51 #8 exporting layers done 09:03:51 #8 exporting manifest sha256:20f588fbfd9dabfa67bf4e14388b4c623338e44da1bd5af8df407761babe0ee0 done 09:03:51 #8 exporting config sha256:6ca13e013649eb89ae51dd3322d05484a52f6afe66e1a02adc0542786d4b3799 done 09:03:51 #8 exporting manifest sha256:df2714085d2ad2af2815145f5ca7a1e79ab0186ed48cb6feabd11cd498000541 done 09:03:51 #8 exporting config sha256:75d547c0699061e01f286db0c8494d15f6878c6c2eaca1450dcf820d10b2005a done 09:03:51 #8 exporting manifest list sha256:12ad76e325b312b65c47623a86a4ac301fdea382a7fe82b13254caee0c6ff156 done 09:03:51 #8 pushing layers 0.0s done 09:03:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:12ad76e325b312b65c47623a86a4ac301fdea382a7fe82b13254caee0c6ff156 0.1s done 09:03:51 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:51 #8 DONE 0.1s 09:03:51 09:03:51 1 warning found (use --debug to expand): 09:03:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a --push - 09:03:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a' 09:03:51 #1 [internal] load build definition from Dockerfile 09:03:51 #1 transferring dockerfile: 206B done 09:03:51 #1 DONE 0.0s 09:03:51 09:03:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:51 #2 DONE 0.0s 09:03:51 09:03:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:51 #3 DONE 0.1s 09:03:51 09:03:51 #4 [internal] load .dockerignore 09:03:51 #4 transferring context: 2B done 09:03:51 #4 DONE 0.0s 09:03:52 09:03:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 09:03:52 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 0.0s done 09:03:52 #5 DONE 0.0s 09:03:52 09:03:52 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 09:03:52 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 0.0s done 09:03:52 #6 DONE 0.1s 09:03:52 09:03:52 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 09:03:52 #6 DONE 0.1s 09:03:52 09:03:52 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 09:03:52 #7 DONE 0.0s 09:03:52 09:03:52 #8 exporting to image 09:03:52 #8 exporting layers done 09:03:52 #8 exporting manifest sha256:deeab4e202e7f020f0487042a01d5ac2e58d9250509e6edc4792aa714b35e4d6 0.0s done 09:03:52 #8 exporting config sha256:e47346021b440c522e757916b72fe8754c4e9c1d3f9d944482baee6554809bc9 done 09:03:52 #8 exporting manifest sha256:7ec26a06c62230109b8396c1b96520985c551c1f6a9711b97cc5a56f66c2df83 done 09:03:52 #8 exporting config sha256:2e9ccdd624a370d6bfca55b1cae63a896895feab64f37d647d41c3d1e25039c3 done 09:03:52 #8 exporting manifest list sha256:9ebbe5eceeab04991289a2e8ac5927f2695bc25f1b692ea9da2dd95549ce0042 0.0s done 09:03:52 #8 pushing layers 09:03:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:52 #8 pushing layers 0.1s done 09:03:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:9ebbe5eceeab04991289a2e8ac5927f2695bc25f1b692ea9da2dd95549ce0042 0.1s done 09:03:52 #8 DONE 0.2s 09:03:52 09:03:52 1 warning found (use --debug to expand): 09:03:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 09:03:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 09:03:52 #1 [internal] load build definition from Dockerfile 09:03:52 #1 transferring dockerfile: 172B done 09:03:52 #1 DONE 0.0s 09:03:52 09:03:52 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 09:03:52 #2 DONE 0.0s 09:03:52 09:03:52 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 09:03:52 #3 DONE 0.0s 09:03:52 09:03:52 #4 [internal] load .dockerignore 09:03:52 #4 transferring context: 2B done 09:03:52 #4 DONE 0.0s 09:03:52 09:03:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 09:03:52 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 0.0s done 09:03:52 #5 CACHED 09:03:52 09:03:52 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 09:03:52 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 0.0s done 09:03:52 #6 CACHED 09:03:52 09:03:52 #7 exporting to image 09:03:52 #7 exporting layers done 09:03:52 #7 exporting manifest sha256:deeab4e202e7f020f0487042a01d5ac2e58d9250509e6edc4792aa714b35e4d6 done 09:03:52 #7 exporting config sha256:e47346021b440c522e757916b72fe8754c4e9c1d3f9d944482baee6554809bc9 done 09:03:52 #7 exporting manifest sha256:7ec26a06c62230109b8396c1b96520985c551c1f6a9711b97cc5a56f66c2df83 done 09:03:52 #7 exporting config sha256:2e9ccdd624a370d6bfca55b1cae63a896895feab64f37d647d41c3d1e25039c3 done 09:03:52 #7 exporting manifest list sha256:9ebbe5eceeab04991289a2e8ac5927f2695bc25f1b692ea9da2dd95549ce0042 done 09:03:52 #7 pushing layers 0.0s done 09:03:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9ebbe5eceeab04991289a2e8ac5927f2695bc25f1b692ea9da2dd95549ce0042 09:03:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9ebbe5eceeab04991289a2e8ac5927f2695bc25f1b692ea9da2dd95549ce0042 0.1s done 09:03:52 #7 DONE 0.1s 09:03:52 09:03:52 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 09:03:52 #8 DONE 0.0s 09:03:52 09:03:52 1 warning found (use --debug to expand): 09:03:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3' 09:03:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3 --push - 09:03:53 #1 [internal] load build definition from Dockerfile 09:03:53 #1 transferring dockerfile: 177B done 09:03:53 #1 DONE 0.0s 09:03:53 09:03:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3 09:03:53 #2 DONE 0.0s 09:03:53 09:03:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3 09:03:53 #3 DONE 0.0s 09:03:53 09:03:53 #4 [internal] load .dockerignore 09:03:53 #4 transferring context: 2B done 09:03:53 #4 DONE 0.0s 09:03:53 09:03:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 09:03:53 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 0.0s done 09:03:53 #5 CACHED 09:03:53 09:03:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 09:03:53 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 0.0s done 09:03:53 #6 CACHED 09:03:53 09:03:53 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 09:03:53 #7 DONE 0.0s 09:03:53 09:03:53 #8 exporting to image 09:03:53 #8 exporting layers done 09:03:53 #8 exporting manifest sha256:deeab4e202e7f020f0487042a01d5ac2e58d9250509e6edc4792aa714b35e4d6 done 09:03:53 #8 exporting config sha256:e47346021b440c522e757916b72fe8754c4e9c1d3f9d944482baee6554809bc9 done 09:03:53 #8 exporting manifest sha256:7ec26a06c62230109b8396c1b96520985c551c1f6a9711b97cc5a56f66c2df83 done 09:03:53 #8 exporting config sha256:2e9ccdd624a370d6bfca55b1cae63a896895feab64f37d647d41c3d1e25039c3 done 09:03:53 #8 exporting manifest list sha256:9ebbe5eceeab04991289a2e8ac5927f2695bc25f1b692ea9da2dd95549ce0042 done 09:03:53 #8 pushing layers 0.0s done 09:03:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3@sha256:9ebbe5eceeab04991289a2e8ac5927f2695bc25f1b692ea9da2dd95549ce0042 09:03:53 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.3@sha256:9ebbe5eceeab04991289a2e8ac5927f2695bc25f1b692ea9da2dd95549ce0042 0.1s done 09:03:53 #8 DONE 0.1s 09:03:53 09:03:53 1 warning found (use --debug to expand): 09:03:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' 09:03:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - 09:03:54 #1 [internal] load build definition from Dockerfile 09:03:54 #1 transferring dockerfile: 218B done 09:03:54 #1 DONE 0.0s 09:03:54 09:03:54 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:03:54 #2 DONE 0.0s 09:03:54 09:03:54 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:03:54 #3 DONE 0.0s 09:03:54 09:03:54 #4 [internal] load .dockerignore 09:03:54 #4 transferring context: 2B done 09:03:54 #4 DONE 0.0s 09:03:54 09:03:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 09:03:54 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 0.0s done 09:03:54 #5 DONE 0.0s 09:03:54 09:03:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 09:03:54 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 0.0s done 09:03:54 #6 CACHED 09:03:54 09:03:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 09:03:54 #5 CACHED 09:03:54 09:03:54 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 09:03:54 #7 DONE 0.0s 09:03:54 09:03:54 #8 exporting to image 09:03:54 #8 exporting layers done 09:03:54 #8 exporting manifest sha256:deeab4e202e7f020f0487042a01d5ac2e58d9250509e6edc4792aa714b35e4d6 done 09:03:54 #8 exporting config sha256:e47346021b440c522e757916b72fe8754c4e9c1d3f9d944482baee6554809bc9 done 09:03:54 #8 exporting manifest sha256:7ec26a06c62230109b8396c1b96520985c551c1f6a9711b97cc5a56f66c2df83 done 09:03:54 #8 exporting config sha256:2e9ccdd624a370d6bfca55b1cae63a896895feab64f37d647d41c3d1e25039c3 done 09:03:54 #8 exporting manifest list sha256:9ebbe5eceeab04991289a2e8ac5927f2695bc25f1b692ea9da2dd95549ce0042 done 09:03:54 #8 pushing layers 0.0s done 09:03:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:9ebbe5eceeab04991289a2e8ac5927f2695bc25f1b692ea9da2dd95549ce0042 0.1s done 09:03:54 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:54 #8 DONE 0.1s 09:03:54 09:03:54 1 warning found (use --debug to expand): 09:03:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 09:03:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 09:03:54 #1 [internal] load build definition from Dockerfile 09:03:54 #1 transferring dockerfile: 170B done 09:03:54 #1 DONE 0.0s 09:03:54 09:03:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 09:03:54 #2 DONE 0.0s 09:03:54 09:03:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 09:03:54 #3 DONE 0.0s 09:03:54 09:03:54 #4 [internal] load .dockerignore 09:03:54 #4 transferring context: 2B done 09:03:54 #4 DONE 0.0s 09:03:55 09:03:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 09:03:55 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 0.0s done 09:03:55 #5 CACHED 09:03:55 09:03:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 09:03:55 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:1fa776f46776ed0b0fa9e8e280946dc5ddee88cf86da3053f951a83259a10372 0.0s done 09:03:55 #6 CACHED 09:03:55 09:03:55 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 09:03:55 #7 DONE 0.0s 09:03:55 09:03:55 #8 exporting to image 09:03:55 #8 exporting layers done 09:03:55 #8 exporting manifest sha256:deeab4e202e7f020f0487042a01d5ac2e58d9250509e6edc4792aa714b35e4d6 done 09:03:55 #8 exporting config sha256:e47346021b440c522e757916b72fe8754c4e9c1d3f9d944482baee6554809bc9 done 09:03:55 #8 exporting manifest sha256:7ec26a06c62230109b8396c1b96520985c551c1f6a9711b97cc5a56f66c2df83 done 09:03:55 #8 exporting config sha256:2e9ccdd624a370d6bfca55b1cae63a896895feab64f37d647d41c3d1e25039c3 done 09:03:55 #8 exporting manifest list sha256:9ebbe5eceeab04991289a2e8ac5927f2695bc25f1b692ea9da2dd95549ce0042 done 09:03:55 #8 pushing layers 0.0s done 09:03:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:9ebbe5eceeab04991289a2e8ac5927f2695bc25f1b692ea9da2dd95549ce0042 0.1s done 09:03:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:55 #8 DONE 0.1s 09:03:55 09:03:55 1 warning found (use --debug to expand): 09:03:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a --push - 09:03:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a' 09:03:55 #1 [internal] load build definition from Dockerfile 09:03:55 #1 transferring dockerfile: 206B done 09:03:55 #1 DONE 0.0s 09:03:55 09:03:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:55 #2 DONE 0.0s 09:03:55 09:03:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:55 #3 DONE 0.1s 09:03:55 09:03:55 #4 [internal] load .dockerignore 09:03:55 #4 transferring context: 2B done 09:03:55 #4 DONE 0.0s 09:03:55 09:03:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 09:03:55 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 09:03:55 #5 ... 09:03:55 09:03:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 09:03:55 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 0.0s done 09:03:55 #6 DONE 0.1s 09:03:55 09:03:55 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 09:03:55 #7 DONE 0.0s 09:03:55 09:03:55 #8 exporting to image 09:03:55 #8 exporting layers done 09:03:55 #8 exporting manifest sha256:8a3ba10743edc55a4d7b0a8483ca23e1ba98c498bbf8489adabf04b9cbd995fd done 09:03:55 #8 exporting config sha256:5cd14f5db8161a86f174d619602abc8bac40d577ccd4e2e34e636ace2a5315e1 done 09:03:55 #8 exporting manifest sha256:8c41e3087ed8c75c1f6ab13119c62bdf29b59be62e965c0b47be34f06bcca480 done 09:03:55 #8 exporting config sha256:78e06dbffc7289a52ee060c70282aa8086a0ee3b9b7ef10f2ebf5299e2692389 done 09:03:55 #8 exporting manifest list sha256:60408e55c49e0a8fa21147bbb17d586a961512fd9ba656ef2c38a52762017b5c done 09:03:55 #8 pushing layers 0.1s done 09:03:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:60408e55c49e0a8fa21147bbb17d586a961512fd9ba656ef2c38a52762017b5c 09:03:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:60408e55c49e0a8fa21147bbb17d586a961512fd9ba656ef2c38a52762017b5c 0.1s done 09:03:55 #8 DONE 0.2s 09:03:55 09:03:55 1 warning found (use --debug to expand): 09:03:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 09:03:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 09:03:56 #1 [internal] load build definition from Dockerfile 09:03:56 #1 transferring dockerfile: 172B done 09:03:56 #1 DONE 0.0s 09:03:56 09:03:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 09:03:56 #2 DONE 0.0s 09:03:56 09:03:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 09:03:56 #3 DONE 0.0s 09:03:56 09:03:56 #4 [internal] load .dockerignore 09:03:56 #4 transferring context: 2B done 09:03:56 #4 DONE 0.0s 09:03:56 09:03:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 09:03:56 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 0.0s done 09:03:56 #5 CACHED 09:03:56 09:03:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 09:03:56 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 0.0s done 09:03:56 #6 CACHED 09:03:56 09:03:56 #7 exporting to image 09:03:56 #7 exporting layers 09:03:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:56 #7 exporting layers done 09:03:56 #7 exporting manifest sha256:8a3ba10743edc55a4d7b0a8483ca23e1ba98c498bbf8489adabf04b9cbd995fd done 09:03:56 #7 exporting config sha256:5cd14f5db8161a86f174d619602abc8bac40d577ccd4e2e34e636ace2a5315e1 done 09:03:56 #7 exporting manifest sha256:8c41e3087ed8c75c1f6ab13119c62bdf29b59be62e965c0b47be34f06bcca480 done 09:03:56 #7 exporting config sha256:78e06dbffc7289a52ee060c70282aa8086a0ee3b9b7ef10f2ebf5299e2692389 done 09:03:56 #7 exporting manifest list sha256:60408e55c49e0a8fa21147bbb17d586a961512fd9ba656ef2c38a52762017b5c done 09:03:56 #7 pushing layers 0.0s done 09:03:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:60408e55c49e0a8fa21147bbb17d586a961512fd9ba656ef2c38a52762017b5c 0.1s done 09:03:56 #7 DONE 0.1s 09:03:56 09:03:56 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 09:03:56 #8 DONE 0.0s 09:03:56 09:03:56 1 warning found (use --debug to expand): 09:03:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.3' 09:03:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.3 --push - 09:03:56 #1 [internal] load build definition from Dockerfile 09:03:56 #1 transferring dockerfile: 177B done 09:03:56 #1 DONE 0.0s 09:03:56 09:03:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.3 09:03:56 #2 DONE 0.0s 09:03:56 09:03:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.3 09:03:56 #3 DONE 0.0s 09:03:56 09:03:56 #4 [internal] load .dockerignore 09:03:56 #4 transferring context: 2B done 09:03:56 #4 DONE 0.0s 09:03:56 09:03:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.3@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 09:03:56 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.3@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 0.0s done 09:03:56 #5 CACHED 09:03:56 09:03:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.3@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 09:03:56 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.3@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 0.0s done 09:03:56 #6 CACHED 09:03:56 09:03:56 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 09:03:56 #7 DONE 0.0s 09:03:56 09:03:56 #8 exporting to image 09:03:56 #8 exporting layers done 09:03:56 #8 exporting manifest sha256:8a3ba10743edc55a4d7b0a8483ca23e1ba98c498bbf8489adabf04b9cbd995fd 0.0s done 09:03:56 #8 exporting config sha256:5cd14f5db8161a86f174d619602abc8bac40d577ccd4e2e34e636ace2a5315e1 done 09:03:56 #8 exporting manifest sha256:8c41e3087ed8c75c1f6ab13119c62bdf29b59be62e965c0b47be34f06bcca480 done 09:03:56 #8 exporting config sha256:78e06dbffc7289a52ee060c70282aa8086a0ee3b9b7ef10f2ebf5299e2692389 done 09:03:56 #8 exporting manifest list sha256:60408e55c49e0a8fa21147bbb17d586a961512fd9ba656ef2c38a52762017b5c done 09:03:56 #8 pushing layers 0.0s done 09:03:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.3@sha256:60408e55c49e0a8fa21147bbb17d586a961512fd9ba656ef2c38a52762017b5c 0.1s done 09:03:56 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:56 #8 DONE 0.1s 09:03:56 09:03:56 1 warning found (use --debug to expand): 09:03:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' 09:03:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - 09:03:57 #1 [internal] load build definition from Dockerfile 09:03:57 #1 transferring dockerfile: 218B done 09:03:57 #1 DONE 0.0s 09:03:57 09:03:57 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:03:57 #2 DONE 0.0s 09:03:57 09:03:57 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:03:57 #3 DONE 0.0s 09:03:57 09:03:57 #4 [internal] load .dockerignore 09:03:57 #4 transferring context: 2B done 09:03:57 #4 DONE 0.0s 09:03:57 09:03:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 09:03:57 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 09:03:57 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 0.0s done 09:03:57 #5 CACHED 09:03:57 09:03:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 09:03:57 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 0.0s done 09:03:57 #6 CACHED 09:03:57 09:03:57 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 09:03:57 #7 DONE 0.0s 09:03:57 09:03:57 #8 exporting to image 09:03:57 #8 exporting layers done 09:03:57 #8 exporting manifest sha256:8a3ba10743edc55a4d7b0a8483ca23e1ba98c498bbf8489adabf04b9cbd995fd done 09:03:57 #8 exporting config sha256:5cd14f5db8161a86f174d619602abc8bac40d577ccd4e2e34e636ace2a5315e1 done 09:03:57 #8 exporting manifest sha256:8c41e3087ed8c75c1f6ab13119c62bdf29b59be62e965c0b47be34f06bcca480 done 09:03:57 #8 exporting config sha256:78e06dbffc7289a52ee060c70282aa8086a0ee3b9b7ef10f2ebf5299e2692389 done 09:03:57 #8 exporting manifest list sha256:60408e55c49e0a8fa21147bbb17d586a961512fd9ba656ef2c38a52762017b5c done 09:03:57 #8 pushing layers 0.0s done 09:03:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:60408e55c49e0a8fa21147bbb17d586a961512fd9ba656ef2c38a52762017b5c 0.1s done 09:03:57 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:57 #8 DONE 0.1s 09:03:57 09:03:57 1 warning found (use --debug to expand): 09:03:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 09:03:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 09:03:57 #1 [internal] load build definition from Dockerfile 09:03:57 #1 transferring dockerfile: 170B done 09:03:57 #1 DONE 0.0s 09:03:57 09:03:57 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 09:03:57 #2 DONE 0.0s 09:03:57 09:03:57 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 09:03:57 #3 DONE 0.0s 09:03:57 09:03:57 #4 [internal] load .dockerignore 09:03:57 #4 transferring context: 2B done 09:03:57 #4 DONE 0.0s 09:03:57 09:03:57 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 09:03:57 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 0.0s done 09:03:57 #5 CACHED 09:03:57 09:03:57 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 09:03:58 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a17286dea27d5e37a89602589d1960fa815329717a3751d1ae7ea0ae0770487b 0.0s done 09:03:58 #6 CACHED 09:03:58 09:03:58 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 09:03:58 #7 DONE 0.0s 09:03:58 09:03:58 #8 exporting to image 09:03:58 #8 exporting layers done 09:03:58 #8 exporting manifest sha256:8a3ba10743edc55a4d7b0a8483ca23e1ba98c498bbf8489adabf04b9cbd995fd done 09:03:58 #8 exporting config sha256:5cd14f5db8161a86f174d619602abc8bac40d577ccd4e2e34e636ace2a5315e1 done 09:03:58 #8 exporting manifest sha256:8c41e3087ed8c75c1f6ab13119c62bdf29b59be62e965c0b47be34f06bcca480 done 09:03:58 #8 exporting config sha256:78e06dbffc7289a52ee060c70282aa8086a0ee3b9b7ef10f2ebf5299e2692389 done 09:03:58 #8 exporting manifest list sha256:60408e55c49e0a8fa21147bbb17d586a961512fd9ba656ef2c38a52762017b5c done 09:03:58 #8 pushing layers 0.0s done 09:03:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:60408e55c49e0a8fa21147bbb17d586a961512fd9ba656ef2c38a52762017b5c 0.1s done 09:03:58 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:58 #8 DONE 0.1s 09:03:58 09:03:58 1 warning found (use --debug to expand): 09:03:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a' 09:03:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a --push - 09:03:58 #1 [internal] load build definition from Dockerfile 09:03:58 #1 transferring dockerfile: 206B done 09:03:58 #1 DONE 0.0s 09:03:58 09:03:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:58 #2 DONE 0.0s 09:03:58 09:03:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a 09:03:58 #3 DONE 0.1s 09:03:58 09:03:58 #4 [internal] load .dockerignore 09:03:58 #4 transferring context: 2B done 09:03:58 #4 DONE 0.0s 09:03:58 09:03:58 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 09:03:58 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 0.0s done 09:03:58 #5 DONE 0.0s 09:03:58 09:03:58 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 09:03:58 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 0.0s done 09:03:58 #6 DONE 0.1s 09:03:58 09:03:58 #7 exporting to image 09:03:58 #7 exporting layers done 09:03:58 #7 exporting manifest sha256:c6211f594bbe5601328529354fdb94f11c6ca77abce21b5efcf118bf574e7268 done 09:03:58 #7 exporting config sha256:99511e74f4765fc4f4435da1da23bb52789eba586b5b0297f46533673c20193c 09:03:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:58 #7 ... 09:03:58 09:03:58 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 09:03:58 #8 DONE 0.0s 09:03:58 09:03:58 #7 exporting to image 09:03:58 #7 exporting config sha256:99511e74f4765fc4f4435da1da23bb52789eba586b5b0297f46533673c20193c done 09:03:58 #7 exporting manifest sha256:5caf7adabb58fb98f14a44d8a0c2001675dae8d42449051a8f22094d118010da done 09:03:58 #7 exporting config sha256:622b23653b3119e9af2ca75937d107f7cf8d773268836550c55052cfd8a8b853 done 09:03:58 #7 exporting manifest list sha256:2c4d3abe08b9f2b25de8f2fb04c005fa60923a9e43730c2899339f5b37307231 done 09:03:58 #7 pushing layers 0.1s done 09:03:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:2c4d3abe08b9f2b25de8f2fb04c005fa60923a9e43730c2899339f5b37307231 09:03:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:2c4d3abe08b9f2b25de8f2fb04c005fa60923a9e43730c2899339f5b37307231 0.1s done 09:03:58 #7 DONE 0.2s 09:03:58 09:03:58 1 warning found (use --debug to expand): 09:03:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 09:03:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 09:03:59 #1 [internal] load build definition from Dockerfile 09:03:59 #1 transferring dockerfile: 172B done 09:03:59 #1 DONE 0.0s 09:03:59 09:03:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 09:03:59 #2 DONE 0.0s 09:03:59 09:03:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 09:03:59 #3 DONE 0.0s 09:03:59 09:03:59 #4 [internal] load .dockerignore 09:03:59 #4 transferring context: 2B done 09:03:59 #4 DONE 0.0s 09:03:59 09:03:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 09:03:59 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 0.0s done 09:03:59 #5 CACHED 09:03:59 09:03:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 09:03:59 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 0.0s done 09:03:59 #6 CACHED 09:03:59 09:03:59 #7 exporting to image 09:03:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:59 #7 exporting layers done 09:03:59 #7 exporting manifest sha256:c6211f594bbe5601328529354fdb94f11c6ca77abce21b5efcf118bf574e7268 done 09:03:59 #7 exporting config sha256:99511e74f4765fc4f4435da1da23bb52789eba586b5b0297f46533673c20193c done 09:03:59 #7 exporting manifest sha256:5caf7adabb58fb98f14a44d8a0c2001675dae8d42449051a8f22094d118010da done 09:03:59 #7 exporting config sha256:622b23653b3119e9af2ca75937d107f7cf8d773268836550c55052cfd8a8b853 done 09:03:59 #7 exporting manifest list sha256:2c4d3abe08b9f2b25de8f2fb04c005fa60923a9e43730c2899339f5b37307231 done 09:03:59 #7 pushing layers 0.0s done 09:03:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:2c4d3abe08b9f2b25de8f2fb04c005fa60923a9e43730c2899339f5b37307231 0.1s done 09:03:59 #7 DONE 0.1s 09:03:59 09:03:59 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 09:03:59 #8 DONE 0.0s 09:03:59 09:03:59 1 warning found (use --debug to expand): 09:03:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:03:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.3' 09:03:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.3 --push - 09:03:59 #1 [internal] load build definition from Dockerfile 09:03:59 #1 transferring dockerfile: 177B done 09:03:59 #1 DONE 0.0s 09:03:59 09:03:59 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.3 09:03:59 #2 DONE 0.0s 09:03:59 09:03:59 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.3 09:03:59 #3 DONE 0.0s 09:03:59 09:03:59 #4 [internal] load .dockerignore 09:03:59 #4 transferring context: 2B done 09:03:59 #4 DONE 0.0s 09:03:59 09:03:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.3@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 09:03:59 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.3@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 0.0s done 09:03:59 #5 CACHED 09:03:59 09:03:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.3@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 09:03:59 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.3@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 0.0s done 09:03:59 #6 CACHED 09:03:59 09:03:59 #7 exporting to image 09:03:59 #7 exporting layers done 09:03:59 #7 exporting manifest sha256:c6211f594bbe5601328529354fdb94f11c6ca77abce21b5efcf118bf574e7268 done 09:03:59 #7 exporting config sha256:99511e74f4765fc4f4435da1da23bb52789eba586b5b0297f46533673c20193c done 09:03:59 #7 exporting manifest sha256:5caf7adabb58fb98f14a44d8a0c2001675dae8d42449051a8f22094d118010da done 09:03:59 #7 exporting config sha256:622b23653b3119e9af2ca75937d107f7cf8d773268836550c55052cfd8a8b853 done 09:03:59 #7 exporting manifest list sha256:2c4d3abe08b9f2b25de8f2fb04c005fa60923a9e43730c2899339f5b37307231 done 09:03:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:03:59 #7 pushing layers 0.0s done 09:03:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.3@sha256:2c4d3abe08b9f2b25de8f2fb04c005fa60923a9e43730c2899339f5b37307231 0.1s done 09:03:59 #7 DONE 0.1s 09:03:59 09:03:59 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 09:03:59 #8 DONE 0.0s 09:03:59 09:03:59 1 warning found (use --debug to expand): 09:03:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:04:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - 09:04:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' 09:04:00 #1 [internal] load build definition from Dockerfile 09:04:00 #1 transferring dockerfile: 218B done 09:04:00 #1 DONE 0.0s 09:04:00 09:04:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:04:00 #2 DONE 0.0s 09:04:00 09:04:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:04:00 #3 DONE 0.0s 09:04:00 09:04:00 #4 [internal] load .dockerignore 09:04:00 #4 transferring context: 2B done 09:04:00 #4 DONE 0.0s 09:04:00 09:04:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 09:04:00 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 09:04:00 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 0.0s done 09:04:00 #5 CACHED 09:04:00 09:04:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 09:04:00 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 0.0s done 09:04:00 #6 CACHED 09:04:00 09:04:00 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 09:04:00 #7 DONE 0.0s 09:04:00 09:04:00 #8 exporting to image 09:04:00 #8 exporting layers done 09:04:00 #8 exporting manifest sha256:c6211f594bbe5601328529354fdb94f11c6ca77abce21b5efcf118bf574e7268 done 09:04:00 #8 exporting config sha256:99511e74f4765fc4f4435da1da23bb52789eba586b5b0297f46533673c20193c done 09:04:00 #8 exporting manifest sha256:5caf7adabb58fb98f14a44d8a0c2001675dae8d42449051a8f22094d118010da done 09:04:00 #8 exporting config sha256:622b23653b3119e9af2ca75937d107f7cf8d773268836550c55052cfd8a8b853 done 09:04:00 #8 exporting manifest list sha256:2c4d3abe08b9f2b25de8f2fb04c005fa60923a9e43730c2899339f5b37307231 done 09:04:00 #8 pushing layers 0.0s done 09:04:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:2c4d3abe08b9f2b25de8f2fb04c005fa60923a9e43730c2899339f5b37307231 0.1s done 09:04:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:04:00 #8 DONE 0.1s 09:04:00 09:04:00 1 warning found (use --debug to expand): 09:04:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:04:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 09:04:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 09:04:00 #1 [internal] load build definition from Dockerfile 09:04:00 #1 transferring dockerfile: 170B done 09:04:00 #1 DONE 0.0s 09:04:00 09:04:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 09:04:00 #2 DONE 0.0s 09:04:00 09:04:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 09:04:00 #3 DONE 0.0s 09:04:00 09:04:00 #4 [internal] load .dockerignore 09:04:00 #4 transferring context: 2B done 09:04:00 #4 DONE 0.0s 09:04:00 09:04:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 09:04:00 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 0.0s done 09:04:00 #5 DONE 0.0s 09:04:00 09:04:00 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 09:04:01 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 0.0s done 09:04:01 #6 CACHED 09:04:01 09:04:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e996469855a355fa2128f32c21c2de0afc3582ae078fbf47659f894addea6f33 09:04:01 #5 CACHED 09:04:01 09:04:01 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 09:04:01 #7 DONE 0.0s 09:04:01 09:04:01 #8 exporting to image 09:04:01 #8 exporting layers done 09:04:01 #8 exporting manifest sha256:c6211f594bbe5601328529354fdb94f11c6ca77abce21b5efcf118bf574e7268 done 09:04:01 #8 exporting config sha256:99511e74f4765fc4f4435da1da23bb52789eba586b5b0297f46533673c20193c done 09:04:01 #8 exporting manifest sha256:5caf7adabb58fb98f14a44d8a0c2001675dae8d42449051a8f22094d118010da done 09:04:01 #8 exporting config sha256:622b23653b3119e9af2ca75937d107f7cf8d773268836550c55052cfd8a8b853 done 09:04:01 #8 exporting manifest list sha256:2c4d3abe08b9f2b25de8f2fb04c005fa60923a9e43730c2899339f5b37307231 done 09:04:01 #8 pushing layers 0.0s done 09:04:01 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:2c4d3abe08b9f2b25de8f2fb04c005fa60923a9e43730c2899339f5b37307231 0.1s done 09:04:01 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:04:01 #8 DONE 0.1s 09:04:01 09:04:01 1 warning found (use --debug to expand): 09:04:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:04:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a' 09:04:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a --push - 09:04:01 #1 [internal] load build definition from Dockerfile 09:04:01 #1 transferring dockerfile: 202B done 09:04:01 #1 DONE 0.0s 09:04:01 09:04:01 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a 09:04:01 #2 DONE 0.0s 09:04:01 09:04:01 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a 09:04:01 #3 DONE 0.0s 09:04:01 09:04:01 #4 [internal] load .dockerignore 09:04:01 #4 transferring context: 2B done 09:04:01 #4 DONE 0.0s 09:04:01 09:04:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 09:04:01 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 0.0s done 09:04:01 #5 DONE 0.0s 09:04:01 09:04:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 09:04:01 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 0.0s done 09:04:01 #6 DONE 0.1s 09:04:01 09:04:01 #7 exporting to image 09:04:01 #7 exporting layers done 09:04:01 #7 exporting manifest sha256:fe05a496388705ee9a22537fb89f6d5b77b9fe34c6148bc64e23349a778f215b done 09:04:01 #7 exporting config sha256:e457b88246d3379502fbf383046e1f640e15f8b3fc9f6d4ce166e4d1ce0efeca done 09:04:01 #7 exporting manifest sha256:629cada16f26e50f08fc544f8c9c94c7fabd30f862d3b82915b8e72fe26527d4 done 09:04:01 #7 exporting config sha256:a8ab738a8df822fe540858c2a160106a191b6b5b6b0278ec1fbe0a9b3f3cf1ac 09:04:01 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:04:01 #7 ... 09:04:01 09:04:01 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 09:04:01 #8 DONE 0.0s 09:04:01 09:04:01 #7 exporting to image 09:04:01 #7 exporting config sha256:a8ab738a8df822fe540858c2a160106a191b6b5b6b0278ec1fbe0a9b3f3cf1ac done 09:04:01 #7 exporting manifest list sha256:a672d0edad8522055cadf087ca98437369ed44db8f7220d3d040b97dbdefb538 done 09:04:01 #7 pushing layers 0.1s done 09:04:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:a672d0edad8522055cadf087ca98437369ed44db8f7220d3d040b97dbdefb538 09:04:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a@sha256:a672d0edad8522055cadf087ca98437369ed44db8f7220d3d040b97dbdefb538 0.1s done 09:04:01 #7 DONE 0.2s 09:04:01 09:04:01 1 warning found (use --debug to expand): 09:04:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:04:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 09:04:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 09:04:02 #1 [internal] load build definition from Dockerfile 09:04:02 #1 transferring dockerfile: 168B done 09:04:02 #1 DONE 0.0s 09:04:02 09:04:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 09:04:02 #2 DONE 0.0s 09:04:02 09:04:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 09:04:02 #3 DONE 0.0s 09:04:02 09:04:02 #4 [internal] load .dockerignore 09:04:02 #4 transferring context: 2B done 09:04:02 #4 DONE 0.0s 09:04:02 09:04:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 09:04:02 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 0.0s done 09:04:02 #5 CACHED 09:04:02 09:04:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 09:04:02 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 0.0s done 09:04:02 #6 CACHED 09:04:02 09:04:02 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 09:04:02 #7 DONE 0.0s 09:04:02 09:04:02 #8 exporting to image 09:04:02 #8 exporting layers done 09:04:02 #8 exporting manifest sha256:fe05a496388705ee9a22537fb89f6d5b77b9fe34c6148bc64e23349a778f215b done 09:04:02 #8 exporting config sha256:e457b88246d3379502fbf383046e1f640e15f8b3fc9f6d4ce166e4d1ce0efeca done 09:04:02 #8 exporting manifest sha256:629cada16f26e50f08fc544f8c9c94c7fabd30f862d3b82915b8e72fe26527d4 done 09:04:02 #8 exporting config sha256:a8ab738a8df822fe540858c2a160106a191b6b5b6b0278ec1fbe0a9b3f3cf1ac done 09:04:02 #8 exporting manifest list sha256:a672d0edad8522055cadf087ca98437369ed44db8f7220d3d040b97dbdefb538 done 09:04:02 #8 pushing layers 0.0s done 09:04:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:a672d0edad8522055cadf087ca98437369ed44db8f7220d3d040b97dbdefb538 0.1s done 09:04:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:04:02 #8 DONE 0.1s 09:04:02 09:04:02 1 warning found (use --debug to expand): 09:04:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:04:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.3' 09:04:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.3 --push - 09:04:02 #1 [internal] load build definition from Dockerfile 09:04:02 #1 transferring dockerfile: 173B done 09:04:02 #1 DONE 0.0s 09:04:02 09:04:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.3 09:04:02 #2 DONE 0.0s 09:04:02 09:04:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.3 09:04:02 #3 DONE 0.0s 09:04:02 09:04:02 #4 [internal] load .dockerignore 09:04:02 #4 transferring context: 2B done 09:04:02 #4 DONE 0.0s 09:04:02 09:04:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.3@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 09:04:02 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.3@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae done 09:04:02 #5 CACHED 09:04:02 09:04:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.3@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 09:04:02 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.3@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 0.0s done 09:04:02 #6 CACHED 09:04:02 09:04:02 #7 exporting to image 09:04:02 #7 exporting layers done 09:04:02 #7 exporting manifest sha256:fe05a496388705ee9a22537fb89f6d5b77b9fe34c6148bc64e23349a778f215b done 09:04:02 #7 exporting config sha256:e457b88246d3379502fbf383046e1f640e15f8b3fc9f6d4ce166e4d1ce0efeca done 09:04:02 #7 exporting manifest sha256:629cada16f26e50f08fc544f8c9c94c7fabd30f862d3b82915b8e72fe26527d4 09:04:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:04:02 #7 exporting manifest sha256:629cada16f26e50f08fc544f8c9c94c7fabd30f862d3b82915b8e72fe26527d4 done 09:04:02 #7 exporting config sha256:a8ab738a8df822fe540858c2a160106a191b6b5b6b0278ec1fbe0a9b3f3cf1ac done 09:04:02 #7 exporting manifest list sha256:a672d0edad8522055cadf087ca98437369ed44db8f7220d3d040b97dbdefb538 done 09:04:02 #7 pushing layers 0.0s done 09:04:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.3@sha256:a672d0edad8522055cadf087ca98437369ed44db8f7220d3d040b97dbdefb538 0.1s done 09:04:02 #7 DONE 0.1s 09:04:02 09:04:02 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 09:04:02 #8 DONE 0.0s 09:04:02 09:04:02 1 warning found (use --debug to expand): 09:04:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:04:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3' 09:04:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 --push - 09:04:03 #1 [internal] load build definition from Dockerfile 09:04:03 #1 transferring dockerfile: 214B done 09:04:03 #1 DONE 0.0s 09:04:03 09:04:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:04:03 #2 DONE 0.0s 09:04:03 09:04:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:04:03 #3 DONE 0.0s 09:04:03 09:04:03 #4 [internal] load .dockerignore 09:04:03 #4 transferring context: 2B done 09:04:03 #4 DONE 0.0s 09:04:03 09:04:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 09:04:03 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 0.0s done 09:04:03 #5 DONE 0.0s 09:04:03 09:04:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 09:04:03 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 0.0s done 09:04:03 #6 CACHED 09:04:03 09:04:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 09:04:03 #5 CACHED 09:04:03 09:04:03 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 09:04:03 #7 DONE 0.0s 09:04:03 09:04:03 #8 exporting to image 09:04:03 #8 exporting layers done 09:04:03 #8 exporting manifest sha256:fe05a496388705ee9a22537fb89f6d5b77b9fe34c6148bc64e23349a778f215b done 09:04:03 #8 exporting config sha256:e457b88246d3379502fbf383046e1f640e15f8b3fc9f6d4ce166e4d1ce0efeca done 09:04:03 #8 exporting manifest sha256:629cada16f26e50f08fc544f8c9c94c7fabd30f862d3b82915b8e72fe26527d4 done 09:04:03 #8 exporting config sha256:a8ab738a8df822fe540858c2a160106a191b6b5b6b0278ec1fbe0a9b3f3cf1ac done 09:04:03 #8 exporting manifest list sha256:a672d0edad8522055cadf087ca98437369ed44db8f7220d3d040b97dbdefb538 done 09:04:03 #8 pushing layers 0.0s done 09:04:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3@sha256:a672d0edad8522055cadf087ca98437369ed44db8f7220d3d040b97dbdefb538 0.1s done 09:04:03 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:04:03 #8 DONE 0.1s 09:04:03 09:04:03 1 warning found (use --debug to expand): 09:04:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:04:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 09:04:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 09:04:03 #1 [internal] load build definition from Dockerfile 09:04:03 #1 transferring dockerfile: 166B done 09:04:03 #1 DONE 0.0s 09:04:03 09:04:03 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 09:04:03 #2 DONE 0.0s 09:04:03 09:04:03 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 09:04:03 #3 DONE 0.0s 09:04:03 09:04:03 #4 [internal] load .dockerignore 09:04:03 #4 transferring context: 2B done 09:04:03 #4 DONE 0.0s 09:04:04 09:04:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 09:04:04 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 0.0s done 09:04:04 #5 CACHED 09:04:04 09:04:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 09:04:04 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b90702ae06a619a23458637509b7a236b876cce6b913dc7b8d477117d1c5adae 0.0s done 09:04:04 #6 CACHED 09:04:04 09:04:04 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 09:04:04 #7 DONE 0.0s 09:04:04 09:04:04 #8 exporting to image 09:04:04 #8 exporting layers done 09:04:04 #8 exporting manifest sha256:fe05a496388705ee9a22537fb89f6d5b77b9fe34c6148bc64e23349a778f215b done 09:04:04 #8 exporting config sha256:e457b88246d3379502fbf383046e1f640e15f8b3fc9f6d4ce166e4d1ce0efeca done 09:04:04 #8 exporting manifest sha256:629cada16f26e50f08fc544f8c9c94c7fabd30f862d3b82915b8e72fe26527d4 done 09:04:04 #8 exporting config sha256:a8ab738a8df822fe540858c2a160106a191b6b5b6b0278ec1fbe0a9b3f3cf1ac done 09:04:04 #8 exporting manifest list sha256:a672d0edad8522055cadf087ca98437369ed44db8f7220d3d040b97dbdefb538 done 09:04:04 #8 pushing layers 0.0s done 09:04:04 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:a672d0edad8522055cadf087ca98437369ed44db8f7220d3d040b97dbdefb538 0.1s done 09:04:04 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:04:04 #8 DONE 0.1s 09:04:04 09:04:04 1 warning found (use --debug to expand): 09:04:04  - 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 09:04:04 + '[' -d /w/workspace/edgex-go/828/archives ']' [Pipeline] libraryResource [Pipeline] sh 09:04:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:04:05 ---> package-listing.sh 09:04:05 ++ facter osfamily 09:04:05 ++ tr '[:upper:]' '[:lower:]' 09:04:05 + OS_FAMILY=redhat 09:04:05 + workspace=/w/workspace/edgex-go/828 09:04:05 + START_PACKAGES=/tmp/packages_start.txt 09:04:05 + END_PACKAGES=/tmp/packages_end.txt 09:04:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:04:05 + PACKAGES=/tmp/packages_start.txt 09:04:05 + '[' /w/workspace/edgex-go/828 ']' 09:04:05 + PACKAGES=/tmp/packages_end.txt 09:04:05 + case "${OS_FAMILY}" in 09:04:05 + rpm -qa 09:04:05 + sort 09:04:06 + '[' -f /tmp/packages_start.txt ']' 09:04:06 + '[' -f /tmp/packages_end.txt ']' 09:04:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:04:06 + '[' /w/workspace/edgex-go/828 ']' 09:04:06 + mkdir -p /w/workspace/edgex-go/828/archives/ 09:04:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/828/archives/ [Pipeline] echo 09:04:06 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/828/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:04:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:04:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:04:06 09:04:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:04:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:04:07 latest: Pulling from edgex-lftools-log-publisher 09:04:07 5eb5b503b376: Pulling fs layer 09:04:07 5c69ac0246d0: Pulling fs layer 09:04:07 ec43610c2a17: Pulling fs layer 09:04:07 3a2ae6a8a46f: Pulling fs layer 09:04:07 33b1e0a273af: Pulling fs layer 09:04:07 5d3b04190fa2: Pulling fs layer 09:04:07 2f39f015ded8: Pulling fs layer 09:04:07 3a2ae6a8a46f: Waiting 09:04:07 33b1e0a273af: Waiting 09:04:07 5d3b04190fa2: Waiting 09:04:07 2f39f015ded8: Waiting 09:04:07 5c69ac0246d0: Verifying Checksum 09:04:07 5c69ac0246d0: Download complete 09:04:07 3a2ae6a8a46f: Verifying Checksum 09:04:07 3a2ae6a8a46f: Download complete 09:04:07 ec43610c2a17: Verifying Checksum 09:04:07 ec43610c2a17: Download complete 09:04:07 5d3b04190fa2: Verifying Checksum 09:04:07 5d3b04190fa2: Download complete 09:04:07 5eb5b503b376: Verifying Checksum 09:04:07 5eb5b503b376: Download complete 09:04:07 33b1e0a273af: Verifying Checksum 09:04:07 33b1e0a273af: Download complete 09:04:08 2f39f015ded8: Verifying Checksum 09:04:08 2f39f015ded8: Download complete 09:04:09 5eb5b503b376: Pull complete 09:04:09 5c69ac0246d0: Pull complete 09:04:09 ec43610c2a17: Pull complete 09:04:09 3a2ae6a8a46f: Pull complete 09:04:09 33b1e0a273af: Pull complete 09:04:09 5d3b04190fa2: Pull complete 09:04:13 2f39f015ded8: Pull complete 09:04:13 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 09:04:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:04:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:04:13 prd-centos7-docker-4c-2g-89 does not seem to be running inside a container 09:04:13 $ 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/828/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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 09:04:19 $ docker top 70c6ba161cf2540669432177cddb1ff23256d824a8984ae6001d5d43d3edd70a -eo pid,comm [Pipeline] { [Pipeline] sh 09:04:19 + touch /tmp/pre-build-complete [Pipeline] sh 09:04:19 + mkdir -p /var/log/sysstat [Pipeline] sh 09:04:20 + ls /var/log/sa-host 09:04:20 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:04:20 provisioning config files... 09:04:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config14454659695467206796tmp [Pipeline] { [Pipeline] echo 09:04:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:04:20 ---> create-netrc.sh [Pipeline] } 09:04:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:04:20 ---> python-tools-install.sh [Pipeline] echo 09:04:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:04:21 ---> sudo-logs.sh 09:04:21 Archiving 'sudo' log.. 09:04:21 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:04:21 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 09:04:21 $ docker stop --time=1 70c6ba161cf2540669432177cddb1ff23256d824a8984ae6001d5d43d3edd70a 09:04:22 $ docker rm -f --volumes 70c6ba161cf2540669432177cddb1ff23256d824a8984ae6001d5d43d3edd70a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 09:04:22 [WS-CLEANUP] Deleting project workspace... 09:04:22 [WS-CLEANUP] Deferred wipeout is used... 09:04:22 [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] } 09:15:49 #154 ... 09:15:49 09:15:49 #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 09:15:49 #147 DONE 1053.4s 09:15:49 09:15:49 #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 09:15:49 #144 ... 09:15:49 09:15:49 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 09:15:49 #155 DONE 0.3s 09:15:49 09:15:49 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:15:49 #146 ... 09:15:49 09:15:49 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 09:15:49 #156 DONE 0.2s 09:15:49 09:15:49 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 09:15:50 #157 DONE 0.3s 09:15:50 09:15: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 09:15:50 #158 DONE 0.1s 09:15:50 09:15:50 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 09:15:50 #148 ... 09:15:50 09:15: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/ 09:15:50 #159 DONE 0.2s 09:15:50 09:15: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 / 09:15:52 #160 DONE 2.1s 09:15:52 09:15:52 #109 [core-common-config-bootstrapper] exporting to image 09:15:52 #109 exporting layers 09:15:53 #109 exporting layers 0.7s done 09:15:53 #109 writing image sha256:20d56f22cc3dc4ba150952cbe3cbd6a1a51284da341cfb8325f4d285cbfb6314 done 09:15:53 #109 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 09:15:53 #109 DONE 5.6s 09:15:53 09:15:53 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:15:54 #146 ... 09:15:54 09:15:54 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 09:15:54 #151 DONE 1058.5s 09:15:54 09:15:54 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:15:54 #153 ... 09:15:54 09:15:54 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 09:15:55 #161 DONE 0.3s 09:15:55 09:15:55 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:15:55 #153 ... 09:15:55 09:15:55 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 09:15:57 #162 DONE 2.4s 09:15:57 09:15:57 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:15:57 #153 ... 09:15:57 09:15:57 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 09:15:57 #163 DONE 0.3s 09:15:57 09:15:57 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:15:57 #153 ... 09:15:57 09:15:57 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 09:15:57 #164 DONE 0.2s 09:15:57 09:15:57 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:15:58 #165 DONE 0.3s 09:15:58 09:15:58 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 09:15:58 #166 DONE 0.2s 09:15:58 09:15:58 #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/ 09:15:58 #167 DONE 0.1s 09:15:58 09:15:58 #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/ 09:15:58 #168 DONE 0.1s 09:15:58 09:15:58 #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/ 09:15:58 #169 DONE 0.1s 09:15:58 09:15:58 #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 09:15:58 #144 ... 09:15:58 09:15:58 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:15:58 #170 DONE 0.1s 09:15:58 09:15:58 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 09:16:00 #171 DONE 2.0s 09:16:00 09:16:00 #109 [security-bootstrapper] exporting to image 09:16:00 #109 exporting layers 09:16:01 #109 exporting layers 1.0s done 09:16:01 #109 writing image sha256:38d34a6d426033b7478b464d6fae7a743c7a86d6e7ba58e357aeb0a15abec196 done 09:16:01 #109 naming to docker.io/library/security-bootstrapper-arm64 done 09:16:01 #109 DONE 6.6s 09:16:01 09:16:01 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:30:09 #153 ... 09:30:09 09:30:09 #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 09:30:09 #144 DONE 1908.9s 09:30:09 09:30:09 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:30:09 #154 ... 09:30:09 09:30:09 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 09:30:09 #172 DONE 0.2s 09:30:09 09:30:09 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:30:09 #154 ... 09:30:09 09:30:09 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 09:30:09 #173 DONE 0.2s 09:30:09 09:30:09 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:30:09 #174 DONE 0.4s 09:30:09 09:30:09 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 09:30:09 #175 DONE 0.2s 09:30:09 09:30:09 #109 [core-command] exporting to image 09:30:09 #109 exporting layers 09:30:09 #109 exporting layers 0.5s done 09:30:09 #109 writing image sha256:7a85a3737d64fd92539b68c3d6b54acccd165e9315b29900487079c4fdd883ce 0.0s done 09:30:09 #109 naming to docker.io/library/core-command-arm64 done 09:30:09 #109 DONE 7.1s 09:30:09 09:30:09 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:30:41 #154 ... 09:30:41 09:30:41 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:30:41 #149 1944.6 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.3 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:30:43 #149 ... 09:30:43 09:30:43 #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 09:30:43 #145 DONE 1947.4s 09:30:43 09:30:43 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:30:43 #153 ... 09:30:43 09:30:43 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 09:30:43 #176 DONE 0.2s 09:30:43 09:30:43 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:30:43 #154 ... 09:30:43 09:30:43 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 09:30:43 #177 DONE 0.3s 09:30:43 09:30:43 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:30:44 #150 ... 09:30:44 09:30:44 #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 09:30:44 #178 DONE 0.1s 09:30:44 09:30:44 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 09:30:44 #179 DONE 0.2s 09:30:44 09:30:44 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:30:44 #180 DONE 0.4s 09:30:44 09:30:44 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:30:44 #146 ... 09:30:44 09:30:44 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 09:30:44 #181 DONE 0.1s 09:30:44 09:30:44 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:30:46 #182 DONE 1.9s 09:30:46 09:30:46 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:30:46 #153 ... 09:30:46 09:30:46 #109 [security-proxy-setup] exporting to image 09:30:46 #109 exporting layers 09:30:47 #109 exporting layers 0.8s done 09:30:47 #109 writing image sha256:6f5f14bf89872ac97662d21b96c752df5d431c332420d8456e72d307a49fbfe6 done 09:30:47 #109 naming to docker.io/library/security-proxy-setup-arm64 09:30:47 #109 naming to docker.io/library/security-proxy-setup-arm64 done 09:30:47 #109 DONE 7.9s 09:30:47 09:30:47 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:31:14 #152 ... 09:31:14 09:31:14 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:31:14 #149 DONE 1976.9s 09:31:14 09:31:14 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:31:14 #150 ... 09:31:14 09:31:14 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 09:31:14 #183 DONE 0.2s 09:31:14 09:31:14 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:31:14 #154 ... 09:31:14 09:31:14 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 09:31:14 #184 DONE 0.2s 09:31:14 09:31:14 #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 09:31:14 #185 DONE 0.1s 09:31:14 09:31:14 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:31:14 #152 ... 09:31:14 09:31:14 #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 09:31:14 #186 DONE 0.2s 09:31:14 09:31:14 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 09:31:14 #187 DONE 0.1s 09:31:14 09:31:14 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:31:14 #188 DONE 0.3s 09:31:14 09:31:14 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:31:14 #150 ... 09:31:14 09:31:14 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:31:14 #189 DONE 0.4s 09:31:14 09:31:14 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:31:14 #190 DONE 0.1s 09:31:14 09:31:14 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:31:16 #191 DONE 1.9s 09:31:16 09:31:16 #109 [security-secretstore-setup] exporting to image 09:31:16 #109 exporting layers 09:31:18 #109 exporting layers 1.5s done 09:31:18 #109 writing image sha256:11f4c145aa13884240afe26996007b181f50debe00509bb5b05baa8a3e3a67d3 done 09:31:18 #109 naming to docker.io/library/security-secretstore-setup-arm64 done 09:31:18 #109 DONE 9.4s 09:31:18 09:31:18 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:32:14 #150 ... 09:32:14 09:32:14 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:32:14 #143 DONE 2034.6s 09:32:14 09:32:14 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:32:14 #152 ... 09:32:14 09:32:14 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:32:14 #192 DONE 0.2s 09:32:14 09:32:14 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:32:14 #193 DONE 0.1s 09:32:14 09:32:14 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 09:32:14 #194 DONE 0.4s 09:32:14 09:32:14 #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 09:32:14 #195 DONE 0.1s 09:32:14 09:32:14 #109 [security-spiffe-token-provider] exporting to image 09:32:14 #109 exporting layers 09:32:14 #109 exporting layers 0.9s done 09:32:14 #109 writing image sha256:52df0b82f93b4e82c79b510f386c4008971615d15da16a8d03e047c186c7fb5b 0.0s done 09:32:14 #109 naming to docker.io/library/security-spiffe-token-provider-arm64 done 09:32:14 #109 DONE 10.4s 09:32:14 09:32:14 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:32:53 #150 ... 09:32:53 09:32:53 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 09:32:53 #148 DONE 2071.3s 09:32:53 09:32:53 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:32:53 #154 ... 09:32:53 09:32:53 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 09:32:53 #196 DONE 0.3s 09:32:53 09:32:53 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:32:53 #153 ... 09:32:53 09:32:53 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 09:32:53 #197 DONE 0.2s 09:32:53 09:32:53 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 09:32:53 #198 DONE 0.4s 09:32:53 09:32:53 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 09:32:53 #199 DONE 0.1s 09:32:53 09:32:53 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:32:53 #150 ... 09:32:53 09:32:53 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 09:32:53 #200 DONE 0.1s 09:32:53 09:32:53 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:32:53 #201 DONE 1.7s 09:32:53 09:32:53 #109 [security-proxy-auth] exporting to image 09:32:53 #109 exporting layers 09:32:53 #109 exporting layers 0.7s done 09:32:53 #109 writing image sha256:e1d1eacffd2201cded6559f8f43214e924304179ab7fd790094aeba065da9845 done 09:32:53 #109 naming to docker.io/library/security-proxy-auth-arm64 done 09:32:53 #109 DONE 11.1s 09:32:53 09:32:53 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:32:53 #153 ... 09:32:53 09:32:53 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:32:53 #152 DONE 2076.3s 09:32:53 09:32:53 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:32:53 #153 ... 09:32:53 09:32:53 #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 09:32:53 #202 ... 09:32:53 09:32:53 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:32:53 #150 DONE 2077.1s 09:32:53 09:32:53 #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 09:32:53 #202 DONE 0.3s 09:32:53 09:32:53 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:32:53 #153 ... 09:32:53 09:32:53 #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 09:32:53 #203 ... 09:32:53 09:32:53 #204 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:32:53 #204 DONE 0.5s 09:32:53 09:32:53 #205 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:32:53 #205 DONE 0.1s 09:32:53 09:32:53 #206 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:32:54 #206 ... 09:32:54 09:32:54 #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 09:32:54 #203 DONE 0.9s 09:32:54 09:32:54 #207 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 09:32:54 #207 DONE 0.2s 09:32:54 09:32:54 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:32:54 #153 ... 09:32:54 09:32:54 #109 [core-keeper] exporting to image 09:32:54 #109 ... 09:32:54 09:32:54 #206 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:32:54 #206 DONE 0.6s 09:32:54 09:32:54 #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 09:32:54 #208 DONE 0.3s 09:32:54 09:32:54 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:32:54 #146 ... 09:32:54 09:32:54 #109 [core-keeper] exporting to image 09:32:54 #109 exporting layers 0.5s done 09:32:54 #109 writing image sha256:161045cd9f5d714049e30e29b66e2504eb5a6cfa6ccec3083faf3bb780f58d1c done 09:32:54 #109 naming to docker.io/library/core-keeper-arm64 done 09:32:55 #109 exporting layers 0.7s done 09:32:55 #109 writing image sha256:24bff337698f643876a3485e7e6cf0914fb5773b2981223333a1f6eb2c41a912 done 09:32:55 #109 naming to docker.io/library/core-data-arm64 done 09:32:55 #109 DONE 12.3s 09:32:55 09:32:55 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:32:56 #146 ... 09:32:56 09:32:56 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:32:56 #153 DONE 2080.2s 09:32:56 09:32:56 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:32:56 #154 ... 09:32:56 09:32:56 #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 09:32:56 #209 DONE 0.2s 09:32:56 09:32:56 #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 09:32:56 #210 DONE 0.3s 09:32:56 09:32:56 #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:32:57 #211 DONE 0.5s 09:32:57 09:32:57 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 09:32:57 #212 DONE 0.1s 09:32:57 09:32:57 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 09:32:57 #213 DONE 0.1s 09:32:57 09:32:57 #109 [core-metadata] exporting to image 09:32:58 #109 exporting layers 0.4s done 09:32:58 #109 writing image sha256:5693f655bdb46396b6697bfc168e6a1b86e8a35b17166c6cac91939e4d855da2 done 09:32:58 #109 naming to docker.io/library/core-metadata-arm64 done 09:32:58 #109 DONE 12.7s 09:32:58 09:32:58 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:33:30 #154 DONE 2110.4s 09:33:30 09:33:30 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:33:30 #146 ... 09:33:30 09:33:30 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:33:30 #214 DONE 0.1s 09:33:30 09:33:30 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:33:30 #146 ... 09:33:30 09:33:30 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:33:30 #215 DONE 0.1s 09:33:30 09:33:30 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:33:30 #216 DONE 0.5s 09:33:30 09:33:30 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 09:33:30 #217 DONE 0.1s 09:33:30 09:33:30 #109 [support-scheduler] exporting to image 09:33:30 #109 exporting layers 09:33:30 #109 exporting layers 1.0s done 09:33:30 #109 writing image sha256:1127f9128523a7ed483636c7850d88ca2e09140d879f5bb6929c0a097c0b2722 done 09:33:30 #109 naming to docker.io/library/support-scheduler-arm64 done 09:33:30 #109 DONE 13.7s 09:33:30 09:33:30 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:33:34 #146 DONE 2118.0s 09:33:34 09:33:34 #32 [security-spire-agent internal] load .dockerignore 09:33:34 #32 ... 09:33:34 09:33:34 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:33:34 #218 DONE 0.2s 09:33:34 09:33:34 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:33:34 #219 DONE 0.1s 09:33:34 09:33:34 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:33:34 #220 DONE 0.5s 09:33:34 09:33:34 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 09:33:34 #221 DONE 0.1s 09:33:34 09:33:34 #32 [security-spire-agent internal] load .dockerignore 09:33:34 #32 ... 09:33:34 09:33:34 #109 [support-notifications] exporting to image 09:33:34 #109 exporting layers 09:33:35 #109 exporting layers 0.6s done 09:33:35 #109 writing image sha256:fda5c8e244919d6f19efa1b4c4a37fed3c6eb8672ed4434a7b2b901f3336f794 done 09:33:35 #109 naming to docker.io/library/support-notifications-arm64 done 09:33:35 #109 DONE 14.3s 09:33:35 09:33:35 #32 [security-spire-agent internal] load .dockerignore 09:33:35 time="2025-04-18T08:55:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:33:35 time="2025-04-18T08:55:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:33:35 time="2025-04-18T08:55:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:33:35 time="2025-04-18T08:55:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:33:35 time="2025-04-18T08:55:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:33:35 time="2025-04-18T08:55:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:33:35 time="2025-04-18T08:55:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:33:35 time="2025-04-18T08:55:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:33:35 time="2025-04-18T08:55:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:33:35 time="2025-04-18T08:55:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:33:35 time="2025-04-18T08:55:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:33:35 time="2025-04-18T08:55:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:33:35 time="2025-04-18T08:55:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:33:35 time="2025-04-18T08:55:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:33:35 time="2025-04-18T08:55:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 09:33:35 $ docker stop --time=1 23c2bde0a97905884f5ba0ee25b22a165417ee4c0ea5c2508bc623d87623ba4f 09:33:36 $ docker rm -f --volumes 23c2bde0a97905884f5ba0ee25b22a165417ee4c0ea5c2508bc623d87623ba4f [Pipeline] // withDockerContainer [Pipeline] sh 09:33:37 + docker images 09:33:37 REPOSITORY TAG IMAGE ID CREATED SIZE 09:33:37 support-notifications-arm64 latest fda5c8e24491 3 seconds ago 52.3MB 09:33:37 support-scheduler-arm64 latest 1127f9128523 10 seconds ago 48.5MB 09:33:37 core-metadata-arm64 latest 5693f655bdb4 40 seconds ago 33.1MB 09:33:37 core-keeper-arm64 latest 161045cd9f5d 43 seconds ago 32.6MB 09:33:37 core-data-arm64 latest 24bff337698f 43 seconds ago 33MB 09:33:37 security-proxy-auth-arm64 latest e1d1eacffd22 48 seconds ago 31.9MB 09:33:37 security-spiffe-token-provider-arm64 latest 52df0b82f93b About a minute ago 48.1MB 09:33:37 security-secretstore-setup-arm64 latest 11f4c145aa13 2 minutes ago 67.6MB 09:33:37 security-proxy-setup-arm64 latest 6f5f14bf8987 2 minutes ago 38.7MB 09:33:37 core-command-arm64 latest 7a85a3737d64 3 minutes ago 28.5MB 09:33:37 security-bootstrapper-arm64 latest 38d34a6d4260 17 minutes ago 21.1MB 09:33:37 core-common-config-bootstrapper-arm64 latest 20d56f22cc3d 17 minutes ago 17.9MB 09:33:37 security-spire-agent-arm64 latest e1ce1d08d0bb 37 minutes ago 187MB 09:33:37 security-spire-server-arm64 latest 2df0008ea62c 37 minutes ago 144MB 09:33:37 security-spire-config-arm64 latest 5cc87de80967 37 minutes ago 143MB 09:33:37 ci-base-image-arm64 latest 05b20c0c43d8 38 minutes ago 908MB 09:33:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 7 days ago 560MB 09:33:37 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 09:33:37 provisioning config files... 09:33:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/828@tmp/config11248561235907880986tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:33:38 ---> ****-login.sh 09:33:38 nexus3.edgexfoundry.org:10001 09:33:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:33:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:33:38 Configure a credential helper to remove this warning. See 09:33:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:33:38 09:33:38 Login Succeeded 09:33:38 nexus3.edgexfoundry.org:10002 09:33:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:33:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:33:38 Configure a credential helper to remove this warning. See 09:33:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:33:38 09:33:38 Login Succeeded 09:33:38 nexus3.edgexfoundry.org:10003 09:33:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:33:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:33:39 Configure a credential helper to remove this warning. See 09:33:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:33:39 09:33:39 Login Succeeded 09:33:39 nexus3.edgexfoundry.org:10004 09:33:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:33:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:33:39 Configure a credential helper to remove this warning. See 09:33:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:33:39 09:33:39 Login Succeeded 09:33:39 ****.io 09:33:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:33:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:33:39 Configure a credential helper to remove this warning. See 09:33:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:33:39 09:33:39 Login Succeeded 09:33:39 ---> ****-login.sh ends [Pipeline] } 09:33:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:33:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 09:33:40 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 09:33:40 010c1fef02ead4f4725b1558caf9c08a877a420a 09:33:40 latest 09:33:40 4.1.0-dev.3 09:33:40 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:33:40 main 09:33:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:40 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:40 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:33:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 09:33:40 d489f6d49b68: Preparing 09:33:40 647af8e82016: Preparing 09:33:40 567cd42be38e: Preparing 09:33:40 661edca30b25: Preparing 09:33:40 39e42d376435: Preparing 09:33:40 92c4f9c9c8fd: Preparing 09:33:40 dd9c8f8612c8: Preparing 09:33:40 dd9c8f8612c8: Waiting 09:33:40 92c4f9c9c8fd: Waiting 09:33:41 39e42d376435: Pushed 09:33:41 567cd42be38e: Pushed 09:33:41 661edca30b25: Pushed 09:33:41 d489f6d49b68: Pushed 09:33:41 dd9c8f8612c8: Layer already exists 09:33:41 92c4f9c9c8fd: Pushed 09:33:46 647af8e82016: Pushed 09:33:46 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:d1d0e5eed63f1569a291c396ab2d8916ef433f3608c24aabad23d835474bc9ef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:46 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:47 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 09:33:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 09:33:47 d489f6d49b68: Preparing 09:33:47 647af8e82016: Preparing 09:33:47 567cd42be38e: Preparing 09:33:47 661edca30b25: Preparing 09:33:47 39e42d376435: Preparing 09:33:47 92c4f9c9c8fd: Preparing 09:33:47 dd9c8f8612c8: Preparing 09:33:47 92c4f9c9c8fd: Waiting 09:33:47 d489f6d49b68: Layer already exists 09:33:47 661edca30b25: Layer already exists 09:33:47 567cd42be38e: Layer already exists 09:33:47 647af8e82016: Layer already exists 09:33:47 39e42d376435: Layer already exists 09:33:47 92c4f9c9c8fd: Layer already exists 09:33:47 dd9c8f8612c8: Layer already exists 09:33:47 latest: digest: sha256:d1d0e5eed63f1569a291c396ab2d8916ef433f3608c24aabad23d835474bc9ef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:47 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:48 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.3 09:33:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 09:33:48 d489f6d49b68: Preparing 09:33:48 647af8e82016: Preparing 09:33:48 567cd42be38e: Preparing 09:33:48 661edca30b25: Preparing 09:33:48 39e42d376435: Preparing 09:33:48 92c4f9c9c8fd: Preparing 09:33:48 dd9c8f8612c8: Preparing 09:33:48 92c4f9c9c8fd: Waiting 09:33:48 dd9c8f8612c8: Waiting 09:33:48 d489f6d49b68: Layer already exists 09:33:48 647af8e82016: Layer already exists 09:33:48 661edca30b25: Layer already exists 09:33:48 567cd42be38e: Layer already exists 09:33:48 39e42d376435: Layer already exists 09:33:48 dd9c8f8612c8: Layer already exists 09:33:48 92c4f9c9c8fd: Layer already exists 09:33:48 4.1.0-dev.3: digest: sha256:d1d0e5eed63f1569a291c396ab2d8916ef433f3608c24aabad23d835474bc9ef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:48 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:48 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:33:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 09:33:48 d489f6d49b68: Preparing 09:33:48 647af8e82016: Preparing 09:33:48 567cd42be38e: Preparing 09:33:48 661edca30b25: Preparing 09:33:48 39e42d376435: Preparing 09:33:48 92c4f9c9c8fd: Preparing 09:33:48 dd9c8f8612c8: Preparing 09:33:48 92c4f9c9c8fd: Waiting 09:33:48 dd9c8f8612c8: Waiting 09:33:48 d489f6d49b68: Layer already exists 09:33:48 567cd42be38e: Layer already exists 09:33:48 39e42d376435: Layer already exists 09:33:48 661edca30b25: Layer already exists 09:33:48 647af8e82016: Layer already exists 09:33:48 92c4f9c9c8fd: Layer already exists 09:33:48 dd9c8f8612c8: Layer already exists 09:33:48 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:d1d0e5eed63f1569a291c396ab2d8916ef433f3608c24aabad23d835474bc9ef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:49 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:49 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 09:33:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 09:33:49 d489f6d49b68: Preparing 09:33:49 647af8e82016: Preparing 09:33:49 567cd42be38e: Preparing 09:33:49 661edca30b25: Preparing 09:33:49 39e42d376435: Preparing 09:33:49 92c4f9c9c8fd: Preparing 09:33:49 dd9c8f8612c8: Preparing 09:33:49 dd9c8f8612c8: Waiting 09:33:49 92c4f9c9c8fd: Waiting 09:33:49 661edca30b25: Layer already exists 09:33:49 567cd42be38e: Layer already exists 09:33:49 647af8e82016: Layer already exists 09:33:49 39e42d376435: Layer already exists 09:33:49 d489f6d49b68: Layer already exists 09:33:49 dd9c8f8612c8: Layer already exists 09:33:49 92c4f9c9c8fd: Layer already exists 09:33:49 main: digest: sha256:d1d0e5eed63f1569a291c396ab2d8916ef433f3608c24aabad23d835474bc9ef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:33:50 ===================================================== [Pipeline] echo 09:33:50 taggedImages: 09:33:50 - nexus3.edgexfoundry.org:10004/core-command-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:33:50 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 09:33:50 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.3 09:33:50 - nexus3.edgexfoundry.org:10004/core-command-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:33:50 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 09:33:50 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 09:33:50 010c1fef02ead4f4725b1558caf9c08a877a420a 09:33:50 latest 09:33:50 4.1.0-dev.3 09:33:50 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:33:50 main 09:33:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:50 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:50 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:33:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 09:33:50 bad0a4373feb: Preparing 09:33:50 f35c819da804: Preparing 09:33:50 fbe44a08fe7b: Preparing 09:33:50 bcebab358135: Preparing 09:33:50 567cd42be38e: Preparing 09:33:50 661edca30b25: Preparing 09:33:50 39e42d376435: Preparing 09:33:50 92c4f9c9c8fd: Preparing 09:33:50 dd9c8f8612c8: Preparing 09:33:50 661edca30b25: Waiting 09:33:50 39e42d376435: Waiting 09:33:50 dd9c8f8612c8: Waiting 09:33:50 92c4f9c9c8fd: Waiting 09:33:51 567cd42be38e: Layer already exists 09:33:51 661edca30b25: Layer already exists 09:33:51 f35c819da804: Pushed 09:33:51 fbe44a08fe7b: Pushed 09:33:51 39e42d376435: Layer already exists 09:33:51 92c4f9c9c8fd: Layer already exists 09:33:51 bad0a4373feb: Pushed 09:33:51 dd9c8f8612c8: Layer already exists 09:33:53 bcebab358135: Pushed 09:33:53 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:cf7166f8549a0f80841f9a07405431795c92c2d15efd45d1de8678a4f55bc58e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:53 + 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 09:33:53 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 09:33:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 09:33:53 bad0a4373feb: Preparing 09:33:53 f35c819da804: Preparing 09:33:53 fbe44a08fe7b: Preparing 09:33:53 bcebab358135: Preparing 09:33:53 567cd42be38e: Preparing 09:33:53 661edca30b25: Preparing 09:33:53 39e42d376435: Preparing 09:33:53 92c4f9c9c8fd: Preparing 09:33:53 dd9c8f8612c8: Preparing 09:33:53 39e42d376435: Waiting 09:33:53 dd9c8f8612c8: Waiting 09:33:53 661edca30b25: Waiting 09:33:53 567cd42be38e: Layer already exists 09:33:53 bcebab358135: Layer already exists 09:33:53 fbe44a08fe7b: Layer already exists 09:33:53 bad0a4373feb: Layer already exists 09:33:53 f35c819da804: Layer already exists 09:33:53 661edca30b25: Layer already exists 09:33:53 dd9c8f8612c8: Layer already exists 09:33:53 92c4f9c9c8fd: Layer already exists 09:33:54 39e42d376435: Layer already exists 09:33:54 latest: digest: sha256:cf7166f8549a0f80841f9a07405431795c92c2d15efd45d1de8678a4f55bc58e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:54 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:54 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.3 09:33:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 09:33:54 bad0a4373feb: Preparing 09:33:54 f35c819da804: Preparing 09:33:54 fbe44a08fe7b: Preparing 09:33:54 bcebab358135: Preparing 09:33:54 567cd42be38e: Preparing 09:33:54 661edca30b25: Preparing 09:33:54 39e42d376435: Preparing 09:33:54 92c4f9c9c8fd: Preparing 09:33:54 dd9c8f8612c8: Preparing 09:33:54 39e42d376435: Waiting 09:33:54 92c4f9c9c8fd: Waiting 09:33:54 661edca30b25: Waiting 09:33:54 dd9c8f8612c8: Waiting 09:33:54 fbe44a08fe7b: Layer already exists 09:33:54 567cd42be38e: Layer already exists 09:33:54 bad0a4373feb: Layer already exists 09:33:54 f35c819da804: Layer already exists 09:33:54 bcebab358135: Layer already exists 09:33:54 661edca30b25: Layer already exists 09:33:54 39e42d376435: Layer already exists 09:33:54 92c4f9c9c8fd: Layer already exists 09:33:54 dd9c8f8612c8: Layer already exists 09:33:55 4.1.0-dev.3: digest: sha256:cf7166f8549a0f80841f9a07405431795c92c2d15efd45d1de8678a4f55bc58e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:55 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:55 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:33:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 09:33:55 bad0a4373feb: Preparing 09:33:55 f35c819da804: Preparing 09:33:55 fbe44a08fe7b: Preparing 09:33:55 bcebab358135: Preparing 09:33:55 567cd42be38e: Preparing 09:33:55 661edca30b25: Preparing 09:33:55 39e42d376435: Preparing 09:33:55 92c4f9c9c8fd: Preparing 09:33:55 dd9c8f8612c8: Preparing 09:33:55 39e42d376435: Waiting 09:33:55 92c4f9c9c8fd: Waiting 09:33:55 dd9c8f8612c8: Waiting 09:33:55 661edca30b25: Waiting 09:33:55 fbe44a08fe7b: Layer already exists 09:33:55 f35c819da804: Layer already exists 09:33:55 bad0a4373feb: Layer already exists 09:33:55 567cd42be38e: Layer already exists 09:33:55 bcebab358135: Layer already exists 09:33:55 661edca30b25: Layer already exists 09:33:55 dd9c8f8612c8: Layer already exists 09:33:55 39e42d376435: Layer already exists 09:33:55 92c4f9c9c8fd: Layer already exists 09:33:55 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:cf7166f8549a0f80841f9a07405431795c92c2d15efd45d1de8678a4f55bc58e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:56 + 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 09:33:56 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 09:33:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 09:33:56 bad0a4373feb: Preparing 09:33:56 f35c819da804: Preparing 09:33:56 fbe44a08fe7b: Preparing 09:33:56 bcebab358135: Preparing 09:33:56 567cd42be38e: Preparing 09:33:56 661edca30b25: Preparing 09:33:56 39e42d376435: Preparing 09:33:56 92c4f9c9c8fd: Preparing 09:33:56 dd9c8f8612c8: Preparing 09:33:56 39e42d376435: Waiting 09:33:56 92c4f9c9c8fd: Waiting 09:33:56 dd9c8f8612c8: Waiting 09:33:56 661edca30b25: Waiting 09:33:56 567cd42be38e: Layer already exists 09:33:56 bcebab358135: Layer already exists 09:33:56 f35c819da804: Layer already exists 09:33:56 fbe44a08fe7b: Layer already exists 09:33:56 bad0a4373feb: Layer already exists 09:33:56 661edca30b25: Layer already exists 09:33:56 39e42d376435: Layer already exists 09:33:56 92c4f9c9c8fd: Layer already exists 09:33:56 dd9c8f8612c8: Layer already exists 09:33:56 main: digest: sha256:cf7166f8549a0f80841f9a07405431795c92c2d15efd45d1de8678a4f55bc58e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:33:56 ===================================================== [Pipeline] echo 09:33:56 taggedImages: 09:33:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:33:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 09:33:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.3 09:33:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:33:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 09:33:56 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 09:33:56 010c1fef02ead4f4725b1558caf9c08a877a420a 09:33:56 latest 09:33:56 4.1.0-dev.3 09:33:56 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:33:56 main 09:33:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:57 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:57 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:33:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 09:33:57 5db729ab9f2f: Preparing 09:33:57 fb78dbfcf12e: Preparing 09:33:57 567cd42be38e: Preparing 09:33:57 661edca30b25: Preparing 09:33:57 9edb7ecb999b: Preparing 09:33:57 85f771b14428: Preparing 09:33:57 dd9c8f8612c8: Preparing 09:33:57 85f771b14428: Waiting 09:33:57 dd9c8f8612c8: Waiting 09:33:57 567cd42be38e: Layer already exists 09:33:57 661edca30b25: Layer already exists 09:33:57 dd9c8f8612c8: Layer already exists 09:33:57 9edb7ecb999b: Pushed 09:33:57 5db729ab9f2f: Pushed 09:33:57 85f771b14428: Pushed 09:34:03 fb78dbfcf12e: Pushed 09:34:03 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:21414a1286f74dbf746d2f0bcff5b462e51bae3c30b123749958651253c19ed3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:03 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:03 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 09:34:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 09:34:03 5db729ab9f2f: Preparing 09:34:03 fb78dbfcf12e: Preparing 09:34:03 567cd42be38e: Preparing 09:34:03 661edca30b25: Preparing 09:34:03 9edb7ecb999b: Preparing 09:34:03 85f771b14428: Preparing 09:34:03 dd9c8f8612c8: Preparing 09:34:03 85f771b14428: Waiting 09:34:03 dd9c8f8612c8: Waiting 09:34:03 fb78dbfcf12e: Layer already exists 09:34:03 9edb7ecb999b: Layer already exists 09:34:03 5db729ab9f2f: Layer already exists 09:34:03 661edca30b25: Layer already exists 09:34:03 567cd42be38e: Layer already exists 09:34:03 85f771b14428: Layer already exists 09:34:03 dd9c8f8612c8: Layer already exists 09:34:04 latest: digest: sha256:21414a1286f74dbf746d2f0bcff5b462e51bae3c30b123749958651253c19ed3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:04 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:04 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.3 09:34:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 09:34:04 5db729ab9f2f: Preparing 09:34:04 fb78dbfcf12e: Preparing 09:34:04 567cd42be38e: Preparing 09:34:04 661edca30b25: Preparing 09:34:04 9edb7ecb999b: Preparing 09:34:04 85f771b14428: Preparing 09:34:04 dd9c8f8612c8: Preparing 09:34:04 85f771b14428: Waiting 09:34:04 dd9c8f8612c8: Waiting 09:34:04 567cd42be38e: Layer already exists 09:34:04 5db729ab9f2f: Layer already exists 09:34:04 fb78dbfcf12e: Layer already exists 09:34:04 9edb7ecb999b: Layer already exists 09:34:04 661edca30b25: Layer already exists 09:34:04 85f771b14428: Layer already exists 09:34:04 dd9c8f8612c8: Layer already exists 09:34:04 4.1.0-dev.3: digest: sha256:21414a1286f74dbf746d2f0bcff5b462e51bae3c30b123749958651253c19ed3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:05 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:05 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:34:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 09:34:05 5db729ab9f2f: Preparing 09:34:05 fb78dbfcf12e: Preparing 09:34:05 567cd42be38e: Preparing 09:34:05 661edca30b25: Preparing 09:34:05 9edb7ecb999b: Preparing 09:34:05 85f771b14428: Preparing 09:34:05 dd9c8f8612c8: Preparing 09:34:05 85f771b14428: Waiting 09:34:05 dd9c8f8612c8: Waiting 09:34:05 5db729ab9f2f: Layer already exists 09:34:05 567cd42be38e: Layer already exists 09:34:05 9edb7ecb999b: Layer already exists 09:34:05 661edca30b25: Layer already exists 09:34:05 fb78dbfcf12e: Layer already exists 09:34:05 85f771b14428: Layer already exists 09:34:05 dd9c8f8612c8: Layer already exists 09:34:05 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:21414a1286f74dbf746d2f0bcff5b462e51bae3c30b123749958651253c19ed3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:06 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:06 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 09:34:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 09:34:06 5db729ab9f2f: Preparing 09:34:06 fb78dbfcf12e: Preparing 09:34:06 567cd42be38e: Preparing 09:34:06 661edca30b25: Preparing 09:34:06 9edb7ecb999b: Preparing 09:34:06 85f771b14428: Preparing 09:34:06 dd9c8f8612c8: Preparing 09:34:06 85f771b14428: Waiting 09:34:06 dd9c8f8612c8: Waiting 09:34:06 661edca30b25: Layer already exists 09:34:06 5db729ab9f2f: Layer already exists 09:34:06 567cd42be38e: Layer already exists 09:34:06 9edb7ecb999b: Layer already exists 09:34:06 fb78dbfcf12e: Layer already exists 09:34:06 dd9c8f8612c8: Layer already exists 09:34:06 85f771b14428: Layer already exists 09:34:06 main: digest: sha256:21414a1286f74dbf746d2f0bcff5b462e51bae3c30b123749958651253c19ed3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:34:06 ===================================================== [Pipeline] echo 09:34:06 taggedImages: 09:34:06 - nexus3.edgexfoundry.org:10004/core-data-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:34:06 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 09:34:06 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.3 09:34:06 - nexus3.edgexfoundry.org:10004/core-data-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:34:06 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 09:34:06 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 09:34:06 010c1fef02ead4f4725b1558caf9c08a877a420a 09:34:06 latest 09:34:06 4.1.0-dev.3 09:34:06 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:34:06 main 09:34:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:07 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:07 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:34:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 09:34:07 3235ec7418e4: Preparing 09:34:07 6d6fed9ea6f4: Preparing 09:34:07 661edca30b25: Preparing 09:34:07 bb240affdbf4: Preparing 09:34:07 6fe89afa4c5f: Preparing 09:34:07 dd9c8f8612c8: Preparing 09:34:07 dd9c8f8612c8: Waiting 09:34:07 661edca30b25: Layer already exists 09:34:07 dd9c8f8612c8: Layer already exists 09:34:07 3235ec7418e4: Pushed 09:34:07 6fe89afa4c5f: Pushed 09:34:07 bb240affdbf4: Pushed 09:34:13 6d6fed9ea6f4: Pushed 09:34:13 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:666897dde7c66b0842db6f82fdc2a0c87dc25c94be89a06a49c3028281442b69 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:13 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:13 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 09:34:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 09:34:13 3235ec7418e4: Preparing 09:34:13 6d6fed9ea6f4: Preparing 09:34:13 661edca30b25: Preparing 09:34:13 bb240affdbf4: Preparing 09:34:13 6fe89afa4c5f: Preparing 09:34:13 dd9c8f8612c8: Preparing 09:34:13 dd9c8f8612c8: Waiting 09:34:13 3235ec7418e4: Layer already exists 09:34:13 6fe89afa4c5f: Layer already exists 09:34:13 661edca30b25: Layer already exists 09:34:13 bb240affdbf4: Layer already exists 09:34:13 6d6fed9ea6f4: Layer already exists 09:34:13 dd9c8f8612c8: Layer already exists 09:34:13 latest: digest: sha256:666897dde7c66b0842db6f82fdc2a0c87dc25c94be89a06a49c3028281442b69 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:14 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:14 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.3 09:34:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 09:34:14 3235ec7418e4: Preparing 09:34:14 6d6fed9ea6f4: Preparing 09:34:14 661edca30b25: Preparing 09:34:14 bb240affdbf4: Preparing 09:34:14 6fe89afa4c5f: Preparing 09:34:14 dd9c8f8612c8: Preparing 09:34:14 dd9c8f8612c8: Waiting 09:34:14 bb240affdbf4: Layer already exists 09:34:14 661edca30b25: Layer already exists 09:34:14 3235ec7418e4: Layer already exists 09:34:14 6d6fed9ea6f4: Layer already exists 09:34:14 6fe89afa4c5f: Layer already exists 09:34:14 dd9c8f8612c8: Layer already exists 09:34:14 4.1.0-dev.3: digest: sha256:666897dde7c66b0842db6f82fdc2a0c87dc25c94be89a06a49c3028281442b69 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:15 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:15 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:34:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 09:34:15 3235ec7418e4: Preparing 09:34:15 6d6fed9ea6f4: Preparing 09:34:15 661edca30b25: Preparing 09:34:15 bb240affdbf4: Preparing 09:34:15 6fe89afa4c5f: Preparing 09:34:15 dd9c8f8612c8: Preparing 09:34:15 dd9c8f8612c8: Waiting 09:34:15 661edca30b25: Layer already exists 09:34:15 6fe89afa4c5f: Layer already exists 09:34:15 bb240affdbf4: Layer already exists 09:34:15 3235ec7418e4: Layer already exists 09:34:15 6d6fed9ea6f4: Layer already exists 09:34:15 dd9c8f8612c8: Layer already exists 09:34:15 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:666897dde7c66b0842db6f82fdc2a0c87dc25c94be89a06a49c3028281442b69 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:16 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:16 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 09:34:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 09:34:16 3235ec7418e4: Preparing 09:34:16 6d6fed9ea6f4: Preparing 09:34:16 661edca30b25: Preparing 09:34:16 bb240affdbf4: Preparing 09:34:16 6fe89afa4c5f: Preparing 09:34:16 dd9c8f8612c8: Preparing 09:34:16 dd9c8f8612c8: Waiting 09:34:16 6fe89afa4c5f: Layer already exists 09:34:16 6d6fed9ea6f4: Layer already exists 09:34:16 661edca30b25: Layer already exists 09:34:16 bb240affdbf4: Layer already exists 09:34:16 3235ec7418e4: Layer already exists 09:34:16 dd9c8f8612c8: Layer already exists 09:34:16 main: digest: sha256:666897dde7c66b0842db6f82fdc2a0c87dc25c94be89a06a49c3028281442b69 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:34:16 ===================================================== [Pipeline] echo 09:34:16 taggedImages: 09:34:16 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:34:16 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 09:34:16 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.3 09:34:16 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:34:16 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 09:34:16 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 09:34:16 010c1fef02ead4f4725b1558caf9c08a877a420a 09:34:16 latest 09:34:16 4.1.0-dev.3 09:34:16 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:34:16 main 09:34:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:17 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:17 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:34:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 09:34:17 dedba2c187ae: Preparing 09:34:17 3f77ca7e2acc: Preparing 09:34:17 78e6f8260c66: Preparing 09:34:17 567cd42be38e: Preparing 09:34:17 661edca30b25: Preparing 09:34:17 39e42d376435: Preparing 09:34:17 92c4f9c9c8fd: Preparing 09:34:17 dd9c8f8612c8: Preparing 09:34:17 39e42d376435: Waiting 09:34:17 92c4f9c9c8fd: Waiting 09:34:17 dd9c8f8612c8: Waiting 09:34:17 567cd42be38e: Layer already exists 09:34:17 661edca30b25: Layer already exists 09:34:17 39e42d376435: Layer already exists 09:34:17 92c4f9c9c8fd: Layer already exists 09:34:17 dd9c8f8612c8: Layer already exists 09:34:17 3f77ca7e2acc: Pushed 09:34:17 dedba2c187ae: Pushed 09:34:22 78e6f8260c66: Pushed 09:34:22 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:93780c6f8b9acd682f601c9de9eff7e5655eedabc82d0a46ef1ffdc95260d738 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:23 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:23 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 09:34:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 09:34:23 dedba2c187ae: Preparing 09:34:23 3f77ca7e2acc: Preparing 09:34:23 78e6f8260c66: Preparing 09:34:23 567cd42be38e: Preparing 09:34:23 661edca30b25: Preparing 09:34:23 39e42d376435: Preparing 09:34:23 92c4f9c9c8fd: Preparing 09:34:23 dd9c8f8612c8: Preparing 09:34:23 92c4f9c9c8fd: Waiting 09:34:23 dd9c8f8612c8: Waiting 09:34:23 78e6f8260c66: Layer already exists 09:34:23 661edca30b25: Layer already exists 09:34:23 3f77ca7e2acc: Layer already exists 09:34:23 567cd42be38e: Layer already exists 09:34:23 dedba2c187ae: Layer already exists 09:34:23 dd9c8f8612c8: Layer already exists 09:34:23 39e42d376435: Layer already exists 09:34:23 92c4f9c9c8fd: Layer already exists 09:34:23 latest: digest: sha256:93780c6f8b9acd682f601c9de9eff7e5655eedabc82d0a46ef1ffdc95260d738 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:23 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:24 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.3 09:34:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 09:34:24 dedba2c187ae: Preparing 09:34:24 3f77ca7e2acc: Preparing 09:34:24 78e6f8260c66: Preparing 09:34:24 567cd42be38e: Preparing 09:34:24 661edca30b25: Preparing 09:34:24 39e42d376435: Preparing 09:34:24 92c4f9c9c8fd: Preparing 09:34:24 dd9c8f8612c8: Preparing 09:34:24 92c4f9c9c8fd: Waiting 09:34:24 dd9c8f8612c8: Waiting 09:34:24 39e42d376435: Waiting 09:34:24 dedba2c187ae: Layer already exists 09:34:24 567cd42be38e: Layer already exists 09:34:24 78e6f8260c66: Layer already exists 09:34:24 3f77ca7e2acc: Layer already exists 09:34:24 661edca30b25: Layer already exists 09:34:24 39e42d376435: Layer already exists 09:34:24 dd9c8f8612c8: Layer already exists 09:34:24 92c4f9c9c8fd: Layer already exists 09:34:24 4.1.0-dev.3: digest: sha256:93780c6f8b9acd682f601c9de9eff7e5655eedabc82d0a46ef1ffdc95260d738 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:24 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:25 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:34:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 09:34:25 dedba2c187ae: Preparing 09:34:25 3f77ca7e2acc: Preparing 09:34:25 78e6f8260c66: Preparing 09:34:25 567cd42be38e: Preparing 09:34:25 661edca30b25: Preparing 09:34:25 39e42d376435: Preparing 09:34:25 92c4f9c9c8fd: Preparing 09:34:25 dd9c8f8612c8: Preparing 09:34:25 39e42d376435: Waiting 09:34:25 92c4f9c9c8fd: Waiting 09:34:25 dd9c8f8612c8: Waiting 09:34:25 661edca30b25: Layer already exists 09:34:25 3f77ca7e2acc: Layer already exists 09:34:25 dedba2c187ae: Layer already exists 09:34:25 567cd42be38e: Layer already exists 09:34:25 78e6f8260c66: Layer already exists 09:34:25 39e42d376435: Layer already exists 09:34:25 dd9c8f8612c8: Layer already exists 09:34:25 92c4f9c9c8fd: Layer already exists 09:34:25 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:93780c6f8b9acd682f601c9de9eff7e5655eedabc82d0a46ef1ffdc95260d738 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:25 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:26 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 09:34:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 09:34:26 dedba2c187ae: Preparing 09:34:26 3f77ca7e2acc: Preparing 09:34:26 78e6f8260c66: Preparing 09:34:26 567cd42be38e: Preparing 09:34:26 661edca30b25: Preparing 09:34:26 39e42d376435: Preparing 09:34:26 92c4f9c9c8fd: Preparing 09:34:26 dd9c8f8612c8: Preparing 09:34:26 92c4f9c9c8fd: Waiting 09:34:26 dd9c8f8612c8: Waiting 09:34:26 39e42d376435: Waiting 09:34:26 3f77ca7e2acc: Layer already exists 09:34:26 567cd42be38e: Layer already exists 09:34:26 661edca30b25: Layer already exists 09:34:26 78e6f8260c66: Layer already exists 09:34:26 dedba2c187ae: Layer already exists 09:34:26 92c4f9c9c8fd: Layer already exists 09:34:26 39e42d376435: Layer already exists 09:34:26 dd9c8f8612c8: Layer already exists 09:34:26 main: digest: sha256:93780c6f8b9acd682f601c9de9eff7e5655eedabc82d0a46ef1ffdc95260d738 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:34:26 ===================================================== [Pipeline] echo 09:34:26 taggedImages: 09:34:26 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:34:26 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 09:34:26 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.3 09:34:26 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:34:26 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 09:34:26 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 09:34:26 010c1fef02ead4f4725b1558caf9c08a877a420a 09:34:26 latest 09:34:26 4.1.0-dev.3 09:34:26 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:34:26 main 09:34:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:27 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:27 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:34:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 09:34:27 4847c8cd31b8: Preparing 09:34:27 704ee17a4305: Preparing 09:34:27 74541ce4c405: Preparing 09:34:27 df3ea4521198: Preparing 09:34:27 53f0fae53944: Preparing 09:34:27 9fa8f9f5895d: Preparing 09:34:27 46fae3c7c2fe: Preparing 09:34:27 9fa8f9f5895d: Waiting 09:34:27 46fae3c7c2fe: Waiting 09:34:27 567cd42be38e: Preparing 09:34:27 661edca30b25: Preparing 09:34:27 43648e1fb1dc: Preparing 09:34:27 09c55852af91: Preparing 09:34:27 5f70bf18a086: Preparing 09:34:27 52de77cc687c: Preparing 09:34:27 09cfaa7a5990: Preparing 09:34:27 dbdb3a3fe3c3: Preparing 09:34:27 dd9c8f8612c8: Preparing 09:34:27 09c55852af91: Waiting 09:34:27 5f70bf18a086: Waiting 09:34:27 52de77cc687c: Waiting 09:34:27 09cfaa7a5990: Waiting 09:34:27 dbdb3a3fe3c3: Waiting 09:34:27 dd9c8f8612c8: Waiting 09:34:27 661edca30b25: Waiting 09:34:27 567cd42be38e: Waiting 09:34:27 43648e1fb1dc: Waiting 09:34:27 704ee17a4305: Pushed 09:34:27 df3ea4521198: Pushed 09:34:27 4847c8cd31b8: Pushed 09:34:27 74541ce4c405: Pushed 09:34:27 53f0fae53944: Pushed 09:34:27 567cd42be38e: Layer already exists 09:34:27 661edca30b25: Layer already exists 09:34:27 9fa8f9f5895d: Pushed 09:34:27 5f70bf18a086: Layer already exists 09:34:28 09c55852af91: Pushed 09:34:28 43648e1fb1dc: Pushed 09:34:28 dd9c8f8612c8: Layer already exists 09:34:28 52de77cc687c: Pushed 09:34:28 09cfaa7a5990: Pushed 09:34:28 dbdb3a3fe3c3: Pushed 09:34:30 46fae3c7c2fe: Pushed 09:34:30 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:6835ec7195c304cd2cdb8747c4cf3264958f71e6bee8708641b1321f3bbe8af5 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:31 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:31 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 09:34:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 09:34:31 4847c8cd31b8: Preparing 09:34:31 704ee17a4305: Preparing 09:34:31 74541ce4c405: Preparing 09:34:31 df3ea4521198: Preparing 09:34:31 53f0fae53944: Preparing 09:34:31 9fa8f9f5895d: Preparing 09:34:31 46fae3c7c2fe: Preparing 09:34:31 567cd42be38e: Preparing 09:34:31 9fa8f9f5895d: Waiting 09:34:31 46fae3c7c2fe: Waiting 09:34:31 661edca30b25: Preparing 09:34:31 567cd42be38e: Waiting 09:34:31 43648e1fb1dc: Preparing 09:34:31 09c55852af91: Preparing 09:34:31 5f70bf18a086: Preparing 09:34:31 52de77cc687c: Preparing 09:34:31 09cfaa7a5990: Preparing 09:34:31 dbdb3a3fe3c3: Preparing 09:34:31 dd9c8f8612c8: Preparing 09:34:31 09c55852af91: Waiting 09:34:31 5f70bf18a086: Waiting 09:34:31 52de77cc687c: Waiting 09:34:31 09cfaa7a5990: Waiting 09:34:31 dbdb3a3fe3c3: Waiting 09:34:31 661edca30b25: Waiting 09:34:31 43648e1fb1dc: Waiting 09:34:31 74541ce4c405: Layer already exists 09:34:31 4847c8cd31b8: Layer already exists 09:34:31 704ee17a4305: Layer already exists 09:34:31 53f0fae53944: Layer already exists 09:34:31 df3ea4521198: Layer already exists 09:34:31 46fae3c7c2fe: Layer already exists 09:34:31 43648e1fb1dc: Layer already exists 09:34:31 567cd42be38e: Layer already exists 09:34:31 9fa8f9f5895d: Layer already exists 09:34:31 661edca30b25: Layer already exists 09:34:31 52de77cc687c: Layer already exists 09:34:31 09cfaa7a5990: Layer already exists 09:34:31 5f70bf18a086: Layer already exists 09:34:31 dbdb3a3fe3c3: Layer already exists 09:34:31 09c55852af91: Layer already exists 09:34:31 dd9c8f8612c8: Layer already exists 09:34:31 latest: digest: sha256:6835ec7195c304cd2cdb8747c4cf3264958f71e6bee8708641b1321f3bbe8af5 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:32 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:32 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.3 09:34:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 09:34:32 4847c8cd31b8: Preparing 09:34:32 704ee17a4305: Preparing 09:34:32 74541ce4c405: Preparing 09:34:32 df3ea4521198: Preparing 09:34:32 53f0fae53944: Preparing 09:34:32 9fa8f9f5895d: Preparing 09:34:32 46fae3c7c2fe: Preparing 09:34:32 567cd42be38e: Preparing 09:34:32 661edca30b25: Preparing 09:34:32 43648e1fb1dc: Preparing 09:34:32 09c55852af91: Preparing 09:34:32 5f70bf18a086: Preparing 09:34:32 52de77cc687c: Preparing 09:34:32 09cfaa7a5990: Preparing 09:34:32 9fa8f9f5895d: Waiting 09:34:32 dbdb3a3fe3c3: Preparing 09:34:32 46fae3c7c2fe: Waiting 09:34:32 dd9c8f8612c8: Preparing 09:34:32 567cd42be38e: Waiting 09:34:32 661edca30b25: Waiting 09:34:32 52de77cc687c: Waiting 09:34:32 43648e1fb1dc: Waiting 09:34:32 09cfaa7a5990: Waiting 09:34:32 09c55852af91: Waiting 09:34:32 dbdb3a3fe3c3: Waiting 09:34:32 5f70bf18a086: Waiting 09:34:32 53f0fae53944: Layer already exists 09:34:32 4847c8cd31b8: Layer already exists 09:34:32 704ee17a4305: Layer already exists 09:34:32 df3ea4521198: Layer already exists 09:34:32 74541ce4c405: Layer already exists 09:34:32 567cd42be38e: Layer already exists 09:34:32 46fae3c7c2fe: Layer already exists 09:34:32 9fa8f9f5895d: Layer already exists 09:34:32 661edca30b25: Layer already exists 09:34:32 43648e1fb1dc: Layer already exists 09:34:32 5f70bf18a086: Layer already exists 09:34:32 09c55852af91: Layer already exists 09:34:32 52de77cc687c: Layer already exists 09:34:32 09cfaa7a5990: Layer already exists 09:34:32 dbdb3a3fe3c3: Layer already exists 09:34:32 dd9c8f8612c8: Layer already exists 09:34:32 4.1.0-dev.3: digest: sha256:6835ec7195c304cd2cdb8747c4cf3264958f71e6bee8708641b1321f3bbe8af5 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:33 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:33 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:34:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 09:34:33 4847c8cd31b8: Preparing 09:34:33 704ee17a4305: Preparing 09:34:33 74541ce4c405: Preparing 09:34:33 df3ea4521198: Preparing 09:34:33 53f0fae53944: Preparing 09:34:33 9fa8f9f5895d: Preparing 09:34:33 46fae3c7c2fe: Preparing 09:34:33 567cd42be38e: Preparing 09:34:33 661edca30b25: Preparing 09:34:33 43648e1fb1dc: Preparing 09:34:33 09c55852af91: Preparing 09:34:33 5f70bf18a086: Preparing 09:34:33 52de77cc687c: Preparing 09:34:33 09cfaa7a5990: Preparing 09:34:33 dbdb3a3fe3c3: Preparing 09:34:33 dd9c8f8612c8: Preparing 09:34:33 9fa8f9f5895d: Waiting 09:34:33 46fae3c7c2fe: Waiting 09:34:33 09c55852af91: Waiting 09:34:33 567cd42be38e: Waiting 09:34:33 661edca30b25: Waiting 09:34:33 43648e1fb1dc: Waiting 09:34:33 5f70bf18a086: Waiting 09:34:33 dbdb3a3fe3c3: Waiting 09:34:33 dd9c8f8612c8: Waiting 09:34:33 52de77cc687c: Waiting 09:34:33 09cfaa7a5990: Waiting 09:34:33 74541ce4c405: Layer already exists 09:34:33 704ee17a4305: Layer already exists 09:34:33 df3ea4521198: Layer already exists 09:34:33 53f0fae53944: Layer already exists 09:34:33 4847c8cd31b8: Layer already exists 09:34:33 46fae3c7c2fe: Layer already exists 09:34:33 9fa8f9f5895d: Layer already exists 09:34:33 43648e1fb1dc: Layer already exists 09:34:33 567cd42be38e: Layer already exists 09:34:33 661edca30b25: Layer already exists 09:34:33 dbdb3a3fe3c3: Layer already exists 09:34:33 52de77cc687c: Layer already exists 09:34:33 5f70bf18a086: Layer already exists 09:34:33 09c55852af91: Layer already exists 09:34:33 09cfaa7a5990: Layer already exists 09:34:33 dd9c8f8612c8: Layer already exists 09:34:33 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:6835ec7195c304cd2cdb8747c4cf3264958f71e6bee8708641b1321f3bbe8af5 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:34 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:34 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 09:34:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 09:34:34 4847c8cd31b8: Preparing 09:34:34 704ee17a4305: Preparing 09:34:34 74541ce4c405: Preparing 09:34:34 df3ea4521198: Preparing 09:34:34 53f0fae53944: Preparing 09:34:34 9fa8f9f5895d: Preparing 09:34:34 46fae3c7c2fe: Preparing 09:34:34 9fa8f9f5895d: Waiting 09:34:34 567cd42be38e: Preparing 09:34:34 661edca30b25: Preparing 09:34:34 43648e1fb1dc: Preparing 09:34:34 09c55852af91: Preparing 09:34:34 5f70bf18a086: Preparing 09:34:34 52de77cc687c: Preparing 09:34:34 09cfaa7a5990: Preparing 09:34:34 dbdb3a3fe3c3: Preparing 09:34:34 dd9c8f8612c8: Preparing 09:34:34 46fae3c7c2fe: Waiting 09:34:34 5f70bf18a086: Waiting 09:34:34 52de77cc687c: Waiting 09:34:34 09cfaa7a5990: Waiting 09:34:34 dbdb3a3fe3c3: Waiting 09:34:34 dd9c8f8612c8: Waiting 09:34:34 567cd42be38e: Waiting 09:34:34 661edca30b25: Waiting 09:34:34 43648e1fb1dc: Waiting 09:34:34 09c55852af91: Waiting 09:34:34 df3ea4521198: Layer already exists 09:34:34 53f0fae53944: Layer already exists 09:34:34 704ee17a4305: Layer already exists 09:34:34 74541ce4c405: Layer already exists 09:34:34 4847c8cd31b8: Layer already exists 09:34:34 9fa8f9f5895d: Layer already exists 09:34:34 567cd42be38e: Layer already exists 09:34:34 43648e1fb1dc: Layer already exists 09:34:34 661edca30b25: Layer already exists 09:34:34 46fae3c7c2fe: Layer already exists 09:34:34 09c55852af91: Layer already exists 09:34:34 5f70bf18a086: Layer already exists 09:34:34 09cfaa7a5990: Layer already exists 09:34:34 dbdb3a3fe3c3: Layer already exists 09:34:34 52de77cc687c: Layer already exists 09:34:34 dd9c8f8612c8: Layer already exists 09:34:34 main: digest: sha256:6835ec7195c304cd2cdb8747c4cf3264958f71e6bee8708641b1321f3bbe8af5 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:34:34 ===================================================== [Pipeline] echo 09:34:34 taggedImages: 09:34:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:34:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 09:34:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.3 09:34:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:34:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 09:34:34 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 09:34:34 010c1fef02ead4f4725b1558caf9c08a877a420a 09:34:34 latest 09:34:34 4.1.0-dev.3 09:34:34 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:34:34 main 09:34:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:35 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:34:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 09:34:35 4fceb4d8ce32: Preparing 09:34:35 3717c7c9ee13: Preparing 09:34:35 778077630db3: Preparing 09:34:35 04d0a6c462c9: Preparing 09:34:35 567cd42be38e: Preparing 09:34:35 661edca30b25: Preparing 09:34:35 39e42d376435: Preparing 09:34:35 92c4f9c9c8fd: Preparing 09:34:35 dd9c8f8612c8: Preparing 09:34:35 661edca30b25: Waiting 09:34:35 92c4f9c9c8fd: Waiting 09:34:35 39e42d376435: Waiting 09:34:35 dd9c8f8612c8: Waiting 09:34:35 567cd42be38e: Layer already exists 09:34:35 661edca30b25: Layer already exists 09:34:35 39e42d376435: Layer already exists 09:34:35 3717c7c9ee13: Pushed 09:34:35 778077630db3: Pushed 09:34:35 92c4f9c9c8fd: Layer already exists 09:34:35 4fceb4d8ce32: Pushed 09:34:35 dd9c8f8612c8: Layer already exists 09:34:41 04d0a6c462c9: Pushed 09:34:41 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:fc20c66d2b0795641fc8dcff2786fae5575573259a6d1685ebddb838f6e09f93 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:41 + 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 09:34:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 09:34:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 09:34:41 4fceb4d8ce32: Preparing 09:34:41 3717c7c9ee13: Preparing 09:34:41 778077630db3: Preparing 09:34:41 04d0a6c462c9: Preparing 09:34:41 567cd42be38e: Preparing 09:34:41 661edca30b25: Preparing 09:34:41 39e42d376435: Preparing 09:34:41 92c4f9c9c8fd: Preparing 09:34:41 dd9c8f8612c8: Preparing 09:34:41 661edca30b25: Waiting 09:34:41 92c4f9c9c8fd: Waiting 09:34:41 dd9c8f8612c8: Waiting 09:34:41 39e42d376435: Waiting 09:34:41 4fceb4d8ce32: Layer already exists 09:34:41 778077630db3: Layer already exists 09:34:41 3717c7c9ee13: Layer already exists 09:34:41 04d0a6c462c9: Layer already exists 09:34:41 567cd42be38e: Layer already exists 09:34:41 39e42d376435: Layer already exists 09:34:41 dd9c8f8612c8: Layer already exists 09:34:41 661edca30b25: Layer already exists 09:34:41 92c4f9c9c8fd: Layer already exists 09:34:42 latest: digest: sha256:fc20c66d2b0795641fc8dcff2786fae5575573259a6d1685ebddb838f6e09f93 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:42 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.3 09:34:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 09:34:42 4fceb4d8ce32: Preparing 09:34:42 3717c7c9ee13: Preparing 09:34:42 778077630db3: Preparing 09:34:42 04d0a6c462c9: Preparing 09:34:42 567cd42be38e: Preparing 09:34:42 661edca30b25: Preparing 09:34:42 39e42d376435: Preparing 09:34:42 92c4f9c9c8fd: Preparing 09:34:42 dd9c8f8612c8: Preparing 09:34:42 661edca30b25: Waiting 09:34:42 39e42d376435: Waiting 09:34:42 92c4f9c9c8fd: Waiting 09:34:42 dd9c8f8612c8: Waiting 09:34:42 567cd42be38e: Layer already exists 09:34:42 4fceb4d8ce32: Layer already exists 09:34:42 04d0a6c462c9: Layer already exists 09:34:42 778077630db3: Layer already exists 09:34:42 3717c7c9ee13: Layer already exists 09:34:42 661edca30b25: Layer already exists 09:34:42 dd9c8f8612c8: Layer already exists 09:34:42 92c4f9c9c8fd: Layer already exists 09:34:42 39e42d376435: Layer already exists 09:34:43 4.1.0-dev.3: digest: sha256:fc20c66d2b0795641fc8dcff2786fae5575573259a6d1685ebddb838f6e09f93 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:43 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:34:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 09:34:43 4fceb4d8ce32: Preparing 09:34:43 3717c7c9ee13: Preparing 09:34:43 778077630db3: Preparing 09:34:43 04d0a6c462c9: Preparing 09:34:43 567cd42be38e: Preparing 09:34:43 661edca30b25: Preparing 09:34:43 39e42d376435: Preparing 09:34:43 92c4f9c9c8fd: Preparing 09:34:43 dd9c8f8612c8: Preparing 09:34:43 661edca30b25: Waiting 09:34:43 39e42d376435: Waiting 09:34:43 92c4f9c9c8fd: Waiting 09:34:43 dd9c8f8612c8: Waiting 09:34:43 567cd42be38e: Layer already exists 09:34:43 778077630db3: Layer already exists 09:34:43 3717c7c9ee13: Layer already exists 09:34:43 4fceb4d8ce32: Layer already exists 09:34:43 04d0a6c462c9: Layer already exists 09:34:43 661edca30b25: Layer already exists 09:34:43 39e42d376435: Layer already exists 09:34:43 92c4f9c9c8fd: Layer already exists 09:34:43 dd9c8f8612c8: Layer already exists 09:34:43 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:fc20c66d2b0795641fc8dcff2786fae5575573259a6d1685ebddb838f6e09f93 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:44 + 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 09:34:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 09:34:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 09:34:44 4fceb4d8ce32: Preparing 09:34:44 3717c7c9ee13: Preparing 09:34:44 778077630db3: Preparing 09:34:44 04d0a6c462c9: Preparing 09:34:44 567cd42be38e: Preparing 09:34:44 661edca30b25: Preparing 09:34:44 39e42d376435: Preparing 09:34:44 92c4f9c9c8fd: Preparing 09:34:44 dd9c8f8612c8: Preparing 09:34:44 661edca30b25: Waiting 09:34:44 39e42d376435: Waiting 09:34:44 92c4f9c9c8fd: Waiting 09:34:44 dd9c8f8612c8: Waiting 09:34:44 3717c7c9ee13: Layer already exists 09:34:44 4fceb4d8ce32: Layer already exists 09:34:44 04d0a6c462c9: Layer already exists 09:34:44 567cd42be38e: Layer already exists 09:34:44 778077630db3: Layer already exists 09:34:44 661edca30b25: Layer already exists 09:34:44 39e42d376435: Layer already exists 09:34:44 92c4f9c9c8fd: Layer already exists 09:34:44 dd9c8f8612c8: Layer already exists 09:34:45 main: digest: sha256:fc20c66d2b0795641fc8dcff2786fae5575573259a6d1685ebddb838f6e09f93 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:34:45 ===================================================== [Pipeline] echo 09:34:45 taggedImages: 09:34:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:34:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 09:34:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.3 09:34:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:34:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 09:34:45 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 09:34:45 010c1fef02ead4f4725b1558caf9c08a877a420a 09:34:45 latest 09:34:45 4.1.0-dev.3 09:34:45 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:34:45 main 09:34:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:45 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:34:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 09:34:45 044cfe957786: Preparing 09:34:45 9a8fa5d8bec3: Preparing 09:34:45 2d3a0576d679: Preparing 09:34:45 dab1d99ec140: Preparing 09:34:45 bce18e7bb952: Preparing 09:34:45 567cd42be38e: Preparing 09:34:45 661edca30b25: Preparing 09:34:45 1bdbc110f1e3: Preparing 09:34:45 58de7cfcc7f8: Preparing 09:34:45 6ef73264aaaf: Preparing 09:34:45 dd9c8f8612c8: Preparing 09:34:45 6ef73264aaaf: Waiting 09:34:45 1bdbc110f1e3: Waiting 09:34:45 58de7cfcc7f8: Waiting 09:34:45 567cd42be38e: Waiting 09:34:45 661edca30b25: Waiting 09:34:45 dd9c8f8612c8: Waiting 09:34:46 bce18e7bb952: Pushed 09:34:46 9a8fa5d8bec3: Pushed 09:34:46 dab1d99ec140: Pushed 09:34:46 044cfe957786: Pushed 09:34:46 567cd42be38e: Layer already exists 09:34:46 661edca30b25: Layer already exists 09:34:46 dd9c8f8612c8: Layer already exists 09:34:46 1bdbc110f1e3: Pushed 09:34:46 58de7cfcc7f8: Pushed 09:34:49 6ef73264aaaf: Pushed 09:34:50 2d3a0576d679: Pushed 09:34:50 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:182b2255f39ea7c261eabab60eac4ffa91475936555bb57c80b6ef91587123d2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:50 + 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 09:34:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 09:34:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 09:34:51 044cfe957786: Preparing 09:34:51 9a8fa5d8bec3: Preparing 09:34:51 2d3a0576d679: Preparing 09:34:51 dab1d99ec140: Preparing 09:34:51 bce18e7bb952: Preparing 09:34:51 567cd42be38e: Preparing 09:34:51 661edca30b25: Preparing 09:34:51 1bdbc110f1e3: Preparing 09:34:51 58de7cfcc7f8: Preparing 09:34:51 567cd42be38e: Waiting 09:34:51 661edca30b25: Waiting 09:34:51 1bdbc110f1e3: Waiting 09:34:51 58de7cfcc7f8: Waiting 09:34:51 6ef73264aaaf: Preparing 09:34:51 dd9c8f8612c8: Preparing 09:34:51 6ef73264aaaf: Waiting 09:34:51 dd9c8f8612c8: Waiting 09:34:51 9a8fa5d8bec3: Layer already exists 09:34:51 bce18e7bb952: Layer already exists 09:34:51 dab1d99ec140: Layer already exists 09:34:51 2d3a0576d679: Layer already exists 09:34:51 044cfe957786: Layer already exists 09:34:51 661edca30b25: Layer already exists 09:34:51 567cd42be38e: Layer already exists 09:34:51 1bdbc110f1e3: Layer already exists 09:34:51 58de7cfcc7f8: Layer already exists 09:34:51 6ef73264aaaf: Layer already exists 09:34:51 dd9c8f8612c8: Layer already exists 09:34:51 latest: digest: sha256:182b2255f39ea7c261eabab60eac4ffa91475936555bb57c80b6ef91587123d2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:51 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.3 09:34:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 09:34:52 044cfe957786: Preparing 09:34:52 9a8fa5d8bec3: Preparing 09:34:52 2d3a0576d679: Preparing 09:34:52 dab1d99ec140: Preparing 09:34:52 bce18e7bb952: Preparing 09:34:52 567cd42be38e: Preparing 09:34:52 661edca30b25: Preparing 09:34:52 1bdbc110f1e3: Preparing 09:34:52 58de7cfcc7f8: Preparing 09:34:52 6ef73264aaaf: Preparing 09:34:52 dd9c8f8612c8: Preparing 09:34:52 661edca30b25: Waiting 09:34:52 6ef73264aaaf: Waiting 09:34:52 1bdbc110f1e3: Waiting 09:34:52 58de7cfcc7f8: Waiting 09:34:52 dd9c8f8612c8: Waiting 09:34:52 567cd42be38e: Waiting 09:34:52 9a8fa5d8bec3: Layer already exists 09:34:52 044cfe957786: Layer already exists 09:34:52 2d3a0576d679: Layer already exists 09:34:52 dab1d99ec140: Layer already exists 09:34:52 bce18e7bb952: Layer already exists 09:34:52 567cd42be38e: Layer already exists 09:34:52 1bdbc110f1e3: Layer already exists 09:34:52 58de7cfcc7f8: Layer already exists 09:34:52 661edca30b25: Layer already exists 09:34:52 6ef73264aaaf: Layer already exists 09:34:52 dd9c8f8612c8: Layer already exists 09:34:52 4.1.0-dev.3: digest: sha256:182b2255f39ea7c261eabab60eac4ffa91475936555bb57c80b6ef91587123d2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:52 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:34:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 09:34:53 044cfe957786: Preparing 09:34:53 9a8fa5d8bec3: Preparing 09:34:53 2d3a0576d679: Preparing 09:34:53 dab1d99ec140: Preparing 09:34:53 bce18e7bb952: Preparing 09:34:53 567cd42be38e: Preparing 09:34:53 661edca30b25: Preparing 09:34:53 1bdbc110f1e3: Preparing 09:34:53 58de7cfcc7f8: Preparing 09:34:53 6ef73264aaaf: Preparing 09:34:53 dd9c8f8612c8: Preparing 09:34:53 661edca30b25: Waiting 09:34:53 567cd42be38e: Waiting 09:34:53 1bdbc110f1e3: Waiting 09:34:53 58de7cfcc7f8: Waiting 09:34:53 6ef73264aaaf: Waiting 09:34:53 dd9c8f8612c8: Waiting 09:34:53 044cfe957786: Layer already exists 09:34:53 bce18e7bb952: Layer already exists 09:34:53 2d3a0576d679: Layer already exists 09:34:53 dab1d99ec140: Layer already exists 09:34:53 9a8fa5d8bec3: Layer already exists 09:34:53 1bdbc110f1e3: Layer already exists 09:34:53 567cd42be38e: Layer already exists 09:34:53 58de7cfcc7f8: Layer already exists 09:34:53 661edca30b25: Layer already exists 09:34:53 6ef73264aaaf: Layer already exists 09:34:53 dd9c8f8612c8: Layer already exists 09:34:53 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:182b2255f39ea7c261eabab60eac4ffa91475936555bb57c80b6ef91587123d2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:53 + 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 09:34:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 09:34:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 09:34:54 044cfe957786: Preparing 09:34:54 9a8fa5d8bec3: Preparing 09:34:54 2d3a0576d679: Preparing 09:34:54 dab1d99ec140: Preparing 09:34:54 bce18e7bb952: Preparing 09:34:54 567cd42be38e: Preparing 09:34:54 661edca30b25: Preparing 09:34:54 1bdbc110f1e3: Preparing 09:34:54 58de7cfcc7f8: Preparing 09:34:54 6ef73264aaaf: Preparing 09:34:54 dd9c8f8612c8: Preparing 09:34:54 1bdbc110f1e3: Waiting 09:34:54 58de7cfcc7f8: Waiting 09:34:54 6ef73264aaaf: Waiting 09:34:54 dd9c8f8612c8: Waiting 09:34:54 567cd42be38e: Waiting 09:34:54 661edca30b25: Waiting 09:34:54 044cfe957786: Layer already exists 09:34:54 bce18e7bb952: Layer already exists 09:34:54 2d3a0576d679: Layer already exists 09:34:54 9a8fa5d8bec3: Layer already exists 09:34:54 dab1d99ec140: Layer already exists 09:34:54 567cd42be38e: Layer already exists 09:34:54 58de7cfcc7f8: Layer already exists 09:34:54 661edca30b25: Layer already exists 09:34:54 1bdbc110f1e3: Layer already exists 09:34:54 6ef73264aaaf: Layer already exists 09:34:54 dd9c8f8612c8: Layer already exists 09:34:54 main: digest: sha256:182b2255f39ea7c261eabab60eac4ffa91475936555bb57c80b6ef91587123d2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:34:54 ===================================================== [Pipeline] echo 09:34:54 taggedImages: 09:34:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:34:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 09:34:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.3 09:34:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:34:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 09:34:54 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 09:34:54 010c1fef02ead4f4725b1558caf9c08a877a420a 09:34:54 latest 09:34:54 4.1.0-dev.3 09:34:54 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:34:54 main 09:34:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:54 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:34:55 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:34:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 09:34:55 5f1e6e0d670c: Preparing 09:34:55 98a4d99e81c7: Preparing 09:34:55 b6995422c834: Preparing 09:34:55 5c5c22c5a885: Preparing 09:34:55 d711ea394721: Preparing 09:34:55 259550e0faf8: Preparing 09:34:55 f7491c9ce801: Preparing 09:34:55 567cd42be38e: Preparing 09:34:55 661edca30b25: Preparing 09:34:55 2007fafd7f7e: Preparing 09:34:55 94b829f5e22b: Preparing 09:34:55 dd9c8f8612c8: Preparing 09:34:55 567cd42be38e: Waiting 09:34:55 661edca30b25: Waiting 09:34:55 2007fafd7f7e: Waiting 09:34:55 94b829f5e22b: Waiting 09:34:55 dd9c8f8612c8: Waiting 09:34:55 259550e0faf8: Waiting 09:34:55 f7491c9ce801: Waiting 09:34:55 d711ea394721: Pushed 09:34:55 98a4d99e81c7: Pushed 09:34:55 5f1e6e0d670c: Pushed 09:34:55 567cd42be38e: Layer already exists 09:34:55 661edca30b25: Layer already exists 09:34:55 259550e0faf8: Pushed 09:34:55 f7491c9ce801: Pushed 09:34:55 dd9c8f8612c8: Layer already exists 09:34:55 2007fafd7f7e: Pushed 09:34:58 94b829f5e22b: Pushed 09:34:59 5c5c22c5a885: Pushed 09:35:02 b6995422c834: Pushed 09:35:02 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:dd6d467bb85dfa9aa6fb73217c04d6092bd4991372d3ef3863e34609cf45911b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:02 + 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 09:35:02 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 09:35:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 09:35:02 5f1e6e0d670c: Preparing 09:35:02 98a4d99e81c7: Preparing 09:35:02 b6995422c834: Preparing 09:35:02 5c5c22c5a885: Preparing 09:35:02 d711ea394721: Preparing 09:35:02 259550e0faf8: Preparing 09:35:02 f7491c9ce801: Preparing 09:35:02 567cd42be38e: Preparing 09:35:02 661edca30b25: Preparing 09:35:02 2007fafd7f7e: Preparing 09:35:02 94b829f5e22b: Preparing 09:35:02 dd9c8f8612c8: Preparing 09:35:02 661edca30b25: Waiting 09:35:02 259550e0faf8: Waiting 09:35:02 f7491c9ce801: Waiting 09:35:02 567cd42be38e: Waiting 09:35:02 2007fafd7f7e: Waiting 09:35:02 dd9c8f8612c8: Waiting 09:35:02 94b829f5e22b: Waiting 09:35:02 5c5c22c5a885: Layer already exists 09:35:02 98a4d99e81c7: Layer already exists 09:35:02 b6995422c834: Layer already exists 09:35:02 5f1e6e0d670c: Layer already exists 09:35:02 d711ea394721: Layer already exists 09:35:02 259550e0faf8: Layer already exists 09:35:02 f7491c9ce801: Layer already exists 09:35:02 661edca30b25: Layer already exists 09:35:02 567cd42be38e: Layer already exists 09:35:02 2007fafd7f7e: Layer already exists 09:35:02 dd9c8f8612c8: Layer already exists 09:35:02 94b829f5e22b: Layer already exists 09:35:03 latest: digest: sha256:dd6d467bb85dfa9aa6fb73217c04d6092bd4991372d3ef3863e34609cf45911b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:03 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:03 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.3 09:35:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 09:35:03 5f1e6e0d670c: Preparing 09:35:03 98a4d99e81c7: Preparing 09:35:03 b6995422c834: Preparing 09:35:03 5c5c22c5a885: Preparing 09:35:03 d711ea394721: Preparing 09:35:03 259550e0faf8: Preparing 09:35:03 f7491c9ce801: Preparing 09:35:03 567cd42be38e: Preparing 09:35:03 661edca30b25: Preparing 09:35:03 2007fafd7f7e: Preparing 09:35:03 94b829f5e22b: Preparing 09:35:03 dd9c8f8612c8: Preparing 09:35:03 259550e0faf8: Waiting 09:35:03 f7491c9ce801: Waiting 09:35:03 567cd42be38e: Waiting 09:35:03 661edca30b25: Waiting 09:35:03 2007fafd7f7e: Waiting 09:35:03 94b829f5e22b: Waiting 09:35:03 dd9c8f8612c8: Waiting 09:35:03 5f1e6e0d670c: Layer already exists 09:35:03 5c5c22c5a885: Layer already exists 09:35:03 d711ea394721: Layer already exists 09:35:03 98a4d99e81c7: Layer already exists 09:35:03 b6995422c834: Layer already exists 09:35:03 259550e0faf8: Layer already exists 09:35:03 567cd42be38e: Layer already exists 09:35:03 661edca30b25: Layer already exists 09:35:03 2007fafd7f7e: Layer already exists 09:35:03 f7491c9ce801: Layer already exists 09:35:03 94b829f5e22b: Layer already exists 09:35:03 dd9c8f8612c8: Layer already exists 09:35:04 4.1.0-dev.3: digest: sha256:dd6d467bb85dfa9aa6fb73217c04d6092bd4991372d3ef3863e34609cf45911b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:04 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:04 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:35:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 09:35:04 5f1e6e0d670c: Preparing 09:35:04 98a4d99e81c7: Preparing 09:35:04 b6995422c834: Preparing 09:35:04 5c5c22c5a885: Preparing 09:35:04 d711ea394721: Preparing 09:35:04 259550e0faf8: Preparing 09:35:04 f7491c9ce801: Preparing 09:35:04 567cd42be38e: Preparing 09:35:04 661edca30b25: Preparing 09:35:04 2007fafd7f7e: Preparing 09:35:04 94b829f5e22b: Preparing 09:35:04 dd9c8f8612c8: Preparing 09:35:04 567cd42be38e: Waiting 09:35:04 661edca30b25: Waiting 09:35:04 2007fafd7f7e: Waiting 09:35:04 94b829f5e22b: Waiting 09:35:04 dd9c8f8612c8: Waiting 09:35:04 259550e0faf8: Waiting 09:35:04 f7491c9ce801: Waiting 09:35:04 5f1e6e0d670c: Layer already exists 09:35:04 98a4d99e81c7: Layer already exists 09:35:04 d711ea394721: Layer already exists 09:35:04 5c5c22c5a885: Layer already exists 09:35:04 b6995422c834: Layer already exists 09:35:04 567cd42be38e: Layer already exists 09:35:04 f7491c9ce801: Layer already exists 09:35:04 259550e0faf8: Layer already exists 09:35:04 2007fafd7f7e: Layer already exists 09:35:04 661edca30b25: Layer already exists 09:35:04 dd9c8f8612c8: Layer already exists 09:35:04 94b829f5e22b: Layer already exists 09:35:04 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:dd6d467bb85dfa9aa6fb73217c04d6092bd4991372d3ef3863e34609cf45911b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:05 + 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 09:35:05 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 09:35:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 09:35:05 5f1e6e0d670c: Preparing 09:35:05 98a4d99e81c7: Preparing 09:35:05 b6995422c834: Preparing 09:35:05 5c5c22c5a885: Preparing 09:35:05 d711ea394721: Preparing 09:35:05 259550e0faf8: Preparing 09:35:05 f7491c9ce801: Preparing 09:35:05 567cd42be38e: Preparing 09:35:05 661edca30b25: Preparing 09:35:05 2007fafd7f7e: Preparing 09:35:05 94b829f5e22b: Preparing 09:35:05 dd9c8f8612c8: Preparing 09:35:05 661edca30b25: Waiting 09:35:05 2007fafd7f7e: Waiting 09:35:05 f7491c9ce801: Waiting 09:35:05 259550e0faf8: Waiting 09:35:05 94b829f5e22b: Waiting 09:35:05 567cd42be38e: Waiting 09:35:05 dd9c8f8612c8: Waiting 09:35:05 5f1e6e0d670c: Layer already exists 09:35:05 98a4d99e81c7: Layer already exists 09:35:05 b6995422c834: Layer already exists 09:35:05 d711ea394721: Layer already exists 09:35:05 5c5c22c5a885: Layer already exists 09:35:05 567cd42be38e: Layer already exists 09:35:05 f7491c9ce801: Layer already exists 09:35:05 661edca30b25: Layer already exists 09:35:05 259550e0faf8: Layer already exists 09:35:05 2007fafd7f7e: Layer already exists 09:35:05 dd9c8f8612c8: Layer already exists 09:35:05 94b829f5e22b: Layer already exists 09:35:05 main: digest: sha256:dd6d467bb85dfa9aa6fb73217c04d6092bd4991372d3ef3863e34609cf45911b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:35:05 ===================================================== [Pipeline] echo 09:35:06 taggedImages: 09:35:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:35:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 09:35:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.3 09:35:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:35:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 09:35:06 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 09:35:06 010c1fef02ead4f4725b1558caf9c08a877a420a 09:35:06 latest 09:35:06 4.1.0-dev.3 09:35:06 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:35:06 main 09:35:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:06 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:06 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:35:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 09:35:06 aea037e71a03: Preparing 09:35:06 79af7086afd2: Preparing 09:35:06 567cd42be38e: Preparing 09:35:06 661edca30b25: Preparing 09:35:06 8a998de7a039: Preparing 09:35:06 e9d15cd494c4: Preparing 09:35:06 dd9c8f8612c8: Preparing 09:35:06 e9d15cd494c4: Waiting 09:35:06 dd9c8f8612c8: Waiting 09:35:06 567cd42be38e: Layer already exists 09:35:07 661edca30b25: Layer already exists 09:35:07 dd9c8f8612c8: Layer already exists 09:35:07 8a998de7a039: Pushed 09:35:07 aea037e71a03: Pushed 09:35:08 e9d15cd494c4: Pushed 09:35:14 79af7086afd2: Pushed 09:35:14 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:aba05fae915b71a90862c37973be28c33c22675332ca17897443d552cf7d4084 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:14 + 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 09:35:15 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 09:35:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 09:35:15 aea037e71a03: Preparing 09:35:15 79af7086afd2: Preparing 09:35:15 567cd42be38e: Preparing 09:35:15 661edca30b25: Preparing 09:35:15 8a998de7a039: Preparing 09:35:15 e9d15cd494c4: Preparing 09:35:15 dd9c8f8612c8: Preparing 09:35:15 e9d15cd494c4: Waiting 09:35:15 dd9c8f8612c8: Waiting 09:35:15 567cd42be38e: Layer already exists 09:35:15 aea037e71a03: Layer already exists 09:35:15 79af7086afd2: Layer already exists 09:35:15 8a998de7a039: Layer already exists 09:35:15 661edca30b25: Layer already exists 09:35:15 dd9c8f8612c8: Layer already exists 09:35:15 e9d15cd494c4: Layer already exists 09:35:15 latest: digest: sha256:aba05fae915b71a90862c37973be28c33c22675332ca17897443d552cf7d4084 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:15 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:16 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.3 09:35:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 09:35:16 aea037e71a03: Preparing 09:35:16 79af7086afd2: Preparing 09:35:16 567cd42be38e: Preparing 09:35:16 661edca30b25: Preparing 09:35:16 8a998de7a039: Preparing 09:35:16 e9d15cd494c4: Preparing 09:35:16 dd9c8f8612c8: Preparing 09:35:16 e9d15cd494c4: Waiting 09:35:16 dd9c8f8612c8: Waiting 09:35:16 661edca30b25: Layer already exists 09:35:16 567cd42be38e: Layer already exists 09:35:16 8a998de7a039: Layer already exists 09:35:16 79af7086afd2: Layer already exists 09:35:16 aea037e71a03: Layer already exists 09:35:16 e9d15cd494c4: Layer already exists 09:35:16 dd9c8f8612c8: Layer already exists 09:35:16 4.1.0-dev.3: digest: sha256:aba05fae915b71a90862c37973be28c33c22675332ca17897443d552cf7d4084 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:16 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:16 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:35:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 09:35:16 aea037e71a03: Preparing 09:35:16 79af7086afd2: Preparing 09:35:16 567cd42be38e: Preparing 09:35:16 661edca30b25: Preparing 09:35:16 8a998de7a039: Preparing 09:35:16 e9d15cd494c4: Preparing 09:35:16 dd9c8f8612c8: Preparing 09:35:16 e9d15cd494c4: Waiting 09:35:16 dd9c8f8612c8: Waiting 09:35:16 79af7086afd2: Layer already exists 09:35:16 aea037e71a03: Layer already exists 09:35:16 8a998de7a039: Layer already exists 09:35:16 661edca30b25: Layer already exists 09:35:16 567cd42be38e: Layer already exists 09:35:16 dd9c8f8612c8: Layer already exists 09:35:16 e9d15cd494c4: Layer already exists 09:35:16 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:aba05fae915b71a90862c37973be28c33c22675332ca17897443d552cf7d4084 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:17 + 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 09:35:17 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 09:35:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 09:35:17 aea037e71a03: Preparing 09:35:17 79af7086afd2: Preparing 09:35:17 567cd42be38e: Preparing 09:35:17 661edca30b25: Preparing 09:35:17 8a998de7a039: Preparing 09:35:17 e9d15cd494c4: Preparing 09:35:17 dd9c8f8612c8: Preparing 09:35:17 e9d15cd494c4: Waiting 09:35:17 dd9c8f8612c8: Waiting 09:35:17 8a998de7a039: Layer already exists 09:35:17 567cd42be38e: Layer already exists 09:35:17 79af7086afd2: Layer already exists 09:35:17 aea037e71a03: Layer already exists 09:35:17 661edca30b25: Layer already exists 09:35:17 dd9c8f8612c8: Layer already exists 09:35:17 e9d15cd494c4: Layer already exists 09:35:17 main: digest: sha256:aba05fae915b71a90862c37973be28c33c22675332ca17897443d552cf7d4084 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:35:18 ===================================================== [Pipeline] echo 09:35:18 taggedImages: 09:35:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:35:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 09:35:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.3 09:35:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:35:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 09:35:18 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 09:35:18 010c1fef02ead4f4725b1558caf9c08a877a420a 09:35:18 latest 09:35:18 4.1.0-dev.3 09:35:18 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:35:18 main 09:35:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:18 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:35:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 09:35:19 a9fb0b74cc9a: Preparing 09:35:19 0968b4e13d59: Preparing 09:35:19 adea93e1e5df: Preparing 09:35:19 567cd42be38e: Preparing 09:35:19 661edca30b25: Preparing 09:35:19 fc2a87f22db4: Preparing 09:35:19 5ad87b3e777b: Preparing 09:35:19 b8ec42c20b13: Preparing 09:35:19 9b8427a3c449: Preparing 09:35:19 dd9c8f8612c8: Preparing 09:35:19 fc2a87f22db4: Waiting 09:35:19 5ad87b3e777b: Waiting 09:35:19 9b8427a3c449: Waiting 09:35:19 dd9c8f8612c8: Waiting 09:35:19 b8ec42c20b13: Waiting 09:35:19 567cd42be38e: Layer already exists 09:35:19 661edca30b25: Layer already exists 09:35:19 adea93e1e5df: Pushed 09:35:19 0968b4e13d59: Pushed 09:35:19 a9fb0b74cc9a: Pushed 09:35:19 dd9c8f8612c8: Layer already exists 09:35:19 b8ec42c20b13: Pushed 09:35:20 9b8427a3c449: Pushed 09:35:30 5ad87b3e777b: Pushed 09:35:45 fc2a87f22db4: Pushed 09:35:45 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:67038cf3e147eec8f6221eee7e9f9b16d9004fdda3a545d2cedcdc5ea1ac7669 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:45 + 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 09:35:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 09:35:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 09:35:45 a9fb0b74cc9a: Preparing 09:35:45 0968b4e13d59: Preparing 09:35:45 adea93e1e5df: Preparing 09:35:45 567cd42be38e: Preparing 09:35:45 661edca30b25: Preparing 09:35:45 fc2a87f22db4: Preparing 09:35:45 5ad87b3e777b: Preparing 09:35:45 b8ec42c20b13: Preparing 09:35:45 9b8427a3c449: Preparing 09:35:45 dd9c8f8612c8: Preparing 09:35:45 dd9c8f8612c8: Waiting 09:35:45 fc2a87f22db4: Waiting 09:35:45 9b8427a3c449: Waiting 09:35:45 5ad87b3e777b: Waiting 09:35:45 b8ec42c20b13: Waiting 09:35:45 adea93e1e5df: Layer already exists 09:35:45 661edca30b25: Layer already exists 09:35:45 0968b4e13d59: Layer already exists 09:35:45 567cd42be38e: Layer already exists 09:35:45 a9fb0b74cc9a: Layer already exists 09:35:45 9b8427a3c449: Layer already exists 09:35:45 fc2a87f22db4: Layer already exists 09:35:45 b8ec42c20b13: Layer already exists 09:35:45 5ad87b3e777b: Layer already exists 09:35:45 dd9c8f8612c8: Layer already exists 09:35:46 latest: digest: sha256:67038cf3e147eec8f6221eee7e9f9b16d9004fdda3a545d2cedcdc5ea1ac7669 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:46 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.3 09:35:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 09:35:46 a9fb0b74cc9a: Preparing 09:35:46 0968b4e13d59: Preparing 09:35:46 adea93e1e5df: Preparing 09:35:46 567cd42be38e: Preparing 09:35:46 661edca30b25: Preparing 09:35:46 fc2a87f22db4: Preparing 09:35:46 5ad87b3e777b: Preparing 09:35:46 b8ec42c20b13: Preparing 09:35:46 9b8427a3c449: Preparing 09:35:46 dd9c8f8612c8: Preparing 09:35:46 fc2a87f22db4: Waiting 09:35:46 5ad87b3e777b: Waiting 09:35:46 b8ec42c20b13: Waiting 09:35:46 dd9c8f8612c8: Waiting 09:35:46 9b8427a3c449: Waiting 09:35:46 a9fb0b74cc9a: Layer already exists 09:35:46 adea93e1e5df: Layer already exists 09:35:46 661edca30b25: Layer already exists 09:35:46 567cd42be38e: Layer already exists 09:35:46 0968b4e13d59: Layer already exists 09:35:46 5ad87b3e777b: Layer already exists 09:35:46 dd9c8f8612c8: Layer already exists 09:35:46 b8ec42c20b13: Layer already exists 09:35:46 9b8427a3c449: Layer already exists 09:35:46 fc2a87f22db4: Layer already exists 09:35:47 4.1.0-dev.3: digest: sha256:67038cf3e147eec8f6221eee7e9f9b16d9004fdda3a545d2cedcdc5ea1ac7669 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:47 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:35:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 09:35:47 a9fb0b74cc9a: Preparing 09:35:47 0968b4e13d59: Preparing 09:35:47 adea93e1e5df: Preparing 09:35:47 567cd42be38e: Preparing 09:35:47 661edca30b25: Preparing 09:35:47 fc2a87f22db4: Preparing 09:35:47 5ad87b3e777b: Preparing 09:35:47 b8ec42c20b13: Preparing 09:35:47 9b8427a3c449: Preparing 09:35:47 dd9c8f8612c8: Preparing 09:35:47 5ad87b3e777b: Waiting 09:35:47 dd9c8f8612c8: Waiting 09:35:47 b8ec42c20b13: Waiting 09:35:47 9b8427a3c449: Waiting 09:35:47 fc2a87f22db4: Waiting 09:35:47 661edca30b25: Layer already exists 09:35:47 adea93e1e5df: Layer already exists 09:35:47 a9fb0b74cc9a: Layer already exists 09:35:47 0968b4e13d59: Layer already exists 09:35:47 567cd42be38e: Layer already exists 09:35:47 9b8427a3c449: Layer already exists 09:35:47 b8ec42c20b13: Layer already exists 09:35:47 5ad87b3e777b: Layer already exists 09:35:47 fc2a87f22db4: Layer already exists 09:35:47 dd9c8f8612c8: Layer already exists 09:35:48 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:67038cf3e147eec8f6221eee7e9f9b16d9004fdda3a545d2cedcdc5ea1ac7669 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:35:48 + 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 09:35:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 09:35:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 09:35:59 a9fb0b74cc9a: Preparing 09:35:59 0968b4e13d59: Preparing 09:35:59 adea93e1e5df: Preparing 09:35:59 567cd42be38e: Preparing 09:35:59 661edca30b25: Preparing 09:35:59 fc2a87f22db4: Preparing 09:35:59 5ad87b3e777b: Preparing 09:35:59 b8ec42c20b13: Preparing 09:35:59 9b8427a3c449: Preparing 09:35:59 dd9c8f8612c8: Preparing 09:35:59 5ad87b3e777b: Waiting 09:35:59 b8ec42c20b13: Waiting 09:35:59 9b8427a3c449: Waiting 09:35:59 dd9c8f8612c8: Waiting 09:35:59 fc2a87f22db4: Waiting 09:35:59 a9fb0b74cc9a: Layer already exists 09:35:59 661edca30b25: Layer already exists 09:35:59 0968b4e13d59: Layer already exists 09:35:59 567cd42be38e: Layer already exists 09:35:59 adea93e1e5df: Layer already exists 09:35:59 b8ec42c20b13: Layer already exists 09:35:59 5ad87b3e777b: Layer already exists 09:35:59 9b8427a3c449: Layer already exists 09:35:59 fc2a87f22db4: Layer already exists 09:35:59 dd9c8f8612c8: Layer already exists 09:36:00 main: digest: sha256:67038cf3e147eec8f6221eee7e9f9b16d9004fdda3a545d2cedcdc5ea1ac7669 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:36:00 ===================================================== [Pipeline] echo 09:36:00 taggedImages: 09:36:00 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:36:00 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 09:36:00 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.3 09:36:00 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:36:00 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 09:36:00 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 09:36:00 010c1fef02ead4f4725b1558caf9c08a877a420a 09:36:00 latest 09:36:00 4.1.0-dev.3 09:36:00 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:36:00 main 09:36:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:36:00 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:36:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:36:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 09:36:00 30b7b3765b36: Preparing 09:36:00 a28ef0d1539a: Preparing 09:36:00 14217d433080: Preparing 09:36:00 567cd42be38e: Preparing 09:36:00 661edca30b25: Preparing 09:36:00 1c3ee8833996: Preparing 09:36:00 eb50faff4676: Preparing 09:36:00 43c50e873371: Preparing 09:36:00 dd9c8f8612c8: Preparing 09:36:00 1c3ee8833996: Waiting 09:36:00 43c50e873371: Waiting 09:36:00 dd9c8f8612c8: Waiting 09:36:00 eb50faff4676: Waiting 09:36:00 661edca30b25: Layer already exists 09:36:00 567cd42be38e: Layer already exists 09:36:01 a28ef0d1539a: Pushed 09:36:01 14217d433080: Pushed 09:36:01 30b7b3765b36: Pushed 09:36:01 dd9c8f8612c8: Layer already exists 09:36:01 eb50faff4676: Pushed 09:36:01 43c50e873371: Pushed 09:36:28 1c3ee8833996: Pushed 09:36:28 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:78bc4308cef33f3a1d5e2b1e8ad2b5a440e2f3fd7ba1f4d626f36ab6e009eb74 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:36:28 + 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 09:36:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 09:36:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 09:36:29 30b7b3765b36: Preparing 09:36:29 a28ef0d1539a: Preparing 09:36:29 14217d433080: Preparing 09:36:29 567cd42be38e: Preparing 09:36:29 661edca30b25: Preparing 09:36:29 1c3ee8833996: Preparing 09:36:29 eb50faff4676: Preparing 09:36:29 43c50e873371: Preparing 09:36:29 dd9c8f8612c8: Preparing 09:36:29 1c3ee8833996: Waiting 09:36:29 eb50faff4676: Waiting 09:36:29 43c50e873371: Waiting 09:36:29 dd9c8f8612c8: Waiting 09:36:29 661edca30b25: Layer already exists 09:36:29 30b7b3765b36: Layer already exists 09:36:29 567cd42be38e: Layer already exists 09:36:29 a28ef0d1539a: Layer already exists 09:36:29 14217d433080: Layer already exists 09:36:29 1c3ee8833996: Layer already exists 09:36:29 eb50faff4676: Layer already exists 09:36:29 dd9c8f8612c8: Layer already exists 09:36:29 43c50e873371: Layer already exists 09:36:29 latest: digest: sha256:78bc4308cef33f3a1d5e2b1e8ad2b5a440e2f3fd7ba1f4d626f36ab6e009eb74 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:36:29 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:36:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.3 09:36:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 09:36:30 30b7b3765b36: Preparing 09:36:30 a28ef0d1539a: Preparing 09:36:30 14217d433080: Preparing 09:36:30 567cd42be38e: Preparing 09:36:30 661edca30b25: Preparing 09:36:30 1c3ee8833996: Preparing 09:36:30 eb50faff4676: Preparing 09:36:30 43c50e873371: Preparing 09:36:30 dd9c8f8612c8: Preparing 09:36:30 eb50faff4676: Waiting 09:36:30 43c50e873371: Waiting 09:36:30 1c3ee8833996: Waiting 09:36:30 661edca30b25: Layer already exists 09:36:30 30b7b3765b36: Layer already exists 09:36:30 567cd42be38e: Layer already exists 09:36:30 14217d433080: Layer already exists 09:36:30 a28ef0d1539a: Layer already exists 09:36:30 1c3ee8833996: Layer already exists 09:36:30 eb50faff4676: Layer already exists 09:36:30 43c50e873371: Layer already exists 09:36:30 dd9c8f8612c8: Layer already exists 09:36:30 4.1.0-dev.3: digest: sha256:78bc4308cef33f3a1d5e2b1e8ad2b5a440e2f3fd7ba1f4d626f36ab6e009eb74 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:36:30 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:36:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:36:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 09:36:31 30b7b3765b36: Preparing 09:36:31 a28ef0d1539a: Preparing 09:36:31 14217d433080: Preparing 09:36:31 567cd42be38e: Preparing 09:36:31 661edca30b25: Preparing 09:36:31 1c3ee8833996: Preparing 09:36:31 eb50faff4676: Preparing 09:36:31 43c50e873371: Preparing 09:36:31 dd9c8f8612c8: Preparing 09:36:31 1c3ee8833996: Waiting 09:36:31 eb50faff4676: Waiting 09:36:31 43c50e873371: Waiting 09:36:31 dd9c8f8612c8: Waiting 09:36:31 30b7b3765b36: Layer already exists 09:36:31 a28ef0d1539a: Layer already exists 09:36:31 661edca30b25: Layer already exists 09:36:31 567cd42be38e: Layer already exists 09:36:31 14217d433080: Layer already exists 09:36:31 43c50e873371: Layer already exists 09:36:31 dd9c8f8612c8: Layer already exists 09:36:31 eb50faff4676: Layer already exists 09:36:31 1c3ee8833996: Layer already exists 09:36:31 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:78bc4308cef33f3a1d5e2b1e8ad2b5a440e2f3fd7ba1f4d626f36ab6e009eb74 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:36:31 + 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 09:36:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 09:36:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 09:36:32 30b7b3765b36: Preparing 09:36:32 a28ef0d1539a: Preparing 09:36:32 14217d433080: Preparing 09:36:32 567cd42be38e: Preparing 09:36:32 661edca30b25: Preparing 09:36:32 1c3ee8833996: Preparing 09:36:32 eb50faff4676: Preparing 09:36:32 43c50e873371: Preparing 09:36:32 dd9c8f8612c8: Preparing 09:36:32 1c3ee8833996: Waiting 09:36:32 43c50e873371: Waiting 09:36:32 dd9c8f8612c8: Waiting 09:36:32 eb50faff4676: Waiting 09:36:32 a28ef0d1539a: Layer already exists 09:36:32 567cd42be38e: Layer already exists 09:36:32 661edca30b25: Layer already exists 09:36:32 14217d433080: Layer already exists 09:36:32 30b7b3765b36: Layer already exists 09:36:32 1c3ee8833996: Layer already exists 09:36:32 eb50faff4676: Layer already exists 09:36:32 43c50e873371: Layer already exists 09:36:32 dd9c8f8612c8: Layer already exists 09:36:32 main: digest: sha256:78bc4308cef33f3a1d5e2b1e8ad2b5a440e2f3fd7ba1f4d626f36ab6e009eb74 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:36:32 ===================================================== [Pipeline] echo 09:36:32 taggedImages: 09:36:32 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:36:32 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 09:36:32 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.3 09:36:32 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:36:32 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 09:36:32 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 09:36:32 010c1fef02ead4f4725b1558caf9c08a877a420a 09:36:32 latest 09:36:32 4.1.0-dev.3 09:36:32 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:36:32 main 09:36:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:36:32 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:36:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:36:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 09:36:33 e31ac975383a: Preparing 09:36:33 9db2605ef235: Preparing 09:36:33 f0d832bf42ca: Preparing 09:36:33 567cd42be38e: Preparing 09:36:33 661edca30b25: Preparing 09:36:33 052cd47b7979: Preparing 09:36:33 b8ec42c20b13: Preparing 09:36:33 9b8427a3c449: Preparing 09:36:33 dd9c8f8612c8: Preparing 09:36:33 052cd47b7979: Waiting 09:36:33 b8ec42c20b13: Waiting 09:36:33 9b8427a3c449: Waiting 09:36:33 dd9c8f8612c8: Waiting 09:36:33 567cd42be38e: Layer already exists 09:36:33 661edca30b25: Layer already exists 09:36:33 b8ec42c20b13: Layer already exists 09:36:33 9b8427a3c449: Layer already exists 09:36:33 f0d832bf42ca: Pushed 09:36:33 9db2605ef235: Pushed 09:36:33 e31ac975383a: Pushed 09:36:33 dd9c8f8612c8: Layer already exists 09:36:59 052cd47b7979: Pushed 09:36:59 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:4919ce9cc4a29425ce602a9aea9ef3ff1d62ab5b3f288aafb7d7e39ef609f882 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:00 + 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 09:37:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 09:37:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 09:37:00 e31ac975383a: Preparing 09:37:00 9db2605ef235: Preparing 09:37:00 f0d832bf42ca: Preparing 09:37:00 567cd42be38e: Preparing 09:37:00 661edca30b25: Preparing 09:37:00 052cd47b7979: Preparing 09:37:00 b8ec42c20b13: Preparing 09:37:00 9b8427a3c449: Preparing 09:37:00 dd9c8f8612c8: Preparing 09:37:00 b8ec42c20b13: Waiting 09:37:00 9b8427a3c449: Waiting 09:37:00 dd9c8f8612c8: Waiting 09:37:00 052cd47b7979: Waiting 09:37:00 661edca30b25: Layer already exists 09:37:00 9db2605ef235: Layer already exists 09:37:00 567cd42be38e: Layer already exists 09:37:00 f0d832bf42ca: Layer already exists 09:37:00 e31ac975383a: Layer already exists 09:37:00 b8ec42c20b13: Layer already exists 09:37:00 052cd47b7979: Layer already exists 09:37:00 9b8427a3c449: Layer already exists 09:37:00 dd9c8f8612c8: Layer already exists 09:37:00 latest: digest: sha256:4919ce9cc4a29425ce602a9aea9ef3ff1d62ab5b3f288aafb7d7e39ef609f882 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:00 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.3 09:37:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 09:37:01 e31ac975383a: Preparing 09:37:01 9db2605ef235: Preparing 09:37:01 f0d832bf42ca: Preparing 09:37:01 567cd42be38e: Preparing 09:37:01 661edca30b25: Preparing 09:37:01 052cd47b7979: Preparing 09:37:01 b8ec42c20b13: Preparing 09:37:01 9b8427a3c449: Preparing 09:37:01 dd9c8f8612c8: Preparing 09:37:01 052cd47b7979: Waiting 09:37:01 b8ec42c20b13: Waiting 09:37:01 9b8427a3c449: Waiting 09:37:01 dd9c8f8612c8: Waiting 09:37:01 e31ac975383a: Layer already exists 09:37:01 f0d832bf42ca: Layer already exists 09:37:01 567cd42be38e: Layer already exists 09:37:01 9db2605ef235: Layer already exists 09:37:01 661edca30b25: Layer already exists 09:37:01 9b8427a3c449: Layer already exists 09:37:01 052cd47b7979: Layer already exists 09:37:01 b8ec42c20b13: Layer already exists 09:37:01 dd9c8f8612c8: Layer already exists 09:37:01 4.1.0-dev.3: digest: sha256:4919ce9cc4a29425ce602a9aea9ef3ff1d62ab5b3f288aafb7d7e39ef609f882 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:01 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:37:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 09:37:01 e31ac975383a: Preparing 09:37:01 9db2605ef235: Preparing 09:37:01 f0d832bf42ca: Preparing 09:37:01 567cd42be38e: Preparing 09:37:01 661edca30b25: Preparing 09:37:01 052cd47b7979: Preparing 09:37:01 b8ec42c20b13: Preparing 09:37:01 9b8427a3c449: Preparing 09:37:01 dd9c8f8612c8: Preparing 09:37:01 b8ec42c20b13: Waiting 09:37:01 9b8427a3c449: Waiting 09:37:01 dd9c8f8612c8: Waiting 09:37:01 052cd47b7979: Waiting 09:37:01 f0d832bf42ca: Layer already exists 09:37:01 661edca30b25: Layer already exists 09:37:01 9db2605ef235: Layer already exists 09:37:01 e31ac975383a: Layer already exists 09:37:01 567cd42be38e: Layer already exists 09:37:01 052cd47b7979: Layer already exists 09:37:01 b8ec42c20b13: Layer already exists 09:37:01 9b8427a3c449: Layer already exists 09:37:01 dd9c8f8612c8: Layer already exists 09:37:01 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:4919ce9cc4a29425ce602a9aea9ef3ff1d62ab5b3f288aafb7d7e39ef609f882 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:02 + 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 09:37:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 09:37:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 09:37:02 e31ac975383a: Preparing 09:37:02 9db2605ef235: Preparing 09:37:02 f0d832bf42ca: Preparing 09:37:02 567cd42be38e: Preparing 09:37:02 661edca30b25: Preparing 09:37:02 052cd47b7979: Preparing 09:37:02 b8ec42c20b13: Preparing 09:37:02 9b8427a3c449: Preparing 09:37:02 dd9c8f8612c8: Preparing 09:37:02 052cd47b7979: Waiting 09:37:02 b8ec42c20b13: Waiting 09:37:02 9b8427a3c449: Waiting 09:37:02 dd9c8f8612c8: Waiting 09:37:02 f0d832bf42ca: Layer already exists 09:37:02 661edca30b25: Layer already exists 09:37:02 9db2605ef235: Layer already exists 09:37:02 567cd42be38e: Layer already exists 09:37:02 e31ac975383a: Layer already exists 09:37:02 052cd47b7979: Layer already exists 09:37:02 b8ec42c20b13: Layer already exists 09:37:02 dd9c8f8612c8: Layer already exists 09:37:02 9b8427a3c449: Layer already exists 09:37:02 main: digest: sha256:4919ce9cc4a29425ce602a9aea9ef3ff1d62ab5b3f288aafb7d7e39ef609f882 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:37:02 ===================================================== [Pipeline] echo 09:37:03 taggedImages: 09:37:03 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:37:03 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 09:37:03 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.3 09:37:03 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:37:03 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 09:37:03 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 09:37:03 010c1fef02ead4f4725b1558caf9c08a877a420a 09:37:03 latest 09:37:03 4.1.0-dev.3 09:37:03 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:37:03 main 09:37:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:03 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:03 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:37:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 09:37:03 a33b797d69cd: Preparing 09:37:03 144a5cd3c466: Preparing 09:37:03 567cd42be38e: Preparing 09:37:03 661edca30b25: Preparing 09:37:03 eefba3a680c2: Preparing 09:37:03 158ed666a196: Preparing 09:37:03 dd9c8f8612c8: Preparing 09:37:03 158ed666a196: Waiting 09:37:03 dd9c8f8612c8: Waiting 09:37:03 567cd42be38e: Layer already exists 09:37:03 661edca30b25: Layer already exists 09:37:04 dd9c8f8612c8: Layer already exists 09:37:04 eefba3a680c2: Pushed 09:37:04 a33b797d69cd: Pushed 09:37:04 158ed666a196: Pushed 09:37:11 144a5cd3c466: Pushed 09:37:11 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:18f60f1784026fcfc9b1aadeebd027801c4b3feb91b8e8f045af3b41b10faf1b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:11 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:12 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 09:37:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 09:37:12 a33b797d69cd: Preparing 09:37:12 144a5cd3c466: Preparing 09:37:12 567cd42be38e: Preparing 09:37:12 661edca30b25: Preparing 09:37:12 eefba3a680c2: Preparing 09:37:12 158ed666a196: Preparing 09:37:12 dd9c8f8612c8: Preparing 09:37:12 dd9c8f8612c8: Waiting 09:37:12 158ed666a196: Waiting 09:37:12 661edca30b25: Layer already exists 09:37:12 eefba3a680c2: Layer already exists 09:37:12 567cd42be38e: Layer already exists 09:37:12 a33b797d69cd: Layer already exists 09:37:12 144a5cd3c466: Layer already exists 09:37:12 dd9c8f8612c8: Layer already exists 09:37:12 158ed666a196: Layer already exists 09:37:12 latest: digest: sha256:18f60f1784026fcfc9b1aadeebd027801c4b3feb91b8e8f045af3b41b10faf1b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:12 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:13 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.3 09:37:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 09:37:13 a33b797d69cd: Preparing 09:37:13 144a5cd3c466: Preparing 09:37:13 567cd42be38e: Preparing 09:37:13 661edca30b25: Preparing 09:37:13 eefba3a680c2: Preparing 09:37:13 158ed666a196: Preparing 09:37:13 dd9c8f8612c8: Preparing 09:37:13 158ed666a196: Waiting 09:37:13 661edca30b25: Layer already exists 09:37:13 567cd42be38e: Layer already exists 09:37:13 144a5cd3c466: Layer already exists 09:37:13 eefba3a680c2: Layer already exists 09:37:13 a33b797d69cd: Layer already exists 09:37:13 158ed666a196: Layer already exists 09:37:13 dd9c8f8612c8: Layer already exists 09:37:13 4.1.0-dev.3: digest: sha256:18f60f1784026fcfc9b1aadeebd027801c4b3feb91b8e8f045af3b41b10faf1b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:13 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:14 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:37:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 09:37:14 a33b797d69cd: Preparing 09:37:14 144a5cd3c466: Preparing 09:37:14 567cd42be38e: Preparing 09:37:14 661edca30b25: Preparing 09:37:14 eefba3a680c2: Preparing 09:37:14 158ed666a196: Preparing 09:37:14 dd9c8f8612c8: Preparing 09:37:14 158ed666a196: Waiting 09:37:14 dd9c8f8612c8: Waiting 09:37:14 144a5cd3c466: Layer already exists 09:37:14 567cd42be38e: Layer already exists 09:37:14 661edca30b25: Layer already exists 09:37:14 eefba3a680c2: Layer already exists 09:37:14 a33b797d69cd: Layer already exists 09:37:14 158ed666a196: Layer already exists 09:37:14 dd9c8f8612c8: Layer already exists 09:37:14 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:18f60f1784026fcfc9b1aadeebd027801c4b3feb91b8e8f045af3b41b10faf1b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:14 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:15 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 09:37:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 09:37:15 a33b797d69cd: Preparing 09:37:15 144a5cd3c466: Preparing 09:37:15 567cd42be38e: Preparing 09:37:15 661edca30b25: Preparing 09:37:15 eefba3a680c2: Preparing 09:37:15 158ed666a196: Preparing 09:37:15 dd9c8f8612c8: Preparing 09:37:15 158ed666a196: Waiting 09:37:15 dd9c8f8612c8: Waiting 09:37:15 eefba3a680c2: Layer already exists 09:37:15 567cd42be38e: Layer already exists 09:37:15 661edca30b25: Layer already exists 09:37:15 144a5cd3c466: Layer already exists 09:37:15 a33b797d69cd: Layer already exists 09:37:15 158ed666a196: Layer already exists 09:37:15 dd9c8f8612c8: Layer already exists 09:37:15 main: digest: sha256:18f60f1784026fcfc9b1aadeebd027801c4b3feb91b8e8f045af3b41b10faf1b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:37:15 ===================================================== [Pipeline] echo 09:37:15 taggedImages: 09:37:15 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:37:15 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 09:37:15 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.3 09:37:15 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:37:15 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 09:37:15 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 09:37:15 010c1fef02ead4f4725b1558caf9c08a877a420a 09:37:15 latest 09:37:15 4.1.0-dev.3 09:37:15 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:37:15 main 09:37:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:15 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:16 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:37:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 09:37:16 d3bdf4524079: Preparing 09:37:16 b02a4ee8a12c: Preparing 09:37:16 567cd42be38e: Preparing 09:37:16 661edca30b25: Preparing 09:37:16 3717647dc1d9: Preparing 09:37:16 f1d4190e8546: Preparing 09:37:16 dd9c8f8612c8: Preparing 09:37:16 f1d4190e8546: Waiting 09:37:16 dd9c8f8612c8: Waiting 09:37:16 567cd42be38e: Layer already exists 09:37:16 661edca30b25: Layer already exists 09:37:16 dd9c8f8612c8: Layer already exists 09:37:16 3717647dc1d9: Pushed 09:37:16 d3bdf4524079: Pushed 09:37:17 f1d4190e8546: Pushed 09:37:25 b02a4ee8a12c: Pushed 09:37:25 010c1fef02ead4f4725b1558caf9c08a877a420a: digest: sha256:628d736767c22a12226732c2a4abaa790326a0f1d1e953b041fb42802e4716d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:25 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:25 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 09:37:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 09:37:25 d3bdf4524079: Preparing 09:37:25 b02a4ee8a12c: Preparing 09:37:25 567cd42be38e: Preparing 09:37:25 661edca30b25: Preparing 09:37:25 3717647dc1d9: Preparing 09:37:25 f1d4190e8546: Preparing 09:37:25 dd9c8f8612c8: Preparing 09:37:25 f1d4190e8546: Waiting 09:37:25 dd9c8f8612c8: Waiting 09:37:25 661edca30b25: Layer already exists 09:37:25 567cd42be38e: Layer already exists 09:37:25 d3bdf4524079: Layer already exists 09:37:25 b02a4ee8a12c: Layer already exists 09:37:25 3717647dc1d9: Layer already exists 09:37:25 dd9c8f8612c8: Layer already exists 09:37:25 f1d4190e8546: Layer already exists 09:37:26 latest: digest: sha256:628d736767c22a12226732c2a4abaa790326a0f1d1e953b041fb42802e4716d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:26 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:26 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.3 09:37:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 09:37:26 d3bdf4524079: Preparing 09:37:26 b02a4ee8a12c: Preparing 09:37:26 567cd42be38e: Preparing 09:37:26 661edca30b25: Preparing 09:37:26 3717647dc1d9: Preparing 09:37:26 f1d4190e8546: Preparing 09:37:26 dd9c8f8612c8: Preparing 09:37:26 f1d4190e8546: Waiting 09:37:26 dd9c8f8612c8: Waiting 09:37:26 b02a4ee8a12c: Layer already exists 09:37:26 567cd42be38e: Layer already exists 09:37:26 d3bdf4524079: Layer already exists 09:37:26 3717647dc1d9: Layer already exists 09:37:26 661edca30b25: Layer already exists 09:37:26 dd9c8f8612c8: Layer already exists 09:37:26 f1d4190e8546: Layer already exists 09:37:27 4.1.0-dev.3: digest: sha256:628d736767c22a12226732c2a4abaa790326a0f1d1e953b041fb42802e4716d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:27 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:27 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:37:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 09:37:27 d3bdf4524079: Preparing 09:37:27 b02a4ee8a12c: Preparing 09:37:27 567cd42be38e: Preparing 09:37:27 661edca30b25: Preparing 09:37:27 3717647dc1d9: Preparing 09:37:27 f1d4190e8546: Preparing 09:37:27 dd9c8f8612c8: Preparing 09:37:27 f1d4190e8546: Waiting 09:37:27 dd9c8f8612c8: Waiting 09:37:27 d3bdf4524079: Layer already exists 09:37:27 567cd42be38e: Layer already exists 09:37:27 b02a4ee8a12c: Layer already exists 09:37:27 661edca30b25: Layer already exists 09:37:27 3717647dc1d9: Layer already exists 09:37:27 f1d4190e8546: Layer already exists 09:37:27 dd9c8f8612c8: Layer already exists 09:37:27 010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3: digest: sha256:628d736767c22a12226732c2a4abaa790326a0f1d1e953b041fb42802e4716d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:28 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:28 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 09:37:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 09:37:28 d3bdf4524079: Preparing 09:37:28 b02a4ee8a12c: Preparing 09:37:28 567cd42be38e: Preparing 09:37:28 661edca30b25: Preparing 09:37:28 3717647dc1d9: Preparing 09:37:28 f1d4190e8546: Preparing 09:37:28 dd9c8f8612c8: Preparing 09:37:28 f1d4190e8546: Waiting 09:37:28 dd9c8f8612c8: Waiting 09:37:28 567cd42be38e: Layer already exists 09:37:28 3717647dc1d9: Layer already exists 09:37:28 661edca30b25: Layer already exists 09:37:28 d3bdf4524079: Layer already exists 09:37:28 b02a4ee8a12c: Layer already exists 09:37:28 f1d4190e8546: Layer already exists 09:37:28 dd9c8f8612c8: Layer already exists 09:37:29 main: digest: sha256:628d736767c22a12226732c2a4abaa790326a0f1d1e953b041fb42802e4716d0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:37:29 ===================================================== [Pipeline] echo 09:37:29 taggedImages: 09:37:29 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a 09:37:29 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 09:37:29 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.3 09:37:29 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 09:37:29 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.3 [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.3 [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.3 [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.3 [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.3 [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.3 [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.3 [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.3 [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.3 [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.3 [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.3 [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.3 [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo 09:37:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 09:37:30 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo 09:37:30 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 09:37:30 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.3 [Pipeline] echo 09:37:30 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo 09:37:30 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 09:37:30 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo 09:37:30 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 09:37:30 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.3 [Pipeline] echo 09:37:30 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo 09:37:30 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 09:37:30 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] echo 09:37:30 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 09:37:30 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.3 [Pipeline] echo 09:37:30 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:010c1fef02ead4f4725b1558caf9c08a877a420a-4.1.0-dev.3 [Pipeline] echo 09:37:30 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 09:37:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:37:30 09:37:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:37:30 arm64: Pulling from edgex-lftools-log-publisher 09:37:30 8998bd30e6a1: Pulling fs layer 09:37:30 04944245beec: Pulling fs layer 09:37:30 699f458cf7ca: Pulling fs layer 09:37:30 765212b225bb: Pulling fs layer 09:37:30 f23df028b6ca: Pulling fs layer 09:37:30 d65c8cfc05b1: Pulling fs layer 09:37:30 2437ff75d9bd: Pulling fs layer 09:37:30 765212b225bb: Waiting 09:37:30 f23df028b6ca: Waiting 09:37:30 d65c8cfc05b1: Waiting 09:37:30 2437ff75d9bd: Waiting 09:37:31 04944245beec: Verifying Checksum 09:37:31 04944245beec: Download complete 09:37:31 765212b225bb: Download complete 09:37:31 f23df028b6ca: Download complete 09:37:31 d65c8cfc05b1: Verifying Checksum 09:37:31 d65c8cfc05b1: Download complete 09:37:31 699f458cf7ca: Verifying Checksum 09:37:31 699f458cf7ca: Download complete 09:37:31 8998bd30e6a1: Verifying Checksum 09:37:31 8998bd30e6a1: Download complete 09:37:34 2437ff75d9bd: Verifying Checksum 09:37:34 2437ff75d9bd: Download complete 09:37:36 8998bd30e6a1: Pull complete 09:37:36 04944245beec: Pull complete 09:37:38 699f458cf7ca: Pull complete 09:37:38 765212b225bb: Pull complete 09:37:39 f23df028b6ca: Pull complete 09:37:39 d65c8cfc05b1: Pull complete 09:37:57 2437ff75d9bd: Pull complete 09:37:57 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 09:37:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:37:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:37:58 prd-ubuntu20.04-docker-arm64-4c-16g-86 does not seem to be running inside a container 09:37:58 $ 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/828 -v /w/workspace/edgex-go/828:/w/workspace/edgex-go/828:rw,z -v /w/workspace/edgex-go/828@tmp:/w/workspace/edgex-go/828@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 09:38:01 $ docker top a04450b834ae273063fdea6fe853d53b33e91cbf3d1aa20d399aa80ece7d4b7d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:38:01 ---> job-cost.sh 09:38:01 lf-activate-venv: SKIPPING 09:38:01 INFO: No Stack... 09:38:02 INFO: Retrieving Pricing Info for: v3-standard-4 09:38:03 INFO: Archiving Costs [Pipeline] sh 09:38:03 + cat /w/workspace/edgex-go/828/archives/cost.csv 09:38:03 + cut -d, -f6 [Pipeline] lock 09:38:03 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-828-stack-cost] 09:38:03 Resource [jenkins-edgexfoundry-edgex-go-main-828-stack-cost] did not exist. Created. 09:38:03 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-828-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:38:04 + echo total: 0.10999999940395355 [Pipeline] stash 09:38:04 Stashed 1 file(s) [Pipeline] } 09:38:04 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-828-stack-cost] [Pipeline] // lock [Pipeline] } 09:38:04 $ docker stop --time=1 a04450b834ae273063fdea6fe853d53b33e91cbf3d1aa20d399aa80ece7d4b7d 09:38:06 $ docker rm -f --volumes a04450b834ae273063fdea6fe853d53b33e91cbf3d1aa20d399aa80ece7d4b7d [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 09:38:06 provisioning config files... 09:38:06 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/828@tmp/config6017669872376694436tmp [Pipeline] { [Pipeline] sh 09:38:07 + set +x 09:38:07 + curl -s https://codecov.io/bash 09:38:07 + bash -s -- 09:38:07 09:38:07 _____ _ 09:38:07 / ____| | | 09:38:07 | | ___ __| | ___ ___ _____ __ 09:38:07 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:38:07 | |___| (_) | (_| | __/ (_| (_) \ V / 09:38:07 \_____\___/ \__,_|\___|\___\___/ \_/ 09:38:07 Bash-1.0.6 09:38:07 09:38:07 09:38:07 ==> git version 2.25.1 found 09:38:07 ==> 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 09:38:07 Release-Date: 2020-01-08 09:38:07 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 09:38:07 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 09:38:07 ==> Jenkins CI detected. 09:38:07 current dir:  /w/workspace/edgex-go/828 09:38:07 project root: . 09:38:07 --> token set from env 09:38:07 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:38:07 ==> Running gcov in . (disable via -X gcov) 09:38:07 ==> Python coveragepy not found 09:38:07 ==> Searching for coverage reports in: 09:38:07 + . 09:38:07 -> Found 1 reports 09:38:07 ==> Detecting git/mercurial file structure 09:38:07 ==> Reading reports 09:38:07 + ./coverage.out bytes=1660924 09:38:07 ==> Appending adjustments 09:38:07 https://docs.codecov.io/docs/fixing-reports 09:38:08 + Found adjustments 09:38:08 ==> Gzipping contents 09:38:08 140K /tmp/codecov.2lplQR.gz 09:38:08 ==> Uploading reports 09:38:08 url: https://codecov.io 09:38:08 query: branch=main&commit=010c1fef02ead4f4725b1558caf9c08a877a420a&build=828&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F828%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:38:08 -> Pinging Codecov 09:38:08 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=010c1fef02ead4f4725b1558caf9c08a877a420a&build=828&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F828%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:38:09 -> Uploading to 09:38:09 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/010c1fef02ead4f4725b1558caf9c08a877a420a/169cd7b2-0d84-4f37-81a7-5bfeec717cdd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250418%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250418T093808Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=3384049feb286b7e2f6eb93694b2c10831dc2ae70a75499416797f5b6d05d82b 09:38:09 % Total % Received % Xferd Average Speed Time Time Time Current 09:38:09 Dload Upload Total Spent Left Speed 09:38:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 648k --:--:-- --:--:-- --:--:-- 648k 09:38:09 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/010c1fef02ead4f4725b1558caf9c08a877a420a [Pipeline] } 09:38:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 09:38:09 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 09:38:09 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:38:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 09:38:09 09:38:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:38:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 09:38:10 latest: Pulling from edgex-devops/edgex-snyk-go 09:38:10 43c4264eed91: Pulling fs layer 09:38:10 4cc291be95ef: Pulling fs layer 09:38:10 2ac1f1163629: Pulling fs layer 09:38:10 5c3c966382ef: Pulling fs layer 09:38:10 4f4fb700ef54: Pulling fs layer 09:38:10 d9c7d2e4e75e: Pulling fs layer 09:38:10 9c3e1370e548: Pulling fs layer 09:38:10 4f4fb700ef54: Waiting 09:38:10 d9c7d2e4e75e: Waiting 09:38:10 9c3e1370e548: Waiting 09:38:10 4cc291be95ef: Verifying Checksum 09:38:10 4cc291be95ef: Download complete 09:38:10 5c3c966382ef: Verifying Checksum 09:38:10 5c3c966382ef: Download complete 09:38:10 4f4fb700ef54: Verifying Checksum 09:38:10 4f4fb700ef54: Download complete 09:38:10 43c4264eed91: Download complete 09:38:10 d9c7d2e4e75e: Verifying Checksum 09:38:10 d9c7d2e4e75e: Download complete 09:38:10 43c4264eed91: Pull complete 09:38:10 4cc291be95ef: Pull complete 09:38:10 2ac1f1163629: Verifying Checksum 09:38:10 2ac1f1163629: Download complete 09:38:11 9c3e1370e548: Verifying Checksum 09:38:11 9c3e1370e548: Download complete 09:38:14 2ac1f1163629: Pull complete 09:38:14 5c3c966382ef: Pull complete 09:38:14 4f4fb700ef54: Pull complete 09:38:14 d9c7d2e4e75e: Pull complete 09:38:17 9c3e1370e548: Pull complete 09:38:17 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 09:38:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 09:38:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:38:17 prd-ubuntu20.04-docker-8c-8g-85 does not seem to be running inside a container 09:38:17 $ 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/828 -v /w/workspace/edgex-go/828:/w/workspace/edgex-go/828:rw,z -v /w/workspace/edgex-go/828@tmp:/w/workspace/edgex-go/828@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 09:38:20 $ docker top 5b4f6079ebdb2117f9f896df855bf307a0005bc0878922994d502c7b4017540f -eo pid,comm [Pipeline] { [Pipeline] sh 09:38:21 + git config --global --add safe.directory /w/workspace/edgex-go/828 [Pipeline] echo 09:38:21 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 09:38:21 + set -o pipefail 09:38:21 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 09:38:29 09:38:29 Monitoring /w/workspace/edgex-go/828 (github.com/edgexfoundry/edgex-go)... 09:38:29 09:38:29 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/984d4809-ca64-4a80-81bb-3b0099909faf 09:38:29 09:38:29 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 09:38:29 09:38:29 09:38:29 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 09:38:29 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 09:38:30 $ docker stop --time=1 5b4f6079ebdb2117f9f896df855bf307a0005bc0878922994d502c7b4017540f 09:38:33 $ docker rm -f --volumes 5b4f6079ebdb2117f9f896df855bf307a0005bc0878922994d502c7b4017540f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 09:38:34 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:38:34 provisioning config files... 09:38:34 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/828@tmp/config12959728591416241272tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:38:34 --> edgex-publish-swagger.sh 09:38:34 === Publish openapi API === 09:38:34 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 09:38:34 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/828/openapi/core-command.yaml] 09:38:34 % Total % Received % Xferd Average Speed Time Time Time Current 09:38:34 Dload Upload Total Spent Left Speed 09:38:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 64404 --:--:-- --:--:-- --:--:-- 64278 100 32782 0 0 100 32782 0 64278 --:--:-- --:--:-- --:--:-- 64152 09:38:35 09:38:35 09:38:35 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/828/openapi/core-data.yaml] 09:38:35 % Total % Received % Xferd Average Speed Time Time Time Current 09:38:35 Dload Upload Total Spent Left Speed 09:38:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71200 0 0 100 71200 0 183k --:--:-- --:--:-- --:--:-- 183k 09:38:35 09:38:35 09:38:35 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/828/openapi/core-keeper.yaml] 09:38:35 % Total % Received % Xferd Average Speed Time Time Time Current 09:38:35 Dload Upload Total Spent Left Speed 09:38:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32901 100 66 100 32835 375 182k --:--:-- --:--:-- --:--:-- 182k 09:38:35 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 09:38:35 09:38:35 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/828/openapi/core-metadata.yaml] 09:38:35 % Total % Received % Xferd Average Speed Time Time Time Current 09:38:35 Dload Upload Total Spent Left Speed 09:38:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 0 0 100 156k 0 769k --:--:-- --:--:-- --:--:-- 769k 100 156k 100 156 100 156k 460 460k --:--:-- --:--:-- --:--:-- 459k 09:38:35 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 09:38:35 09:38:35 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/828/openapi/security-proxy-auth.yaml] 09:38:35 % Total % Received % Xferd Average Speed Time Time Time Current 09:38:35 Dload Upload Total Spent Left Speed 09:38:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 238 88335 --:--:-- --:--:-- --:--:-- 88574 09:38:36 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 09:38:36 09:38:36 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/828/openapi/security-secretstore-setup.yaml] 09:38:36 % Total % Received % Xferd Average Speed Time Time Time Current 09:38:36 Dload Upload Total Spent Left Speed 09:38:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 564 33444 --:--:-- --:--:-- --:--:-- 34008 09:38:36 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 09:38:36 09:38:36 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/828/openapi/support-notifications.yaml] 09:38:36 % Total % Received % Xferd Average Speed Time Time Time Current 09:38:36 Dload Upload Total Spent Left Speed 09:38:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 156 100 99976 539 337k --:--:-- --:--:-- --:--:-- 338k 09:38:36 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 09:38:36 09:38:36 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/828/openapi/support-scheduler.yaml] 09:38:36 % Total % Received % Xferd Average Speed Time Time Time Current 09:38:36 Dload Upload Total Spent Left Speed 09:38:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50857 100 156 100 50701 498 158k --:--:-- --:--:-- --:--:-- 158k 09:38:36 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 09:38:36 [Pipeline] } 09:38:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 09:38:37 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:38:37 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:38:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:38:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:38:37 prd-ubuntu20.04-docker-8c-8g-85 does not seem to be running inside a container 09:38:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/828 -v /w/workspace/edgex-go/828:/w/workspace/edgex-go/828:rw,z -v /w/workspace/edgex-go/828@tmp:/w/workspace/edgex-go/828@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 09:38:38 $ docker top 8b34b82ee6b6d74b435536e18698a1efa651c28ea465a55d9b00a3586ee30e6c -eo pid,comm 09:38: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). 09:38:38 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:38:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:38:38 [ssh-agent] Looking for ssh-agent implementation... 09:38:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:38:38 $ docker exec 8b34b82ee6b6d74b435536e18698a1efa651c28ea465a55d9b00a3586ee30e6c ssh-agent 09:38:38 SSH_AUTH_SOCK=/tmp/ssh-H0TgbDy1hT8e/agent.32 09:38:38 SSH_AGENT_PID=38 09:38:38 Running ssh-add (command line suppressed) 09:38:38 Identity added: /w/workspace/edgex-go/828@tmp/private_key_10010640937957136559.key (/w/workspace/edgex-go/828@tmp/private_key_10010640937957136559.key) 09:38:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:38:38 + git semver tag 09:38:39 2025-04-18 09:38:39,042 [run_tag] DEBUG tag force:False 09:38:39 2025-04-18 09:38:39,042 [check_head_tag] DEBUG check head tag 09:38:39 2025-04-18 09:38:39,042 [execute] INFO git cat-file --batch-check 09:38:39 2025-04-18 09:38:39,042 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/828, universal_newlines=False, shell=None, istream=) 09:38:39 2025-04-18 09:38:39,047 [execute] INFO git cat-file --batch 09:38:39 2025-04-18 09:38:39,047 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/828, universal_newlines=False, shell=None, istream=) 09:38:39 2025-04-18 09:38:39,058 [read_version] DEBUG read version from /w/workspace/edgex-go/828/.semver/main 09:38:39 2025-04-18 09:38:39,058 [execute] INFO git tag -a v4.1.0-dev.3 -m v4.1.0-dev.3 09:38:39 2025-04-18 09:38:39,058 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.3', '-m', 'v4.1.0-dev.3'], cwd=/w/workspace/edgex-go/828, universal_newlines=False, shell=None, istream=None) 09:38:39 2025-04-18 09:38:39,064 [read_version] DEBUG read version from /w/workspace/edgex-go/828/.semver/main 09:38:39 4.1.0-dev.3 [Pipeline] } 09:38:39 $ docker exec --env ******** --env ******** 8b34b82ee6b6d74b435536e18698a1efa651c28ea465a55d9b00a3586ee30e6c ssh-agent -k 09:38:39 unset SSH_AUTH_SOCK; 09:38:39 unset SSH_AGENT_PID; 09:38:39 echo Agent pid 38 killed; 09:38:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:38:39 + git semver [Pipeline] } 09:38:39 $ docker stop --time=1 8b34b82ee6b6d74b435536e18698a1efa651c28ea465a55d9b00a3586ee30e6c 09:38:41 $ docker rm -f --volumes 8b34b82ee6b6d74b435536e18698a1efa651c28ea465a55d9b00a3586ee30e6c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:38:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:38:41 09:38:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:38:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:38:41 0.23.1-centos7: Pulling from edgex-lftools 09:38:41 ab5ef0e58194: Pulling fs layer 09:38:41 9712f1f96733: Pulling fs layer 09:38:41 63f879dbbcfc: Pulling fs layer 09:38:41 0d9ebad4ef96: Pulling fs layer 09:38:41 e9a5061849ea: Pulling fs layer 09:38:41 d747dcd14b5f: Pulling fs layer 09:38:41 2de7ff778b66: Pulling fs layer 09:38:41 0d9ebad4ef96: Waiting 09:38:41 d747dcd14b5f: Waiting 09:38:41 e9a5061849ea: Waiting 09:38:41 2de7ff778b66: Waiting 09:38:41 9712f1f96733: Verifying Checksum 09:38:41 9712f1f96733: Download complete 09:38:42 63f879dbbcfc: Verifying Checksum 09:38:42 63f879dbbcfc: Download complete 09:38:42 e9a5061849ea: Verifying Checksum 09:38:42 e9a5061849ea: Download complete 09:38:42 d747dcd14b5f: Verifying Checksum 09:38:42 d747dcd14b5f: Download complete 09:38:42 0d9ebad4ef96: Verifying Checksum 09:38:42 0d9ebad4ef96: Download complete 09:38:42 ab5ef0e58194: Verifying Checksum 09:38:42 ab5ef0e58194: Download complete 09:38:42 2de7ff778b66: Verifying Checksum 09:38:42 2de7ff778b66: Download complete 09:38:45 ab5ef0e58194: Pull complete 09:38:45 9712f1f96733: Pull complete 09:38:45 63f879dbbcfc: Pull complete 09:38:49 0d9ebad4ef96: Pull complete 09:38:49 e9a5061849ea: Pull complete 09:38:49 d747dcd14b5f: Pull complete 09:38:50 2de7ff778b66: Pull complete 09:38:50 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:38:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:38:50 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:38:50 prd-ubuntu20.04-docker-8c-8g-85 does not seem to be running inside a container 09:38:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/828 -v /w/workspace/edgex-go/828:/w/workspace/edgex-go/828:rw,z -v /w/workspace/edgex-go/828@tmp:/w/workspace/edgex-go/828@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 09:38:53 $ docker top e59313f657a05e0ca58cebc7d0c513121f38273525782b02bd778dc465f32f87 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:38:53 provisioning config files... 09:38:53 copy managed file [sigul-config] to file:/w/workspace/edgex-go/828@tmp/config5467325971260976062tmp 09:38:53 copy managed file [sigul-password] to file:/w/workspace/edgex-go/828@tmp/config6848108761729555505tmp 09:38:53 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/828@tmp/config5761994383181379795tmp [Pipeline] { [Pipeline] echo 09:38:53 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:38:53 ---> sigul-configuration.sh 09:38:53 gpg: directory `/root/.gnupg' created 09:38:53 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:38:53 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:38:53 gpg: keyring `/root/.gnupg/secring.gpg' created 09:38:53 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:38:53 gpg: CAST5 encrypted data 09:38:53 gpg: encrypted with 1 passphrase 09:38:53 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:38:54 + mkdir /home/jenkins 09:38:54 + mkdir /home/jenkins/sigul [Pipeline] sh 09:38:54 + 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 09:38:54 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:38:54 ---> sigul-install.sh 09:38:54 Sigul already installed; skipping installation. [Pipeline] sh 09:38:55 + git tag --list 09:38:55 0.6.0 09:38:55 0.6.1 09:38:55 0.7.0 09:38:55 0.7.1 09:38:55 v1.0.0 09:38:55 v1.0.1 09:38:55 v1.1.0 09:38:55 v1.2.0 09:38:55 v1.2.1 09:38:55 v1.3.0 09:38:55 v1.3.1 09:38:55 v2.0.0 09:38:55 v2.1.0 09:38:55 v2.1.1 09:38:55 v2.2.0 09:38:55 v2.3.0 09:38:55 v3.0 09:38:55 v3.0.0 09:38:55 v3.1 09:38:55 v3.1.0 09:38:55 v3.1.1 09:38:55 v4.0 09:38:55 v4.0.0 09:38:55 v4.0.1 09:38:55 v4.1.0-dev.1 09:38:55 v4.1.0-dev.2 09:38:55 v4.1.0-dev.3 [Pipeline] sh 09:38:55 + lftools sign git-tag v4.1.0-dev.3 09:38:55 Signing Git tag with Sigul... 09:38:55 Signing v4.1.0-dev.3 [Pipeline] echo 09:38:56 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:38:56 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:38:56 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:38:56 $ docker stop --time=1 e59313f657a05e0ca58cebc7d0c513121f38273525782b02bd778dc465f32f87 09:38:57 $ docker rm -f --volumes e59313f657a05e0ca58cebc7d0c513121f38273525782b02bd778dc465f32f87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 09:38:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:38:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:38:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:38:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:38:58 prd-ubuntu20.04-docker-8c-8g-85 does not seem to be running inside a container 09:38:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/828 -v /w/workspace/edgex-go/828:/w/workspace/edgex-go/828:rw,z -v /w/workspace/edgex-go/828@tmp:/w/workspace/edgex-go/828@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 09:38:59 $ docker top 6c06add0c9f3417708cd0c8756de5ba34d921b04e57b83fe16e12fc1aa2afd39 -eo pid,comm 09:38:59 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 09:38:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:38:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:38:59 [ssh-agent] Looking for ssh-agent implementation... 09:38:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:38:59 $ docker exec 6c06add0c9f3417708cd0c8756de5ba34d921b04e57b83fe16e12fc1aa2afd39 ssh-agent 09:38:59 SSH_AUTH_SOCK=/tmp/ssh-aotIAbnEvixZ/agent.32 09:38:59 SSH_AGENT_PID=38 09:38:59 Running ssh-add (command line suppressed) 09:38:59 Identity added: /w/workspace/edgex-go/828@tmp/private_key_5779823333459086360.key (/w/workspace/edgex-go/828@tmp/private_key_5779823333459086360.key) 09:38:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:38:59 + git semver bump pre 09:39:00 2025-04-18 09:38:59,985 [read_version] DEBUG read version from /w/workspace/edgex-go/828/.semver/main 09:39:00 2025-04-18 09:38:59,985 [bump_version] DEBUG bumping version:4.1.0-dev.3 on axis:pre with prefix:dev 09:39:00 2025-04-18 09:38:59,985 [bump_version] DEBUG bumped version:4.1.0-dev.4 09:39:00 2025-04-18 09:38:59,985 [write_version] DEBUG write version:4.1.0-dev.4 to path:/w/workspace/edgex-go/828/.semver/main with force:True 09:39:00 2025-04-18 09:38:59,985 [read_version] DEBUG read version from /w/workspace/edgex-go/828/.semver/main 09:39:00 2025-04-18 09:38:59,985 [write_file] DEBUG write to file:/w/workspace/edgex-go/828/.semver/main 09:39:00 2025-04-18 09:38:59,987 [execute] INFO git cat-file --batch-check 09:39:00 2025-04-18 09:38:59,987 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/828/.semver, universal_newlines=False, shell=None, istream=) 09:39:00 2025-04-18 09:38:59,992 [execute] INFO git cat-file --batch 09:39:00 2025-04-18 09:38:59,993 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/828/.semver, universal_newlines=False, shell=None, istream=) 09:39:00 2025-04-18 09:38:59,998 [read_version] DEBUG read version from /w/workspace/edgex-go/828/.semver/main 09:39:00 4.1.0-dev.4 [Pipeline] } 09:39:00 $ docker exec --env ******** --env ******** 6c06add0c9f3417708cd0c8756de5ba34d921b04e57b83fe16e12fc1aa2afd39 ssh-agent -k 09:39:00 unset SSH_AUTH_SOCK; 09:39:00 unset SSH_AGENT_PID; 09:39:00 echo Agent pid 38 killed; 09:39:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:39:00 + git semver [Pipeline] } 09:39:00 $ docker stop --time=1 6c06add0c9f3417708cd0c8756de5ba34d921b04e57b83fe16e12fc1aa2afd39 09:39:02 $ docker rm -f --volumes 6c06add0c9f3417708cd0c8756de5ba34d921b04e57b83fe16e12fc1aa2afd39 [Pipeline] // withDockerContainer [Pipeline] sh 09:39:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:39:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:39:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:39:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:39:02 prd-ubuntu20.04-docker-8c-8g-85 does not seem to be running inside a container 09:39:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/828 -v /w/workspace/edgex-go/828:/w/workspace/edgex-go/828:rw,z -v /w/workspace/edgex-go/828@tmp:/w/workspace/edgex-go/828@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 09:39:03 $ docker top 7643842ca7674109ae6364d5f15c5a9d844af6447acebaab477e5393608a21cf -eo pid,comm 09:39:03 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 09:39:03 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:39:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:39:03 [ssh-agent] Looking for ssh-agent implementation... 09:39:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:39:03 $ docker exec 7643842ca7674109ae6364d5f15c5a9d844af6447acebaab477e5393608a21cf ssh-agent 09:39:03 SSH_AUTH_SOCK=/tmp/ssh-VvGY4Qgscv1w/agent.32 09:39:03 SSH_AGENT_PID=38 09:39:03 Running ssh-add (command line suppressed) 09:39:03 Identity added: /w/workspace/edgex-go/828@tmp/private_key_9885107339174698591.key (/w/workspace/edgex-go/828@tmp/private_key_9885107339174698591.key) 09:39:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:39:03 + git semver push 09:39:04 2025-04-18 09:39:04,132 [run_push] DEBUG push 09:39:04 2025-04-18 09:39:04,133 [execute] INFO git cat-file --batch-check 09:39:04 2025-04-18 09:39:04,133 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/828/.semver, universal_newlines=False, shell=None, istream=) 09:39:04 2025-04-18 09:39:04,137 [execute] INFO git rev-list 1a57adae7e524a6ec75f8d53e9b8def2856847cb -- 09:39:04 2025-04-18 09:39:04,138 [execute] DEBUG Popen(['git', 'rev-list', '1a57adae7e524a6ec75f8d53e9b8def2856847cb', '--'], cwd=/w/workspace/edgex-go/828/.semver, universal_newlines=False, shell=None, istream=None) 09:39:04 2025-04-18 09:39:04,156 [execute] INFO git fetch -v origin 09:39:04 2025-04-18 09:39:04,157 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/828/.semver, universal_newlines=True, shell=None, istream=None) 09:39:04 2025-04-18 09:39:04,755 [run_push] DEBUG no remote changes detected 09:39:04 2025-04-18 09:39:04,756 [execute] INFO git push origin semver 09:39:04 2025-04-18 09:39:04,756 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/828/.semver, universal_newlines=False, shell=None, istream=None) 09:39:05 2025-04-18 09:39:05,368 [run_push] DEBUG push all version tags 09:39:05 2025-04-18 09:39:05,368 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 09:39:05 2025-04-18 09:39:05,368 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/828, universal_newlines=False, shell=None, istream=None) 09:39:06 2025-04-18 09:39:05,989 [read_version] DEBUG read version from /w/workspace/edgex-go/828/.semver/main 09:39:06 4.1.0-dev.4 [Pipeline] } 09:39:06 $ docker exec --env ******** --env ******** 7643842ca7674109ae6364d5f15c5a9d844af6447acebaab477e5393608a21cf ssh-agent -k 09:39:06 unset SSH_AUTH_SOCK; 09:39:06 unset SSH_AGENT_PID; 09:39:06 echo Agent pid 38 killed; 09:39:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:39:06 + git semver [Pipeline] } 09:39:06 $ docker stop --time=1 7643842ca7674109ae6364d5f15c5a9d844af6447acebaab477e5393608a21cf 09:39:08 $ docker rm -f --volumes 7643842ca7674109ae6364d5f15c5a9d844af6447acebaab477e5393608a21cf [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 09:39:08 + [ -d /w/workspace/edgex-go/828/archives ] [Pipeline] libraryResource [Pipeline] sh 09:39:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:39:09 ---> package-listing.sh 09:39:09 ++ tr '[:upper:]' '[:lower:]' 09:39:09 ++ facter osfamily 09:39:10 + OS_FAMILY=debian 09:39:10 + workspace=/w/workspace/edgex-go/828 09:39:10 + START_PACKAGES=/tmp/packages_start.txt 09:39:10 + END_PACKAGES=/tmp/packages_end.txt 09:39:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:39:10 + PACKAGES=/tmp/packages_start.txt 09:39:10 + '[' /w/workspace/edgex-go/828 ']' 09:39:10 + PACKAGES=/tmp/packages_end.txt 09:39:10 + case "${OS_FAMILY}" in 09:39:10 + dpkg -l 09:39:10 + grep '^ii' 09:39:10 + '[' -f /tmp/packages_start.txt ']' 09:39:10 + '[' -f /tmp/packages_end.txt ']' 09:39:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:39:10 + '[' /w/workspace/edgex-go/828 ']' 09:39:10 + mkdir -p /w/workspace/edgex-go/828/archives/ 09:39:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/828/archives/ [Pipeline] echo 09:39:10 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/828/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:39:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:39:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:39:10 09:39:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:39:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:39:11 latest: Pulling from edgex-lftools-log-publisher 09:39:11 5eb5b503b376: Pulling fs layer 09:39:11 5c69ac0246d0: Pulling fs layer 09:39:11 ec43610c2a17: Pulling fs layer 09:39:11 3a2ae6a8a46f: Pulling fs layer 09:39:11 33b1e0a273af: Pulling fs layer 09:39:11 5d3b04190fa2: Pulling fs layer 09:39:11 2f39f015ded8: Pulling fs layer 09:39:11 33b1e0a273af: Waiting 09:39:11 3a2ae6a8a46f: Waiting 09:39:11 5d3b04190fa2: Waiting 09:39:11 2f39f015ded8: Waiting 09:39:11 5c69ac0246d0: Verifying Checksum 09:39:11 5c69ac0246d0: Download complete 09:39:11 3a2ae6a8a46f: Download complete 09:39:11 33b1e0a273af: Verifying Checksum 09:39:11 33b1e0a273af: Download complete 09:39:11 5d3b04190fa2: Download complete 09:39:11 ec43610c2a17: Verifying Checksum 09:39:11 5eb5b503b376: Download complete 09:39:12 2f39f015ded8: Download complete 09:39:13 5eb5b503b376: Pull complete 09:39:13 5c69ac0246d0: Pull complete 09:39:13 ec43610c2a17: Pull complete 09:39:13 3a2ae6a8a46f: Pull complete 09:39:13 33b1e0a273af: Pull complete 09:39:14 5d3b04190fa2: Pull complete 09:39:18 2f39f015ded8: Pull complete 09:39:18 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 09:39:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:39:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:39:18 prd-ubuntu20.04-docker-8c-8g-85 does not seem to be running inside a container 09:39:18 $ 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/828/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/828 -v /w/workspace/edgex-go/828:/w/workspace/edgex-go/828:rw,z -v /w/workspace/edgex-go/828@tmp:/w/workspace/edgex-go/828@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 09:39:21 $ docker top a540e3923a260da3df75525d53bc170c12c88fd0ba973650875df58023959bca -eo pid,comm [Pipeline] { [Pipeline] sh 09:39:22 + touch /tmp/pre-build-complete [Pipeline] sh 09:39:22 + mkdir -p /var/log/sysstat [Pipeline] sh 09:39:22 + ls /var/log/sa-host 09:39:22 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:39:22 provisioning config files... 09:39:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/828@tmp/config11649837627440609028tmp [Pipeline] { [Pipeline] echo 09:39:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:39:23 ---> create-netrc.sh [Pipeline] } 09:39:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:39:23 ---> python-tools-install.sh [Pipeline] echo 09:39:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:39:23 ---> sudo-logs.sh 09:39:23 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:39:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:39:23 ---> job-cost.sh 09:39:23 lf-activate-venv: SKIPPING 09:39:23 DEBUG: total: 0.10999999940395355 09:39:23 INFO: Retrieving Stack Cost... 09:39:24 INFO: Retrieving Pricing Info for: v3-standard-8 09:39:24 INFO: Archiving Costs [Pipeline] echo 09:39:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:39:25 ---> logs-deploy.sh 09:39:25 lf-activate-venv: SKIPPING 09:39:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/828 09:39:25 INFO: archiving workspace using pattern(s): 09:39:26 Archives upload complete. 09:39:26 INFO: archiving logs to Nexus 09:39:26 ---> uname -a: 09:39:26 Linux prd-ubuntu20-04-docker-8c-8g-85 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 09:39:26 09:39:26 09:39:26 ---> lscpu: 09:39:26 Architecture: x86_64 09:39:26 CPU op-mode(s): 32-bit, 64-bit 09:39:26 Byte Order: Little Endian 09:39:26 Address sizes: 40 bits physical, 48 bits virtual 09:39:26 CPU(s): 8 09:39:26 On-line CPU(s) list: 0-7 09:39:26 Thread(s) per core: 1 09:39:26 Core(s) per socket: 1 09:39:26 Socket(s): 8 09:39:26 NUMA node(s): 1 09:39:26 Vendor ID: AuthenticAMD 09:39:26 CPU family: 23 09:39:26 Model: 49 09:39:26 Model name: AMD EPYC-Rome Processor 09:39:26 Stepping: 0 09:39:26 CPU MHz: 2799.998 09:39:26 BogoMIPS: 5599.99 09:39:26 Virtualization: AMD-V 09:39:26 Hypervisor vendor: KVM 09:39:26 Virtualization type: full 09:39:26 L1d cache: 256 KiB 09:39:26 L1i cache: 256 KiB 09:39:26 L2 cache: 4 MiB 09:39:26 L3 cache: 128 MiB 09:39:26 NUMA node0 CPU(s): 0-7 09:39:26 Vulnerability Itlb multihit: Not affected 09:39:26 Vulnerability L1tf: Not affected 09:39:26 Vulnerability Mds: Not affected 09:39:26 Vulnerability Meltdown: Not affected 09:39:26 Vulnerability Mmio stale data: Not affected 09:39:26 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:39:26 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 09:39:26 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 09:39:26 Vulnerability Srbds: Not affected 09:39:26 Vulnerability Tsx async abort: Not affected 09:39:26 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 09:39:26 09:39:26 09:39:26 ---> nproc: 09:39:26 8 09:39:26 09:39:26 09:39:26 ---> df -h: 09:39:26 Filesystem Size Used Avail Use% Mounted on 09:39:26 overlay 155G 30G 126G 20% / 09:39:26 tmpfs 64M 0 64M 0% /dev 09:39:26 tmpfs 16G 0 16G 0% /sys/fs/cgroup 09:39:26 shm 64M 0 64M 0% /dev/shm 09:39:26 /dev/vda1 155G 30G 126G 20% /facter-os 09:39:26 09:39:26 09:39:26 ---> sar -b -r -n DEV: 09:39:26 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-85) 04/18/25 _x86_64_ (8 CPU) 09:39:26 09:39:26 08:49:52 LINUX RESTART (8 CPU) 09:39:26 09:39:26 08:50:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:39:26 08:51:01 362.51 48.09 314.41 0.00 5383.77 123159.74 0.00 09:39:26 08:52:01 195.30 1.00 194.30 0.00 12.13 120689.35 0.00 09:39:26 08:53:01 53.32 0.00 53.32 0.00 0.00 56288.32 0.00 09:39:26 08:54:01 31.51 0.18 31.32 0.00 2.67 19740.09 0.00 09:39:26 08:55:01 249.63 0.43 249.20 0.00 51.17 201082.21 0.00 09:39:26 08:56:01 859.80 23.23 836.57 0.00 2776.54 169953.88 0.00 09:39:26 08:57:01 287.34 0.93 286.40 0.00 7.46 132839.32 0.00 09:39:26 08:58:01 383.76 0.02 383.74 0.00 0.13 117423.53 0.00 09:39:26 08:59:01 401.83 0.03 401.80 0.00 0.27 78589.27 0.00 09:39:26 09:00:01 520.66 0.10 520.56 0.00 18.40 77779.44 0.00 09:39:26 09:01:01 27.05 0.03 27.01 0.00 8.53 666.69 0.00 09:39:26 09:02:01 10.83 0.02 10.81 0.00 2.27 270.09 0.00 09:39:26 09:03:01 1.23 0.00 1.23 0.00 0.00 13.73 0.00 09:39:26 09:04:01 0.92 0.00 0.92 0.00 0.00 11.46 0.00 09:39:26 09:05:01 1.33 0.00 1.33 0.00 0.00 15.46 0.00 09:39:26 09:06:01 1.73 0.02 1.72 0.00 0.13 24.40 0.00 09:39:26 09:07:01 1.13 0.00 1.13 0.00 0.00 12.80 0.00 09:39:26 09:08:01 1.02 0.00 1.02 0.00 0.00 12.53 0.00 09:39:26 09:09:01 1.08 0.00 1.08 0.00 0.00 12.26 0.00 09:39:26 09:10:01 1.53 0.00 1.53 0.00 0.00 18.66 0.00 09:39:26 09:11:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 09:39:26 09:12:01 3.18 1.02 2.17 0.00 21.86 29.73 0.00 09:39:26 09:13:01 1.22 0.00 1.22 0.00 0.00 14.40 0.00 09:39:26 09:14:01 0.98 0.00 0.98 0.00 0.00 11.33 0.00 09:39:26 09:15:01 1.23 0.00 1.23 0.00 0.00 15.33 0.00 09:39:26 09:16:01 1.05 0.00 1.05 0.00 0.00 12.53 0.00 09:39:26 09:17:01 1.13 0.02 1.12 0.00 0.13 12.93 0.00 09:39:26 09:18:01 1.15 0.00 1.15 0.00 0.00 14.26 0.00 09:39:26 09:19:01 1.20 0.00 1.20 0.00 0.00 12.40 0.00 09:39:26 09:20:01 1.50 0.00 1.50 0.00 0.00 17.46 0.00 09:39:26 09:21:01 0.95 0.00 0.95 0.00 0.00 11.46 0.00 09:39:26 09:22:02 1.02 0.00 1.02 0.00 0.00 12.13 0.00 09:39:26 09:23:01 1.20 0.00 1.20 0.00 0.00 14.23 0.00 09:39:26 09:24:01 0.98 0.00 0.98 0.00 0.00 10.40 0.00 09:39:26 09:25:01 1.23 0.00 1.23 0.00 0.00 15.20 0.00 09:39:26 09:26:01 1.28 0.00 1.28 0.00 0.00 14.80 0.00 09:39:26 09:27:01 1.10 0.00 1.10 0.00 0.00 12.00 0.00 09:39:26 09:28:01 0.92 0.00 0.92 0.00 0.00 10.66 0.00 09:39:26 09:29:01 1.23 0.00 1.23 0.00 0.00 14.13 0.00 09:39:26 09:30:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 09:39:26 09:31:01 1.40 0.00 1.40 0.00 0.00 18.13 0.00 09:39:26 09:32:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 09:39:26 09:33:01 1.32 0.00 1.32 0.00 0.00 16.13 0.00 09:39:26 09:34:01 0.88 0.00 0.88 0.00 0.00 10.13 0.00 09:39:26 09:35:01 1.27 0.00 1.27 0.00 0.00 15.06 0.00 09:39:26 09:36:01 1.55 0.00 1.55 0.00 0.00 17.60 0.00 09:39:26 09:37:01 1.08 0.00 1.08 0.00 0.00 13.73 0.00 09:39:26 09:38:01 1.08 0.00 1.08 0.00 0.00 12.66 0.00 09:39:26 09:39:01 185.89 0.93 184.95 0.00 17.60 61258.46 0.00 09:39:26 Average: 73.78 1.55 72.22 0.00 169.51 23689.35 0.00 09:39:26 09:39:26 08:50:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:39:26 08:51:01 29057628 31551416 768096 2.34 70428 2703532 2055308 6.06 1032908 2408980 459404 09:39:26 08:52:01 27147564 31329248 964880 2.93 128624 4188564 2146572 6.33 1913204 3275424 943700 09:39:26 08:53:01 26563616 31164396 1128040 3.43 132004 4581340 2450476 7.22 2054952 3693728 790480 09:39:26 08:54:01 26570000 31503140 786912 2.39 135780 4871320 1929116 5.69 1772840 3930236 539712 09:39:26 08:55:01 21147512 31409396 876248 2.66 146400 10076204 2871280 8.46 1870048 9128868 1314876 09:39:26 08:56:01 16656024 31374424 870992 2.65 362748 13927192 2409192 7.10 2896476 12156932 870480 09:39:26 08:57:01 8649312 28181480 3993292 12.14 402452 18258508 11064276 32.61 6695120 15819880 1386212 09:39:26 08:58:01 5970256 27935848 4243664 12.91 416188 20584592 9368328 27.61 7983668 17132736 498992 09:39:26 08:59:01 4555916 29556728 2629424 8.00 430128 23528016 7445892 21.94 7564248 18899400 1777328 09:39:26 09:00:01 8683584 31447492 796896 2.42 435916 21520516 2099236 6.19 3473016 19183488 648 09:39:26 09:01:01 8668696 31434428 809828 2.46 437056 21521240 2232800 6.58 3965988 18702104 84 09:39:26 09:02:01 8685024 31451184 792892 2.41 437436 21521380 2106748 6.21 4094644 18557932 172 09:39:26 09:03:01 8685544 31451748 792464 2.41 437464 21521384 2106748 6.21 4093164 18557936 12 09:39:26 09:04:01 8696492 31462724 781436 2.38 437480 21521388 2106748 6.21 4082356 18557936 176 09:39:26 09:05:01 8697512 31463752 780800 2.37 437492 21521388 2106748 6.21 4081808 18557944 24 09:39:26 09:06:01 8701668 31467976 776372 2.36 437524 21521372 2140832 6.31 4078648 18557924 176 09:39:26 09:07:01 8701328 31467636 776632 2.36 437552 21521372 2140832 6.31 4078284 18557924 12 09:39:26 09:08:01 8701288 31467644 776592 2.36 437568 21521376 2140832 6.31 4078328 18557928 140 09:39:26 09:09:01 8701272 31467628 776584 2.36 437576 21521376 2140832 6.31 4078332 18557928 8 09:39:26 09:10:01 8702168 31468564 775616 2.36 437592 21521380 2140832 6.31 4077248 18557932 44 09:39:26 09:11:01 8701828 31468252 775864 2.36 437616 21521384 2140832 6.31 4077360 18557936 24 09:39:26 09:12:01 8700424 31467864 776428 2.36 437668 21522004 2174404 6.41 4077688 18558472 164 09:39:26 09:13:01 8700700 31468160 776068 2.36 437688 21522008 2174404 6.41 4077688 18558476 36 09:39:26 09:14:01 8700684 31468152 775964 2.36 437708 21522008 2174404 6.41 4077988 18558476 176 09:39:26 09:15:01 8700876 31468376 775900 2.36 437740 21522004 2174404 6.41 4078028 18558480 28 09:39:26 09:16:01 8700796 31468344 775916 2.36 437768 21522012 2174404 6.41 4078036 18558488 160 09:39:26 09:17:01 8700504 31468076 776164 2.36 437780 21522016 2174404 6.41 4077900 18558488 24 09:39:26 09:18:01 8700648 31468260 776080 2.36 437784 21522020 2174404 6.41 4077940 18558496 164 09:39:26 09:19:01 8700648 31468264 776056 2.36 437800 21522024 2174404 6.41 4077928 18558496 4 09:39:26 09:20:01 8700600 31468376 775892 2.36 437828 21522148 2174404 6.41 4077812 18558628 4 09:39:26 09:21:01 8700828 31468628 775560 2.36 437848 21522160 2174404 6.41 4077888 18558632 28 09:39:26 09:22:02 8701000 31468804 775296 2.36 437880 21522156 2174404 6.41 4077840 18558632 144 09:39:26 09:23:01 8700660 31468528 775544 2.36 437892 21522168 2174404 6.41 4078112 18558640 12 09:39:26 09:24:01 8700204 31468100 775920 2.36 437908 21522168 2174404 6.41 4079960 18558644 164 09:39:26 09:25:01 8700624 31468544 775624 2.36 437932 21522172 2174404 6.41 4079432 18558644 12 09:39:26 09:26:01 8700268 31468204 775908 2.36 437956 21522176 2174404 6.41 4079560 18558648 140 09:39:26 09:27:01 8700244 31468180 775876 2.36 437968 21522176 2174404 6.41 4079500 18558648 4 09:39:26 09:28:01 8700228 31468168 775816 2.36 437980 21522180 2174404 6.41 4079500 18558652 164 09:39:26 09:29:01 8700464 31468404 775516 2.36 437984 21522180 2174404 6.41 4079500 18558652 12 09:39:26 09:30:01 8700448 31468396 775456 2.36 437992 21522184 2174404 6.41 4079408 18558656 144 09:39:26 09:31:01 8700084 31468112 775844 2.36 438012 21522188 2174404 6.41 4079560 18558664 12 09:39:26 09:32:01 8700220 31468248 775836 2.36 438044 21522192 2174404 6.41 4079500 18558664 144 09:39:26 09:33:01 8700488 31468588 775508 2.36 438068 21522200 2157780 6.36 4079568 18558676 16 09:39:26 09:34:01 8700716 31468816 775208 2.36 438072 21522200 2157780 6.36 4079580 18558676 152 09:39:26 09:35:01 8700416 31468524 775420 2.36 438092 21522204 2157780 6.36 4079580 18558680 8 09:39:26 09:36:01 8699884 31468000 775852 2.36 438116 21522208 2157780 6.36 4079724 18558684 152 09:39:26 09:37:01 8700152 31468328 775492 2.36 438144 21522208 2157780 6.36 4079972 18558680 12 09:39:26 09:38:01 8699936 31468144 775832 2.36 438164 21522212 2157780 6.36 4080176 18558688 244 09:39:26 09:39:01 7187656 31397200 840080 2.55 464656 22805112 2361380 6.96 4217836 19789552 1136 09:39:26 Average: 10464176 31276875 968563 2.95 403296 19691378 2618674 7.72 4007956 16954755 175228 09:39:26 09:39:26 08:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:39:26 08:51:01 ens3 1424.06 1239.93 11574.54 163.92 0.00 0.00 0.00 0.00 09:39:26 08:51:01 docker0 627.46 570.94 43.35 2983.64 0.00 0.00 0.00 0.00 09:39:26 08:51:01 lo 5.27 5.27 0.51 0.51 0.00 0.00 0.00 0.00 09:39:26 08:52:01 ens3 342.41 254.96 1698.69 36.53 0.00 0.00 0.00 0.00 09:39:26 08:52:01 docker0 234.71 306.87 19.49 1665.77 0.00 0.00 0.00 0.00 09:39:26 08:52:01 vethccb7c99 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 09:39:26 08:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:39:26 08:53:01 ens3 38.90 27.14 31.51 16.67 0.00 0.00 0.00 0.00 09:39:26 08:53:01 docker0 1.23 1.23 0.09 0.11 0.00 0.00 0.00 0.00 09:39:26 08:53:01 vethccb7c99 1.23 1.27 0.11 0.11 0.00 0.00 0.00 0.00 09:39:26 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:54:01 ens3 20.04 11.88 17.07 10.45 0.00 0.00 0.00 0.00 09:39:26 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:54:01 vethccb7c99 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:39:26 08:55:01 vethf5fde07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:55:01 ens3 193.59 129.01 3428.85 162.31 0.00 0.00 0.00 0.00 09:39:26 08:55:01 vethe9bb4a6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:55:01 veth8f504eb 1.67 2.78 0.13 38.72 0.00 0.00 0.00 0.00 09:39:26 08:55:01 veth5ec6e8e 2.80 7.06 0.21 112.66 0.00 0.00 0.00 0.01 09:39:26 08:55:01 veth021aa0b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:55:01 veth650759a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:55:01 vethf637d1d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:55:01 vethcc9f68f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:55:01 vethc355672 3.45 6.31 0.27 82.85 0.00 0.00 0.00 0.01 09:39:26 08:55:01 docker0 12.18 25.30 0.76 344.63 0.00 0.00 0.00 0.00 09:39:26 08:55:01 veth60e9929 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:55:01 veth108f906 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:55:01 veth6050631 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:55:01 vethcf0c141 0.65 0.73 0.06 0.25 0.00 0.00 0.00 0.00 09:39:26 08:55:01 veth9606d6a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:55:01 lo 1.27 1.27 0.13 0.13 0.00 0.00 0.00 0.00 09:39:26 08:55:01 veth9ecddef 3.61 9.33 0.26 110.21 0.00 0.00 0.00 0.01 09:39:26 08:56:01 ens3 1038.37 668.71 10615.03 69.16 0.00 0.00 0.00 0.00 09:39:26 08:56:01 veth7578308 93.04 128.72 8.93 1223.75 0.00 0.00 0.00 0.10 09:39:26 08:56:01 veth17bc1c8 96.42 149.42 9.20 1228.24 0.00 0.00 0.00 0.10 09:39:26 08:56:01 veth9e9103c 87.00 143.20 8.59 1228.19 0.00 0.00 0.00 0.10 09:39:26 08:56:01 docker0 600.70 914.13 48.76 8427.21 0.00 0.00 0.00 0.00 09:39:26 08:56:01 veth20a0c90 90.62 129.26 8.81 1225.13 0.00 0.00 0.00 0.10 09:39:26 08:56:01 vethcf0c141 0.13 0.87 0.01 0.04 0.00 0.00 0.00 0.00 09:39:26 08:56:01 lo 0.73 0.73 0.08 0.08 0.00 0.00 0.00 0.00 09:39:26 08:56:01 veth5fa656e 94.24 134.64 9.03 1225.90 0.00 0.00 0.00 0.10 09:39:26 08:56:01 vethcc1c1da 88.32 142.07 8.65 1228.01 0.00 0.00 0.00 0.10 09:39:26 08:57:01 ens3 15.68 8.88 12.96 7.10 0.00 0.00 0.00 0.00 09:39:26 08:57:01 veth560c766 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 09:39:26 08:57:01 vethcd237cc 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 09:39:26 08:57:01 veth6a23c22 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 09:39:26 08:57:01 veth9572f7b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 09:39:26 08:57:01 veth0e289c2 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 09:39:26 08:57:01 vethb8ef853 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 09:39:26 08:57:01 veth6071025 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 09:39:26 08:57:01 docker0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:57:01 veth849dd6e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 09:39:26 08:57:01 veth2775b03 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 09:39:26 08:57:01 vethcf0c141 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:57:01 vethfd9c0d6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:39:26 08:57:01 vethc62c166 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 09:39:26 08:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:57:01 veth072779b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 09:39:26 08:58:01 ens3 2.00 1.03 1.59 0.84 0.00 0.00 0.00 0.00 09:39:26 08:58:01 veth560c766 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:58:01 vethcd237cc 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:58:01 veth6a23c22 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:58:01 veth9572f7b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:58:01 veth0e289c2 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:58:01 vethb8ef853 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:58:01 veth6071025 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:58:01 veth849dd6e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:58:01 veth2775b03 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:58:01 vethcf0c141 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:58:01 vethfd9c0d6 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:58:01 vethc62c166 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:39:26 08:58:01 veth072779b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:59:01 ens3 6.00 3.05 4.99 2.70 0.00 0.00 0.00 0.00 09:39:26 08:59:01 veth560c766 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:59:01 vethcd237cc 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:59:01 veth9572f7b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:59:01 veth0e289c2 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:59:01 vethb8ef853 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:59:01 veth6071025 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:59:01 veth2775b03 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:59:01 vethcf0c141 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:59:01 vethfd9c0d6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:59:01 vethc62c166 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 08:59:01 veth072779b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:00:01 ens3 285.07 280.29 167.12 986.95 0.00 0.00 0.00 0.00 09:39:26 09:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:00:01 lo 36.79 36.79 3.62 3.62 0.00 0.00 0.00 0.00 09:39:26 09:01:01 ens3 398.78 390.07 151.84 2677.15 0.00 0.00 0.00 0.00 09:39:26 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:01:01 lo 31.06 31.06 3.06 3.06 0.00 0.00 0.00 0.00 09:39:26 09:02:01 ens3 134.48 126.60 69.07 735.29 0.00 0.00 0.00 0.00 09:39:26 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:02:01 lo 12.80 12.80 1.26 1.26 0.00 0.00 0.00 0.00 09:39:26 09:03:01 ens3 0.78 0.15 1.23 0.01 0.00 0.00 0.00 0.00 09:39:26 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:04:01 ens3 1.25 0.58 0.57 0.41 0.00 0.00 0.00 0.00 09:39:26 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:39:26 09:05:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:06:01 ens3 0.28 0.22 0.08 0.07 0.00 0.00 0.00 0.00 09:39:26 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:39:26 09:07:01 ens3 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 09:39:26 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:08:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:39:26 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:39:26 09:09:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:10:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:39:26 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:39:26 09:11:01 ens3 0.20 0.08 0.08 0.06 0.00 0.00 0.00 0.00 09:39:26 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:12:01 ens3 0.32 0.17 0.13 0.01 0.00 0.00 0.00 0.00 09:39:26 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:39:26 09:13:01 ens3 0.27 0.00 0.04 0.00 0.00 0.00 0.00 0.00 09:39:26 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:14:01 ens3 0.98 0.10 0.10 0.01 0.00 0.00 0.00 0.00 09:39:26 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:39:26 09:15:01 ens3 1.85 0.78 0.86 0.61 0.00 0.00 0.00 0.00 09:39:26 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:16:01 ens3 0.80 0.38 0.41 0.27 0.00 0.00 0.00 0.00 09:39:26 09:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:39:26 09:17:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:18:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:39:26 09:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:39:26 09:19:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:20:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:39:26 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:39:26 09:21:01 ens3 0.18 0.10 0.08 0.07 0.00 0.00 0.00 0.00 09:39:26 09:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:22:02 ens3 0.48 0.10 0.05 0.01 0.00 0.00 0.00 0.00 09:39:26 09:22:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:22:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:39:26 09:23:01 ens3 1.36 0.61 0.72 0.48 0.00 0.00 0.00 0.00 09:39:26 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:24:01 ens3 1.93 1.90 0.38 13.74 0.00 0.00 0.00 0.00 09:39:26 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:39:26 09:25:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:26:01 ens3 2.70 4.60 0.24 7.22 0.00 0.00 0.00 0.00 09:39:26 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:39:26 09:27:01 ens3 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 09:39:26 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:28:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:39:26 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:39:26 09:29:01 ens3 0.38 0.02 0.05 0.00 0.00 0.00 0.00 0.00 09:39:26 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:30:01 ens3 0.35 0.18 0.07 0.01 0.00 0.00 0.00 0.00 09:39:26 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:39:26 09:31:01 ens3 3.05 4.83 0.28 7.23 0.00 0.00 0.00 0.00 09:39:26 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:32:01 ens3 0.27 0.08 0.02 0.01 0.00 0.00 0.00 0.00 09:39:26 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:39:26 09:33:01 ens3 0.40 0.02 0.05 0.00 0.00 0.00 0.00 0.00 09:39:26 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:34:01 ens3 0.23 0.15 0.07 0.01 0.00 0.00 0.00 0.00 09:39:26 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:39:26 09:35:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:36:01 ens3 12.68 19.65 1.16 22.09 0.00 0.00 0.00 0.00 09:39:26 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:39:26 09:37:01 ens3 0.80 0.02 0.06 0.00 0.00 0.00 0.00 0.00 09:39:26 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:38:01 ens3 9.63 15.01 1.22 21.57 0.00 0.00 0.00 0.00 09:39:26 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 09:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:39:26 09:39:01 ens3 403.42 258.79 8053.79 107.63 0.00 0.00 0.00 0.00 09:39:26 09:39:01 docker0 65.02 99.67 5.94 873.51 0.00 0.00 0.00 0.00 09:39:26 09:39:01 veth92e31e6 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 09:39:26 09:39:01 lo 2.47 2.47 0.26 0.26 0.00 0.00 0.00 0.00 09:39:26 Average: ens3 88.71 70.44 731.60 103.10 0.00 0.00 0.00 0.00 09:39:26 Average: docker0 31.47 39.16 2.42 291.85 0.00 0.00 0.00 0.00 09:39:26 Average: veth92e31e6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:26 Average: lo 1.93 1.93 0.19 0.19 0.00 0.00 0.00 0.00 09:39:26 09:39:26 09:39:26 ---> sar -P ALL: 09:39:26 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-85) 04/18/25 _x86_64_ (8 CPU) 09:39:26 09:39:26 08:49:52 LINUX RESTART (8 CPU) 09:39:26 09:39:26 08:50:01 CPU %user %nice %system %iowait %steal %idle 09:39:26 08:51:01 all 9.69 0.00 3.15 1.83 0.06 85.27 09:39:26 08:51:01 0 7.63 0.00 2.59 0.12 0.05 89.61 09:39:26 08:51:01 1 8.48 0.00 3.10 1.40 0.07 86.96 09:39:26 08:51:01 2 12.25 0.00 3.06 1.33 0.05 83.31 09:39:26 08:51:01 3 11.91 0.00 4.11 8.28 0.07 75.64 09:39:26 08:51:01 4 9.03 0.00 2.71 0.30 0.05 87.91 09:39:26 08:51:01 5 7.15 0.00 3.01 1.01 0.07 88.76 09:39:26 08:51:01 6 10.07 0.00 3.41 0.42 0.05 86.05 09:39:26 08:51:01 7 11.03 0.00 3.19 1.83 0.07 83.88 09:39:26 08:52:01 all 37.18 0.00 7.45 1.17 0.08 54.13 09:39:26 08:52:01 0 35.72 0.00 7.05 0.03 0.07 57.14 09:39:26 08:52:01 1 36.85 0.00 7.85 0.15 0.08 55.07 09:39:26 08:52:01 2 35.25 0.00 8.14 4.22 0.08 52.31 09:39:26 08:52:01 3 38.45 0.00 7.18 0.13 0.07 54.17 09:39:26 08:52:01 4 39.16 0.00 6.90 0.00 0.07 53.88 09:39:26 08:52:01 5 37.73 0.00 7.09 0.85 0.07 54.27 09:39:26 08:52:01 6 35.94 0.00 7.78 0.15 0.08 56.05 09:39:26 08:52:01 7 38.32 0.00 7.65 3.84 0.08 50.10 09:39:26 08:53:01 all 40.94 0.00 7.08 0.77 0.09 51.11 09:39:26 08:53:01 0 39.15 0.00 6.68 0.02 0.10 54.06 09:39:26 08:53:01 1 41.13 0.00 7.01 3.37 0.08 48.41 09:39:26 08:53:01 2 38.86 0.00 7.04 0.77 0.10 53.23 09:39:26 08:53:01 3 40.46 0.00 7.15 0.02 0.07 52.31 09:39:26 08:53:01 4 42.29 0.00 6.95 0.00 0.08 50.67 09:39:26 08:53:01 5 41.78 0.00 7.36 0.02 0.10 50.75 09:39:26 08:53:01 6 41.35 0.00 7.87 2.00 0.10 48.68 09:39:26 08:53:01 7 42.54 0.00 6.62 0.00 0.08 50.76 09:39:26 08:54:01 all 57.99 0.00 7.50 0.18 0.08 34.25 09:39:26 08:54:01 0 57.23 0.00 7.02 0.02 0.08 35.65 09:39:26 08:54:01 1 57.39 0.00 7.65 0.00 0.08 34.88 09:39:26 08:54:01 2 57.47 0.00 7.81 0.07 0.07 34.58 09:39:26 08:54:01 3 58.72 0.00 7.09 0.07 0.08 34.04 09:39:26 08:54:01 4 58.95 0.00 7.45 0.02 0.07 33.52 09:39:26 08:54:01 5 59.61 0.00 7.56 0.02 0.08 32.72 09:39:26 08:54:01 6 56.44 0.00 7.82 1.28 0.08 34.38 09:39:26 08:54:01 7 58.08 0.00 7.56 0.02 0.08 34.25 09:39:26 08:55:01 all 20.93 0.00 6.75 13.03 0.07 59.21 09:39:26 08:55:01 0 20.73 0.00 6.74 24.10 0.07 48.36 09:39:26 08:55:01 1 19.99 0.00 7.42 31.68 0.07 40.83 09:39:26 08:55:01 2 20.34 0.00 6.44 6.31 0.08 66.83 09:39:26 08:55:01 3 20.54 0.00 6.30 13.75 0.08 59.32 09:39:26 08:55:01 4 21.70 0.00 6.62 3.19 0.08 68.40 09:39:26 08:55:01 5 20.98 0.00 6.70 18.38 0.07 53.88 09:39:26 08:55:01 6 21.17 0.00 7.50 2.64 0.07 68.62 09:39:26 08:55:01 7 21.97 0.00 6.29 4.41 0.07 67.27 09:39:26 08:56:01 all 13.83 0.00 7.07 14.82 0.08 64.21 09:39:26 08:56:01 0 14.93 0.00 8.08 14.99 0.08 61.92 09:39:26 08:56:01 1 12.39 0.00 7.09 19.94 0.07 60.51 09:39:26 08:56:01 2 11.82 0.00 6.21 5.74 0.05 76.18 09:39:26 08:56:01 3 13.98 0.00 6.04 7.35 0.07 72.57 09:39:26 08:56:01 4 15.36 0.00 9.30 34.81 0.10 40.43 09:39:26 08:56:01 5 12.77 0.00 6.95 7.22 0.07 72.99 09:39:26 08:56:01 6 14.57 0.00 6.28 14.13 0.08 64.94 09:39:26 08:56:01 7 14.78 0.00 6.60 14.45 0.08 64.08 09:39:26 08:57:01 all 49.03 0.00 8.66 10.40 0.08 31.84 09:39:26 08:57:01 0 49.22 0.00 8.77 9.42 0.08 32.50 09:39:26 08:57:01 1 48.30 0.00 9.53 6.49 0.08 35.60 09:39:26 08:57:01 2 47.54 0.00 8.09 1.41 0.07 42.90 09:39:26 08:57:01 3 49.88 0.00 8.06 7.26 0.08 34.72 09:39:26 08:57:01 4 48.78 0.00 10.22 39.60 0.08 1.31 09:39:26 08:57:01 5 49.42 0.00 7.92 8.24 0.08 34.34 09:39:26 08:57:01 6 49.06 0.00 8.96 1.30 0.07 40.61 09:39:26 08:57:01 7 50.01 0.00 7.72 9.70 0.08 32.50 09:39:26 08:58:01 all 89.90 0.00 10.00 0.00 0.10 0.00 09:39:26 08:58:01 0 90.75 0.00 9.15 0.00 0.10 0.00 09:39:26 08:58:01 1 89.00 0.00 10.90 0.00 0.10 0.00 09:39:26 08:58:01 2 89.55 0.00 10.35 0.00 0.10 0.00 09:39:26 08:58:01 3 90.37 0.00 9.53 0.00 0.10 0.00 09:39:26 08:58:01 4 90.38 0.00 9.50 0.00 0.12 0.00 09:39:26 08:58:01 5 89.55 0.00 10.35 0.00 0.10 0.00 09:39:26 08:58:01 6 89.15 0.00 10.75 0.00 0.10 0.00 09:39:26 08:58:01 7 90.42 0.00 9.48 0.00 0.10 0.00 09:39:26 08:59:01 all 90.12 0.00 9.79 0.00 0.09 0.00 09:39:26 08:59:01 0 90.33 0.00 9.58 0.00 0.08 0.00 09:39:26 08:59:01 1 88.60 0.00 11.29 0.00 0.10 0.02 09:39:26 08:59:01 2 89.43 0.00 10.48 0.00 0.08 0.00 09:39:26 08:59:01 3 90.09 0.00 9.83 0.00 0.08 0.00 09:39:26 08:59:01 4 91.45 0.00 8.45 0.00 0.10 0.00 09:39:26 08:59:01 5 90.30 0.00 9.61 0.00 0.08 0.00 09:39:26 08:59:01 6 90.65 0.00 9.25 0.00 0.10 0.00 09:39:26 08:59:01 7 90.10 0.00 9.80 0.00 0.10 0.00 09:39:26 09:00:01 all 15.27 0.00 3.45 3.65 0.08 77.55 09:39:26 09:00:01 0 15.06 0.00 3.47 3.77 0.10 77.59 09:39:26 09:00:01 1 17.94 0.00 4.51 10.75 0.08 66.72 09:39:26 09:00:01 2 12.73 0.00 3.00 0.82 0.07 83.39 09:39:26 09:00:01 3 16.78 0.00 3.05 2.11 0.08 77.97 09:39:26 09:00:01 4 14.13 0.00 3.29 3.64 0.07 78.87 09:39:26 09:00:01 5 14.41 0.00 3.81 4.85 0.08 76.85 09:39:26 09:00:01 6 14.66 0.00 3.30 2.35 0.08 79.61 09:39:26 09:00:01 7 16.41 0.00 3.15 0.96 0.08 79.39 09:39:26 09:01:01 all 10.81 0.00 0.79 0.12 0.06 88.22 09:39:26 09:01:01 0 7.46 0.00 0.79 0.10 0.05 91.60 09:39:26 09:01:01 1 13.13 0.00 0.67 0.02 0.07 86.12 09:39:26 09:01:01 2 8.69 0.00 0.60 0.02 0.03 90.65 09:39:26 09:01:01 3 15.25 0.00 0.82 0.12 0.07 83.74 09:39:26 09:01:01 4 7.61 0.00 0.70 0.05 0.05 91.59 09:39:26 09:01:01 5 7.44 0.00 0.95 0.57 0.07 90.97 09:39:26 09:01:01 6 10.24 0.00 0.94 0.03 0.07 88.72 09:39:26 09:01:01 7 16.65 0.00 0.89 0.03 0.07 82.36 09:39:26 09:39:26 09:01:01 CPU %user %nice %system %iowait %steal %idle 09:39:26 09:02:01 all 3.48 0.00 0.35 0.09 0.04 96.04 09:39:26 09:02:01 0 2.15 0.00 0.32 0.02 0.07 97.45 09:39:26 09:02:01 1 4.12 0.00 0.43 0.57 0.03 94.85 09:39:26 09:02:01 2 3.02 0.00 0.32 0.02 0.03 96.61 09:39:26 09:02:01 3 4.40 0.00 0.35 0.02 0.02 95.21 09:39:26 09:02:01 4 6.08 0.00 0.45 0.05 0.05 93.37 09:39:26 09:02:01 5 2.15 0.00 0.23 0.02 0.05 97.55 09:39:26 09:02:01 6 4.81 0.00 0.38 0.00 0.02 94.79 09:39:26 09:02:01 7 1.12 0.00 0.30 0.02 0.03 98.53 09:39:26 09:03:01 all 0.03 0.00 0.02 0.16 0.02 99.77 09:39:26 09:03:01 0 0.03 0.00 0.00 0.00 0.02 99.95 09:39:26 09:03:01 1 0.02 0.00 0.00 0.15 0.02 99.82 09:39:26 09:03:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:39:26 09:03:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:39:26 09:03:01 4 0.05 0.00 0.12 1.13 0.05 98.65 09:39:26 09:03:01 5 0.03 0.00 0.03 0.00 0.02 99.92 09:39:26 09:03:01 6 0.03 0.00 0.00 0.00 0.02 99.95 09:39:26 09:03:01 7 0.08 0.00 0.00 0.00 0.02 99.90 09:39:26 09:04:01 all 0.29 0.00 0.02 0.00 0.01 99.68 09:39:26 09:04:01 0 0.07 0.00 0.05 0.00 0.02 99.87 09:39:26 09:04:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:39:26 09:04:01 2 0.02 0.00 0.00 0.00 0.02 99.97 09:39:26 09:04:01 3 0.03 0.00 0.00 0.00 0.00 99.97 09:39:26 09:04:01 4 0.07 0.00 0.02 0.00 0.03 99.88 09:39:26 09:04:01 5 0.02 0.00 0.02 0.00 0.02 99.95 09:39:26 09:04:01 6 0.05 0.00 0.02 0.00 0.00 99.93 09:39:26 09:04:01 7 2.02 0.00 0.03 0.00 0.02 97.93 09:39:26 09:05:01 all 0.27 0.00 0.01 0.00 0.02 99.70 09:39:26 09:05:01 0 0.05 0.00 0.05 0.00 0.03 99.87 09:39:26 09:05:01 1 0.02 0.00 0.02 0.02 0.02 99.93 09:39:26 09:05:01 2 0.00 0.00 0.00 0.00 0.00 100.00 09:39:26 09:05:01 3 0.02 0.00 0.00 0.00 0.02 99.97 09:39:26 09:05:01 4 0.03 0.00 0.02 0.02 0.03 99.90 09:39:26 09:05:01 5 0.02 0.00 0.02 0.00 0.02 99.95 09:39:26 09:05:01 6 0.05 0.00 0.00 0.00 0.00 99.95 09:39:26 09:05:01 7 1.95 0.00 0.00 0.00 0.02 98.03 09:39:26 09:06:01 all 0.29 0.00 0.03 0.01 0.02 99.65 09:39:26 09:06:01 0 0.03 0.00 0.05 0.00 0.03 99.88 09:39:26 09:06:01 1 0.05 0.00 0.03 0.03 0.00 99.88 09:39:26 09:06:01 2 0.05 0.00 0.03 0.00 0.02 99.90 09:39:26 09:06:01 3 0.05 0.00 0.02 0.00 0.00 99.93 09:39:26 09:06:01 4 0.05 0.00 0.05 0.00 0.03 99.87 09:39:26 09:06:01 5 0.03 0.00 0.02 0.00 0.02 99.93 09:39:26 09:06:01 6 0.05 0.00 0.02 0.02 0.02 99.90 09:39:26 09:06:01 7 2.00 0.00 0.02 0.00 0.02 97.96 09:39:26 09:07:01 all 0.21 0.00 0.02 0.00 0.01 99.74 09:39:26 09:07:01 0 0.02 0.00 0.03 0.02 0.02 99.92 09:39:26 09:07:01 1 0.02 0.00 0.00 0.02 0.02 99.95 09:39:26 09:07:01 2 0.02 0.00 0.02 0.00 0.02 99.95 09:39:26 09:07:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:39:26 09:07:01 4 0.02 0.00 0.03 0.00 0.02 99.93 09:39:26 09:07:01 5 0.03 0.00 0.02 0.00 0.02 99.93 09:39:26 09:07:01 6 0.00 0.00 0.02 0.00 0.00 99.98 09:39:26 09:07:01 7 1.60 0.00 0.08 0.00 0.00 98.32 09:39:26 09:08:01 all 0.03 0.00 0.02 0.00 0.02 99.93 09:39:26 09:08:01 0 0.07 0.00 0.07 0.02 0.05 99.80 09:39:26 09:08:01 1 0.02 0.00 0.02 0.02 0.02 99.93 09:39:26 09:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:39:26 09:08:01 3 0.07 0.00 0.02 0.00 0.00 99.92 09:39:26 09:08:01 4 0.03 0.00 0.02 0.00 0.05 99.90 09:39:26 09:08:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:39:26 09:08:01 6 0.03 0.00 0.02 0.00 0.00 99.95 09:39:26 09:08:01 7 0.03 0.00 0.00 0.00 0.02 99.95 09:39:26 09:09:01 all 0.03 0.00 0.01 0.00 0.01 99.94 09:39:26 09:09:01 0 0.08 0.00 0.02 0.02 0.03 99.85 09:39:26 09:09:01 1 0.00 0.00 0.00 0.02 0.02 99.97 09:39:26 09:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:39:26 09:09:01 3 0.02 0.00 0.02 0.00 0.02 99.95 09:39:26 09:09:01 4 0.03 0.00 0.03 0.00 0.03 99.90 09:39:26 09:09:01 5 0.05 0.00 0.00 0.00 0.00 99.95 09:39:26 09:09:01 6 0.03 0.00 0.00 0.00 0.00 99.97 09:39:26 09:09:01 7 0.00 0.00 0.02 0.00 0.02 99.97 09:39:26 09:10:01 all 0.05 0.00 0.01 0.00 0.01 99.93 09:39:26 09:10:01 0 0.10 0.00 0.02 0.00 0.03 99.85 09:39:26 09:10:01 1 0.00 0.00 0.02 0.02 0.00 99.97 09:39:26 09:10:01 2 0.02 0.00 0.00 0.00 0.03 99.95 09:39:26 09:10:01 3 0.03 0.00 0.02 0.00 0.00 99.95 09:39:26 09:10:01 4 0.07 0.00 0.00 0.02 0.03 99.88 09:39:26 09:10:01 5 0.13 0.00 0.00 0.00 0.00 99.87 09:39:26 09:10:01 6 0.03 0.00 0.00 0.00 0.02 99.95 09:39:26 09:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:39:26 09:11:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:39:26 09:11:01 0 0.05 0.00 0.05 0.00 0.03 99.87 09:39:26 09:11:01 1 0.00 0.00 0.00 0.02 0.02 99.97 09:39:26 09:11:01 2 0.00 0.00 0.00 0.02 0.02 99.97 09:39:26 09:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:39:26 09:11:01 4 0.02 0.00 0.03 0.00 0.02 99.93 09:39:26 09:11:01 5 0.00 0.00 0.00 0.00 0.02 99.98 09:39:26 09:11:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:39:26 09:11:01 7 0.00 0.00 0.00 0.00 0.02 99.98 09:39:26 09:12:01 all 0.08 0.00 0.03 0.01 0.02 99.86 09:39:26 09:12:01 0 0.07 0.00 0.03 0.00 0.03 99.87 09:39:26 09:12:01 1 0.03 0.00 0.02 0.02 0.00 99.93 09:39:26 09:12:01 2 0.05 0.00 0.05 0.00 0.02 99.88 09:39:26 09:12:01 3 0.12 0.00 0.03 0.00 0.02 99.83 09:39:26 09:12:01 4 0.05 0.00 0.05 0.03 0.03 99.83 09:39:26 09:12:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:39:26 09:12:01 6 0.25 0.00 0.03 0.03 0.02 99.67 09:39:26 09:12:01 7 0.03 0.00 0.03 0.00 0.02 99.92 09:39:26 09:39:26 09:12:01 CPU %user %nice %system %iowait %steal %idle 09:39:26 09:13:01 all 0.02 0.00 0.02 0.01 0.02 99.93 09:39:26 09:13:01 0 0.07 0.00 0.03 0.00 0.03 99.87 09:39:26 09:13:01 1 0.00 0.00 0.02 0.03 0.02 99.93 09:39:26 09:13:01 2 0.02 0.00 0.02 0.00 0.05 99.92 09:39:26 09:13:01 3 0.03 0.00 0.03 0.00 0.02 99.92 09:39:26 09:13:01 4 0.00 0.00 0.02 0.02 0.05 99.92 09:39:26 09:13:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:39:26 09:13:01 6 0.02 0.00 0.02 0.00 0.02 99.95 09:39:26 09:13:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:39:26 09:14:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:39:26 09:14:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:39:26 09:14:01 1 0.02 0.00 0.00 0.02 0.00 99.97 09:39:26 09:14:01 2 0.02 0.00 0.00 0.00 0.02 99.97 09:39:26 09:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:39:26 09:14:01 4 0.03 0.00 0.03 0.00 0.03 99.90 09:39:26 09:14:01 5 0.08 0.00 0.03 0.00 0.02 99.87 09:39:26 09:14:01 6 0.03 0.00 0.00 0.00 0.00 99.97 09:39:26 09:14:01 7 0.00 0.00 0.00 0.00 0.02 99.98 09:39:26 09:15:01 all 0.05 0.00 0.01 0.00 0.02 99.92 09:39:26 09:15:01 0 0.12 0.00 0.02 0.00 0.03 99.83 09:39:26 09:15:01 1 0.02 0.00 0.00 0.02 0.02 99.95 09:39:26 09:15:01 2 0.05 0.00 0.03 0.00 0.02 99.90 09:39:26 09:15:01 3 0.02 0.00 0.00 0.00 0.02 99.97 09:39:26 09:15:01 4 0.05 0.00 0.00 0.02 0.03 99.90 09:39:26 09:15:01 5 0.05 0.00 0.02 0.00 0.00 99.93 09:39:26 09:15:01 6 0.07 0.00 0.00 0.00 0.02 99.92 09:39:26 09:15:01 7 0.03 0.00 0.00 0.00 0.02 99.95 09:39:26 09:16:01 all 0.03 0.00 0.02 0.00 0.01 99.94 09:39:26 09:16:01 0 0.07 0.00 0.02 0.00 0.03 99.88 09:39:26 09:16:01 1 0.00 0.00 0.00 0.02 0.00 99.98 09:39:26 09:16:01 2 0.02 0.00 0.02 0.00 0.02 99.95 09:39:26 09:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 09:39:26 09:16:01 4 0.05 0.00 0.02 0.02 0.03 99.88 09:39:26 09:16:01 5 0.02 0.00 0.03 0.00 0.02 99.93 09:39:26 09:16:01 6 0.05 0.00 0.03 0.00 0.00 99.92 09:39:26 09:16:01 7 0.00 0.00 0.00 0.00 0.02 99.98 09:39:26 09:17:01 all 0.05 0.00 0.02 0.00 0.02 99.91 09:39:26 09:17:01 0 0.08 0.00 0.03 0.00 0.05 99.83 09:39:26 09:17:01 1 0.03 0.00 0.02 0.02 0.02 99.92 09:39:26 09:17:01 2 0.05 0.00 0.02 0.00 0.02 99.92 09:39:26 09:17:01 3 0.03 0.00 0.00 0.00 0.00 99.97 09:39:26 09:17:01 4 0.07 0.00 0.03 0.00 0.03 99.87 09:39:26 09:17:01 5 0.05 0.00 0.02 0.00 0.02 99.92 09:39:26 09:17:01 6 0.07 0.00 0.02 0.00 0.02 99.90 09:39:26 09:17:01 7 0.03 0.00 0.02 0.00 0.02 99.93 09:39:26 09:18:01 all 0.03 0.00 0.01 0.00 0.01 99.94 09:39:26 09:18:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:39:26 09:18:01 1 0.00 0.00 0.00 0.02 0.02 99.97 09:39:26 09:18:01 2 0.00 0.00 0.03 0.00 0.02 99.95 09:39:26 09:18:01 3 0.08 0.00 0.03 0.00 0.02 99.87 09:39:26 09:18:01 4 0.07 0.00 0.00 0.00 0.05 99.88 09:39:26 09:18:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:39:26 09:18:01 6 0.03 0.00 0.00 0.00 0.00 99.97 09:39:26 09:18:01 7 0.00 0.00 0.00 0.02 0.00 99.98 09:39:26 09:19:01 all 0.22 0.00 0.02 0.00 0.01 99.75 09:39:26 09:19:01 0 0.05 0.00 0.05 0.00 0.02 99.88 09:39:26 09:19:01 1 0.03 0.00 0.00 0.00 0.00 99.97 09:39:26 09:19:01 2 0.07 0.00 0.02 0.00 0.02 99.90 09:39:26 09:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:39:26 09:19:01 4 0.05 0.00 0.05 0.02 0.03 99.85 09:39:26 09:19:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:39:26 09:19:01 6 0.03 0.00 0.02 0.00 0.02 99.93 09:39:26 09:19:01 7 1.49 0.00 0.02 0.00 0.02 98.48 09:39:26 09:20:01 all 0.08 0.00 0.01 0.03 0.01 99.86 09:39:26 09:20:01 0 0.03 0.00 0.00 0.00 0.02 99.95 09:39:26 09:20:01 1 0.00 0.00 0.00 0.10 0.00 99.90 09:39:26 09:20:01 2 0.05 0.00 0.02 0.00 0.02 99.92 09:39:26 09:20:01 3 0.00 0.00 0.02 0.00 0.02 99.97 09:39:26 09:20:01 4 0.05 0.00 0.03 0.15 0.03 99.73 09:39:26 09:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:39:26 09:20:01 6 0.03 0.00 0.00 0.02 0.00 99.95 09:39:26 09:20:01 7 0.48 0.00 0.05 0.00 0.02 99.45 09:39:26 09:21:01 all 0.12 0.00 0.01 0.00 0.02 99.85 09:39:26 09:21:01 0 0.05 0.00 0.03 0.02 0.03 99.87 09:39:26 09:21:01 1 0.03 0.00 0.00 0.00 0.02 99.95 09:39:26 09:21:01 2 0.08 0.00 0.05 0.00 0.03 99.83 09:39:26 09:21:01 3 0.03 0.00 0.00 0.00 0.00 99.97 09:39:26 09:21:01 4 0.08 0.00 0.02 0.00 0.03 99.87 09:39:26 09:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:39:26 09:21:01 6 0.66 0.00 0.00 0.00 0.02 99.32 09:39:26 09:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:39:26 09:22:02 all 0.02 0.00 0.02 0.00 0.01 99.94 09:39:26 09:22:02 0 0.03 0.00 0.03 0.00 0.03 99.90 09:39:26 09:22:02 1 0.00 0.00 0.00 0.00 0.00 100.00 09:39:26 09:22:02 2 0.03 0.00 0.02 0.00 0.03 99.92 09:39:26 09:22:02 3 0.02 0.00 0.00 0.00 0.00 99.98 09:39:26 09:22:02 4 0.03 0.00 0.07 0.00 0.02 99.88 09:39:26 09:22:02 5 0.02 0.00 0.00 0.00 0.00 99.98 09:39:26 09:22:02 6 0.03 0.00 0.00 0.03 0.02 99.92 09:39:26 09:22:02 7 0.02 0.00 0.02 0.00 0.00 99.97 09:39:26 09:23:01 all 0.04 0.00 0.02 0.01 0.01 99.92 09:39:26 09:23:01 0 0.12 0.00 0.05 0.02 0.02 99.80 09:39:26 09:23:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:39:26 09:23:01 2 0.03 0.00 0.05 0.00 0.03 99.88 09:39:26 09:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:39:26 09:23:01 4 0.07 0.00 0.00 0.00 0.02 99.92 09:39:26 09:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:39:26 09:23:01 6 0.03 0.00 0.02 0.05 0.00 99.90 09:39:26 09:23:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:39:26 09:39:26 09:23:01 CPU %user %nice %system %iowait %steal %idle 09:39:26 09:24:01 all 0.06 0.00 0.02 0.00 0.02 99.90 09:39:26 09:24:01 0 0.10 0.00 0.02 0.00 0.03 99.85 09:39:26 09:24:01 1 0.00 0.00 0.02 0.00 0.02 99.97 09:39:26 09:24:01 2 0.10 0.00 0.02 0.00 0.05 99.83 09:39:26 09:24:01 3 0.02 0.00 0.03 0.00 0.00 99.95 09:39:26 09:24:01 4 0.07 0.00 0.07 0.00 0.02 99.85 09:39:26 09:24:01 5 0.05 0.00 0.00 0.00 0.00 99.95 09:39:26 09:24:01 6 0.08 0.00 0.00 0.02 0.02 99.88 09:39:26 09:24:01 7 0.05 0.00 0.00 0.00 0.02 99.93 09:39:26 09:25:01 all 0.03 0.00 0.01 0.00 0.01 99.94 09:39:26 09:25:01 0 0.07 0.00 0.03 0.00 0.02 99.88 09:39:26 09:25:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:39:26 09:25:01 2 0.07 0.00 0.03 0.00 0.03 99.87 09:39:26 09:25:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:39:26 09:25:01 4 0.05 0.00 0.00 0.00 0.02 99.93 09:39:26 09:25:01 5 0.00 0.00 0.00 0.00 0.02 99.98 09:39:26 09:25:01 6 0.03 0.00 0.00 0.02 0.02 99.93 09:39:26 09:25:01 7 0.00 0.00 0.02 0.02 0.00 99.97 09:39:26 09:26:01 all 0.01 0.00 0.02 0.00 0.01 99.96 09:39:26 09:26:01 0 0.05 0.00 0.05 0.00 0.03 99.87 09:39:26 09:26:01 1 0.02 0.00 0.05 0.00 0.02 99.92 09:39:26 09:26:01 2 0.02 0.00 0.03 0.00 0.03 99.92 09:39:26 09:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:39:26 09:26:01 4 0.00 0.00 0.02 0.00 0.00 99.98 09:39:26 09:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:39:26 09:26:01 6 0.00 0.00 0.00 0.03 0.00 99.97 09:39:26 09:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:39:26 09:27:01 all 0.03 0.00 0.02 0.00 0.01 99.93 09:39:26 09:27:01 0 0.05 0.00 0.05 0.02 0.03 99.85 09:39:26 09:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:39:26 09:27:01 2 0.05 0.00 0.03 0.00 0.03 99.88 09:39:26 09:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:39:26 09:27:01 4 0.05 0.00 0.00 0.00 0.02 99.93 09:39:26 09:27:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:39:26 09:27:01 6 0.05 0.00 0.02 0.02 0.02 99.90 09:39:26 09:27:01 7 0.03 0.00 0.00 0.00 0.02 99.95 09:39:26 09:28:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:39:26 09:28:01 0 0.02 0.00 0.02 0.02 0.02 99.93 09:39:26 09:28:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:39:26 09:28:01 2 0.00 0.00 0.00 0.00 0.05 99.95 09:39:26 09:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:39:26 09:28:01 4 0.05 0.00 0.03 0.00 0.02 99.90 09:39:26 09:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:39:26 09:28:01 6 0.00 0.00 0.02 0.02 0.00 99.97 09:39:26 09:28:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:39:26 09:29:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:39:26 09:29:01 0 0.02 0.00 0.00 0.02 0.02 99.95 09:39:26 09:29:01 1 0.00 0.00 0.02 0.00 0.00 99.98 09:39:26 09:29:01 2 0.02 0.00 0.03 0.00 0.03 99.92 09:39:26 09:29:01 3 0.00 0.00 0.02 0.00 0.02 99.97 09:39:26 09:29:01 4 0.03 0.00 0.02 0.00 0.03 99.92 09:39:26 09:29:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:39:26 09:29:01 6 0.03 0.00 0.00 0.02 0.02 99.93 09:39:26 09:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:39:26 09:30:01 all 0.04 0.00 0.02 0.00 0.01 99.94 09:39:26 09:30:01 0 0.07 0.00 0.07 0.00 0.03 99.83 09:39:26 09:30:01 1 0.05 0.00 0.00 0.00 0.02 99.93 09:39:26 09:30:01 2 0.03 0.00 0.03 0.00 0.03 99.90 09:39:26 09:30:01 3 0.03 0.00 0.00 0.00 0.00 99.97 09:39:26 09:30:01 4 0.02 0.00 0.00 0.00 0.00 99.98 09:39:26 09:30:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:39:26 09:30:01 6 0.05 0.00 0.02 0.00 0.00 99.93 09:39:26 09:30:01 7 0.03 0.00 0.00 0.00 0.00 99.97 09:39:26 09:31:01 all 0.03 0.00 0.01 0.00 0.01 99.94 09:39:26 09:31:01 0 0.05 0.00 0.02 0.02 0.03 99.88 09:39:26 09:31:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:39:26 09:31:01 2 0.05 0.00 0.05 0.00 0.05 99.85 09:39:26 09:31:01 3 0.03 0.00 0.02 0.00 0.00 99.95 09:39:26 09:31:01 4 0.02 0.00 0.02 0.00 0.02 99.95 09:39:26 09:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:39:26 09:31:01 6 0.02 0.00 0.02 0.02 0.00 99.95 09:39:26 09:31:01 7 0.00 0.00 0.00 0.00 0.02 99.98 09:39:26 09:32:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:39:26 09:32:01 0 0.05 0.00 0.03 0.00 0.03 99.88 09:39:26 09:32:01 1 0.03 0.00 0.00 0.00 0.02 99.95 09:39:26 09:32:01 2 0.05 0.00 0.02 0.00 0.03 99.90 09:39:26 09:32:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:39:26 09:32:01 4 0.02 0.00 0.00 0.00 0.02 99.97 09:39:26 09:32:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:39:26 09:32:01 6 0.02 0.00 0.00 0.03 0.02 99.93 09:39:26 09:32:01 7 0.03 0.00 0.00 0.00 0.00 99.97 09:39:26 09:33:01 all 0.01 0.00 0.01 0.00 0.02 99.95 09:39:26 09:33:01 0 0.02 0.00 0.05 0.02 0.03 99.88 09:39:26 09:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:39:26 09:33:01 2 0.05 0.00 0.02 0.00 0.05 99.88 09:39:26 09:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:39:26 09:33:01 4 0.00 0.00 0.02 0.00 0.02 99.97 09:39:26 09:33:01 5 0.02 0.00 0.00 0.00 0.02 99.97 09:39:26 09:33:01 6 0.02 0.00 0.00 0.02 0.00 99.97 09:39:26 09:33:01 7 0.00 0.00 0.02 0.00 0.02 99.97 09:39:26 09:34:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:39:26 09:34:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:39:26 09:34:01 1 0.03 0.00 0.00 0.00 0.00 99.97 09:39:26 09:34:01 2 0.05 0.00 0.02 0.00 0.03 99.90 09:39:26 09:34:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:39:26 09:34:01 4 0.07 0.00 0.05 0.00 0.02 99.87 09:39:26 09:34:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:39:26 09:34:01 6 0.02 0.00 0.00 0.00 0.02 99.97 09:39:26 09:34:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:39:26 09:39:26 09:34:01 CPU %user %nice %system %iowait %steal %idle 09:39:26 09:35:01 all 0.01 0.00 0.01 0.00 0.02 99.95 09:39:26 09:35:01 0 0.00 0.00 0.02 0.02 0.03 99.93 09:39:26 09:35:01 1 0.00 0.00 0.00 0.00 0.02 99.98 09:39:26 09:35:01 2 0.03 0.00 0.03 0.00 0.03 99.90 09:39:26 09:35:01 3 0.02 0.00 0.00 0.00 0.02 99.97 09:39:26 09:35:01 4 0.03 0.00 0.02 0.00 0.02 99.93 09:39:26 09:35:01 5 0.03 0.00 0.00 0.00 0.02 99.95 09:39:26 09:35:01 6 0.00 0.00 0.02 0.02 0.00 99.97 09:39:26 09:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:39:26 09:36:01 all 0.04 0.00 0.03 0.00 0.01 99.92 09:39:26 09:36:01 0 0.05 0.00 0.03 0.02 0.02 99.88 09:39:26 09:36:01 1 0.07 0.00 0.02 0.00 0.00 99.92 09:39:26 09:36:01 2 0.03 0.00 0.00 0.00 0.02 99.95 09:39:26 09:36:01 3 0.02 0.00 0.08 0.00 0.00 99.90 09:39:26 09:36:01 4 0.05 0.00 0.03 0.00 0.02 99.90 09:39:26 09:36:01 5 0.03 0.00 0.02 0.00 0.02 99.93 09:39:26 09:36:01 6 0.03 0.00 0.00 0.02 0.02 99.93 09:39:26 09:36:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:39:26 09:37:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:39:26 09:37:01 0 0.02 0.00 0.00 0.00 0.02 99.97 09:39:26 09:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 09:39:26 09:37:01 2 0.02 0.00 0.03 0.00 0.02 99.93 09:39:26 09:37:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:39:26 09:37:01 4 0.03 0.00 0.00 0.00 0.02 99.95 09:39:26 09:37:01 5 0.02 0.00 0.02 0.00 0.03 99.93 09:39:26 09:37:01 6 0.00 0.00 0.00 0.03 0.02 99.95 09:39:26 09:37:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:39:26 09:38:01 all 0.06 0.00 0.03 0.00 0.01 99.90 09:39:26 09:38:01 0 0.17 0.00 0.03 0.02 0.02 99.77 09:39:26 09:38:01 1 0.03 0.00 0.00 0.00 0.02 99.95 09:39:26 09:38:01 2 0.07 0.00 0.03 0.00 0.00 99.90 09:39:26 09:38:01 3 0.10 0.00 0.05 0.00 0.00 99.85 09:39:26 09:38:01 4 0.05 0.00 0.03 0.00 0.02 99.90 09:39:26 09:38:01 5 0.02 0.00 0.03 0.00 0.02 99.93 09:39:26 09:38:01 6 0.05 0.00 0.00 0.00 0.00 99.95 09:39:26 09:38:01 7 0.02 0.00 0.02 0.00 0.02 99.95 09:39:26 09:39:01 all 9.27 0.00 4.31 1.31 0.07 85.05 09:39:26 09:39:01 0 8.23 0.00 5.24 3.72 0.07 82.74 09:39:26 09:39:01 1 9.34 0.00 3.96 0.07 0.07 86.56 09:39:26 09:39:01 2 10.47 0.00 4.33 0.96 0.07 84.17 09:39:26 09:39:01 3 8.07 0.00 4.42 2.86 0.07 84.59 09:39:26 09:39:01 4 10.21 0.00 4.14 0.05 0.07 85.54 09:39:26 09:39:01 5 10.12 0.00 4.58 1.96 0.07 83.28 09:39:26 09:39:01 6 8.99 0.00 3.71 0.40 0.07 86.83 09:39:26 09:39:01 7 8.74 0.00 4.09 0.44 0.05 86.68 09:39:26 Average: all 9.18 0.00 1.56 0.97 0.03 88.26 09:39:26 Average: 0 8.98 0.00 1.56 1.15 0.04 88.28 09:39:26 Average: 1 9.11 0.00 1.66 1.52 0.03 87.69 09:39:26 Average: 2 8.93 0.00 1.56 0.44 0.04 89.04 09:39:26 Average: 3 9.36 0.00 1.51 0.85 0.02 88.26 09:39:26 Average: 4 9.29 0.00 1.58 1.68 0.04 87.41 09:39:26 Average: 5 9.04 0.00 1.55 0.87 0.03 88.51 09:39:26 Average: 6 9.15 0.00 1.59 0.51 0.03 88.72 09:39:26 Average: 7 9.58 0.00 1.50 0.73 0.03 88.16 09:39:26 09:39:26 09:39:26