Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from de361d4afd6299834d6ef4551c1682f9151c31c5 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-ssh12661089177568346812.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-ssh1131469801725429388.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-ssh2401236204681722609.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-ssh12532722328211954902.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-ssh16061751496135923510.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 Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-2443 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/844 [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/844 # 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 de361d4afd6299834d6ef4551c1682f9151c31c5 (main) Commit message: "fix: CoreCommand GET /device/all API check profile is empty (#5164)" > 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 de361d4afd6299834d6ef4551c1682f9151c31c5 # timeout=10 > git rev-list --no-walk d209f5f566f153f2d5bdc16c8eb18ad8d844a10f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:55:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:55:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:55:14 ========================================================= 04:55:14 EdgeX Global Pipelines Version Info 04:55:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:55:15 ------------------- 04:55:15 stable info: 04:55:15 ------------------- 04:55:15 Commited By: Ginny Guan ginny@iotechsys.com 04:55:15 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 04:55:15 Message: update stable to v1.0.274 04:55:16 ------------------- 04:55:16 experimental info: 04:55:16 ------------------- 04:55:16 Commited By: **** collab-it+edgex@linuxfoundation.org 04:55:16 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 04:55:16 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:55:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 04:55:16 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 04:55:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:55:16 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:55:16 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:55:16 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 04:55:16 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:55:16 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 04:55:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 04:55:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 04:55:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:55:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:55:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:55:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:55:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:55:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:55:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:55:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:55:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:55:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 04:55:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:55:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:55:16 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:55:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 04:55:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 04:55:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 04:55:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] echo 04:55:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = de361d4 [Pipeline] echo 04:55:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:55:17 provisioning config files... 04:55:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/844@tmp/config693956211215170701tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:55:17 ---> ****-login.sh 04:55:17 nexus3.edgexfoundry.org:10001 04:55:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:55:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:55:17 Configure a credential helper to remove this warning. See 04:55:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:55:17 04:55:17 Login Succeeded 04:55:17 nexus3.edgexfoundry.org:10002 04:55:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:55:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:55:18 Configure a credential helper to remove this warning. See 04:55:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:55:18 04:55:18 Login Succeeded 04:55:18 nexus3.edgexfoundry.org:10003 04:55:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:55:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:55:18 Configure a credential helper to remove this warning. See 04:55:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:55:18 04:55:18 Login Succeeded 04:55:18 nexus3.edgexfoundry.org:10004 04:55:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:55:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:55:18 Configure a credential helper to remove this warning. See 04:55:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:55:18 04:55:18 Login Succeeded 04:55:18 ****.io 04:55:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:55:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:55:18 Configure a credential helper to remove this warning. See 04:55:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:55:18 04:55:18 Login Succeeded 04:55:18 ---> ****-login.sh ends [Pipeline] } 04:55:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:55:18 + 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 04:55:18 + dirname cmd/core-command/Dockerfile 04:55:18 + cut -d/ -f2 04:55:18 + echo core-command,cmd/core-command/Dockerfile 04:55:18 + dirname cmd/core-common-config-bootstrapper/Dockerfile 04:55:18 + cut -d/ -f2 04:55:18 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 04:55:18 + dirname cmd/core-data/Dockerfile 04:55:18 + cut -d/ -f2 04:55:18 + echo core-data,cmd/core-data/Dockerfile 04:55:18 + dirname+ cmd/core-keeper/Dockerfile 04:55:18 cut -d/ -f2 04:55:18 + echo core-keeper,cmd/core-keeper/Dockerfile 04:55:18 + + dirname cmd/core-metadata/Dockerfile 04:55:18 cut -d/ -f2 04:55:18 + echo core-metadata,cmd/core-metadata/Dockerfile 04:55:18 + dirname cmd/security-bootstrapper/Dockerfile 04:55:18 + cut -d/ -f2 04:55:18 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 04:55:18 + dirname cmd/security-proxy-auth/Dockerfile 04:55:18 + cut -d/ -f2 04:55:18 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 04:55:18 + dirname cmd/security-proxy-setup/Dockerfile 04:55:18 + cut -d/ -f2 04:55:18 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:55:18 + dirname cmd/security-secretstore-setup/Dockerfile 04:55:18 + cut -d/ -f2 04:55:18 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:55:18 + dirname cmd/security-spiffe-token-provider/Dockerfile 04:55:18 + cut -d/ -f2 04:55:18 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 04:55:18 + dirname cmd/security-spire-agent/Dockerfile 04:55:18 + cut -d/ -f2 04:55:18 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 04:55:18 + dirname cmd/security-spire-config/Dockerfile 04:55:18 + cut -d/ -f2 04:55:18 + echo security-spire-config,cmd/security-spire-config/Dockerfile 04:55:18 + dirname cmd/security-spire-server/Dockerfile 04:55:18 + cut -d/ -f2 04:55:18 + echo security-spire-server,cmd/security-spire-server/Dockerfile 04:55:18 + dirname cmd/support-notifications/Dockerfile 04:55:18 + cut -d/ -f2 04:55:18 + echo support-notifications,cmd/support-notifications/Dockerfile 04:55:18 + dirname cmd/support-scheduler/Dockerfile 04:55:18 + cut -d/ -f2 04:55:18 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 04:55:18 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 04:55:19 + git rev-list -1 --merges de361d4afd6299834d6ef4551c1682f9151c31c5~1..de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] echo 04:55:19 -----------> git rev-list -1 --merges de361d4afd6299834d6ef4551c1682f9151c31c5~1..de361d4afd6299834d6ef4551c1682f9151c31c5 de361d4afd6299834d6ef4551c1682f9151c31c5 [false] [Pipeline] sh 04:55:19 + git log --format=format:%s -1 de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] echo 04:55:19 ========================================================= 04:55:19 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:55:19 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 04:55:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:55:20 + grep -v github /etc/ssh/ssh_known_hosts 04:55:20 + [ -e /tmp/ssh_known_hosts ] 04:55:20 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:55:20 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:55:20 + sudo tee -a /etc/ssh/ssh_known_hosts 04:55:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:55:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:55:20 04:55:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:55:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:55:20 0.1.4: Pulling from edgex-devops/py-git-semver 04:55:20 3dae71ba6b94: Pulling fs layer 04:55:20 6bf1a483ea7c: Pulling fs layer 04:55:20 f5dfc541a4d3: Pulling fs layer 04:55:20 461d9e800cba: Pulling fs layer 04:55:20 80192f66455f: Pulling fs layer 04:55:20 2e8e34ca0e6c: Pulling fs layer 04:55:20 a29436f7fd5d: Pulling fs layer 04:55:20 923cac83aea3: Pulling fs layer 04:55:20 25ad8b0a4227: Pulling fs layer 04:55:20 db01528c6b51: Pulling fs layer 04:55:20 28988de357af: Pulling fs layer 04:55:20 a29436f7fd5d: Waiting 04:55:20 923cac83aea3: Waiting 04:55:20 25ad8b0a4227: Waiting 04:55:20 db01528c6b51: Waiting 04:55:20 461d9e800cba: Waiting 04:55:20 2e8e34ca0e6c: Waiting 04:55:20 80192f66455f: Waiting 04:55:20 28988de357af: Waiting 04:55:20 6bf1a483ea7c: Verifying Checksum 04:55:20 6bf1a483ea7c: Download complete 04:55:20 461d9e800cba: Verifying Checksum 04:55:20 461d9e800cba: Download complete 04:55:20 80192f66455f: Verifying Checksum 04:55:20 80192f66455f: Download complete 04:55:21 f5dfc541a4d3: Verifying Checksum 04:55:21 f5dfc541a4d3: Download complete 04:55:21 3dae71ba6b94: Verifying Checksum 04:55:21 3dae71ba6b94: Download complete 04:55:21 923cac83aea3: Verifying Checksum 04:55:21 923cac83aea3: Download complete 04:55:21 25ad8b0a4227: Verifying Checksum 04:55:21 25ad8b0a4227: Download complete 04:55:21 db01528c6b51: Download complete 04:55:21 28988de357af: Verifying Checksum 04:55:21 28988de357af: Download complete 04:55:21 a29436f7fd5d: Verifying Checksum 04:55:21 a29436f7fd5d: Download complete 04:55:21 2e8e34ca0e6c: Verifying Checksum 04:55:21 2e8e34ca0e6c: Download complete 04:55:22 3dae71ba6b94: Pull complete 04:55:22 6bf1a483ea7c: Pull complete 04:55:22 f5dfc541a4d3: Pull complete 04:55:22 461d9e800cba: Pull complete 04:55:22 80192f66455f: Pull complete 04:55:26 2e8e34ca0e6c: Pull complete 04:55:26 a29436f7fd5d: Pull complete 04:55:26 923cac83aea3: Pull complete 04:55:26 25ad8b0a4227: Pull complete 04:55:26 db01528c6b51: Pull complete 04:55:26 28988de357af: Pull complete 04:55:26 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 04:55:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:55:26 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:55:26 prd-ubuntu20.04-docker-8c-8g-2443 does not seem to be running inside a container 04:55:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/844 -v /w/workspace/edgex-go/844:/w/workspace/edgex-go/844:rw,z -v /w/workspace/edgex-go/844@tmp:/w/workspace/edgex-go/844@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 04:55:32 $ docker top 7409a3f5108d9c468fc06a4c90f163066b39cdba310c25ddabf60d9eb9c8d2e1 -eo pid,comm 04:55:32 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). 04:55:32 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:55:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:55:32 [ssh-agent] Looking for ssh-agent implementation... 04:55:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:55:32 $ docker exec 7409a3f5108d9c468fc06a4c90f163066b39cdba310c25ddabf60d9eb9c8d2e1 ssh-agent 04:55:32 SSH_AUTH_SOCK=/tmp/ssh-4NO8R1oze6Xk/agent.32 04:55:32 SSH_AGENT_PID=38 04:55:32 Running ssh-add (command line suppressed) 04:55:32 Identity added: /w/workspace/edgex-go/844@tmp/private_key_10092250305393075061.key (/w/workspace/edgex-go/844@tmp/private_key_10092250305393075061.key) 04:55:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:55:33 + git tag --points-at HEAD [Pipeline] } 04:55:33 $ docker exec --env ******** --env ******** 7409a3f5108d9c468fc06a4c90f163066b39cdba310c25ddabf60d9eb9c8d2e1 ssh-agent -k 04:55:33 unset SSH_AUTH_SOCK; 04:55:33 unset SSH_AGENT_PID; 04:55:33 echo Agent pid 38 killed; 04:55:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:55:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:55:33 [ssh-agent] Looking for ssh-agent implementation... 04:55:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:55:33 $ docker exec 7409a3f5108d9c468fc06a4c90f163066b39cdba310c25ddabf60d9eb9c8d2e1 ssh-agent 04:55:33 SSH_AUTH_SOCK=/tmp/ssh-OfmTGHIkyj0J/agent.71 04:55:33 SSH_AGENT_PID=77 04:55:33 Running ssh-add (command line suppressed) 04:55:33 Identity added: /w/workspace/edgex-go/844@tmp/private_key_1169082688507161066.key (/w/workspace/edgex-go/844@tmp/private_key_1169082688507161066.key) 04:55:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:55:33 + git semver init 04:55:34 2025-05-29 04:55:34,115 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 04:55:34 2025-05-29 04:55:34,118 [run_init] DEBUG init version:0.0.0 force:False 04:55:34 2025-05-29 04:55:34,119 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/844/.semver 04:55:34 2025-05-29 04:55:34,119 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/844/.semver 04:55:34 2025-05-29 04:55:34,119 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/844/.semver'], cwd=/w/workspace/edgex-go/844, stdin=None, shell=False, universal_newlines=False) 04:55:40 2025-05-29 04:55:39,665 [append_file] DEBUG append to file:/w/workspace/edgex-go/844/.git/info/exclude 04:55:40 2025-05-29 04:55:39,666 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/844/.semver/main with force:False 04:55:40 2025-05-29 04:55:39,666 [read_version] DEBUG read version from /w/workspace/edgex-go/844/.semver/main 04:55:40 2025-05-29 04:55:39,666 [read_version] DEBUG read version from /w/workspace/edgex-go/844/.semver/main 04:55:40 4.1.0-dev.17 [Pipeline] } 04:55:40 $ docker exec --env ******** --env ******** 7409a3f5108d9c468fc06a4c90f163066b39cdba310c25ddabf60d9eb9c8d2e1 ssh-agent -k 04:55:40 unset SSH_AUTH_SOCK; 04:55:40 unset SSH_AGENT_PID; 04:55:40 echo Agent pid 77 killed; 04:55:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:55:41 + git semver [Pipeline] } 04:55:41 $ docker stop --time=1 7409a3f5108d9c468fc06a4c90f163066b39cdba310c25ddabf60d9eb9c8d2e1 04:55:42 $ docker rm -f --volumes 7409a3f5108d9c468fc06a4c90f163066b39cdba310c25ddabf60d9eb9c8d2e1 [Pipeline] // withDockerContainer [Pipeline] sh 04:55:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:55:43 Stashed 1 file(s) [Pipeline] echo 04:55:43 [edgeXSemver]: initialized semver on version 4.1.0-dev.17 [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 04:55:43 + git config --global --add safe.directory /w/workspace/edgex-go/844 [Pipeline] echo 04:55:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:55:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:55:43 ========================================================= 04:55:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 04:55:43 ========================================================= [Pipeline] fileExists [Pipeline] sh 04:55:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 04:55:44 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 04:55:44 0a9a5dfd008f: Pulling fs layer 04:55:44 dbfa0bcfca99: Pulling fs layer 04:55:44 70eabb1d9476: Pulling fs layer 04:55:44 957bedc73fa3: Pulling fs layer 04:55:44 4f4fb700ef54: Pulling fs layer 04:55:44 f40432e63723: Pulling fs layer 04:55:44 90b4343acab7: Pulling fs layer 04:55:44 9f67ea4ac784: Pulling fs layer 04:55:44 9228b9a606be: Pulling fs layer 04:55:44 4f4fb700ef54: Waiting 04:55:44 90b4343acab7: Waiting 04:55:44 957bedc73fa3: Waiting 04:55:44 f40432e63723: Waiting 04:55:44 9f67ea4ac784: Waiting 04:55:44 9228b9a606be: Waiting 04:55:44 dbfa0bcfca99: Verifying Checksum 04:55:44 dbfa0bcfca99: Download complete 04:55:44 957bedc73fa3: Verifying Checksum 04:55:44 957bedc73fa3: Download complete 04:55:44 4f4fb700ef54: Download complete 04:55:44 f40432e63723: Download complete 04:55:44 0a9a5dfd008f: Verifying Checksum 04:55:44 0a9a5dfd008f: Download complete 04:55:44 90b4343acab7: Verifying Checksum 04:55:44 90b4343acab7: Download complete 04:55:44 0a9a5dfd008f: Pull complete 04:55:44 9228b9a606be: Verifying Checksum 04:55:44 9228b9a606be: Download complete 04:55:44 dbfa0bcfca99: Pull complete 04:55:44 70eabb1d9476: Download complete 04:55:44 9f67ea4ac784: Verifying Checksum 04:55:44 9f67ea4ac784: Download complete 04:55:48 70eabb1d9476: Pull complete 04:55:48 957bedc73fa3: Pull complete 04:55:48 4f4fb700ef54: Pull complete 04:55:48 f40432e63723: Pull complete 04:55:48 90b4343acab7: Pull complete 04:55:49 9f67ea4ac784: Pull complete 04:55:50 9228b9a606be: Pull complete 04:55:50 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 04:55:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 04:55:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 04:55:50 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 04:55:50 WORKDIR /edgex 04:55:50 COPY go.mod . 04:55:50 RUN go mod download 04:55:50 + docker build -t ci-base-image-x86_64 -f - . 04:55:51 Sending build context to Docker daemon 185.9MB 04:55:51 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 04:55:51 ---> 69404ca5bff2 04:55:51 Step 2/4 : WORKDIR /edgex 04:55:58 Still waiting to schedule task 04:55:58 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 04:56:01 ---> Running in 14ed5e4d0bd5 04:56:01 Removing intermediate container 14ed5e4d0bd5 04:56:01 ---> 0fe8970d9322 04:56:01 Step 3/4 : COPY go.mod . 04:56:01 ---> 0d4c4e10ed94 04:56:01 Step 4/4 : RUN go mod download 04:56:01 ---> Running in 01850fb22d47 04:56:23 Removing intermediate container 01850fb22d47 04:56:23 ---> 1a47b31226bd 04:56:23 Successfully built 1a47b31226bd 04:56:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:56:23 + docker inspect -f . ci-base-image-x86_64 04:56:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:56:23 prd-ubuntu20.04-docker-8c-8g-2443 does not seem to be running inside a container 04:56:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/844 -v /w/workspace/edgex-go/844:/w/workspace/edgex-go/844:rw,z -v /w/workspace/edgex-go/844@tmp:/w/workspace/edgex-go/844@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 04:56:24 $ docker top 48cc0ed83be5aedab537aedf2161bfe15e7c92e9ebf7a9290df9c5390e93a893 -eo pid,comm [Pipeline] { [Pipeline] sh 04:56:24 + go version 04:56:24 go version go1.23.8 linux/amd64 [Pipeline] } 04:56:24 $ docker stop --time=1 48cc0ed83be5aedab537aedf2161bfe15e7c92e9ebf7a9290df9c5390e93a893 04:56:25 $ docker rm -f --volumes 48cc0ed83be5aedab537aedf2161bfe15e7c92e9ebf7a9290df9c5390e93a893 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:56:26 + docker inspect -f . ci-base-image-x86_64 04:56:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:56:26 prd-ubuntu20.04-docker-8c-8g-2443 does not seem to be running inside a container 04:56:26 $ 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/844 -v /w/workspace/edgex-go/844:/w/workspace/edgex-go/844:rw,z -v /w/workspace/edgex-go/844@tmp:/w/workspace/edgex-go/844@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 04:56:26 $ docker top cfa3f7291f7058cc684b1a42925e5441e1ec84f052adf358bb31bb615f28e920 -eo pid,comm [Pipeline] { [Pipeline] echo 04:56:26 ========================================================= 04:56:26 [edgeXBuildGoParallel] Running Tests and Build... 04:56:26 ========================================================= [Pipeline] sh 04:56:27 + git config --global --add safe.directory /w/workspace/edgex-go/844 [Pipeline] fileExists [Pipeline] sh 04:56:27 + make test 04:56:27 go test -race -coverprofile=coverage.out ./... 04:56:35 ? github.com/edgexfoundry/edgex-go [no test files] 04:57:02 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 04:57:02 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 04:57:02 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 04:57:02 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 04:57:02 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 04:57:02 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 04:57:02 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 04:57:02 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 04:57:02 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 04:57:02 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 04:57:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:57:02 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 04:57:02 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 04:57:02 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 04:57:02 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 04:57:02 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 04:57:02 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 04:57:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.032s coverage: 42.3% of statements 04:57:02 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 04:57:02 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 04:57:02 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 04:57:02 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 04:57:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.035s coverage: 97.0% of statements 04:57:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 04:57:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 04:57:02 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 04:57:02 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 04:57:02 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 04:57:02 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:57:02 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 04:57:02 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 04:57:02 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 04:57:02 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 04:57:03 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 04:57:03 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 04:57:03 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:57:03 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 04:57:03 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 04:57:03 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 04:57:05 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.072s coverage: 69.2% of statements 04:57:05 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.027s coverage: 3.5% of statements 04:57:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.069s coverage: 45.2% of statements 04:57:05 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 04:57:05 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 04:57:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.030s coverage: 93.4% of statements 04:57:05 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.044s coverage: 92.3% of statements 04:57:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.044s coverage: 8.4% of statements 04:57:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 04:57:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 04:57:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:57:07 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:57:07 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 04:57:07 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 04:57:07 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 04:57:07 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 04:57:07 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 04:57:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:57:07 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 04:57:07 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 04:57:07 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 04:57:07 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 04:57:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.371s coverage: 95.8% of statements 04:57:08 ok github.com/edgexfoundry/edgex-go/internal/io 1.023s coverage: 72.2% of statements 04:57:09 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 04:57:09 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 04:57:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 04:57:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 04:57:09 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 04:57:09 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 04:57:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.033s coverage: 0.0% of statements [no tests to run] 04:57:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.049s coverage: 1.0% of statements 04:57:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.028s coverage: 38.1% of statements 04:57:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.018s coverage: 81.1% of statements 04:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.026s coverage: 40.0% of statements 04:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.020s coverage: 87.1% of statements 04:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.022s coverage: 94.1% of statements 04:57:11 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 04:57:11 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 04:57:11 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 04:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.029s coverage: 96.3% of statements 04:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:57:11 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 04:57:11 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 04:57:11 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 04:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.018s coverage: 87.5% of statements 04:57:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 04:57:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 04:57:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 04:57:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 04:57:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 04:57:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 04:57:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 04:57:13 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 04:57:13 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 04:57:13 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 04:57:15 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 04:57:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:57:17 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 04:57:17 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 04:57:17 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 04:57:17 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 04:57:20 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 04:57:21 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 04:57:21 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 04:57:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 04:57:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 04:57:21 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:57:23 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 04:57:23 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 04:57:23 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 04:57:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.027s coverage: 94.4% of statements 04:57:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 04:57:23 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 04:57:23 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 04:57:24 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 04:57:24 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 04:57:24 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 04:57:24 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 04:57:24 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 04:57:24 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 04:57:27 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 04:57:27 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 04:57:27 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 04:57:27 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 04:57:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 04:57:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 04:57:27 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:57:27 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 04:57:28 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 04:57:28 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 04:57:28 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 04:57:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 04:57:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 04:57:29 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.040s coverage: 92.9% of statements 04:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.024s coverage: 68.8% of statements 04:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.029s coverage: 62.3% of statements 04:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.026s coverage: 47.4% of statements 04:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.026s coverage: 87.2% of statements 04:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.025s coverage: 15.5% of statements 04:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements 04:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.088s coverage: 81.8% of statements 04:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.084s coverage: 82.1% of statements 04:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.021s coverage: 86.0% of statements 04:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.038s coverage: 6.8% of statements 04:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.048s coverage: 33.3% of statements 04:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.052s coverage: 100.0% of statements 04:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.185s coverage: 54.5% of statements 04:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.021s coverage: 89.4% of statements 04:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.020s coverage: 100.0% of statements 04:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.020s coverage: 73.7% of statements 04:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.016s coverage: 100.0% of statements 04:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.021s coverage: 88.6% of statements 04:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.029s coverage: 96.8% of statements 04:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.017s coverage: 100.0% of statements 04:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.211s coverage: 29.2% of statements 04:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.025s coverage: 93.8% of statements 04:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.015s coverage: 3.1% of statements 04:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.025s coverage: 76.2% of statements 04:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.033s coverage: 54.0% of statements 04:57:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.061s coverage: 17.0% of statements 04:57:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.131s coverage: 94.9% of statements 04:57:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.037s coverage: 9.0% of statements 04:57:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.058s coverage: 97.7% of statements 04:57:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.033s coverage: 43.6% of statements 04:57:34 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 04:57:34 running golangci-lint 04:57:34 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 04:57:34 go version go1.23.8 linux/amd64 04:57:35 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 04:57:35 level=info msg="[config_reader] Used config file .golangci.yml" 04:57:35 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 04:57:44 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2444 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 04:57:44 Running in /w/workspace/edgex-go/844 [Pipeline] { [Pipeline] checkout 04:57:47 The recommended git tool is: git 04:57:52 using credential edgex-jenkins-ssh 04:57:52 Cloning the remote Git repository 04:57:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:57:52 > git init /w/workspace/edgex-go/844 # timeout=10 04:57:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:57:52 > git --version # timeout=10 04:57:52 > git --version # 'git version 2.25.1' 04:57:52 using GIT_SSH to set credentials SSH Credentials for GitHub 04:57:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:57:57 level=info msg="[loader] Go packages loading at mode 575 (deps|name|compiled_files|files|imports|types_sizes|exports_file) took 21.319037541s" 04:57:57 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 50.470498ms" 04:58:09 level=info msg="[linters_context/goanalysis] analyzers took 1m26.158976786s with top 10 stages: buildir: 52.241990929s, gosec: 3.221691509s, inspect: 2.681197381s, fact_deprecated: 2.191447137s, printf: 1.714772442s, ctrlflow: 1.51015562s, fact_purity: 1.147151139s, S1038: 999.693581ms, nilness: 894.249058ms, isgenerated: 737.781316ms" 04:58:09 level=info msg="[runner] Issues before processing: 202, after processing: 0" 04:58:09 level=info msg="[runner] Processors filtering stat (in/out): identifier_marker: 202/202, exclude: 202/202, cgo: 202/202, skip_files: 202/202, skip_dirs: 202/202, filename_unadjuster: 202/202, exclude-rules: 202/20, nolint: 20/0, invalid_issue: 202/202, path_prettifier: 202/202, autogenerated_exclude: 202/202" 04:58:09 level=info msg="[runner] processing took 19.299098ms with stages: nolint: 8.156053ms, identifier_marker: 5.2506ms, path_prettifier: 1.751674ms, exclude-rules: 1.553312ms, skip_dirs: 1.241219ms, autogenerated_exclude: 1.14647ms, invalid_issue: 111.54µs, cgo: 50.02µs, filename_unadjuster: 33.81µs, max_same_issues: 1.35µs, exclude: 480ns, fixer: 460ns, uniq_by_line: 450ns, skip_files: 410ns, diff: 260ns, sort_results: 250ns, max_from_linter: 160ns, source_code: 140ns, max_per_file_from_linter: 130ns, path_shortener: 110ns, path_prefixer: 100ns, severity-rules: 100ns" 04:58:09 level=info msg="[runner] linters took 11.239934832s with stages: goanalysis_metalinter: 11.220530922s" 04:58:09 level=info msg="File cache stats: 0 entries of total size 0B" 04:58:09 level=info msg="Memory: 326 samples, avg is 280.0MB, max is 1432.7MB" 04:58:09 level=info msg="Execution took 32.617684174s" 04:58:09 go vet ./... 04:58:11 Avoid second fetch 04:58:11 Checking out Revision de361d4afd6299834d6ef4551c1682f9151c31c5 (main) 04:58:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:58:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:58:11 > git config core.sparsecheckout # timeout=10 04:58:11 > git checkout -f de361d4afd6299834d6ef4551c1682f9151c31c5 # timeout=10 04:58:11 Commit message: "fix: CoreCommand GET /device/all API check profile is empty (#5164)" 04:58:14 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:58:14 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:58:14 ./bin/test-attribution-txt.sh [Pipeline] echo 04:58:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 04:58:14 + ls -al . 04:58:14 total 1992 04:58:14 drwxrwxr-x 11 1001 1001 4096 May 29 04:56 . 04:58:14 drwxr-xr-x 4 root root 4096 May 29 04:56 .. 04:58:14 drwxrwxr-x 2 1001 1001 4096 May 29 04:55 .blubracket 04:58:14 -rw-rw-r-- 1 1001 1001 10 May 29 04:55 .dockerignore 04:58:14 drwxrwxr-x 8 1001 1001 4096 May 29 04:57 .git 04:58:14 drwxrwxr-x 3 1001 1001 4096 May 29 04:55 .github 04:58:14 -rw-rw-r-- 1 1001 1001 909 May 29 04:55 .gitignore 04:58:14 -rw-rw-r-- 1 1001 1001 218 May 29 04:55 .golangci.yml 04:58:14 -rw-rw-r-- 1 1001 1001 100 May 29 04:55 .hadolint.yml 04:58:14 drwxr-xr-x 3 1001 1001 4096 May 29 04:55 .semver 04:58:14 -rw-rw-r-- 1 1001 1001 155 May 29 04:55 .sonarcloud.properties 04:58:14 -rw-rw-r-- 1 1001 1001 1171 May 29 04:55 ADOPTERS.md 04:58:14 -rw-rw-r-- 1 1001 1001 17374 May 29 04:55 Attribution.txt 04:58:14 -rw-rw-r-- 1 1001 1001 108018 May 29 04:55 CHANGELOG.md 04:58:14 -rw-rw-r-- 1 1001 1001 3804 May 29 04:55 CONTRIBUTING.md 04:58:14 -rw-rw-r-- 1 1001 1001 677 May 29 04:55 GOVERNANCE.md 04:58:14 -rw-rw-r-- 1 1001 1001 858 May 29 04:55 Jenkinsfile 04:58:14 -rw-rw-r-- 1 1001 1001 10775 May 29 04:55 LICENSE 04:58:14 -rw-rw-r-- 1 1001 1001 16740 May 29 04:55 Makefile 04:58:14 -rw-rw-r-- 1 1001 1001 582 May 29 04:55 OWNERS.md 04:58:14 -rw-rw-r-- 1 1001 1001 9932 May 29 04:55 README.md 04:58:14 -rw-rw-r-- 1 1001 1001 789 May 29 04:55 SECURITY.md 04:58:14 -rw-rw-r-- 1 1001 1001 12 May 29 04:55 VERSION 04:58:14 drwxrwxr-x 2 1001 1001 4096 May 29 04:55 bin 04:58:14 drwxrwxr-x 19 1001 1001 4096 May 29 04:55 cmd 04:58:14 -rw-r--r-- 1 root root 1661236 May 29 04:57 coverage.out 04:58:14 drwxrwxr-x 2 1001 1001 4096 May 29 04:55 fuzz_test 04:58:14 -rw-rw-r-- 1 1001 1001 6492 May 29 04:55 go.mod 04:58:14 -rw-rw-r-- 1 1001 1001 88215 May 29 04:55 go.sum 04:58:14 drwxrwxr-x 7 1001 1001 4096 May 29 04:55 internal 04:58:14 drwxrwxr-x 2 1001 1001 4096 May 29 04:55 openapi 04:58:14 -rw-rw-r-- 1 1001 1001 584 May 29 04:55 security.txt 04:58:14 -rw-rw-r-- 1 1001 1001 204 May 29 04:55 version.go [Pipeline] sh 04:58:15 + '[' -e coverage.out ] 04:58:15 + chown 1001:1001 coverage.out [Pipeline] stash 04:58:15 Stashed 1 file(s) [Pipeline] sh 04:58:15 + make build 04:58:15 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:58:16 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:58:16 % Total % Received % Xferd Average Speed Time Time Time Current 04:58:16 Dload Upload Total Spent Left Speed 04:58:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 91349 0 --:--:-- --:--:-- --:--:-- 90715 100 13063 100 13063 0 0 90089 0 --:--:-- --:--:-- --:--:-- 90089 [Pipeline] sh 04:58:16 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:58:17 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:58:17 + sudo tee /etc/docker/daemon.new 04:58:17 { 04:58:17 "registry-mirrors": [ 04:58:17 "https://nexus3.edgexfoundry.org:10001" 04:58:17 ], 04:58:17 "bip": "10.250.0.254/24", 04:58:17 "hosts": [ 04:58:17 "tcp://0.0.0.0:5555", 04:58:17 "unix:///var/run/docker.sock" 04:58:17 ], 04:58:17 "mtu": 1458, 04:58:17 "selinux-enabled": true, 04:58:17 "seccomp-profile": "/etc/docker/seccomp.json" 04:58:17 } [Pipeline] sh 04:58:17 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:58:17 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:58:36 provisioning config files... 04:58:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/844@tmp/config2080328468859192555tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:58:36 ---> ****-login.sh 04:58:36 nexus3.edgexfoundry.org:10001 04:58:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:58:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:58:37 Configure a credential helper to remove this warning. See 04:58:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:58:37 04:58:37 Login Succeeded 04:58:37 nexus3.edgexfoundry.org:10002 04:58:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:58:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:58:37 Configure a credential helper to remove this warning. See 04:58:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:58:37 04:58:37 Login Succeeded 04:58:37 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:58:37 nexus3.edgexfoundry.org:10003 04:58:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:58:37 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 04:58:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:58:38 Configure a credential helper to remove this warning. See 04:58:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:58:38 04:58:38 Login Succeeded 04:58:38 nexus3.edgexfoundry.org:10004 04:58:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:58:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:58:38 Configure a credential helper to remove this warning. See 04:58:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:58:38 04:58:38 Login Succeeded 04:58:38 ****.io 04:58:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:58:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:58:38 Configure a credential helper to remove this warning. See 04:58:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:58:38 04:58:38 Login Succeeded 04:58:38 ---> ****-login.sh ends [Pipeline] } 04:58:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 04:58:39 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 04:58:39 + git config --global --add safe.directory /w/workspace/edgex-go/844 [Pipeline] echo 04:58:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:58:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:58:39 ========================================================= 04:58:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 04:58:39 ========================================================= [Pipeline] fileExists [Pipeline] sh 04:58:39 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 04:58:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 04:58:40 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:58:40 94e9d8af2201: Pulling fs layer 04:58:40 634366ca850b: Pulling fs layer 04:58:40 f66ade281fe9: Pulling fs layer 04:58:40 13fd4ce6e94e: Pulling fs layer 04:58:40 4f4fb700ef54: Pulling fs layer 04:58:40 4cccf3f17d63: Pulling fs layer 04:58:40 2d8010953d95: Pulling fs layer 04:58:40 ec743f232bc5: Pulling fs layer 04:58:40 4cccf3f17d63: Waiting 04:58:40 2d8010953d95: Waiting 04:58:40 ec743f232bc5: Waiting 04:58:40 4f4fb700ef54: Waiting 04:58:40 634366ca850b: Verifying Checksum 04:58:40 634366ca850b: Download complete 04:58:40 13fd4ce6e94e: Verifying Checksum 04:58:40 13fd4ce6e94e: Download complete 04:58:40 4f4fb700ef54: Verifying Checksum 04:58:40 4f4fb700ef54: Download complete 04:58:40 4cccf3f17d63: Verifying Checksum 04:58:40 4cccf3f17d63: Download complete 04:58:40 94e9d8af2201: Verifying Checksum 04:58:40 94e9d8af2201: Download complete 04:58:40 ec743f232bc5: Verifying Checksum 04:58:40 ec743f232bc5: Download complete 04:58:41 94e9d8af2201: Pull complete 04:58:41 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:58:41 634366ca850b: Pull complete 04:58:42 f66ade281fe9: Verifying Checksum 04:58:42 f66ade281fe9: Download complete 04:58:43 2d8010953d95: Download complete 04:58:46 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:58:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 04:58:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:58:52 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:58:53 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 04:58:54 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:58:55 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 04:58:56 $ docker stop --time=1 cfa3f7291f7058cc684b1a42925e5441e1ec84f052adf358bb31bb615f28e920 04:58:58 f66ade281fe9: Pull complete 04:58:58 13fd4ce6e94e: Pull complete 04:58:58 4f4fb700ef54: Pull complete 04:58:58 4cccf3f17d63: Pull complete 04:59:01 $ docker rm -f --volumes cfa3f7291f7058cc684b1a42925e5441e1ec84f052adf358bb31bb615f28e920 [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 04:59:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:59:03 04:59:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:59:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:59:03 latest: Pulling from edgex-devops/edgex-compose 04:59:03 91d30c5bc195: Pulling fs layer 04:59:03 2e9b0aa3be6d: Pulling fs layer 04:59:03 9c61dcf015f6: Pulling fs layer 04:59:03 4698f68db338: Pulling fs layer 04:59:03 2a2f49069b9e: Pulling fs layer 04:59:03 e0025b399a48: Pulling fs layer 04:59:03 4698f68db338: Waiting 04:59:03 2a2f49069b9e: Waiting 04:59:03 91d30c5bc195: Verifying Checksum 04:59:03 91d30c5bc195: Download complete 04:59:03 4698f68db338: Verifying Checksum 04:59:03 4698f68db338: Download complete 04:59:03 2e9b0aa3be6d: Verifying Checksum 04:59:03 2e9b0aa3be6d: Download complete 04:59:03 e0025b399a48: Download complete 04:59:03 91d30c5bc195: Pull complete 04:59:03 2a2f49069b9e: Verifying Checksum 04:59:03 2a2f49069b9e: Download complete 04:59:03 2e9b0aa3be6d: Pull complete 04:59:04 9c61dcf015f6: Verifying Checksum 04:59:04 9c61dcf015f6: Download complete 04:59:04 2d8010953d95: Pull complete 04:59:06 ec743f232bc5: Pull complete 04:59:06 Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda 04:59:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 04:59:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 04:59:06 + docker build -t ci-base-image-arm64 -f - . 04:59:06 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 04:59:06 WORKDIR /edgex 04:59:06 COPY go.mod . 04:59:06 RUN go mod download 04:59:06 9c61dcf015f6: Pull complete 04:59:06 4698f68db338: Pull complete 04:59:07 2a2f49069b9e: Pull complete 04:59:07 e0025b399a48: Pull complete 04:59:07 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 04:59:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:59:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:59:07 prd-ubuntu20.04-docker-8c-8g-2443 does not seem to be running inside a container 04:59:07 $ 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/844 -v /w/workspace/edgex-go/844:/w/workspace/edgex-go/844:rw,z -v /w/workspace/edgex-go/844@tmp:/w/workspace/edgex-go/844@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 04:59:07 Sending build context to Docker daemon 3.697MB 04:59:07 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 04:59:07 ---> 12c1d4c06be1 04:59:07 Step 2/4 : WORKDIR /edgex 04:59:09 ---> Running in 07494df8fbd2 04:59:09 Removing intermediate container 07494df8fbd2 04:59:09 ---> c122d5c29898 04:59:09 Step 3/4 : COPY go.mod . 04:59:09 $ docker top 581abf2744457ad0761d2c4f895c43333693f8b2c7b978422be87c9352a0470d -eo pid,comm [Pipeline] { [Pipeline] sh 04:59:10 ---> faa521874251 04:59:10 Step 4/4 : RUN go mod download 04:59:10 ---> Running in 02fe230a1b86 04:59:10 + docker compose -f ./docker-compose-build.yml build --parallel 04:59:12 #1 [support-scheduler internal] load build definition from Dockerfile 04:59:12 #1 transferring dockerfile: 1.83kB done 04:59:12 #1 DONE 0.0s 04:59:12 04:59:12 #2 [support-scheduler internal] load .dockerignore 04:59:12 #2 transferring context: 50B done 04:59:12 #2 DONE 0.0s 04:59:12 04:59:12 #3 [core-command internal] load build definition from Dockerfile 04:59:12 #3 transferring dockerfile: 1.94kB done 04:59:12 #3 DONE 0.0s 04:59:12 04:59:12 #4 [security-proxy-setup internal] load build definition from Dockerfile 04:59:12 #4 transferring dockerfile: 2.50kB done 04:59:12 #4 DONE 0.0s 04:59:12 04:59:12 #5 [core-keeper internal] load build definition from Dockerfile 04:59:12 #5 transferring dockerfile: 2.01kB done 04:59:12 #5 DONE 0.0s 04:59:12 04:59:12 #6 [support-notifications internal] load build definition from Dockerfile 04:59:12 #6 transferring dockerfile: 2.00kB done 04:59:12 #6 DONE 0.0s 04:59:12 04:59:12 #7 [security-secretstore-setup internal] load build definition from Dockerfile 04:59:12 #7 transferring dockerfile: 2.49kB done 04:59:12 #7 DONE 0.0s 04:59:12 04:59:12 #8 [security-spire-config internal] load build definition from Dockerfile 04:59:12 #8 transferring dockerfile: 1.69kB done 04:59:12 #8 DONE 0.0s 04:59:12 04:59:12 #9 [security-spire-agent internal] load build definition from Dockerfile 04:59:12 #9 transferring dockerfile: 1.81kB done 04:59:12 #9 DONE 0.0s 04:59:12 04:59:12 #10 [security-spiffe-token-provider internal] load build definition from Dockerfile 04:59:12 #10 transferring dockerfile: 1.89kB done 04:59:12 #10 DONE 0.0s 04:59:12 04:59:12 #11 [core-data internal] load build definition from Dockerfile 04:59:12 #11 transferring dockerfile: 2.04kB done 04:59:12 #11 DONE 0.0s 04:59:12 04:59:12 #12 [security-proxy-auth internal] load build definition from Dockerfile 04:59:12 #12 transferring dockerfile: 2.14kB done 04:59:12 #12 DONE 0.0s 04:59:12 04:59:12 #13 [security-bootstrapper internal] load build definition from Dockerfile 04:59:12 #13 transferring dockerfile: 3.02kB done 04:59:12 #13 DONE 0.0s 04:59:12 04:59:12 #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile 04:59:12 #14 transferring dockerfile: 2.23kB done 04:59:12 #14 DONE 0.0s 04:59:12 04:59:12 #15 [core-metadata internal] load build definition from Dockerfile 04:59:12 #15 transferring dockerfile: 2.10kB done 04:59:12 #15 DONE 0.0s 04:59:12 04:59:12 #16 [security-spire-server internal] load build definition from Dockerfile 04:59:12 #16 transferring dockerfile: 1.70kB done 04:59:12 #16 DONE 0.0s 04:59:12 04:59:12 #17 [core-command internal] load .dockerignore 04:59:12 #17 transferring context: 50B done 04:59:12 #17 DONE 0.0s 04:59:12 04:59:12 #18 [security-proxy-setup internal] load .dockerignore 04:59:12 #18 transferring context: 50B done 04:59:12 #18 DONE 0.0s 04:59:12 04:59:12 #19 [core-keeper internal] load .dockerignore 04:59:12 #19 transferring context: 50B done 04:59:12 #19 DONE 0.0s 04:59:12 04:59:12 #20 [support-notifications internal] load .dockerignore 04:59:12 #20 transferring context: 50B done 04:59:12 #20 DONE 0.0s 04:59:12 04:59:12 #21 [security-secretstore-setup internal] load .dockerignore 04:59:12 #21 transferring context: 50B done 04:59:12 #21 DONE 0.0s 04:59:12 04:59:12 #22 [security-spire-config internal] load .dockerignore 04:59:12 #22 transferring context: 50B done 04:59:12 #22 DONE 0.0s 04:59:12 04:59:12 #23 [security-spire-agent internal] load .dockerignore 04:59:12 #23 transferring context: 50B done 04:59:12 #23 DONE 0.0s 04:59:12 04:59:12 #24 [security-proxy-auth internal] load .dockerignore 04:59:12 #24 DONE 0.0s 04:59:12 04:59:12 #25 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:59:12 #25 DONE 0.0s 04:59:12 04:59:12 #26 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 04:59:12 #26 DONE 0.1s 04:59:12 04:59:12 #27 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:59:12 #27 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:59:13 #27 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:59:13 #27 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:59:13 #27 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 04:59:13 #27 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 04:59:13 #27 DONE 0.1s 04:59:13 04:59:13 #28 [security-spiffe-token-provider internal] load .dockerignore 04:59:13 #28 transferring context: 50B done 04:59:13 #28 DONE 0.1s 04:59:13 04:59:13 #29 [core-data internal] load .dockerignore 04:59:13 #29 transferring context: 50B done 04:59:13 #29 DONE 0.1s 04:59:13 04:59:13 #30 [security-spire-server internal] load .dockerignore 04:59:13 #30 transferring context: 50B done 04:59:13 #30 DONE 0.1s 04:59:13 04:59:13 #31 [security-bootstrapper internal] load .dockerignore 04:59:13 #31 transferring context: 50B done 04:59:13 #31 DONE 0.1s 04:59:13 04:59:13 #32 [core-common-config-bootstrapper internal] load .dockerignore 04:59:13 #32 transferring context: 50B done 04:59:13 #32 DONE 0.1s 04:59:13 04:59:13 #24 [security-proxy-auth internal] load .dockerignore 04:59:13 #24 transferring context: 50B done 04:59:13 #24 DONE 0.2s 04:59:13 04:59:13 #25 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:59:13 #25 DONE 0.0s 04:59:13 04:59:13 #26 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 04:59:13 #26 ... 04:59:13 04:59:13 #27 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:59:13 #27 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:59:13 #27 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:59:13 #27 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 04:59:13 #27 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 04:59:13 #27 DONE 0.1s 04:59:13 04:59:13 #33 [core-metadata internal] load .dockerignore 04:59:13 #33 transferring context: 50B done 04:59:13 #33 DONE 0.2s 04:59:13 04:59:13 #25 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:59:13 #25 DONE 0.0s 04:59:13 04:59:13 #26 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 04:59:13 #26 DONE 0.2s 04:59:13 04:59:13 #27 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:59:13 #27 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:59:13 #27 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:59:13 #27 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 04:59:13 #27 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 04:59:13 #27 DONE 0.1s 04:59:13 04:59:13 #34 [support-notifications internal] load build context 04:59:13 #34 ... 04:59:13 04:59:13 #25 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:59:13 #25 DONE 0.0s 04:59:13 04:59:13 #35 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 04:59:13 #35 DONE 0.7s 04:59:13 04:59:13 #34 [support-notifications internal] load build context 04:59:13 #34 ... 04:59:13 04:59:13 #25 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:59:13 #25 DONE 0.0s 04:59:13 04:59:13 #34 [support-notifications internal] load build context 04:59:13 #34 ... 04:59:13 04:59:13 #25 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:59:13 #25 DONE 0.0s 04:59:13 04:59:13 #34 [support-notifications internal] load build context 04:59:14 #34 ... 04:59:14 04:59:14 #25 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:59:14 #25 DONE 0.0s 04:59:14 04:59:14 #34 [support-notifications internal] load build context 04:59:19 #34 transferring context: 307.33MB 4.9s 04:59:20 #34 ... 04:59:20 04:59:20 #36 [support-scheduler internal] load build context 04:59:20 #36 transferring context: 503.44MB 7.0s done 04:59:20 #36 ... 04:59:20 04:59:20 #34 [support-notifications internal] load build context 04:59:20 #34 transferring context: 503.44MB 6.6s done 04:59:20 #34 ... 04:59:20 04:59:20 #27 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:59:20 #27 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:59:20 #27 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:59:20 #27 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 04:59:20 #27 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 04:59:20 #27 DONE 0.1s 04:59:20 04:59:20 #35 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 04:59:20 #35 DONE 0.7s 04:59:20 04:59:20 #26 [core-data internal] load metadata for docker.io/library/alpine:3.20 04:59:20 #26 DONE 6.9s 04:59:20 04:59:20 #37 [core-command internal] load build context 04:59:20 #37 transferring context: 503.44MB 6.8s done 04:59:23 #37 ... 04:59:23 04:59:23 #38 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 04:59:23 #0 0.451 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:23 #0 0.607 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:23 #0 0.949 (1/3) Installing ca-certificates (20241121-r1) 04:59:23 #0 0.964 (2/3) Installing dumb-init (1.2.5-r3) 04:59:23 #0 0.967 (3/3) Installing tzdata (2025b-r0) 04:59:23 #0 1.000 Executing busybox-1.36.1-r29.trigger 04:59:23 #0 1.009 Executing ca-certificates-20241121-r1.trigger 04:59:23 #0 1.048 OK: 10 MiB in 17 packages 04:59:23 #38 ... 04:59:23 04:59:23 #39 [security-proxy-setup internal] load build context 04:59:23 #39 transferring context: 503.44MB 6.6s done 04:59:23 #39 ... 04:59:23 04:59:23 #40 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:59:23 #40 ... 04:59:23 04:59:23 #41 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 04:59:23 #41 ... 04:59:23 04:59:23 #42 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 04:59:24 #42 ... 04:59:24 04:59:24 #43 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 04:59:24 #43 ... 04:59:24 04:59:24 #44 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:59:24 #44 ... 04:59:24 04:59:24 #45 [core-keeper internal] load build context 04:59:24 #45 transferring context: 503.44MB 6.5s done 04:59:24 #45 ... 04:59:24 04:59:24 #46 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 04:59:24 #46 ... 04:59:24 04:59:24 #47 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 04:59:24 #47 ... 04:59:24 04:59:24 #48 [security-bootstrapper internal] load build context 04:59:26 #48 ... 04:59:26 04:59:26 #45 [core-keeper internal] load build context 04:59:26 #45 DONE 13.4s 04:59:26 04:59:26 #39 [security-proxy-setup internal] load build context 04:59:26 #39 DONE 13.5s 04:59:26 04:59:26 #41 [support-scheduler builder 2/7] WORKDIR /edgex-go 04:59:26 #41 DONE 13.4s 04:59:26 04:59:26 #49 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 04:59:27 #49 ... 04:59:27 04:59:27 #34 [support-notifications internal] load build context 04:59:27 #34 DONE 13.5s 04:59:27 04:59:27 #37 [core-command internal] load build context 04:59:27 #37 DONE 13.6s 04:59:27 04:59:27 #38 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 04:59:27 #38 DONE 13.7s 04:59:27 04:59:27 #36 [support-scheduler internal] load build context 04:59:27 #36 DONE 13.8s 04:59:27 04:59:27 #49 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 04:59:27 #49 ... 04:59:27 04:59:27 #47 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 04:59:27 #47 DONE 13.7s 04:59:27 04:59:27 #27 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:59:27 #27 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:59:27 #27 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:59:27 #27 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 04:59:27 #27 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 04:59:27 #27 DONE 0.1s 04:59:27 04:59:27 #43 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 04:59:27 #43 DONE 13.7s 04:59:27 04:59:27 #50 [security-spire-config internal] load build context 04:59:27 #50 transferring context: 22.05kB 0.0s done 04:59:27 #50 DONE 0.1s 04:59:27 04:59:27 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:59:27 #51 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:59:27 #51 ... 04:59:27 04:59:27 #52 [security-spire-server internal] load build context 04:59:27 #52 transferring context: 23.80kB 0.1s done 04:59:27 #52 DONE 0.1s 04:59:27 04:59:27 #53 [security-spire-agent internal] load build context 04:59:27 #53 transferring context: 23.33kB 0.0s done 04:59:30 #53 ... 04:59:30 04:59:30 #54 [core-metadata internal] load build context 04:59:30 #54 ... 04:59:30 04:59:30 #55 [security-spiffe-token-provider internal] load build context 04:59:30 #55 ... 04:59:30 04:59:30 #56 [security-secretstore-setup internal] load build context 04:59:30 #56 ... 04:59:30 04:59:30 #57 [core-common-config-bootstrapper internal] load build context 04:59:30 #57 ... 04:59:30 04:59:30 #58 [security-proxy-auth internal] load build context 04:59:30 #58 ... 04:59:30 04:59:30 #59 [core-data internal] load build context 04:59:30 #59 ... 04:59:30 04:59:30 #57 [core-common-config-bootstrapper internal] load build context 04:59:32 #57 transferring context: 424.39MB 5.6s 04:59:33 #57 transferring context: 503.44MB 6.5s done 04:59:36 #57 ... 04:59:36 04:59:36 #53 [security-spire-agent internal] load build context 04:59:36 #53 DONE 8.6s 04:59:36 04:59:36 #56 [security-secretstore-setup internal] load build context 04:59:36 #56 transferring context: 503.44MB 7.5s done 04:59:36 #56 ... 04:59:36 04:59:36 #48 [security-bootstrapper internal] load build context 04:59:36 #48 transferring context: 503.44MB 6.4s done 04:59:36 #48 ... 04:59:36 04:59:36 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:59:36 #0 3.421 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:36 #0 3.502 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:36 #0 3.824 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:59:36 #0 3.824 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:59:36 #0 3.824 OK: 24171 distinct packages available 04:59:36 #0 3.901 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:36 #0 3.969 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:36 #0 4.224 (1/14) Installing ca-certificates (20241121-r1) 04:59:36 #0 4.241 (2/14) Installing brotli-libs (1.1.0-r2) 04:59:36 #0 4.250 (3/14) Installing c-ares (1.33.1-r0) 04:59:36 #0 4.256 (4/14) Installing libunistring (1.2-r0) 04:59:36 #0 4.269 (5/14) Installing libidn2 (2.3.7-r0) 04:59:36 #0 4.276 (6/14) Installing nghttp2-libs (1.62.1-r0) 04:59:36 #0 4.280 (7/14) Installing libpsl (0.21.5-r1) 04:59:36 #0 4.286 (8/14) Installing zstd-libs (1.5.6-r0) 04:59:36 #0 4.294 (9/14) Installing libcurl (8.12.1-r0) 04:59:36 #0 4.303 (10/14) Installing curl (8.12.1-r0) 04:59:36 #0 4.312 (11/14) Installing dumb-init (1.2.5-r3) 04:59:36 #0 4.313 (12/14) Installing musl-obstack (1.2.3-r2) 04:59:36 #0 4.315 (13/14) Installing libucontext (1.2-r3) 04:59:36 #0 4.321 (14/14) Installing gcompat (1.1.0-r4) 04:59:36 #0 4.324 Executing busybox-1.36.1-r29.trigger 04:59:36 #0 4.332 Executing ca-certificates-20241121-r1.trigger 04:59:36 #0 4.370 OK: 13 MiB in 28 packages 04:59:37 #60 ... 04:59:37 04:59:37 #61 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 04:59:37 #61 ... 04:59:37 04:59:37 #62 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 04:59:38 #62 ... 04:59:38 04:59:38 #63 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:59:38 #63 ... 04:59:38 04:59:38 #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:59:38 #64 ... 04:59:38 04:59:38 #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:59:38 #65 ... 04:59:38 04:59:38 #46 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 04:59:38 #46 13.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:38 #46 13.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:38 #46 14.28 (1/7) Installing ca-certificates (20241121-r1) 04:59:38 #46 14.30 (2/7) Installing dumb-init (1.2.5-r3) 04:59:38 #46 14.30 (3/7) Installing libgcc (13.2.1_git20240309-r1) 04:59:38 #46 14.31 (4/7) Installing libsodium (1.0.19-r0) 04:59:38 #46 14.32 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 04:59:38 #46 14.34 (6/7) Installing libzmq (4.3.5-r2) 04:59:38 #46 14.35 (7/7) Installing zeromq (4.3.5-r2) 04:59:38 #46 14.35 Executing busybox-1.36.1-r29.trigger 04:59:38 #46 14.36 Executing ca-certificates-20241121-r1.trigger 04:59:38 #46 14.40 OK: 12 MiB in 21 packages 04:59:38 #46 ... 04:59:38 04:59:38 #42 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 04:59:38 #42 13.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:38 #42 14.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:38 #42 14.39 (1/1) Installing dumb-init (1.2.5-r3) 04:59:38 #42 14.40 Executing busybox-1.36.1-r29.trigger 04:59:38 #42 14.40 OK: 8 MiB in 15 packages 04:59:38 #42 ... 04:59:38 04:59:38 #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 04:59:39 #66 ... 04:59:39 04:59:39 #67 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 04:59:39 #67 ... 04:59:39 04:59:39 #68 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 04:59:39 #0 5.568 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:39 #0 5.675 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:39 #0 5.929 (1/1) Installing dumb-init (1.2.5-r3) 04:59:39 #0 5.933 Executing busybox-1.36.1-r29.trigger 04:59:39 #0 5.941 OK: 8 MiB in 15 packages 04:59:39 #68 ... 04:59:39 04:59:39 #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:59:39 #69 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 2.9s done 04:59:39 #69 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 04:59:39 #69 ... 04:59:39 04:59:39 #40 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:59:39 #40 14.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:39 #40 14.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:39 #40 14.38 (1/4) Installing dumb-init (1.2.5-r3) 04:59:39 #40 14.39 (2/4) Installing openssl (3.3.3-r0) 04:59:39 #40 14.40 (3/4) Installing su-exec (0.2-r3) 04:59:39 #40 14.40 (4/4) Installing yq-go (4.44.1-r2) 04:59:39 #40 14.47 Executing busybox-1.36.1-r29.trigger 04:59:39 #40 14.48 OK: 19 MiB in 18 packages 04:59:39 #40 ... 04:59:39 04:59:39 #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:59:39 #70 ... 04:59:39 04:59:39 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:59:39 #71 ... 04:59:39 04:59:39 #72 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 04:59:40 #72 ... 04:59:40 04:59:40 #59 [core-data internal] load build context 04:59:40 #59 transferring context: 503.44MB 7.0s done 04:59:40 #59 ... 04:59:40 04:59:40 #55 [security-spiffe-token-provider internal] load build context 04:59:40 #55 transferring context: 503.44MB 6.5s done 04:59:41 #55 ... 04:59:41 04:59:41 #58 [security-proxy-auth internal] load build context 04:59:41 #58 transferring context: 503.44MB 6.5s done 04:59:41 #58 ... 04:59:41 04:59:41 #54 [core-metadata internal] load build context 04:59:41 #54 transferring context: 503.44MB 6.1s done 04:59:41 #54 ... 04:59:41 04:59:41 #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:59:41 #69 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 04:59:42 #69 ... 04:59:42 04:59:42 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:59:42 #51 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 5.0s done 04:59:42 #51 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 04:59:42 #51 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 04:59:44 #51 ... 04:59:44 04:59:44 #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:59:44 #69 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 04:59:46 #69 ... 04:59:46 04:59:46 #54 [core-metadata internal] load build context 04:59:46 #54 DONE 25.7s 04:59:46 04:59:46 #44 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:59:46 #44 DONE 32.5s 04:59:46 04:59:46 #48 [security-bootstrapper internal] load build context 04:59:46 #48 DONE 25.7s 04:59:46 04:59:46 #57 [core-common-config-bootstrapper internal] load build context 04:59:46 #57 DONE 25.7s 04:59:46 04:59:46 #55 [security-spiffe-token-provider internal] load build context 04:59:46 #55 DONE 25.7s 04:59:46 04:59:46 #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:59:46 #69 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 1.4s 04:59:46 #69 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 1.4s done 04:59:46 #69 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 1.4s 04:59:46 #69 ... 04:59:46 04:59:46 #46 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 04:59:46 #46 DONE 32.6s 04:59:46 04:59:46 #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:59:46 #69 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.4s done 04:59:46 #69 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.4s done 04:59:46 #69 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 04:59:46 #69 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0B / 15.53MB 1.5s 04:59:46 #69 ... 04:59:46 04:59:46 #42 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 04:59:46 #42 DONE 32.8s 04:59:46 04:59:46 #40 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:59:46 #40 DONE 32.8s 04:59:46 04:59:46 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:59:46 #60 DONE 19.3s 04:59:46 04:59:46 #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:59:46 #69 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 1.7s 04:59:46 #69 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 04:59:46 #69 ... 04:59:46 04:59:46 #68 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 04:59:46 #68 DONE 19.4s 04:59:46 04:59:46 #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:59:46 #69 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 1.8s done 04:59:46 #69 ... 04:59:46 04:59:46 #58 [security-proxy-auth internal] load build context 04:59:46 #58 DONE 26.1s 04:59:46 04:59:46 #59 [core-data internal] load build context 04:59:46 #59 DONE 26.1s 04:59:46 04:59:46 #56 [security-secretstore-setup internal] load build context 04:59:46 #56 DONE 26.1s 04:59:46 04:59:46 #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:59:46 #69 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 04:59:46 #69 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 04:59:47 #69 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.7s done 04:59:48 #69 ... 04:59:48 04:59:48 #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 04:59:48 #66 19.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:48 #66 19.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:48 #66 20.08 OK: 248 MiB in 58 packages 04:59:48 #66 DONE 21.7s 04:59:48 04:59:48 #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:59:48 #64 19.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:48 #64 19.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:48 #64 20.09 (1/4) Installing ca-certificates (20241121-r1) 04:59:48 #64 20.10 (2/4) Installing dumb-init (1.2.5-r3) 04:59:48 #64 20.11 (3/4) Installing su-exec (0.2-r3) 04:59:48 #64 20.11 (4/4) Installing yq-go (4.44.1-r2) 04:59:48 #64 20.19 Executing busybox-1.36.1-r29.trigger 04:59:48 #64 20.70 Executing ca-certificates-20241121-r1.trigger 04:59:48 #64 20.75 OK: 19 MiB in 18 packages 04:59:48 #64 DONE 21.7s 04:59:48 04:59:48 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:59:48 #71 20.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:48 #71 20.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:48 #71 20.53 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:59:48 #71 20.53 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:59:48 #71 20.53 OK: 24171 distinct packages available 04:59:48 #71 20.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:48 #71 20.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:48 #71 20.99 OK: 248 MiB in 58 packages 04:59:48 #71 DONE 21.8s 04:59:48 04:59:48 #67 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 04:59:48 #67 19.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:48 #67 19.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:48 #67 20.13 (1/2) Installing dumb-init (1.2.5-r3) 04:59:48 #67 20.13 (2/2) Installing su-exec (0.2-r3) 04:59:48 #67 20.14 Executing busybox-1.36.1-r29.trigger 04:59:48 #67 20.14 OK: 8 MiB in 16 packages 04:59:48 #67 DONE 21.7s 04:59:48 04:59:48 #49 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 04:59:48 #49 19.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:48 #49 19.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:48 #49 20.17 OK: 248 MiB in 58 packages 04:59:48 #49 DONE 21.8s 04:59:48 04:59:48 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:59:48 #51 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 04:59:48 #51 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.4s done 04:59:48 #51 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.4s done 04:59:48 #51 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 04:59:48 #51 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.5s done 04:59:48 #51 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 04:59:48 #51 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 2.3s done 04:59:48 #51 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 04:59:48 #51 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.2s done 04:59:48 #51 DONE 21.5s 04:59:48 04:59:48 #73 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 04:59:48 #73 DONE 0.1s 04:59:48 04:59:48 #74 [core-command builder 4/7] COPY go.mod vendor* ./ 04:59:48 #74 DONE 0.1s 04:59:48 04:59:48 #75 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 04:59:48 #75 DONE 0.2s 04:59:48 04:59:48 #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:59:50 #69 ... 04:59:50 04:59:50 #63 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:59:50 #63 DONE 23.0s 04:59:50 04:59:50 #62 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 04:59:50 #62 22.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:50 #62 22.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:50 #62 23.00 OK: 10 MiB in 17 packages 04:59:50 #62 DONE 23.1s 04:59:50 04:59:50 #61 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 04:59:50 #61 23.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:50 #61 23.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:50 #61 23.40 OK: 248 MiB in 58 packages 04:59:50 #61 DONE 23.5s 04:59:50 04:59:50 #72 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 04:59:50 #72 23.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:50 #72 23.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:50 #72 23.59 OK: 248 MiB in 58 packages 04:59:50 #72 ... 04:59:50 04:59:50 #76 [support-notifications builder 4/7] COPY go.mod vendor* ./ 04:59:50 #76 DONE 0.4s 04:59:50 04:59:50 #72 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 04:59:50 #72 DONE 23.9s 04:59:50 04:59:50 #77 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 04:59:50 #77 DONE 0.1s 04:59:50 04:59:50 #78 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:59:51 #78 ... 04:59:51 04:59:51 #79 [core-data stage-1 3/7] RUN apk --no-cache upgrade 04:59:51 #0 4.141 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:51 #0 4.224 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:51 #0 4.563 OK: 8 MiB in 15 packages 04:59:51 #79 DONE 4.7s 04:59:51 04:59:51 #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:59:51 #65 23.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:51 #65 23.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:51 #65 23.41 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:59:51 #65 23.41 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:59:51 #65 23.41 OK: 24171 distinct packages available 04:59:51 #65 23.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:51 #65 23.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:51 #65 23.82 (1/5) Installing dumb-init (1.2.5-r3) 04:59:51 #65 23.82 (2/5) Installing musl-obstack (1.2.3-r2) 04:59:51 #65 23.83 (3/5) Installing libucontext (1.2-r3) 04:59:51 #65 23.83 (4/5) Installing gcompat (1.1.0-r4) 04:59:51 #65 23.83 (5/5) Installing openssl (3.3.3-r0) 04:59:51 #65 23.84 Executing busybox-1.36.1-r29.trigger 04:59:51 #65 23.85 OK: 9 MiB in 19 packages 04:59:51 #65 DONE 24.0s 04:59:51 04:59:51 #80 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 04:59:51 #80 ... 04:59:51 04:59:51 #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 04:59:51 #0 5.078 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:51 #0 5.150 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:51 #0 5.442 OK: 12 MiB in 21 packages 04:59:51 #81 DONE 5.6s 04:59:51 04:59:51 #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:59:51 #70 22.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:51 #70 23.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:51 #70 24.30 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:59:51 #70 24.30 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:59:51 #70 24.30 OK: 24171 distinct packages available 04:59:51 #70 24.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:51 #70 24.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:52 #70 ... 04:59:52 04:59:52 #82 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 04:59:52 #0 5.341 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:52 #0 5.420 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:52 #0 5.758 OK: 19 MiB in 18 packages 04:59:52 #82 DONE 6.0s 04:59:52 04:59:52 #83 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 04:59:52 #0 5.363 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:52 #0 5.456 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:52 #0 5.792 OK: 13 MiB in 28 packages 04:59:52 #83 DONE 6.0s 04:59:52 04:59:52 #84 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 04:59:52 #0 2.917 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:52 #0 2.993 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:52 #0 3.304 OK: 19 MiB in 18 packages 04:59:52 #84 DONE 3.5s 04:59:52 04:59:52 #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:59:52 #70 24.77 (1/4) Installing dumb-init (1.2.5-r3) 04:59:52 #70 24.77 (2/4) Installing musl-obstack (1.2.3-r2) 04:59:52 #70 24.77 (3/4) Installing libucontext (1.2-r3) 04:59:52 #70 24.77 (4/4) Installing gcompat (1.1.0-r4) 04:59:52 #70 24.78 Executing busybox-1.36.1-r29.trigger 04:59:52 #70 24.79 OK: 8 MiB in 18 packages 04:59:52 #70 DONE 24.9s 04:59:52 04:59:52 #85 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 04:59:52 #85 DONE 0.1s 04:59:52 04:59:52 #86 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 04:59:52 #0 3.052 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:52 #0 3.143 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:52 #0 3.463 OK: 8 MiB in 16 packages 04:59:52 #86 DONE 3.6s 04:59:52 04:59:52 #87 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 04:59:52 #87 ... 04:59:52 04:59:52 #88 [core-metadata stage-1 3/8] RUN apk --no-cache upgrade 04:59:52 #0 5.140 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:52 #0 5.814 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:52 #0 6.151 OK: 8 MiB in 15 packages 04:59:52 #88 DONE 6.4s 04:59:52 04:59:52 #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 04:59:52 #89 ... 04:59:52 04:59:52 #90 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:59:52 #0 5.218 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:52 #0 5.705 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:52 #0 6.403 (1/1) Installing dumb-init (1.2.5-r3) 04:59:52 #0 6.693 Executing busybox-1.36.1-r29.trigger 04:59:52 #0 6.699 OK: 8 MiB in 15 packages 04:59:52 #90 DONE 6.8s 04:59:53 04:59:53 #91 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 04:59:53 #0 2.638 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:53 #0 3.076 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:53 #91 3.795 OK: 248 MiB in 58 packages 04:59:53 #91 ... 04:59:53 04:59:53 #87 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 04:59:53 #87 DONE 1.6s 04:59:53 04:59:53 #91 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 04:59:53 #91 DONE 3.9s 04:59:53 04:59:53 #92 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 04:59:53 #92 DONE 0.1s 04:59:53 04:59:53 #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 04:59:53 #89 1.624 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:54 #89 ... 04:59:54 04:59:54 #93 [core-keeper builder 5/8] COPY go.mod vendor* ./ 04:59:54 #93 DONE 0.1s 04:59:54 04:59:54 #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 04:59:54 #89 1.692 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:54 #89 1.998 OK: 8 MiB in 18 packages 04:59:54 #89 DONE 2.1s 04:59:54 04:59:54 #80 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 04:59:54 #80 2.377 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:59:54 #80 2.476 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:59:54 #80 2.773 OK: 9 MiB in 19 packages 04:59:54 #80 DONE 2.9s 04:59:54 04:59:54 #94 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:59:57 #94 DONE 2.2s 04:59:57 04:59:57 #95 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:59:57 #95 DONE 2.1s 04:59:57 04:59:57 #96 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 04:59:57 #96 DONE 2.1s 04:59:57 04:59:57 #97 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:59:57 #97 ... 04:59:57 04:59:57 #98 [security-spire-server stage-2 5/9] COPY Attribution.txt / 04:59:57 #98 DONE 1.3s 04:59:57 04:59:57 #99 [security-spire-config stage-2 5/10] COPY Attribution.txt / 04:59:57 #99 DONE 1.2s 04:59:57 04:59:57 #97 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:59:57 #97 DONE 1.3s 04:59:57 04:59:57 #100 [security-spire-config stage-2 6/10] COPY security.txt / 04:59:57 #100 DONE 0.0s 04:59:57 04:59:57 #101 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 04:59:57 #101 DONE 0.0s 04:59:57 04:59:57 #102 [security-spire-server stage-2 6/9] COPY security.txt / 04:59:57 #102 DONE 0.1s 04:59:57 04:59:57 #103 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 04:59:57 #103 DONE 0.0s 04:59:57 04:59:57 #104 [security-spire-agent stage-3 7/10] COPY security.txt / 04:59:58 #104 DONE 0.0s 04:59:58 04:59:58 #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 04:59:58 #105 DONE 0.0s 04:59:58 04:59:58 #106 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 04:59:58 #106 DONE 0.0s 04:59:58 04:59:58 #107 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 04:59:58 #107 DONE 0.0s 04:59:58 04:59:58 #108 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 04:59:58 #108 DONE 0.0s 04:59:58 04:59:58 #109 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 04:59:58 #109 DONE 0.0s 04:59:58 04:59:58 #110 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 04:59:58 #110 DONE 0.0s 04:59:58 04:59:58 #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 04:59:58 #111 DONE 0.0s 04:59:58 04:59:58 #112 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 04:59:58 #112 DONE 0.1s 04:59:58 04:59:58 #113 [security-spire-agent] exporting to image 04:59:58 #113 exporting layers 04:59:58 #113 ... 04:59:58 04:59:58 #114 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:59:59 #114 ... 04:59:59 04:59:59 #115 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:59:59 #115 ... 04:59:59 04:59:59 #113 [security-spire-agent] exporting to image 04:59:59 #113 exporting layers 0.8s done 04:59:59 #113 writing image sha256:287797692826c8950d6e7db1e3164cef41263ebe376d2634c63ee7a5673a92ec 0.0s done 04:59:59 #113 naming to docker.io/library/security-spire-config done 04:59:59 #113 writing image sha256:c5439c61d3acc5c4b6d2f3af8b26331ace73c351b491b83195901f360e1c1b39 done 04:59:59 #113 naming to docker.io/library/security-spire-server done 04:59:59 #113 writing image sha256:0145ce061fe32c4525541950e4ba460e4f98fec0514d7a10bfef4e599b5960a9 done 04:59:59 #113 naming to docker.io/library/security-spire-agent done 04:59:59 #113 DONE 0.9s 04:59:59 04:59:59 #116 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:59:59 #116 ... 04:59:59 04:59:59 #117 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:00:01 #117 ... 05:00:01 05:00:01 #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:00:06 Removing intermediate container 02fe230a1b86 05:00:06 ---> c18e1bcf789f 05:00:06 Successfully built c18e1bcf789f 05:00:06 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:00:06 + docker inspect -f . ci-base-image-arm64 05:00:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:00:07 prd-ubuntu20.04-docker-arm64-4c-16g-2444 does not seem to be running inside a container 05:00:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/844 -v /w/workspace/edgex-go/844:/w/workspace/edgex-go/844:rw,z -v /w/workspace/edgex-go/844@tmp:/w/workspace/edgex-go/844@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 05:00:08 $ docker top e359c3dd7b2d7f4fed3926a9ae61ab8e9b6d94730486e4d3b8d3bbdb57400502 -eo pid,comm [Pipeline] { [Pipeline] sh 05:00:09 + go version 05:00:09 go version go1.23.8 linux/arm64 [Pipeline] } 05:00:09 $ docker stop --time=1 e359c3dd7b2d7f4fed3926a9ae61ab8e9b6d94730486e4d3b8d3bbdb57400502 05:00:10 $ docker rm -f --volumes e359c3dd7b2d7f4fed3926a9ae61ab8e9b6d94730486e4d3b8d3bbdb57400502 [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 05:00:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:00:11 05:00:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:00:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:00:11 latest: Pulling from edgex-devops/edgex-compose-arm64 05:00:11 547446be3368: Pulling fs layer 05:00:11 d125d8839a47: Pulling fs layer 05:00:11 3e85d5ac6304: Pulling fs layer 05:00:11 c3105a71a48b: Pulling fs layer 05:00:11 0f093f025ec4: Pulling fs layer 05:00:11 c3106fc0e877: Pulling fs layer 05:00:11 c3105a71a48b: Waiting 05:00:11 0f093f025ec4: Waiting 05:00:11 c3106fc0e877: Waiting 05:00:12 547446be3368: Verifying Checksum 05:00:12 c3105a71a48b: Verifying Checksum 05:00:12 c3105a71a48b: Download complete 05:00:12 d125d8839a47: Verifying Checksum 05:00:12 d125d8839a47: Download complete 05:00:12 c3106fc0e877: Verifying Checksum 05:00:12 c3106fc0e877: Download complete 05:00:12 0f093f025ec4: Verifying Checksum 05:00:12 0f093f025ec4: Download complete 05:00:12 547446be3368: Pull complete 05:00:13 d125d8839a47: Pull complete 05:00:14 3e85d5ac6304: Verifying Checksum 05:00:14 3e85d5ac6304: Download complete 05:00:24 3e85d5ac6304: Pull complete 05:00:24 c3105a71a48b: Pull complete 05:00:25 0f093f025ec4: Pull complete 05:00:25 c3106fc0e877: Pull complete 05:00:25 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 05:00:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:00:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:00:26 prd-ubuntu20.04-docker-arm64-4c-16g-2444 does not seem to be running inside a container 05:00:26 $ 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/844 -v /w/workspace/edgex-go/844:/w/workspace/edgex-go/844:rw,z -v /w/workspace/edgex-go/844@tmp:/w/workspace/edgex-go/844@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 05:00:28 $ docker top be78a6a8caa1f3ba3c040f6261d49222cbbf04ae97dd93b6d850856831361b09 -eo pid,comm [Pipeline] { [Pipeline] sh 05:00:29 + docker compose -f ./docker-compose-build.yml build --parallel 05:00:33 #118 ... 05:00:33 05:00:33 #117 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:00:33 #117 DONE 38.7s 05:00:33 05:00:33 #78 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:00:33 #78 DONE 41.8s 05:00:33 05:00:33 #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:00:33 #118 DONE 41.9s 05:00:33 05:00:33 #116 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:00:33 #116 DONE 43.9s 05:00:33 05:00:33 #115 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:00:33 #115 DONE 43.9s 05:00:33 05:00:33 #114 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:00:33 #114 DONE 43.9s 05:00:33 05:00:33 #119 [security-spiffe-token-provider builder 6/7] COPY . . 05:00:39 #1 [core-command internal] load build definition from Dockerfile 05:00:39 #1 transferring dockerfile: 1.94kB 0.0s done 05:00:39 #1 DONE 0.1s 05:00:39 05:00:39 #2 [security-proxy-auth internal] load build definition from Dockerfile 05:00:39 #2 transferring dockerfile: 2.14kB done 05:00:39 #2 DONE 0.0s 05:00:39 05:00:39 #3 [security-bootstrapper internal] load build definition from Dockerfile 05:00:39 #3 transferring dockerfile: 3.02kB 0.0s done 05:00:39 #3 DONE 0.1s 05:00:39 05:00:39 #4 [core-keeper internal] load build definition from Dockerfile 05:00:39 #4 transferring dockerfile: 2.01kB done 05:00:39 #4 DONE 0.1s 05:00:39 05:00:39 #5 [support-scheduler internal] load build definition from Dockerfile 05:00:39 #5 transferring dockerfile: 1.83kB 0.0s done 05:00:39 #5 DONE 0.1s 05:00:39 05:00:39 #6 [security-proxy-setup internal] load build definition from Dockerfile 05:00:39 #6 transferring dockerfile: 2.50kB 0.0s done 05:00:39 #6 DONE 0.1s 05:00:39 05:00:39 #7 [core-data internal] load build definition from Dockerfile 05:00:39 #7 transferring dockerfile: 2.04kB 0.0s done 05:00:39 #7 DONE 0.1s 05:00:39 05:00:39 #8 [core-common-config-bootstrapper internal] load build definition from Dockerfile 05:00:39 #8 DONE 0.0s 05:00:39 05:00:39 #9 [security-spire-server internal] load build definition from Dockerfile 05:00:39 #9 transferring dockerfile: 1.70kB done 05:00:39 #9 DONE 0.1s 05:00:39 05:00:39 #8 [core-common-config-bootstrapper internal] load build definition from Dockerfile 05:00:39 #8 transferring dockerfile: 2.23kB 0.0s done 05:00:39 #8 DONE 0.1s 05:00:39 05:00:39 #10 [security-spire-agent internal] load build definition from Dockerfile 05:00:39 #10 transferring dockerfile: 1.81kB done 05:00:39 #10 DONE 0.1s 05:00:39 05:00:39 #11 [core-metadata internal] load build definition from Dockerfile 05:00:39 #11 transferring dockerfile: 2.10kB 0.0s done 05:00:39 #11 DONE 0.1s 05:00:39 05:00:39 #12 [security-secretstore-setup internal] load build definition from Dockerfile 05:00:39 #12 transferring dockerfile: 2.49kB 0.0s done 05:00:39 #12 DONE 0.1s 05:00:39 05:00:39 #13 [support-notifications internal] load build definition from Dockerfile 05:00:39 #13 transferring dockerfile: 2.00kB done 05:00:39 #13 DONE 0.1s 05:00:39 05:00:39 #14 [security-spiffe-token-provider internal] load build definition from Dockerfile 05:00:39 #14 transferring dockerfile: 1.89kB done 05:00:39 #14 DONE 0.1s 05:00:39 05:00:39 #15 [security-spire-config internal] load build definition from Dockerfile 05:00:39 #15 transferring dockerfile: 1.69kB done 05:00:39 #15 DONE 0.1s 05:00:39 05:00:39 #16 [core-command internal] load .dockerignore 05:00:39 #16 transferring context: 50B 0.0s done 05:00:39 #16 DONE 0.1s 05:00:40 05:00:40 #17 [security-proxy-auth internal] load .dockerignore 05:00:40 #17 transferring context: 50B done 05:00:40 #17 DONE 0.0s 05:00:40 05:00:40 #18 [security-bootstrapper internal] load .dockerignore 05:00:40 #18 transferring context: 50B done 05:00:40 #18 DONE 0.1s 05:00:40 05:00:40 #19 [core-keeper internal] load .dockerignore 05:00:40 #19 transferring context: 50B 0.0s done 05:00:40 #19 DONE 0.1s 05:00:40 05:00:40 #20 [support-scheduler internal] load .dockerignore 05:00:40 #20 transferring context: 50B done 05:00:40 #20 DONE 0.1s 05:00:40 05:00:40 #21 [security-proxy-setup internal] load .dockerignore 05:00:40 #21 transferring context: 50B done 05:00:40 #21 DONE 0.1s 05:00:40 05:00:40 #22 [core-data internal] load .dockerignore 05:00:40 #22 transferring context: 50B 0.0s done 05:00:40 #22 DONE 0.1s 05:00:40 05:00:40 #23 [security-spire-server internal] load .dockerignore 05:00:40 #23 transferring context: 50B 0.0s done 05:00:40 #23 DONE 0.1s 05:00:40 05:00:40 #24 [core-common-config-bootstrapper internal] load .dockerignore 05:00:40 #24 transferring context: 50B done 05:00:40 #24 DONE 0.1s 05:00:40 05:00:40 #25 [security-spire-agent internal] load .dockerignore 05:00:40 #25 transferring context: 50B 0.0s done 05:00:40 #25 DONE 0.1s 05:00:40 05:00:40 #26 [core-metadata internal] load .dockerignore 05:00:40 #26 transferring context: 50B 0.0s done 05:00:40 #26 DONE 0.1s 05:00:40 05:00:40 #27 [security-secretstore-setup internal] load .dockerignore 05:00:40 #27 transferring context: 50B done 05:00:40 #27 DONE 0.1s 05:00:40 05:00:40 #28 [support-notifications internal] load .dockerignore 05:00:40 #28 transferring context: 50B 0.0s done 05:00:40 #28 DONE 0.1s 05:00:40 05:00:40 #29 [security-spiffe-token-provider internal] load .dockerignore 05:00:40 #29 transferring context: 50B 0.0s done 05:00:40 #29 DONE 0.1s 05:00:40 05:00:40 #30 [security-spire-config internal] load .dockerignore 05:00:40 #30 transferring context: 50B done 05:00:40 #30 DONE 0.0s 05:00:40 05:00:40 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:00:40 #31 DONE 0.0s 05:00:40 05:00:40 #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 05:00:41 #32 DONE 0.5s 05:00:41 05:00:41 #33 [core-command stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:00:41 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:00:41 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:00:41 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:00:41 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:00:41 #33 DONE 0.2s 05:00:41 05:00:41 #34 [core-command internal] load build context 05:00:41 #34 ... 05:00:41 05:00:41 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:00:41 #31 DONE 0.0s 05:00:41 05:00:41 #34 [core-command internal] load build context 05:00:41 #34 ... 05:00:41 05:00:41 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:00:41 #31 DONE 0.0s 05:00:41 05:00:41 #33 [security-proxy-auth stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:00:41 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:00:41 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:00:41 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:00:41 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:00:41 #33 DONE 0.4s 05:00:41 05:00:41 #34 [core-command internal] load build context 05:00:42 #34 ... 05:00:42 05:00:42 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:00:42 #31 DONE 0.0s 05:00:42 05:00:42 #33 [security-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:00:42 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:00:42 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:00:42 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:00:42 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:00:42 #33 DONE 0.5s 05:00:42 05:00:42 #34 [core-command internal] load build context 05:00:42 #34 ... 05:00:42 05:00:42 #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 05:00:42 #32 DONE 0.7s 05:00:42 05:00:42 #34 [core-command internal] load build context 05:00:42 #34 ... 05:00:42 05:00:42 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:00:42 #31 DONE 0.0s 05:00:42 05:00:42 #33 [core-keeper stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:00:42 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:00:42 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:00:42 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:00:42 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:00:42 #33 DONE 0.5s 05:00:42 05:00:42 #34 [core-command internal] load build context 05:00:42 #34 ... 05:00:42 05:00:42 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:00:42 #31 DONE 0.0s 05:00:42 05:00:42 #33 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:00:42 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:00:42 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:00:42 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:00:42 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:00:42 #33 DONE 0.5s 05:00:42 05:00:42 #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 05:00:42 #32 ... 05:00:42 05:00:42 #33 [security-proxy-setup stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:00:42 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:00:42 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:00:42 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:00:42 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:00:42 #33 DONE 0.5s 05:00:42 05:00:42 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:00:42 #31 DONE 0.0s 05:00:42 05:00:42 #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 05:00:42 #32 ... 05:00:42 05:00:42 #34 [core-command internal] load build context 05:00:42 #34 transferring context: 3.22MB 1.0s done 05:00:42 #34 DONE 1.6s 05:00:42 05:00:42 #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 05:00:42 #32 ... 05:00:42 05:00:42 #33 [core-common-config-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:00:42 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:00:42 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:00:42 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:00:42 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:00:42 #33 DONE 0.6s 05:00:43 05:00:43 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:00:43 #31 DONE 0.1s 05:00:43 05:00:43 #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 05:00:43 #119 ... 05:00:43 05:00:43 #120 [support-scheduler builder 6/7] COPY . . 05:00:43 #120 ... 05:00:43 05:00:43 #121 [core-command builder 6/7] COPY . . 05:00:43 #121 ... 05:00:43 05:00:43 #122 [core-keeper builder 7/8] COPY . . 05:00:43 #122 ... 05:00:43 05:00:43 #123 [support-notifications builder 6/7] COPY . . 05:00:43 #123 ... 05:00:43 05:00:43 #124 [security-proxy-setup builder 6/7] COPY . . 05:00:43 #32 ... 05:00:43 05:00:43 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:00:43 #31 DONE 0.1s 05:00:43 05:00:43 #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 05:00:43 #32 ... 05:00:43 05:00:43 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:00:43 #31 DONE 0.1s 05:00:43 05:00:43 #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 05:00:43 #32 ... 05:00:43 05:00:43 #33 [security-secretstore-setup stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:00:43 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:00:43 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:00:43 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:00:43 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:00:43 #33 DONE 0.6s 05:00:43 05:00:43 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:00:43 #31 DONE 0.1s 05:00:43 05:00:43 #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 05:00:44 #32 ... 05:00:44 05:00:44 #35 [security-proxy-auth internal] load build context 05:00:44 #35 transferring context: 3.22MB 1.6s done 05:00:44 #35 DONE 2.3s 05:00:44 05:00:44 #32 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 05:00:44 #32 ... 05:00:44 05:00:44 #36 [security-bootstrapper internal] load build context 05:00:44 #36 transferring context: 3.22MB 1.4s done 05:00:44 #36 DONE 2.2s 05:00:44 05:00:44 #37 [core-keeper internal] load build context 05:00:44 #37 transferring context: 3.22MB 1.4s done 05:00:44 #124 DONE 11.5s 05:00:44 05:00:44 #122 [core-keeper builder 7/8] COPY . . 05:00:44 #122 DONE 11.5s 05:00:44 05:00:44 #125 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:00:44 #125 CACHED 05:00:44 05:00:44 #126 [security-proxy-auth builder 6/7] COPY . . 05:00:44 #126 CACHED 05:00:44 05:00:44 #127 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 05:00:44 #127 CACHED 05:00:44 05:00:44 #128 [core-data builder 4/7] COPY go.mod vendor* ./ 05:00:44 #128 CACHED 05:00:44 05:00:44 #129 [core-data builder 6/7] COPY . . 05:00:44 #129 CACHED 05:00:44 05:00:44 #130 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:00:44 #130 CACHED 05:00:44 05:00:44 #131 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:00:44 #131 CACHED 05:00:44 05:00:44 #132 [core-metadata builder 6/7] COPY . . 05:00:44 #132 CACHED 05:00:44 05:00:44 #133 [core-metadata builder 4/7] COPY go.mod vendor* ./ 05:00:44 #133 CACHED 05:00:44 05:00:44 #134 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:00:44 #134 CACHED 05:00:44 05:00:44 #135 [core-common-config-bootstrapper builder 6/7] COPY . . 05:00:44 #135 CACHED 05:00:44 05:00:44 #136 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:00:44 #136 CACHED 05:00:44 05:00:44 #123 [support-notifications builder 6/7] COPY . . 05:00:44 #123 DONE 11.5s 05:00:44 05:00:44 #121 [core-command builder 6/7] COPY . . 05:00:44 #121 DONE 11.5s 05:00:44 05:00:44 #137 [security-bootstrapper builder 6/7] COPY . . 05:00:44 #137 CACHED 05:00:44 05:00:44 #138 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:00:44 #138 CACHED 05:00:44 05:00:44 #139 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:00:44 #139 CACHED 05:00:44 05:00:44 #140 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:00:44 #140 CACHED 05:00:44 05:00:44 #141 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 05:00:44 #141 CACHED 05:00:44 05:00:44 #142 [security-secretstore-setup builder 6/7] COPY . . 05:00:44 #142 CACHED 05:00:44 05:00:44 #119 [security-spiffe-token-provider builder 6/7] COPY . . 05:00:44 #119 DONE 11.5s 05:00:44 05:00:44 #120 [support-scheduler builder 6/7] COPY . . 05:00:44 #120 DONE 11.5s 05:00:44 05:00:44 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:00:44 #37 ... 05:00:44 05:00:44 #33 [security-spiffe-token-provider stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:00:44 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:00:44 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:00:44 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:00:44 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:00:44 #33 DONE 0.6s 05:00:44 05:00:44 #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 05:00:44 #32 DONE 3.0s 05:00:44 05:00:44 #38 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 05:00:44 #38 DONE 2.3s 05:00:44 05:00:44 #33 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:00:44 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:00:44 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:00:44 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:00:44 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:00:44 #33 DONE 0.6s 05:00:44 05:00:44 #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 05:00:44 #39 DONE 2.0s 05:00:44 05:00:44 #40 [security-spiffe-token-provider internal] load build context 05:00:44 #40 ... 05:00:44 05:00:44 #33 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:00:44 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:00:44 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:00:44 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:00:44 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:00:44 #33 DONE 0.7s 05:00:45 05:00:45 #33 [security-spire-agent stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:00:45 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:00:45 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:00:45 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:00:45 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:00:45 #33 DONE 0.7s 05:00:45 05:00:45 #41 [security-spire-config internal] load build context 05:00:45 #41 DONE 0.0s 05:00:45 05:00:45 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:00:45 #42 DONE 0.0s 05:00:45 05:00:45 #43 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:00:45 #43 ... 05:00:45 05:00:45 #37 [core-keeper internal] load build context 05:00:45 #37 DONE 3.0s 05:00:45 05:00:45 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:00:45 #42 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:00:45 #143 1.363 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 05:00:46 #42 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.2s done 05:00:47 #42 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 05:00:47 #42 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 05:00:47 #42 ... 05:00:47 05:00:47 #44 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:00:47 #44 DONE 6.5s 05:00:47 05:00:47 #45 [security-proxy-setup internal] load build context 05:00:47 #45 ... 05:00:47 05:00:47 #46 [security-spire-server internal] load build context 05:00:47 #46 transferring context: 23.80kB 0.8s done 05:00:47 #46 DONE 2.7s 05:00:47 05:00:47 #45 [security-proxy-setup internal] load build context 05:00:47 #45 ... 05:00:47 05:00:47 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:00:47 #42 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 05:00:48 #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.5s 05:00:48 #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.7s 05:00:48 #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.8s 05:00:49 #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.8s done 05:00:49 #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.0s 05:00:49 #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.0s 05:00:49 #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 05:00:49 #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.2s done 05:00:49 #42 ... 05:00:49 05:00:49 #47 [security-spire-agent internal] load build context 05:00:49 #47 transferring context: 23.33kB 0.9s done 05:00:49 #47 DONE 4.1s 05:00:49 05:00:49 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:00:49 #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.2s done 05:00:49 #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.2s done 05:00:49 #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.5s done 05:00:50 #42 ... 05:00:50 05:00:50 #48 [core-data internal] load build context 05:00:50 #48 transferring context: 3.22MB 3.6s done 05:00:50 #48 DONE 7.7s 05:00:50 05:00:50 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:00:50 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 2.3s 05:00:50 #42 ... 05:00:50 05:00:50 #45 [security-proxy-setup internal] load build context 05:00:50 #45 transferring context: 3.22MB 4.1s done 05:00:50 #45 DONE 8.0s 05:00:50 05:00:50 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:00:51 #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done 05:00:51 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.00MB / 33.17MB 3.3s 05:00:51 #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done 05:00:51 #42 ... 05:00:51 05:00:51 #49 [support-scheduler internal] load build context 05:00:51 #49 transferring context: 3.22MB 4.2s done 05:00:51 #49 DONE 8.9s 05:00:51 05:00:51 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:00:51 #42 ... 05:00:51 05:00:51 #50 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 05:00:51 #0 6.820 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:00:51 #0 7.409 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:00:51 #0 9.550 (1/1) Installing dumb-init (1.2.5-r3) 05:00:51 #0 9.550 Executing busybox-1.36.1-r29.trigger 05:00:51 #0 9.656 OK: 9 MiB in 15 packages 05:00:51 #50 ... 05:00:51 05:00:51 #51 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:00:51 #51 DONE 9.4s 05:00:51 05:00:51 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:00:51 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.06MB / 33.17MB 3.9s 05:00:52 #42 ... 05:00:52 05:00:52 #52 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 05:00:52 #0 7.726 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:00:52 #0 8.264 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:00:52 #52 ... 05:00:52 05:00:52 #53 [core-common-config-bootstrapper internal] load build context 05:00:52 #53 transferring context: 3.22MB 5.2s done 05:00:52 #53 DONE 9.2s 05:00:52 05:00:52 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:00:52 #42 ... 05:00:52 05:00:52 #54 [support-notifications internal] load build context 05:00:52 #54 transferring context: 3.22MB 6.3s done 05:00:52 #54 DONE 8.8s 05:00:52 05:00:52 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:00:52 #42 ... 05:00:52 05:00:52 #55 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:00:52 #0 9.441 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:00:52 #55 ... 05:00:52 05:00:52 #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 05:00:52 #0 9.013 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:00:52 #0 9.792 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:00:52 #56 ... 05:00:52 05:00:52 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:00:53 #57 ... 05:00:53 05:00:53 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:00:53 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 4.8s 05:00:53 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 5.7s 05:00:53 #42 ... 05:00:53 05:00:53 #58 [core-metadata internal] load build context 05:00:53 #58 transferring context: 3.22MB 6.8s done 05:00:53 #58 ... 05:00:53 05:00:53 #59 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 05:00:53 #59 DONE 6.3s 05:00:53 05:00:53 #60 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:00:54 #60 ... 05:00:54 05:00:54 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 05:00:54 #61 ... 05:00:54 05:00:54 #50 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 05:00:54 #50 DONE 13.3s 05:00:54 05:00:54 #62 [security-secretstore-setup internal] load build context 05:00:54 #62 ... 05:00:54 05:00:54 #63 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 05:00:54 #63 ... 05:00:54 05:00:54 #41 [security-spire-config internal] load build context 05:00:54 #41 transferring context: 22.05kB 0.3s done 05:00:54 #41 DONE 9.2s 05:00:54 05:00:54 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:00:54 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.49MB / 33.17MB 6.5s 05:00:54 #42 ... 05:00:54 05:00:54 #58 [core-metadata internal] load build context 05:00:54 #58 DONE 11.0s 05:00:54 05:00:54 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:00:54 #42 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 05:00:55 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.23MB / 33.17MB 7.0s 05:00:55 #42 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.2s done 05:00:55 #42 ... 05:00:55 05:00:55 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:00:55 #64 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.5s done 05:00:55 #64 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 05:00:55 #64 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 05:00:55 #64 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 05:00:55 #64 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.4s done 05:00:55 #64 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.2s done 05:00:55 #64 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.2s done 05:00:55 #64 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 2.3s done 05:00:55 #64 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 13.63MB / 14.28MB 6.9s 05:00:55 #64 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.2s done 05:00:55 #64 ... 05:00:55 05:00:55 #52 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 05:00:55 #52 11.15 (1/2) Installing dumb-init (1.2.5-r3) 05:00:55 #52 11.15 (2/2) Installing su-exec (0.2-r3) 05:00:55 #52 11.15 Executing busybox-1.36.1-r29.trigger 05:00:55 #52 11.15 OK: 9 MiB in 16 packages 05:00:55 #52 DONE 13.4s 05:00:55 05:00:55 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:00:55 #64 ... 05:00:55 05:00:55 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:00:55 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.68MB / 33.17MB 7.4s 05:00:55 #42 ... 05:00:55 05:00:55 #62 [security-secretstore-setup internal] load build context 05:00:55 #62 transferring context: 3.22MB 9.1s done 05:00:55 #62 DONE 11.9s 05:00:55 05:00:55 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:00:55 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.73MB / 33.17MB 7.5s 05:00:55 #42 ... 05:00:55 05:00:55 #40 [security-spiffe-token-provider internal] load build context 05:00:55 #40 transferring context: 3.22MB 8.3s done 05:00:55 #40 DONE 11.0s 05:00:55 05:00:55 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:00:55 #143 ... 05:00:55 05:00:55 #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:00:55 #0 1.165 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 05:00:55 #144 ... 05:00:55 05:00:55 #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:00:55 #0 0.902 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 05:00:55 #145 ... 05:00:55 05:00:55 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:00:55 #0 0.777 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 05:00:55 #146 ... 05:00:55 05:00:55 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:00:55 #0 1.079 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:00:55 #147 ... 05:00:55 05:00:55 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:00:55 #0 1.285 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:00:55 #148 ... 05:00:55 05:00:55 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:00:55 #0 1.191 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:00:55 #149 ... 05:00:55 05:00:55 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:00:55 #0 1.638 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 05:00:55 #150 ... 05:00:55 05:00:55 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:00:55 #0 1.072 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:00:55 #151 ... 05:00:55 05:00:55 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:00:55 #0 1.150 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:00:55 #152 ... 05:00:55 05:00:55 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:00:55 #0 1.039 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 05:00:55 #153 ... 05:00:55 05:00:55 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:00:55 #0 1.304 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 05:00:56 #42 ... 05:00:56 05:00:56 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:00:56 #65 ... 05:00:56 05:00:56 #66 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:00:56 #66 ... 05:00:56 05:00:56 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:00:56 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.87MB / 33.17MB 8.3s 05:00:58 #42 ... 05:00:58 05:00:58 #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 05:00:58 #56 13.38 (1/1) Installing dumb-init (1.2.5-r3) 05:00:58 #56 13.45 Executing busybox-1.36.1-r29.trigger 05:00:58 #56 13.66 OK: 9 MiB in 15 packages 05:00:58 #56 DONE 15.0s 05:00:58 05:00:58 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:00:58 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.71MB / 33.17MB 9.8s 05:00:59 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.84MB / 33.17MB 11.3s 05:01:00 #42 ... 05:01:00 05:01:00 #55 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:01:00 #55 10.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:00 #55 14.21 (1/4) Installing dumb-init (1.2.5-r3) 05:01:00 #55 14.24 (2/4) Installing openssl (3.3.3-r0) 05:01:00 #55 14.33 (3/4) Installing su-exec (0.2-r3) 05:01:00 #55 14.35 (4/4) Installing yq-go (4.44.1-r2) 05:01:00 #55 15.04 Executing busybox-1.36.1-r29.trigger 05:01:00 #55 15.24 OK: 20 MiB in 18 packages 05:01:00 #55 DONE 17.2s 05:01:00 05:01:00 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:01:01 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.17MB / 33.17MB 13.1s 05:01:01 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.97MB / 33.17MB 13.4s 05:01:02 #42 ... 05:01:02 05:01:02 #67 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 05:01:02 #67 ... 05:01:02 05:01:02 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:01:02 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.71MB / 33.17MB 14.0s 05:01:02 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.41MB / 33.17MB 14.4s 05:01:03 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.51MB / 33.17MB 15.4s 05:01:03 #42 ... 05:01:03 05:01:03 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:01:03 #57 10.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:01:03 #57 11.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:03 #57 16.47 (1/3) Installing ca-certificates (20241121-r1) 05:01:03 #57 16.87 (2/3) Installing dumb-init (1.2.5-r3) 05:01:03 #57 16.90 (3/3) Installing tzdata (2025b-r0) 05:01:03 #57 17.89 Executing busybox-1.36.1-r29.trigger 05:01:03 #57 18.04 Executing ca-certificates-20241121-r1.trigger 05:01:03 #57 18.84 OK: 11 MiB in 17 packages 05:01:03 #57 DONE 20.6s 05:01:03 05:01:03 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:01:03 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 15.7s done 05:01:04 #42 ... 05:01:04 05:01:04 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:01:04 #68 ... 05:01:04 05:01:04 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:01:04 #69 ... 05:01:04 05:01:04 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 05:01:04 #61 10.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:01:04 #61 11.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:04 #61 17.77 (1/7) Installing ca-certificates (20241121-r1) 05:01:04 #61 18.09 (2/7) Installing dumb-init (1.2.5-r3) 05:01:04 #61 18.09 (3/7) Installing libgcc (13.2.1_git20240309-r1) 05:01:04 #61 18.09 (4/7) Installing libsodium (1.0.19-r0) 05:01:04 #61 18.11 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 05:01:04 #61 18.29 (6/7) Installing libzmq (4.3.5-r2) 05:01:04 #61 18.45 (7/7) Installing zeromq (4.3.5-r2) 05:01:04 #61 18.45 Executing busybox-1.36.1-r29.trigger 05:01:04 #61 18.53 Executing ca-certificates-20241121-r1.trigger 05:01:04 #61 19.36 OK: 14 MiB in 21 packages 05:01:04 #61 DONE 20.5s 05:01:04 05:01:04 #70 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 05:01:04 #70 ... 05:01:04 05:01:04 #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 05:01:04 #71 ... 05:01:04 05:01:04 #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 05:01:04 #72 ... 05:01:04 05:01:04 #73 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:01:04 #73 ... 05:01:04 05:01:04 #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 05:01:05 #74 ... 05:01:05 05:01:05 #60 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:01:05 #60 12.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:01:05 #60 14.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:05 #60 18.43 (1/4) Installing ca-certificates (20241121-r1) 05:01:05 #60 18.69 (2/4) Installing dumb-init (1.2.5-r3) 05:01:05 #60 18.70 (3/4) Installing su-exec (0.2-r3) 05:01:05 #60 18.71 (4/4) Installing yq-go (4.44.1-r2) 05:01:05 #60 19.45 Executing busybox-1.36.1-r29.trigger 05:01:05 #60 19.56 Executing ca-certificates-20241121-r1.trigger 05:01:05 #60 20.44 OK: 20 MiB in 18 packages 05:01:05 #60 DONE 21.3s 05:01:05 05:01:05 #75 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:01:05 #75 ... 05:01:05 05:01:05 #43 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:01:05 #43 10.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:01:05 #43 11.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:05 #43 16.07 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:01:05 #43 16.07 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:01:05 #43 16.07 OK: 24049 distinct packages available 05:01:05 #43 16.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:01:05 #43 17.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:05 #43 ... 05:01:05 05:01:05 #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:01:05 #76 ... 05:01:05 05:01:05 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:01:05 #64 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 7.1s done 05:01:05 #64 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 4.9s 05:01:06 #64 ... 05:01:06 05:01:06 #43 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:01:06 #43 21.30 (1/14) Installing ca-certificates (20241121-r1) 05:01:06 #43 21.47 (2/14) Installing brotli-libs (1.1.0-r2) 05:01:06 #43 21.53 (3/14) Installing c-ares (1.33.1-r0) 05:01:06 #43 21.62 (4/14) Installing libunistring (1.2-r0) 05:01:06 #43 21.68 (5/14) Installing libidn2 (2.3.7-r0) 05:01:06 #43 21.70 (6/14) Installing nghttp2-libs (1.62.1-r0) 05:01:06 #43 21.72 (7/14) Installing libpsl (0.21.5-r1) 05:01:06 #43 21.74 (8/14) Installing zstd-libs (1.5.6-r0) 05:01:06 #43 21.81 (9/14) Installing libcurl (8.12.1-r0) 05:01:06 #43 21.88 (10/14) Installing curl (8.12.1-r0) 05:01:06 #43 21.94 (11/14) Installing dumb-init (1.2.5-r3) 05:01:06 #43 21.96 (12/14) Installing musl-obstack (1.2.3-r2) 05:01:06 #43 21.98 (13/14) Installing libucontext (1.2-r3) 05:01:06 #43 21.99 (14/14) Installing gcompat (1.1.0-r4) 05:01:06 #43 22.03 Executing busybox-1.36.1-r29.trigger 05:01:07 #43 22.11 Executing ca-certificates-20241121-r1.trigger 05:01:07 #43 22.81 OK: 15 MiB in 28 packages 05:01:07 #43 ... 05:01:07 05:01:07 #77 [core-data stage-1 3/7] RUN apk --no-cache upgrade 05:01:07 #77 ... 05:01:07 05:01:07 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:01:08 #64 ... 05:01:08 05:01:08 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:01:08 #69 DONE 14.9s 05:01:09 05:01:09 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:01:09 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0.3s 05:01:09 #42 ... 05:01:09 05:01:09 #43 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:01:09 #43 DONE 24.4s 05:01:09 05:01:09 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:01:10 #64 ... 05:01:10 05:01:10 #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:01:10 #78 ... 05:01:10 05:01:10 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:01:11 #64 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.0s 05:01:11 #64 ... 05:01:11 05:01:11 #66 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:01:11 #66 15.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:01:11 #66 16.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:11 #66 20.35 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:01:11 #66 20.35 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:01:11 #66 20.35 OK: 24049 distinct packages available 05:01:11 #66 21.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:01:11 #66 22.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:11 #66 ... 05:01:11 05:01:11 #77 [core-data stage-1 3/7] RUN apk --no-cache upgrade 05:01:11 #77 13.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:01:13 #77 ... 05:01:13 05:01:13 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:01:13 #65 17.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:01:13 #65 18.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:13 #65 21.22 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:01:13 #65 21.22 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:01:13 #65 21.22 OK: 24049 distinct packages available 05:01:13 #65 21.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:01:13 #65 23.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:13 #65 ... 05:01:13 05:01:13 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:01:13 #42 ... 05:01:13 05:01:13 #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:01:13 #79 ... 05:01:13 05:01:13 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:01:14 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.6s 05:01:17 #42 ... 05:01:17 05:01:17 #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:01:17 #76 11.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:01:17 #76 11.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:17 #76 19.11 OK: 9 MiB in 16 packages 05:01:17 #76 ... 05:01:17 05:01:17 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:01:17 #42 ... 05:01:17 05:01:17 #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:01:17 #76 DONE 21.7s 05:01:17 05:01:17 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:01:18 #42 ... 05:01:18 05:01:18 #67 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 05:01:18 #67 15.99 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:01:18 #67 17.59 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:18 #67 ... 05:01:18 05:01:18 #66 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:01:18 #66 31.97 (1/5) Installing dumb-init (1.2.5-r3) 05:01:18 #66 31.99 (2/5) Installing musl-obstack (1.2.3-r2) 05:01:18 #66 32.00 (3/5) Installing libucontext (1.2-r3) 05:01:18 #66 32.02 (4/5) Installing gcompat (1.1.0-r4) 05:01:18 #66 32.10 (5/5) Installing openssl (3.3.3-r0) 05:01:18 #66 32.19 Executing busybox-1.36.1-r29.trigger 05:01:18 #66 32.36 OK: 10 MiB in 19 packages 05:01:18 #66 ... 05:01:18 05:01:18 #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 05:01:18 #71 14.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:01:18 #71 16.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:18 #71 ... 05:01:18 05:01:18 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:01:18 #42 ... 05:01:18 05:01:18 #63 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 05:01:18 #63 14.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:01:18 #63 16.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:19 #63 ... 05:01:19 05:01:19 #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:01:19 #0 7.556 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:01:19 #80 10.09 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:19 #80 ... 05:01:19 05:01:19 #70 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 05:01:19 #70 15.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:01:19 #70 17.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:19 #70 ... 05:01:19 05:01:19 #81 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:01:19 #0 7.068 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:01:19 #0 9.309 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:19 #81 ... 05:01:19 05:01:19 #73 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:01:19 #73 15.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:01:19 #73 16.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:19 #73 ... 05:01:19 05:01:19 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:01:19 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.0s 05:01:20 #42 ... 05:01:20 05:01:20 #66 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:01:20 #66 DONE 34.4s 05:01:20 05:01:20 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:01:20 #42 ... 05:01:20 05:01:20 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:01:20 #65 34.02 (1/4) Installing dumb-init (1.2.5-r3) 05:01:20 #65 34.04 (2/4) Installing musl-obstack (1.2.3-r2) 05:01:20 #65 34.05 (3/4) Installing libucontext (1.2-r3) 05:01:20 #65 34.06 (4/4) Installing gcompat (1.1.0-r4) 05:01:20 #65 34.08 Executing busybox-1.36.1-r29.trigger 05:01:20 #65 34.13 OK: 9 MiB in 18 packages 05:01:20 #65 DONE 34.8s 05:01:21 05:01:21 #82 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:01:21 #82 ... 05:01:21 05:01:21 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:01:21 #68 17.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:01:21 #68 19.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:21 #68 ... 05:01:21 05:01:21 #83 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 05:01:21 #83 DONE 4.1s 05:01:21 05:01:21 #63 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 05:01:21 #63 27.04 OK: 239 MiB in 58 packages 05:01:21 #63 ... 05:01:21 05:01:21 #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 05:01:21 #71 25.40 OK: 239 MiB in 58 packages 05:01:21 #71 DONE 27.5s 05:01:21 05:01:21 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:01:22 #42 ... 05:01:22 05:01:22 #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 05:01:22 #72 17.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:01:22 #72 19.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:22 #72 ... 05:01:22 05:01:22 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:01:22 #64 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 13.4s done 05:01:22 #64 ... 05:01:22 05:01:22 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:01:22 #42 ... 05:01:22 05:01:22 #84 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 05:01:22 #84 DONE 0.9s 05:01:22 05:01:22 #85 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:01:22 #85 ... 05:01:22 05:01:22 #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:01:22 #78 12.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:01:22 #78 15.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:22 #78 ... 05:01:22 05:01:22 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:01:23 #42 ... 05:01:23 05:01:23 #85 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:01:23 #85 DONE 1.4s 05:01:23 05:01:23 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:01:23 #42 ... 05:01:23 05:01:23 #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 05:01:23 #74 9.122 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:01:23 #74 10.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:23 #74 ... 05:01:23 05:01:23 #67 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 05:01:23 #67 27.46 (1/1) Installing dumb-init (1.2.5-r3) 05:01:23 #67 28.25 Executing busybox-1.36.1-r29.trigger 05:01:23 #67 28.47 OK: 9 MiB in 15 packages 05:01:23 #67 DONE 31.6s 05:01:23 05:01:23 #86 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:01:23 #86 ... 05:01:23 05:01:23 #73 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:01:23 #73 26.98 OK: 239 MiB in 58 packages 05:01:23 #73 DONE 29.6s 05:01:23 05:01:23 #63 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 05:01:23 #63 DONE 30.6s 05:01:23 05:01:23 #87 [core-command builder 4/7] COPY go.mod vendor* ./ 05:01:24 #87 ... 05:01:24 05:01:24 #70 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 05:01:24 #70 28.07 OK: 9 MiB in 15 packages 05:01:24 #70 DONE 30.8s 05:01:24 05:01:24 #77 [core-data stage-1 3/7] RUN apk --no-cache upgrade 05:01:24 #77 16.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:24 #77 ... 05:01:24 05:01:24 #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:01:24 #79 10.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:01:24 #79 12.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:24 #79 ... 05:01:24 05:01:24 #75 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:01:24 #75 8.935 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:01:24 #75 10.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:24 #75 ... 05:01:24 05:01:24 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:01:24 #68 30.42 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:01:24 #68 30.42 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:01:24 #68 30.42 OK: 24049 distinct packages available 05:01:25 #68 ... 05:01:25 05:01:25 #88 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 05:01:25 #88 DONE 1.7s 05:01:25 05:01:25 #89 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:01:25 #89 ... 05:01:25 05:01:25 #87 [core-command builder 4/7] COPY go.mod vendor* ./ 05:01:25 #87 DONE 1.7s 05:01:26 05:01:26 #90 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:01:26 #90 ... 05:01:26 05:01:26 #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 05:01:26 #72 30.72 OK: 239 MiB in 58 packages 05:01:26 #72 DONE 32.2s 05:01:26 05:01:26 #75 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:01:26 #75 21.28 OK: 20 MiB in 18 packages 05:01:26 #75 ... 05:01:26 05:01:26 #77 [core-data stage-1 3/7] RUN apk --no-cache upgrade 05:01:26 #77 26.86 OK: 9 MiB in 15 packages 05:01:26 #77 DONE 28.8s 05:01:26 05:01:26 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:01:26 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.8s 05:01:27 #42 ... 05:01:27 05:01:27 #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:01:27 #78 26.16 OK: 20 MiB in 18 packages 05:01:27 #78 DONE 27.4s 05:01:27 05:01:27 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:01:27 #42 ... 05:01:27 05:01:27 #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 05:01:27 #74 20.93 OK: 14 MiB in 21 packages 05:01:27 #74 DONE 23.3s 05:01:27 05:01:27 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:01:27 #42 ... 05:01:27 05:01:27 #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:01:27 #79 23.07 OK: 11 MiB in 17 packages 05:01:27 #79 DONE 24.3s 05:01:27 05:01:27 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:01:27 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.2s done 05:01:28 #42 ... 05:01:28 05:01:28 #75 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:01:28 #75 DONE 23.0s 05:01:28 05:01:28 #81 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:01:28 #81 18.69 OK: 15 MiB in 28 packages 05:01:28 #81 ... 05:01:28 05:01:28 #91 [support-notifications builder 4/7] COPY go.mod vendor* ./ 05:01:28 #91 DONE 2.1s 05:01:28 05:01:28 #92 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:01:28 #92 ... 05:01:28 05:01:28 #93 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 05:01:28 #93 DONE 1.0s 05:01:29 05:01:29 #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:01:29 #80 19.43 OK: 239 MiB in 58 packages 05:01:29 #80 DONE 20.1s 05:01:29 05:01:29 #81 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:01:29 #81 DONE 19.8s 05:01:29 05:01:29 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:01:29 #42 ... 05:01:29 05:01:29 #94 [core-keeper builder 5/8] COPY go.mod vendor* ./ 05:01:29 #94 DONE 0.7s 05:01:30 05:01:30 #95 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:01:30 #95 ... 05:01:30 05:01:30 #96 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 05:01:30 #96 10.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:01:30 #96 ... 05:01:30 05:01:30 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:01:30 #68 32.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:01:30 #68 33.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:30 #68 36.08 OK: 239 MiB in 58 packages 05:01:30 #68 DONE 36.6s 05:01:30 05:01:30 #97 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 05:01:31 #97 DONE 0.7s 05:01:31 05:01:31 #98 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:01:34 #98 ... 05:01:34 05:01:34 #96 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 05:01:34 #96 10.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:34 #96 13.25 OK: 10 MiB in 19 packages 05:01:34 #96 DONE 14.0s 05:01:34 05:01:34 #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:01:35 #99 ... 05:01:35 05:01:35 #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 05:01:35 #100 DONE 1.1s 05:01:35 05:01:35 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:01:36 #101 ... 05:01:36 05:01:36 #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:01:36 #99 DONE 1.5s 05:01:36 05:01:36 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 05:01:36 #102 DONE 0.2s 05:01:36 05:01:36 #103 [security-spire-server stage-2 6/9] COPY security.txt / 05:01:36 #103 ... 05:01:36 05:01:36 #82 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:01:36 #82 10.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:01:36 #82 10.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:01:36 #82 14.08 OK: 9 MiB in 18 packages 05:01:36 #82 DONE 15.4s 05:01:36 05:01:36 #103 [security-spire-server stage-2 6/9] COPY security.txt / 05:01:36 #103 DONE 0.3s 05:01:36 05:01:36 #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 05:01:36 #104 DONE 0.3s 05:01:36 05:01:36 #105 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 05:01:36 #105 DONE 0.3s 05:01:37 05:01:37 #106 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 05:01:37 #106 DONE 0.2s 05:01:37 05:01:37 #107 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:01:38 #107 ... 05:01:38 05:01:38 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:01:38 #101 DONE 2.5s 05:01:38 05:01:38 #108 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 05:01:38 #108 DONE 0.2s 05:01:38 05:01:38 #109 [security-spire-agent stage-3 7/10] COPY security.txt / 05:01:38 #109 DONE 0.3s 05:01:38 05:01:38 #110 [security-spire-server] exporting to image 05:01:38 #110 exporting layers 05:01:38 #110 ... 05:01:38 05:01:38 #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 05:01:38 #111 DONE 0.2s 05:01:38 05:01:38 #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 05:01:38 #112 DONE 0.2s 05:01:38 05:01:38 #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 05:01:38 #113 DONE 0.2s 05:01:38 05:01:38 #89 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:01:39 #89 ... 05:01:39 05:01:39 #107 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:01:39 #107 DONE 2.9s 05:01:39 05:01:39 #110 [security-spire-agent] exporting to image 05:01:39 #110 ... 05:01:39 05:01:39 #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / 05:01:39 #114 DONE 0.2s 05:01:39 05:01:39 #115 [security-spire-config stage-2 6/10] COPY security.txt / 05:01:39 #115 DONE 0.3s 05:01:39 05:01:39 #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 05:01:40 #116 DONE 0.3s 05:01:40 05:01:40 #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 05:01:40 #117 DONE 0.2s 05:01:40 05:01:40 #92 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:01:40 #92 ... 05:01:40 05:01:40 #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 05:01:40 #118 DONE 0.3s 05:01:40 05:01:40 #92 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:01:40 #92 ... 05:01:40 05:01:40 #110 [security-spire-config] exporting to image 05:01:41 #110 exporting layers 4.2s done 05:01:41 #110 writing image sha256:462fd86fa1f1f3b00d5a428cf882df0d55c76817cac635fd2a8a8305f372ac0a done 05:01:41 #110 naming to docker.io/library/security-spire-server-arm64 done 05:01:42 #110 exporting layers 3.3s done 05:01:42 #110 writing image sha256:90e99d6311e2b4af8c54a44da4803662cd5258b34073a7508b08e5d5f372ca28 done 05:01:42 #110 naming to docker.io/library/security-spire-agent-arm64 done 05:01:43 #110 exporting layers 2.4s done 05:01:43 #110 writing image sha256:cf5636aa1040ce2e60337ee5aaf589d39ee7d6e48eae4fc286d78d97d107fac6 done 05:01:43 #110 naming to docker.io/library/security-spire-config-arm64 done 05:01:43 #110 DONE 5.6s 05:01:43 05:01:43 #86 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:02:32 #154 ... 05:02:32 05:02:32 #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:02:32 #145 DONE 100.3s 05:02:32 05:02:32 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:02:32 #149 DONE 100.3s 05:02:32 05:02:32 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:02:32 #153 ... 05:02:32 05:02:32 #155 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 05:02:32 #155 ... 05:02:32 05:02:32 #156 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:02:32 #156 DONE 1.2s 05:02:32 05:02:32 #155 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 05:02:32 #155 DONE 2.5s 05:02:32 05:02:32 #157 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 05:02:32 #157 ... 05:02:32 05:02:32 #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:02:32 #158 DONE 0.8s 05:02:32 05:02:32 #159 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 05:02:32 #159 DONE 0.9s 05:02:32 05:02:32 #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 05:02:32 #160 DONE 1.7s 05:02:32 05:02:32 #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 05:02:34 #161 DONE 1.2s 05:02:34 05:02:34 #157 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 05:02:34 #157 DONE 4.6s 05:02:34 05:02:34 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:02:35 #162 ... 05:02:35 05:02:35 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 05:02:35 #163 DONE 1.3s 05:02:35 05:02:35 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 05:02:37 #164 DONE 2.2s 05:02:37 05:02:37 #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:02:37 #144 ... 05:02:37 05:02:37 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:02:37 #162 DONE 3.5s 05:02:37 05:02:37 #113 [core-common-config-bootstrapper] exporting to image 05:02:37 #113 exporting layers 05:02:41 #113 ... 05:02:41 05:02:41 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:02:41 #165 DONE 2.7s 05:02:41 05:02:41 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 05:02:43 #166 DONE 3.1s 05:02:43 05:02:43 #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/ 05:02:43 #167 ... 05:02:43 05:02:43 #113 [core-common-config-bootstrapper] exporting to image 05:02:43 #113 exporting layers 5.8s done 05:02:43 #113 writing image sha256:51edaff6452b3a29c47e35b79c2ce38235f428267dd30af020452dfa7674e81d 0.0s done 05:02:43 #113 naming to docker.io/library/core-common-config-bootstrapper done 05:02:43 #113 DONE 6.7s 05:02:43 05:02:43 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:02:48 #147 ... 05:02:48 05:02:48 #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/ 05:02:48 #167 DONE 4.8s 05:02:48 05:02:48 #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/ 05:02:55 #168 DONE 6.6s 05:02:55 05:02:55 #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/ 05:03:00 #169 DONE 5.7s 05:03:00 05:03:00 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 05:03:04 #86 ... 05:03:04 05:03:04 #95 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:03:04 #95 DONE 89.8s 05:03:04 05:03:04 #89 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:03:04 #89 DONE 94.2s 05:03:04 05:03:04 #90 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:03:04 #90 DONE 93.9s 05:03:04 05:03:04 #119 [support-scheduler builder 6/7] COPY . . 05:03:04 #119 ... 05:03:04 05:03:04 #98 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:03:04 #98 DONE 88.3s 05:03:04 05:03:04 #92 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:03:04 #92 DONE 91.3s 05:03:04 05:03:04 #86 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:03:04 #86 DONE 96.9s 05:03:04 05:03:04 #120 [security-bootstrapper builder 6/7] COPY . . 05:03:04 #120 ... 05:03:04 05:03:04 #121 [core-keeper builder 7/8] COPY . . 05:03:04 #121 DONE 2.0s 05:03:04 05:03:04 #122 [support-notifications builder 6/7] COPY . . 05:03:04 #122 DONE 1.9s 05:03:04 05:03:04 #123 [security-spiffe-token-provider builder 6/7] COPY . . 05:03:04 #123 DONE 2.0s 05:03:04 05:03:04 #124 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 05:03:04 #124 CACHED 05:03:04 05:03:04 #125 [security-secretstore-setup builder 6/7] COPY . . 05:03:04 #125 CACHED 05:03:04 05:03:04 #126 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:03:04 #126 CACHED 05:03:04 05:03:04 #127 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:03:04 #127 CACHED 05:03:04 05:03:04 #128 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 05:03:04 #128 CACHED 05:03:04 05:03:04 #129 [security-proxy-setup builder 6/7] COPY . . 05:03:04 #129 CACHED 05:03:04 05:03:04 #120 [security-bootstrapper builder 6/7] COPY . . 05:03:04 #120 DONE 1.9s 05:03:04 05:03:04 #119 [support-scheduler builder 6/7] COPY . . 05:03:04 #119 DONE 2.0s 05:03:04 05:03:04 #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:03:04 #130 ... 05:03:04 05:03:04 #131 [core-metadata builder 4/7] COPY go.mod vendor* ./ 05:03:04 #131 CACHED 05:03:04 05:03:04 #132 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:03:04 #132 CACHED 05:03:04 05:03:04 #133 [core-metadata builder 6/7] COPY . . 05:03:04 #133 CACHED 05:03:04 05:03:04 #134 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:03:04 #134 CACHED 05:03:04 05:03:04 #135 [core-common-config-bootstrapper builder 6/7] COPY . . 05:03:04 #135 CACHED 05:03:04 05:03:04 #136 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:03:04 #136 CACHED 05:03:04 05:03:04 #137 [core-data builder 4/7] COPY go.mod vendor* ./ 05:03:04 #137 CACHED 05:03:04 05:03:04 #138 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:03:04 #138 CACHED 05:03:04 05:03:04 #139 [core-data builder 6/7] COPY . . 05:03:04 #139 CACHED 05:03:04 05:03:04 #140 [security-proxy-auth builder 6/7] COPY . . 05:03:04 #140 CACHED 05:03:04 05:03:04 #141 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 05:03:04 #141 CACHED 05:03:04 05:03:04 #142 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:03:04 #142 CACHED 05:03:04 05:03:04 #143 [core-command builder 6/7] COPY . . 05:03:04 #143 DONE 2.1s 05:03:04 05:03:04 #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:03:07 #170 DONE 5.8s 05:03:07 05:03:07 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 05:03:07 #144 5.329 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 05:03:07 #144 ... 05:03:07 05:03:07 #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:03:07 #130 6.024 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:03:12 #130 ... 05:03:12 05:03:12 #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:03:12 #0 4.661 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:03:12 #145 ... 05:03:12 05:03:12 #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:03:12 #0 6.268 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 05:03:12 #146 ... 05:03:12 05:03:12 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:03:12 #0 5.333 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 05:03:12 #147 ... 05:03:12 05:03:12 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:03:12 #0 5.919 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 05:03:12 #148 ... 05:03:12 05:03:12 #149 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:03:12 #0 6.125 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 05:03:12 #149 ... 05:03:12 05:03:12 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:03:12 #0 5.478 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 05:03:12 #150 ... 05:03:12 05:03:12 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:03:12 #0 4.742 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 05:03:12 #151 ... 05:03:12 05:03:12 #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:03:12 #0 6.133 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:03:13 #152 ... 05:03:13 05:03:13 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:03:13 #0 6.377 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:03:13 #153 ... 05:03:13 05:03:13 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:03:13 #0 4.354 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:03:13 #171 ... 05:03:13 05:03:13 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:03:13 #147 146.1 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:03:20 #147 ... 05:03:20 05:03:20 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 05:03:20 #171 DONE 13.7s 05:03:20 05:03:20 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:03:20 #150 ... 05:03:20 05:03:20 #113 [security-bootstrapper] exporting to image 05:03:20 #113 exporting layers 05:03:24 #113 ... 05:03:24 05:03:24 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:03:24 #143 DONE 159.3s 05:03:24 05:03:24 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:03:24 #151 DONE 159.4s 05:03:24 05:03:24 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:03:24 #147 DONE 159.4s 05:03:24 05:03:24 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:03:24 #146 DONE 159.4s 05:03:24 05:03:24 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:03:24 #152 DONE 159.4s 05:03:24 05:03:24 #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:03:24 #144 DONE 159.4s 05:03:24 05:03:24 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:03:24 #154 DONE 159.5s 05:03:24 05:03:24 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:03:24 #150 DONE 159.5s 05:03:24 05:03:24 #172 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:03:24 #172 ... 05:03:24 05:03:24 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:03:24 #153 DONE 159.5s 05:03:24 05:03:24 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:03:24 #148 DONE 159.6s 05:03:24 05:03:24 #172 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:03:24 #172 DONE 0.2s 05:03:24 05:03:24 #173 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:03:24 #173 ... 05:03:24 05:03:24 #113 [security-bootstrapper] exporting to image 05:03:24 #113 exporting layers 2.9s done 05:03:24 #113 writing image sha256:80fbcd8b72cf9dfabf1f80b491f061b98afef4e9f62d2178812d0d9ef155ed8c done 05:03:24 #113 naming to docker.io/library/security-bootstrapper done 05:03:24 #113 DONE 9.7s 05:03:24 05:03:24 #174 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 05:03:24 #174 DONE 0.3s 05:03:24 05:03:24 #175 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 05:03:24 #175 DONE 0.3s 05:03:24 05:03:24 #176 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:03:24 #176 DONE 0.2s 05:03:24 05:03:24 #177 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:03:24 #177 DONE 0.3s 05:03:24 05:03:24 #178 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:03:24 #178 DONE 0.3s 05:03:24 05:03:24 #173 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:03:24 #173 DONE 0.1s 05:03:24 05:03:24 #179 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 05:03:24 #179 DONE 0.3s 05:03:24 05:03:24 #180 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:03:24 #180 DONE 0.2s 05:03:24 05:03:24 #181 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:03:24 #181 CACHED 05:03:24 05:03:24 #182 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:03:24 #182 CACHED 05:03:24 05:03:24 #183 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 05:03:24 #183 CACHED 05:03:24 05:03:24 #184 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 05:03:24 #184 CACHED 05:03:24 05:03:24 #185 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 05:03:24 #185 ... 05:03:24 05:03:24 #186 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 05:03:24 #186 DONE 0.4s 05:03:24 05:03:24 #187 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 05:03:24 #187 DONE 0.4s 05:03:24 05:03:24 #188 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:03:24 #188 DONE 0.3s 05:03:24 05:03:24 #189 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:03:24 #189 DONE 0.4s 05:03:24 05:03:24 #190 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 05:03:24 #190 ... 05:03:24 05:03:24 #191 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:03:24 #191 DONE 0.9s 05:03:24 05:03:24 #192 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 05:03:24 #192 DONE 0.9s 05:03:24 05:03:24 #193 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:03:24 #193 DONE 0.9s 05:03:24 05:03:24 #194 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:03:24 #194 DONE 0.9s 05:03:24 05:03:24 #185 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 05:03:24 #185 DONE 1.0s 05:03:24 05:03:24 #195 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:03:24 #195 DONE 0.9s 05:03:25 05:03:25 #196 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 05:03:25 #196 ... 05:03:25 05:03:25 #197 [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 05:03:25 #197 DONE 1.0s 05:03:25 05:03:25 #198 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 05:03:25 #198 ... 05:03:25 05:03:25 #199 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 05:03:25 #199 DONE 1.5s 05:03:25 05:03:25 #200 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 05:03:25 #200 DONE 0.9s 05:03:25 05:03:25 #201 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:03:25 #201 DONE 0.9s 05:03:25 05:03:25 #202 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:03:25 #202 DONE 1.5s 05:03:25 05:03:25 #203 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:03:25 #203 DONE 1.0s 05:03:25 05:03:25 #204 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 05:03:25 #204 DONE 0.9s 05:03:25 05:03:25 #190 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 05:03:25 #190 DONE 1.6s 05:03:25 05:03:25 #196 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 05:03:25 #196 DONE 0.9s 05:03:25 05:03:25 #198 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 05:03:25 #198 DONE 0.9s 05:03:25 05:03:25 #205 [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 05:03:25 #205 DONE 0.2s 05:03:25 05:03:25 #113 [core-command] exporting to image 05:03:25 #113 ... 05:03:25 05:03:25 #206 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 05:03:25 #206 DONE 0.1s 05:03:25 05:03:25 #207 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 05:03:25 #207 DONE 0.2s 05:03:25 05:03:25 #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 05:03:25 #208 DONE 0.2s 05:03:25 05:03:25 #209 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 05:03:25 #209 DONE 0.2s 05:03:25 05:03:25 #210 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 05:03:25 #210 DONE 0.2s 05:03:25 05:03:25 #211 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 05:03:25 #211 DONE 0.2s 05:03:25 05:03:25 #212 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 05:03:25 #212 DONE 0.2s 05:03:25 05:03:25 #113 [security-spiffe-token-provider] exporting to image 05:03:25 #113 exporting layers 0.2s done 05:03:26 #113 ... 05:03:26 05:03:26 #213 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 05:03:26 #213 DONE 0.2s 05:03:26 05:03:26 #113 [core-metadata] exporting to image 05:03:26 #113 writing image sha256:23b5b89f15c01b3349adde886cc0f43a94075d968de37e3e50709bfb854a72bb 05:03:26 #113 writing image sha256:48ff258f23aa988ff54abf7096bf726b510ed0ff161d2e7ed70e13b59ebdeb92 05:03:26 #113 ... 05:03:26 05:03:26 #214 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:03:26 #214 DONE 0.3s 05:03:26 05:03:26 #215 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 05:03:26 #215 DONE 0.2s 05:03:26 05:03:26 #216 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:03:26 #216 DONE 0.3s 05:03:26 05:03:26 #113 [core-command] exporting to image 05:03:26 #113 exporting layers 0.5s done 05:03:26 #113 writing image sha256:23b5b89f15c01b3349adde886cc0f43a94075d968de37e3e50709bfb854a72bb 0.4s done 05:03:26 #113 writing image sha256:48ff258f23aa988ff54abf7096bf726b510ed0ff161d2e7ed70e13b59ebdeb92 0.3s done 05:03:26 #113 naming to docker.io/library/core-keeper done 05:03:26 #113 naming to docker.io/library/core-command done 05:03:26 #113 writing image sha256:ffb32800adac633c180dfb28d3aa2709c160db2a7a1781918243922b3feb3674 0.0s done 05:03:26 #113 writing image sha256:b5f7279551e1061694d772edf90d645895024aadfd8fce4051dd5dfd12bcc020 05:03:26 #113 naming to docker.io/library/core-data 05:03:26 #113 writing image sha256:b5f7279551e1061694d772edf90d645895024aadfd8fce4051dd5dfd12bcc020 0.0s done 05:03:26 #113 naming to docker.io/library/core-data done 05:03:26 #113 naming to docker.io/library/core-metadata 05:03:26 #113 exporting layers 0.9s done 05:03:26 #113 naming to docker.io/library/core-metadata 0.2s done 05:03:27 #113 ... 05:03:27 05:03:27 #217 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:03:27 #217 DONE 0.8s 05:03:27 05:03:27 #218 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:03:27 #218 DONE 0.3s 05:03:27 05:03:27 #219 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:03:27 #219 DONE 0.1s 05:03:27 05:03:27 #113 [support-notifications] exporting to image 05:03:27 #113 exporting layers 0.8s done 05:03:27 #113 writing image sha256:2ef31a638101d2b600e276fa5c8ff68e2660a93250c46a78a618925518393dcc 0.0s done 05:03:27 #113 naming to docker.io/library/support-scheduler done 05:03:27 #113 writing image sha256:04c9aecf2e50566e2df2514fcb77948c5b36ec2d869a9d0aad773dbb5cdb0587 done 05:03:27 #113 writing image sha256:c897c9c8a50f0c8dcc52ea5038fa7e0b4d24b942029aab3f9187008f0987cf99 done 05:03:27 #113 naming to docker.io/library/security-spiffe-token-provider done 05:03:27 #113 naming to docker.io/library/support-notifications done 05:03:27 #113 ... 05:03:27 05:03:27 #220 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:03:27 #220 DONE 0.6s 05:03:27 05:03:27 #113 [security-proxy-setup] exporting to image 05:03:27 #113 exporting layers 0.2s done 05:03:27 #113 writing image sha256:e18c72168499ae89c6bf1a2819c00d4d4e3573c545f29e1e56a5368282f48b5c done 05:03:27 #113 naming to docker.io/library/security-proxy-auth done 05:03:27 #113 ... 05:03:27 05:03:27 #221 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:03:27 #221 DONE 0.4s 05:03:27 05:03:27 #113 [security-secretstore-setup] exporting to image 05:03:27 #113 writing image sha256:13f0b848593ad37410bbeef7cf15c6aaee7b0305a6b691c67476fd8e9d8b998d done 05:03:27 #113 naming to docker.io/library/security-proxy-setup done 05:03:27 #113 exporting layers 0.2s done 05:03:27 #113 writing image sha256:17b39e62ad7fa5dd291ca6fbfb2da31b5853e5ec0702e181362cd87821888cae done 05:03:27 #113 naming to docker.io/library/security-secretstore-setup done 05:03:27 #113 DONE 11.4s 05:03:27 05:03:27 #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:03:27 time="2025-05-29T04:59:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:27 time="2025-05-29T04:59:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:27 time="2025-05-29T04:59:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:27 time="2025-05-29T04:59:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:27 time="2025-05-29T04:59:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:27 time="2025-05-29T04:59:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:27 time="2025-05-29T04:59:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:27 time="2025-05-29T04:59:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:27 time="2025-05-29T04:59:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:27 time="2025-05-29T04:59:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:27 time="2025-05-29T04:59:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:27 time="2025-05-29T04:59:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:27 time="2025-05-29T04:59:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:27 time="2025-05-29T04:59:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:03:27 time="2025-05-29T04:59:10Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 05:03:27 $ docker stop --time=1 581abf2744457ad0761d2c4f895c43333693f8b2c7b978422be87c9352a0470d 05:03:28 $ docker rm -f --volumes 581abf2744457ad0761d2c4f895c43333693f8b2c7b978422be87c9352a0470d [Pipeline] // withDockerContainer [Pipeline] sh 05:03:29 + docker images 05:03:29 REPOSITORY TAG IMAGE ID CREATED SIZE 05:03:29 security-secretstore-setup latest 17b39e62ad7f 2 seconds ago 68MB 05:03:29 security-proxy-setup latest 13f0b848593a 3 seconds ago 38.3MB 05:03:29 security-proxy-auth latest e18c72168499 3 seconds ago 31.4MB 05:03:29 support-scheduler latest 2ef31a638101 4 seconds ago 48.3MB 05:03:29 core-data latest ffb32800adac 4 seconds ago 32.5MB 05:03:29 support-notifications latest c897c9c8a50f 4 seconds ago 51.9MB 05:03:29 core-metadata latest b5f7279551e1 4 seconds ago 32.7MB 05:03:29 security-spiffe-token-provider latest 04c9aecf2e50 4 seconds ago 47.2MB 05:03:29 core-keeper latest 48ff258f23aa 4 seconds ago 32.1MB 05:03:29 core-command latest 23b5b89f15c0 4 seconds ago 28MB 05:03:29 security-bootstrapper latest 80fbcd8b72cf 12 seconds ago 20.3MB 05:03:29 core-common-config-bootstrapper latest 51edaff6452b 52 seconds ago 17.1MB 05:03:29 security-spire-agent latest 0145ce061fe3 3 minutes ago 195MB 05:03:29 security-spire-server latest c5439c61d3ac 3 minutes ago 149MB 05:03:29 security-spire-config latest 287797692826 3 minutes ago 149MB 05:03:29 ci-base-image-x86_64 latest 1a47b31226bd 7 minutes ago 925MB 05:03:29 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 3 days ago 573MB 05:03:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 6 weeks ago 574MB 05:03:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 24 months ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:03:29 provisioning config files... 05:03:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/844@tmp/config6454500356854227101tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:03:29 ---> ****-login.sh 05:03:29 nexus3.edgexfoundry.org:10001 05:03:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:03:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:03:29 Configure a credential helper to remove this warning. See 05:03:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:03:29 05:03:29 Login Succeeded 05:03:29 nexus3.edgexfoundry.org:10002 05:03:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:03:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:03:29 Configure a credential helper to remove this warning. See 05:03:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:03:29 05:03:29 Login Succeeded 05:03:29 nexus3.edgexfoundry.org:10003 05:03:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:03:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:03:29 Configure a credential helper to remove this warning. See 05:03:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:03:29 05:03:29 Login Succeeded 05:03:29 nexus3.edgexfoundry.org:10004 05:03:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:03:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:03:29 Configure a credential helper to remove this warning. See 05:03:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:03:29 05:03:29 Login Succeeded 05:03:29 ****.io 05:03:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:03:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:03:30 Configure a credential helper to remove this warning. See 05:03:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:03:30 05:03:30 Login Succeeded 05:03:30 ---> ****-login.sh ends [Pipeline] } 05:03:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:03:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:03:30 [edgeXDocker.push] Tagging docker image core-command with the following tags: 05:03:30 de361d4afd6299834d6ef4551c1682f9151c31c5 05:03:30 latest 05:03:30 4.1.0-dev.17 05:03:30 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:03:30 main 05:03:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:30 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:30 + docker push nexus3.edgexfoundry.org:10004/core-command:de361d4afd6299834d6ef4551c1682f9151c31c5 05:03:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:03:30 49b63cf38ece: Preparing 05:03:30 2922670d2c01: Preparing 05:03:30 0229aaaa03a7: Preparing 05:03:30 772fe71d7df4: Preparing 05:03:30 b8d4c8b143c7: Preparing 05:03:30 9f033df8d753: Preparing 05:03:30 994456c4fd7b: Preparing 05:03:30 9f033df8d753: Waiting 05:03:30 994456c4fd7b: Waiting 05:03:30 0229aaaa03a7: Pushed 05:03:30 772fe71d7df4: Pushed 05:03:30 b8d4c8b143c7: Pushed 05:03:30 49b63cf38ece: Pushed 05:03:30 994456c4fd7b: Layer already exists 05:03:31 9f033df8d753: Pushed 05:03:33 2922670d2c01: Pushed 05:03:33 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:18e700604a6ff9578e11904950d7b4c3d202a989256cf9cb046a5cdb9fd77108 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:33 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:33 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 05:03:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:03:33 49b63cf38ece: Preparing 05:03:33 2922670d2c01: Preparing 05:03:33 0229aaaa03a7: Preparing 05:03:33 772fe71d7df4: Preparing 05:03:33 b8d4c8b143c7: Preparing 05:03:33 9f033df8d753: Preparing 05:03:33 994456c4fd7b: Preparing 05:03:33 994456c4fd7b: Waiting 05:03:33 9f033df8d753: Waiting 05:03:33 b8d4c8b143c7: Layer already exists 05:03:33 2922670d2c01: Layer already exists 05:03:33 49b63cf38ece: Layer already exists 05:03:33 0229aaaa03a7: Layer already exists 05:03:33 772fe71d7df4: Layer already exists 05:03:33 9f033df8d753: Layer already exists 05:03:33 994456c4fd7b: Layer already exists 05:03:33 latest: digest: sha256:18e700604a6ff9578e11904950d7b4c3d202a989256cf9cb046a5cdb9fd77108 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:34 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:34 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.17 05:03:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:03:34 49b63cf38ece: Preparing 05:03:34 2922670d2c01: Preparing 05:03:34 0229aaaa03a7: Preparing 05:03:34 772fe71d7df4: Preparing 05:03:34 b8d4c8b143c7: Preparing 05:03:34 9f033df8d753: Preparing 05:03:34 994456c4fd7b: Preparing 05:03:34 9f033df8d753: Waiting 05:03:34 994456c4fd7b: Waiting 05:03:34 49b63cf38ece: Layer already exists 05:03:34 0229aaaa03a7: Layer already exists 05:03:34 772fe71d7df4: Layer already exists 05:03:34 2922670d2c01: Layer already exists 05:03:34 b8d4c8b143c7: Layer already exists 05:03:34 9f033df8d753: Layer already exists 05:03:34 994456c4fd7b: Layer already exists 05:03:34 4.1.0-dev.17: digest: sha256:18e700604a6ff9578e11904950d7b4c3d202a989256cf9cb046a5cdb9fd77108 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:34 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:35 + docker push nexus3.edgexfoundry.org:10004/core-command:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:03:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:03:35 49b63cf38ece: Preparing 05:03:35 2922670d2c01: Preparing 05:03:35 0229aaaa03a7: Preparing 05:03:35 772fe71d7df4: Preparing 05:03:35 b8d4c8b143c7: Preparing 05:03:35 9f033df8d753: Preparing 05:03:35 994456c4fd7b: Preparing 05:03:35 9f033df8d753: Waiting 05:03:35 994456c4fd7b: Waiting 05:03:35 0229aaaa03a7: Layer already exists 05:03:35 772fe71d7df4: Layer already exists 05:03:35 b8d4c8b143c7: Layer already exists 05:03:35 2922670d2c01: Layer already exists 05:03:35 49b63cf38ece: Layer already exists 05:03:35 9f033df8d753: Layer already exists 05:03:35 994456c4fd7b: Layer already exists 05:03:35 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:18e700604a6ff9578e11904950d7b4c3d202a989256cf9cb046a5cdb9fd77108 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:35 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:35 + docker push nexus3.edgexfoundry.org:10004/core-command:main 05:03:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:03:35 49b63cf38ece: Preparing 05:03:35 2922670d2c01: Preparing 05:03:35 0229aaaa03a7: Preparing 05:03:35 772fe71d7df4: Preparing 05:03:35 b8d4c8b143c7: Preparing 05:03:35 9f033df8d753: Preparing 05:03:35 994456c4fd7b: Preparing 05:03:35 994456c4fd7b: Waiting 05:03:35 9f033df8d753: Waiting 05:03:35 b8d4c8b143c7: Layer already exists 05:03:35 0229aaaa03a7: Layer already exists 05:03:35 49b63cf38ece: Layer already exists 05:03:35 2922670d2c01: Layer already exists 05:03:35 772fe71d7df4: Layer already exists 05:03:35 9f033df8d753: Layer already exists 05:03:35 994456c4fd7b: Layer already exists 05:03:35 main: digest: sha256:18e700604a6ff9578e11904950d7b4c3d202a989256cf9cb046a5cdb9fd77108 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:03:35 ===================================================== [Pipeline] echo 05:03:35 taggedImages: 05:03:35 - nexus3.edgexfoundry.org:10004/core-command:de361d4afd6299834d6ef4551c1682f9151c31c5 05:03:35 - nexus3.edgexfoundry.org:10004/core-command:latest 05:03:35 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.17 05:03:35 - nexus3.edgexfoundry.org:10004/core-command:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:03:35 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 05:03:35 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 05:03:35 de361d4afd6299834d6ef4551c1682f9151c31c5 05:03:35 latest 05:03:35 4.1.0-dev.17 05:03:35 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:03:35 main 05:03:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:36 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:36 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5 05:03:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:03:36 576f1bc89f00: Preparing 05:03:36 467e013f68d0: Preparing 05:03:36 43af5780ca1f: Preparing 05:03:36 35eb4e41c91d: Preparing 05:03:36 0229aaaa03a7: Preparing 05:03:36 772fe71d7df4: Preparing 05:03:36 b8d4c8b143c7: Preparing 05:03:36 9f033df8d753: Preparing 05:03:36 994456c4fd7b: Preparing 05:03:36 b8d4c8b143c7: Waiting 05:03:36 9f033df8d753: Waiting 05:03:36 994456c4fd7b: Waiting 05:03:36 772fe71d7df4: Waiting 05:03:36 0229aaaa03a7: Layer already exists 05:03:36 772fe71d7df4: Layer already exists 05:03:36 b8d4c8b143c7: Layer already exists 05:03:36 9f033df8d753: Layer already exists 05:03:36 994456c4fd7b: Layer already exists 05:03:36 467e013f68d0: Pushed 05:03:36 576f1bc89f00: Pushed 05:03:36 43af5780ca1f: Pushed 05:03:37 35eb4e41c91d: Pushed 05:03:37 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:38 + 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 05:03:38 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 05:03:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:03:38 576f1bc89f00: Preparing 05:03:38 467e013f68d0: Preparing 05:03:38 43af5780ca1f: Preparing 05:03:38 35eb4e41c91d: Preparing 05:03:38 0229aaaa03a7: Preparing 05:03:38 772fe71d7df4: Preparing 05:03:38 b8d4c8b143c7: Preparing 05:03:38 9f033df8d753: Preparing 05:03:38 994456c4fd7b: Preparing 05:03:38 b8d4c8b143c7: Waiting 05:03:38 9f033df8d753: Waiting 05:03:38 994456c4fd7b: Waiting 05:03:38 772fe71d7df4: Waiting 05:03:38 35eb4e41c91d: Layer already exists 05:03:38 467e013f68d0: Layer already exists 05:03:38 43af5780ca1f: Layer already exists 05:03:38 0229aaaa03a7: Layer already exists 05:03:38 576f1bc89f00: Layer already exists 05:03:38 9f033df8d753: Layer already exists 05:03:38 b8d4c8b143c7: Layer already exists 05:03:38 772fe71d7df4: Layer already exists 05:03:38 994456c4fd7b: Layer already exists 05:03:38 latest: digest: sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:38 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:39 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.17 05:03:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:03:39 576f1bc89f00: Preparing 05:03:39 467e013f68d0: Preparing 05:03:39 43af5780ca1f: Preparing 05:03:39 35eb4e41c91d: Preparing 05:03:39 0229aaaa03a7: Preparing 05:03:39 772fe71d7df4: Preparing 05:03:39 b8d4c8b143c7: Preparing 05:03:39 9f033df8d753: Preparing 05:03:39 994456c4fd7b: Preparing 05:03:39 772fe71d7df4: Waiting 05:03:39 b8d4c8b143c7: Waiting 05:03:39 9f033df8d753: Waiting 05:03:39 994456c4fd7b: Waiting 05:03:39 43af5780ca1f: Layer already exists 05:03:39 35eb4e41c91d: Layer already exists 05:03:39 467e013f68d0: Layer already exists 05:03:39 0229aaaa03a7: Layer already exists 05:03:39 576f1bc89f00: Layer already exists 05:03:39 b8d4c8b143c7: Layer already exists 05:03:39 772fe71d7df4: Layer already exists 05:03:39 9f033df8d753: Layer already exists 05:03:39 994456c4fd7b: Layer already exists 05:03:39 4.1.0-dev.17: digest: sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:39 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:39 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:03:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:03:39 576f1bc89f00: Preparing 05:03:39 467e013f68d0: Preparing 05:03:39 43af5780ca1f: Preparing 05:03:39 35eb4e41c91d: Preparing 05:03:39 0229aaaa03a7: Preparing 05:03:39 772fe71d7df4: Preparing 05:03:39 b8d4c8b143c7: Preparing 05:03:39 9f033df8d753: Preparing 05:03:39 994456c4fd7b: Preparing 05:03:39 b8d4c8b143c7: Waiting 05:03:39 9f033df8d753: Waiting 05:03:39 994456c4fd7b: Waiting 05:03:39 772fe71d7df4: Waiting 05:03:39 467e013f68d0: Layer already exists 05:03:39 35eb4e41c91d: Layer already exists 05:03:39 0229aaaa03a7: Layer already exists 05:03:39 576f1bc89f00: Layer already exists 05:03:39 43af5780ca1f: Layer already exists 05:03:39 994456c4fd7b: Layer already exists 05:03:39 772fe71d7df4: Layer already exists 05:03:39 b8d4c8b143c7: Layer already exists 05:03:39 9f033df8d753: Layer already exists 05:03:39 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:40 + 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 05:03:40 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 05:03:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:03:40 576f1bc89f00: Preparing 05:03:40 467e013f68d0: Preparing 05:03:40 43af5780ca1f: Preparing 05:03:40 35eb4e41c91d: Preparing 05:03:40 0229aaaa03a7: Preparing 05:03:40 772fe71d7df4: Preparing 05:03:40 b8d4c8b143c7: Preparing 05:03:40 9f033df8d753: Preparing 05:03:40 994456c4fd7b: Preparing 05:03:40 772fe71d7df4: Waiting 05:03:40 b8d4c8b143c7: Waiting 05:03:40 9f033df8d753: Waiting 05:03:40 994456c4fd7b: Waiting 05:03:40 576f1bc89f00: Layer already exists 05:03:40 43af5780ca1f: Layer already exists 05:03:40 35eb4e41c91d: Layer already exists 05:03:40 0229aaaa03a7: Layer already exists 05:03:40 467e013f68d0: Layer already exists 05:03:40 b8d4c8b143c7: Layer already exists 05:03:40 772fe71d7df4: Layer already exists 05:03:40 9f033df8d753: Layer already exists 05:03:40 994456c4fd7b: Layer already exists 05:03:40 main: digest: sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:03:40 ===================================================== [Pipeline] echo 05:03:40 taggedImages: 05:03:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5 05:03:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 05:03:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.17 05:03:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:03:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 05:03:40 [edgeXDocker.push] Tagging docker image core-data with the following tags: 05:03:40 de361d4afd6299834d6ef4551c1682f9151c31c5 05:03:40 latest 05:03:40 4.1.0-dev.17 05:03:40 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:03:40 main 05:03:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:40 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:41 + docker push nexus3.edgexfoundry.org:10004/core-data:de361d4afd6299834d6ef4551c1682f9151c31c5 05:03:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:03:41 fc91fb85ebe4: Preparing 05:03:41 df02d6a7b1c8: Preparing 05:03:41 0229aaaa03a7: Preparing 05:03:41 772fe71d7df4: Preparing 05:03:41 136d5e2401d8: Preparing 05:03:41 57f4f29f887c: Preparing 05:03:41 994456c4fd7b: Preparing 05:03:41 994456c4fd7b: Waiting 05:03:41 57f4f29f887c: Waiting 05:03:41 772fe71d7df4: Layer already exists 05:03:41 0229aaaa03a7: Layer already exists 05:03:41 994456c4fd7b: Layer already exists 05:03:41 fc91fb85ebe4: Pushed 05:03:41 136d5e2401d8: Pushed 05:03:41 57f4f29f887c: Pushed 05:03:43 df02d6a7b1c8: Pushed 05:03:43 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:b1a28ba97e3cb1dbc030c3b85dcd46a67e25c6ad504945798c188d97e529b9e0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:44 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:44 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 05:03:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:03:44 fc91fb85ebe4: Preparing 05:03:44 df02d6a7b1c8: Preparing 05:03:44 0229aaaa03a7: Preparing 05:03:44 772fe71d7df4: Preparing 05:03:44 136d5e2401d8: Preparing 05:03:44 57f4f29f887c: Preparing 05:03:44 994456c4fd7b: Preparing 05:03:44 994456c4fd7b: Waiting 05:03:44 57f4f29f887c: Waiting 05:03:44 df02d6a7b1c8: Layer already exists 05:03:44 0229aaaa03a7: Layer already exists 05:03:44 772fe71d7df4: Layer already exists 05:03:44 fc91fb85ebe4: Layer already exists 05:03:44 136d5e2401d8: Layer already exists 05:03:44 57f4f29f887c: Layer already exists 05:03:44 994456c4fd7b: Layer already exists 05:03:44 latest: digest: sha256:b1a28ba97e3cb1dbc030c3b85dcd46a67e25c6ad504945798c188d97e529b9e0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:44 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:45 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.17 05:03:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:03:45 fc91fb85ebe4: Preparing 05:03:45 df02d6a7b1c8: Preparing 05:03:45 0229aaaa03a7: Preparing 05:03:45 772fe71d7df4: Preparing 05:03:45 136d5e2401d8: Preparing 05:03:45 57f4f29f887c: Preparing 05:03:45 994456c4fd7b: Preparing 05:03:45 57f4f29f887c: Waiting 05:03:45 994456c4fd7b: Waiting 05:03:45 772fe71d7df4: Layer already exists 05:03:45 fc91fb85ebe4: Layer already exists 05:03:45 0229aaaa03a7: Layer already exists 05:03:45 df02d6a7b1c8: Layer already exists 05:03:45 136d5e2401d8: Layer already exists 05:03:45 994456c4fd7b: Layer already exists 05:03:45 57f4f29f887c: Layer already exists 05:03:45 4.1.0-dev.17: digest: sha256:b1a28ba97e3cb1dbc030c3b85dcd46a67e25c6ad504945798c188d97e529b9e0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:45 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:45 + docker push nexus3.edgexfoundry.org:10004/core-data:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:03:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:03:45 fc91fb85ebe4: Preparing 05:03:45 df02d6a7b1c8: Preparing 05:03:45 0229aaaa03a7: Preparing 05:03:45 772fe71d7df4: Preparing 05:03:45 136d5e2401d8: Preparing 05:03:45 57f4f29f887c: Preparing 05:03:45 994456c4fd7b: Preparing 05:03:45 57f4f29f887c: Waiting 05:03:45 994456c4fd7b: Waiting 05:03:45 fc91fb85ebe4: Layer already exists 05:03:45 772fe71d7df4: Layer already exists 05:03:45 136d5e2401d8: Layer already exists 05:03:45 df02d6a7b1c8: Layer already exists 05:03:45 0229aaaa03a7: Layer already exists 05:03:45 994456c4fd7b: Layer already exists 05:03:45 57f4f29f887c: Layer already exists 05:03:45 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:b1a28ba97e3cb1dbc030c3b85dcd46a67e25c6ad504945798c188d97e529b9e0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:45 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:46 + docker push nexus3.edgexfoundry.org:10004/core-data:main 05:03:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:03:46 fc91fb85ebe4: Preparing 05:03:46 df02d6a7b1c8: Preparing 05:03:46 0229aaaa03a7: Preparing 05:03:46 772fe71d7df4: Preparing 05:03:46 136d5e2401d8: Preparing 05:03:46 57f4f29f887c: Preparing 05:03:46 994456c4fd7b: Preparing 05:03:46 57f4f29f887c: Waiting 05:03:46 994456c4fd7b: Waiting 05:03:46 772fe71d7df4: Layer already exists 05:03:46 df02d6a7b1c8: Layer already exists 05:03:46 0229aaaa03a7: Layer already exists 05:03:46 136d5e2401d8: Layer already exists 05:03:46 fc91fb85ebe4: Layer already exists 05:03:46 57f4f29f887c: Layer already exists 05:03:46 994456c4fd7b: Layer already exists 05:03:46 main: digest: sha256:b1a28ba97e3cb1dbc030c3b85dcd46a67e25c6ad504945798c188d97e529b9e0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:03:46 ===================================================== [Pipeline] echo 05:03:46 taggedImages: 05:03:46 - nexus3.edgexfoundry.org:10004/core-data:de361d4afd6299834d6ef4551c1682f9151c31c5 05:03:46 - nexus3.edgexfoundry.org:10004/core-data:latest 05:03:46 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.17 05:03:46 - nexus3.edgexfoundry.org:10004/core-data:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:03:46 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 05:03:46 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 05:03:46 de361d4afd6299834d6ef4551c1682f9151c31c5 05:03:46 latest 05:03:46 4.1.0-dev.17 05:03:46 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:03:46 main 05:03:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:46 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:47 + docker push nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5 05:03:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:03:47 e29f528dca99: Preparing 05:03:47 5e5125179038: Preparing 05:03:47 772fe71d7df4: Preparing 05:03:47 e3ded932c583: Preparing 05:03:47 cfcacb7da99e: Preparing 05:03:47 994456c4fd7b: Preparing 05:03:47 994456c4fd7b: Waiting 05:03:47 772fe71d7df4: Layer already exists 05:03:47 994456c4fd7b: Layer already exists 05:03:47 e3ded932c583: Pushed 05:03:47 cfcacb7da99e: Pushed 05:03:47 e29f528dca99: Pushed 05:03:49 5e5125179038: Pushed 05:03:49 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:ca5ed9a6cf3da2131016ae5fa51251230b267a185996f25715c718d52a364434 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:49 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:50 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 05:03:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:03:50 e29f528dca99: Preparing 05:03:50 5e5125179038: Preparing 05:03:50 772fe71d7df4: Preparing 05:03:50 e3ded932c583: Preparing 05:03:50 cfcacb7da99e: Preparing 05:03:50 994456c4fd7b: Preparing 05:03:50 772fe71d7df4: Layer already exists 05:03:50 e29f528dca99: Layer already exists 05:03:50 e3ded932c583: Layer already exists 05:03:50 cfcacb7da99e: Layer already exists 05:03:50 5e5125179038: Layer already exists 05:03:50 994456c4fd7b: Layer already exists 05:03:50 latest: digest: sha256:ca5ed9a6cf3da2131016ae5fa51251230b267a185996f25715c718d52a364434 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:50 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:50 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.17 05:03:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:03:50 e29f528dca99: Preparing 05:03:50 5e5125179038: Preparing 05:03:50 772fe71d7df4: Preparing 05:03:50 e3ded932c583: Preparing 05:03:50 cfcacb7da99e: Preparing 05:03:50 994456c4fd7b: Preparing 05:03:50 994456c4fd7b: Waiting 05:03:50 e3ded932c583: Layer already exists 05:03:50 772fe71d7df4: Layer already exists 05:03:50 cfcacb7da99e: Layer already exists 05:03:50 5e5125179038: Layer already exists 05:03:50 e29f528dca99: Layer already exists 05:03:50 994456c4fd7b: Layer already exists 05:03:50 4.1.0-dev.17: digest: sha256:ca5ed9a6cf3da2131016ae5fa51251230b267a185996f25715c718d52a364434 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:51 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:51 + docker push nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:03:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:03:51 e29f528dca99: Preparing 05:03:51 5e5125179038: Preparing 05:03:51 772fe71d7df4: Preparing 05:03:51 e3ded932c583: Preparing 05:03:51 cfcacb7da99e: Preparing 05:03:51 994456c4fd7b: Preparing 05:03:51 994456c4fd7b: Waiting 05:03:51 e3ded932c583: Layer already exists 05:03:51 5e5125179038: Layer already exists 05:03:51 e29f528dca99: Layer already exists 05:03:51 cfcacb7da99e: Layer already exists 05:03:51 772fe71d7df4: Layer already exists 05:03:51 994456c4fd7b: Layer already exists 05:03:51 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:ca5ed9a6cf3da2131016ae5fa51251230b267a185996f25715c718d52a364434 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:51 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:52 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 05:03:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:03:52 e29f528dca99: Preparing 05:03:52 5e5125179038: Preparing 05:03:52 772fe71d7df4: Preparing 05:03:52 e3ded932c583: Preparing 05:03:52 cfcacb7da99e: Preparing 05:03:52 994456c4fd7b: Preparing 05:03:52 994456c4fd7b: Waiting 05:03:52 e29f528dca99: Layer already exists 05:03:52 5e5125179038: Layer already exists 05:03:52 772fe71d7df4: Layer already exists 05:03:52 cfcacb7da99e: Layer already exists 05:03:52 e3ded932c583: Layer already exists 05:03:52 994456c4fd7b: Layer already exists 05:03:52 main: digest: sha256:ca5ed9a6cf3da2131016ae5fa51251230b267a185996f25715c718d52a364434 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:03:52 ===================================================== [Pipeline] echo 05:03:52 taggedImages: 05:03:52 - nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5 05:03:52 - nexus3.edgexfoundry.org:10004/core-keeper:latest 05:03:52 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.17 05:03:52 - nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:03:52 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 05:03:52 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 05:03:52 de361d4afd6299834d6ef4551c1682f9151c31c5 05:03:52 latest 05:03:52 4.1.0-dev.17 05:03:52 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:03:52 main 05:03:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:52 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:53 + docker push nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5 05:03:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:03:53 d8f634102de4: Preparing 05:03:53 d3f3f4de937d: Preparing 05:03:53 1bc83cd8848d: Preparing 05:03:53 0229aaaa03a7: Preparing 05:03:53 772fe71d7df4: Preparing 05:03:53 b8d4c8b143c7: Preparing 05:03:53 9f033df8d753: Preparing 05:03:53 994456c4fd7b: Preparing 05:03:53 b8d4c8b143c7: Waiting 05:03:53 9f033df8d753: Waiting 05:03:53 994456c4fd7b: Waiting 05:03:53 0229aaaa03a7: Layer already exists 05:03:53 772fe71d7df4: Layer already exists 05:03:53 b8d4c8b143c7: Layer already exists 05:03:53 9f033df8d753: Layer already exists 05:03:53 994456c4fd7b: Layer already exists 05:03:53 d3f3f4de937d: Pushed 05:03:53 d8f634102de4: Pushed 05:03:55 1bc83cd8848d: Pushed 05:03:55 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:55 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 05:03:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:03:56 d8f634102de4: Preparing 05:03:56 d3f3f4de937d: Preparing 05:03:56 1bc83cd8848d: Preparing 05:03:56 0229aaaa03a7: Preparing 05:03:56 772fe71d7df4: Preparing 05:03:56 b8d4c8b143c7: Preparing 05:03:56 9f033df8d753: Preparing 05:03:56 994456c4fd7b: Preparing 05:03:56 9f033df8d753: Waiting 05:03:56 994456c4fd7b: Waiting 05:03:56 b8d4c8b143c7: Waiting 05:03:56 0229aaaa03a7: Layer already exists 05:03:56 1bc83cd8848d: Layer already exists 05:03:56 772fe71d7df4: Layer already exists 05:03:56 d3f3f4de937d: Layer already exists 05:03:56 d8f634102de4: Layer already exists 05:03:56 9f033df8d753: Layer already exists 05:03:56 b8d4c8b143c7: Layer already exists 05:03:56 994456c4fd7b: Layer already exists 05:03:56 latest: digest: sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:56 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.17 05:03:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:03:56 d8f634102de4: Preparing 05:03:56 d3f3f4de937d: Preparing 05:03:56 1bc83cd8848d: Preparing 05:03:56 0229aaaa03a7: Preparing 05:03:56 772fe71d7df4: Preparing 05:03:56 b8d4c8b143c7: Preparing 05:03:56 9f033df8d753: Preparing 05:03:56 994456c4fd7b: Preparing 05:03:56 b8d4c8b143c7: Waiting 05:03:56 994456c4fd7b: Waiting 05:03:56 9f033df8d753: Waiting 05:03:56 1bc83cd8848d: Layer already exists 05:03:56 d3f3f4de937d: Layer already exists 05:03:56 772fe71d7df4: Layer already exists 05:03:56 0229aaaa03a7: Layer already exists 05:03:56 d8f634102de4: Layer already exists 05:03:56 994456c4fd7b: Layer already exists 05:03:56 9f033df8d753: Layer already exists 05:03:56 b8d4c8b143c7: Layer already exists 05:03:56 4.1.0-dev.17: digest: sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:57 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:03:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:03:57 d8f634102de4: Preparing 05:03:57 d3f3f4de937d: Preparing 05:03:57 1bc83cd8848d: Preparing 05:03:57 0229aaaa03a7: Preparing 05:03:57 772fe71d7df4: Preparing 05:03:57 b8d4c8b143c7: Preparing 05:03:57 9f033df8d753: Preparing 05:03:57 994456c4fd7b: Preparing 05:03:57 b8d4c8b143c7: Waiting 05:03:57 994456c4fd7b: Waiting 05:03:57 9f033df8d753: Waiting 05:03:57 d8f634102de4: Layer already exists 05:03:57 1bc83cd8848d: Layer already exists 05:03:57 0229aaaa03a7: Layer already exists 05:03:57 d3f3f4de937d: Layer already exists 05:03:57 772fe71d7df4: Layer already exists 05:03:57 9f033df8d753: Layer already exists 05:03:57 b8d4c8b143c7: Layer already exists 05:03:57 994456c4fd7b: Layer already exists 05:03:57 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:57 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:58 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 05:03:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:03:58 d8f634102de4: Preparing 05:03:58 d3f3f4de937d: Preparing 05:03:58 1bc83cd8848d: Preparing 05:03:58 0229aaaa03a7: Preparing 05:03:58 772fe71d7df4: Preparing 05:03:58 b8d4c8b143c7: Preparing 05:03:58 9f033df8d753: Preparing 05:03:58 994456c4fd7b: Preparing 05:03:58 b8d4c8b143c7: Waiting 05:03:58 994456c4fd7b: Waiting 05:03:58 772fe71d7df4: Layer already exists 05:03:58 d3f3f4de937d: Layer already exists 05:03:58 d8f634102de4: Layer already exists 05:03:58 0229aaaa03a7: Layer already exists 05:03:58 1bc83cd8848d: Layer already exists 05:03:58 9f033df8d753: Layer already exists 05:03:58 b8d4c8b143c7: Layer already exists 05:03:58 994456c4fd7b: Layer already exists 05:03:58 main: digest: sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:03:58 ===================================================== [Pipeline] echo 05:03:58 taggedImages: 05:03:58 - nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5 05:03:58 - nexus3.edgexfoundry.org:10004/core-metadata:latest 05:03:58 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.17 05:03:58 - nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:03:58 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 05:03:58 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 05:03:58 de361d4afd6299834d6ef4551c1682f9151c31c5 05:03:58 latest 05:03:58 4.1.0-dev.17 05:03:58 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:03:58 main 05:03:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:58 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:03:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5 05:03:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:03:58 181d530fcd37: Preparing 05:03:58 d9d74ac81c5d: Preparing 05:03:58 c897a2300eee: Preparing 05:03:58 3cba4f8da11e: Preparing 05:03:58 1ef64778c248: Preparing 05:03:58 d6de7233646f: Preparing 05:03:58 332f1e2ba8e9: Preparing 05:03:58 0229aaaa03a7: Preparing 05:03:58 772fe71d7df4: Preparing 05:03:58 3f8e62b23dfb: Preparing 05:03:58 8f6fce7b52cd: Preparing 05:03:58 5f70bf18a086: Preparing 05:03:58 08655e94f759: Preparing 05:03:58 09f96871f9ee: Preparing 05:03:58 b9e647b2119e: Preparing 05:03:58 994456c4fd7b: Preparing 05:03:58 08655e94f759: Waiting 05:03:58 0229aaaa03a7: Waiting 05:03:58 09f96871f9ee: Waiting 05:03:58 b9e647b2119e: Waiting 05:03:58 772fe71d7df4: Waiting 05:03:58 994456c4fd7b: Waiting 05:03:58 3f8e62b23dfb: Waiting 05:03:58 5f70bf18a086: Waiting 05:03:58 8f6fce7b52cd: Waiting 05:03:58 d6de7233646f: Waiting 05:03:58 332f1e2ba8e9: Waiting 05:03:58 c897a2300eee: Pushed 05:03:58 181d530fcd37: Pushed 05:03:58 3cba4f8da11e: Pushed 05:03:58 1ef64778c248: Pushed 05:03:58 d9d74ac81c5d: Pushed 05:03:58 0229aaaa03a7: Layer already exists 05:03:58 772fe71d7df4: Layer already exists 05:03:58 d6de7233646f: Pushed 05:03:58 5f70bf18a086: Layer already exists 05:03:59 8f6fce7b52cd: Pushed 05:03:59 3f8e62b23dfb: Pushed 05:03:59 09f96871f9ee: Pushed 05:03:59 994456c4fd7b: Layer already exists 05:03:59 08655e94f759: Pushed 05:03:59 b9e647b2119e: Pushed 05:04:00 332f1e2ba8e9: Pushed 05:04:00 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:5dae90e417b7fef402fabaeb093248f595fd5ccfb51f88ca64a7379d3815c26d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:00 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 05:04:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:04:00 181d530fcd37: Preparing 05:04:00 d9d74ac81c5d: Preparing 05:04:00 c897a2300eee: Preparing 05:04:00 3cba4f8da11e: Preparing 05:04:00 1ef64778c248: Preparing 05:04:00 d6de7233646f: Preparing 05:04:00 332f1e2ba8e9: Preparing 05:04:00 0229aaaa03a7: Preparing 05:04:00 772fe71d7df4: Preparing 05:04:00 3f8e62b23dfb: Preparing 05:04:00 8f6fce7b52cd: Preparing 05:04:00 5f70bf18a086: Preparing 05:04:00 08655e94f759: Preparing 05:04:00 09f96871f9ee: Preparing 05:04:00 b9e647b2119e: Preparing 05:04:00 994456c4fd7b: Preparing 05:04:00 332f1e2ba8e9: Waiting 05:04:00 5f70bf18a086: Waiting 05:04:00 0229aaaa03a7: Waiting 05:04:00 3f8e62b23dfb: Waiting 05:04:00 772fe71d7df4: Waiting 05:04:00 8f6fce7b52cd: Waiting 05:04:00 08655e94f759: Waiting 05:04:00 b9e647b2119e: Waiting 05:04:00 09f96871f9ee: Waiting 05:04:00 994456c4fd7b: Waiting 05:04:00 d6de7233646f: Waiting 05:04:00 1ef64778c248: Layer already exists 05:04:00 181d530fcd37: Layer already exists 05:04:00 c897a2300eee: Layer already exists 05:04:00 d9d74ac81c5d: Layer already exists 05:04:00 3cba4f8da11e: Layer already exists 05:04:00 d6de7233646f: Layer already exists 05:04:00 0229aaaa03a7: Layer already exists 05:04:00 3f8e62b23dfb: Layer already exists 05:04:00 772fe71d7df4: Layer already exists 05:04:00 332f1e2ba8e9: Layer already exists 05:04:00 8f6fce7b52cd: Layer already exists 05:04:00 5f70bf18a086: Layer already exists 05:04:00 09f96871f9ee: Layer already exists 05:04:00 08655e94f759: Layer already exists 05:04:00 b9e647b2119e: Layer already exists 05:04:00 994456c4fd7b: Layer already exists 05:04:00 latest: digest: sha256:5dae90e417b7fef402fabaeb093248f595fd5ccfb51f88ca64a7379d3815c26d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:01 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.17 05:04:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:04:01 181d530fcd37: Preparing 05:04:01 d9d74ac81c5d: Preparing 05:04:01 c897a2300eee: Preparing 05:04:01 3cba4f8da11e: Preparing 05:04:01 1ef64778c248: Preparing 05:04:01 d6de7233646f: Preparing 05:04:01 332f1e2ba8e9: Preparing 05:04:01 0229aaaa03a7: Preparing 05:04:01 772fe71d7df4: Preparing 05:04:01 3f8e62b23dfb: Preparing 05:04:01 8f6fce7b52cd: Preparing 05:04:01 5f70bf18a086: Preparing 05:04:01 08655e94f759: Preparing 05:04:01 09f96871f9ee: Preparing 05:04:01 b9e647b2119e: Preparing 05:04:01 994456c4fd7b: Preparing 05:04:01 332f1e2ba8e9: Waiting 05:04:01 0229aaaa03a7: Waiting 05:04:01 08655e94f759: Waiting 05:04:01 772fe71d7df4: Waiting 05:04:01 09f96871f9ee: Waiting 05:04:01 5f70bf18a086: Waiting 05:04:01 3f8e62b23dfb: Waiting 05:04:01 b9e647b2119e: Waiting 05:04:01 d6de7233646f: Waiting 05:04:01 8f6fce7b52cd: Waiting 05:04:01 994456c4fd7b: Waiting 05:04:01 3cba4f8da11e: Layer already exists 05:04:01 d9d74ac81c5d: Layer already exists 05:04:01 1ef64778c248: Layer already exists 05:04:01 181d530fcd37: Layer already exists 05:04:01 c897a2300eee: Layer already exists 05:04:01 d6de7233646f: Layer already exists 05:04:01 0229aaaa03a7: Layer already exists 05:04:01 3f8e62b23dfb: Layer already exists 05:04:01 332f1e2ba8e9: Layer already exists 05:04:01 772fe71d7df4: Layer already exists 05:04:01 8f6fce7b52cd: Layer already exists 05:04:01 08655e94f759: Layer already exists 05:04:01 09f96871f9ee: Layer already exists 05:04:01 5f70bf18a086: Layer already exists 05:04:01 b9e647b2119e: Layer already exists 05:04:01 994456c4fd7b: Layer already exists 05:04:01 4.1.0-dev.17: digest: sha256:5dae90e417b7fef402fabaeb093248f595fd5ccfb51f88ca64a7379d3815c26d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:02 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:04:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:04:02 181d530fcd37: Preparing 05:04:02 d9d74ac81c5d: Preparing 05:04:02 c897a2300eee: Preparing 05:04:02 3cba4f8da11e: Preparing 05:04:02 1ef64778c248: Preparing 05:04:02 d6de7233646f: Preparing 05:04:02 332f1e2ba8e9: Preparing 05:04:02 0229aaaa03a7: Preparing 05:04:02 772fe71d7df4: Preparing 05:04:02 3f8e62b23dfb: Preparing 05:04:02 8f6fce7b52cd: Preparing 05:04:02 5f70bf18a086: Preparing 05:04:02 08655e94f759: Preparing 05:04:02 09f96871f9ee: Preparing 05:04:02 b9e647b2119e: Preparing 05:04:02 994456c4fd7b: Preparing 05:04:02 09f96871f9ee: Waiting 05:04:02 b9e647b2119e: Waiting 05:04:02 5f70bf18a086: Waiting 05:04:02 994456c4fd7b: Waiting 05:04:02 8f6fce7b52cd: Waiting 05:04:02 08655e94f759: Waiting 05:04:02 0229aaaa03a7: Waiting 05:04:02 772fe71d7df4: Waiting 05:04:02 d6de7233646f: Waiting 05:04:02 332f1e2ba8e9: Waiting 05:04:02 3f8e62b23dfb: Waiting 05:04:02 d9d74ac81c5d: Layer already exists 05:04:02 181d530fcd37: Layer already exists 05:04:02 3cba4f8da11e: Layer already exists 05:04:02 c897a2300eee: Layer already exists 05:04:02 1ef64778c248: Layer already exists 05:04:02 332f1e2ba8e9: Layer already exists 05:04:02 d6de7233646f: Layer already exists 05:04:02 0229aaaa03a7: Layer already exists 05:04:02 772fe71d7df4: Layer already exists 05:04:02 3f8e62b23dfb: Layer already exists 05:04:02 8f6fce7b52cd: Layer already exists 05:04:02 5f70bf18a086: Layer already exists 05:04:02 09f96871f9ee: Layer already exists 05:04:02 08655e94f759: Layer already exists 05:04:02 b9e647b2119e: Layer already exists 05:04:02 994456c4fd7b: Layer already exists 05:04:02 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:5dae90e417b7fef402fabaeb093248f595fd5ccfb51f88ca64a7379d3815c26d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:02 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:03 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 05:04:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:04:03 181d530fcd37: Preparing 05:04:03 d9d74ac81c5d: Preparing 05:04:03 c897a2300eee: Preparing 05:04:03 3cba4f8da11e: Preparing 05:04:03 1ef64778c248: Preparing 05:04:03 d6de7233646f: Preparing 05:04:03 332f1e2ba8e9: Preparing 05:04:03 0229aaaa03a7: Preparing 05:04:03 772fe71d7df4: Preparing 05:04:03 3f8e62b23dfb: Preparing 05:04:03 8f6fce7b52cd: Preparing 05:04:03 5f70bf18a086: Preparing 05:04:03 08655e94f759: Preparing 05:04:03 09f96871f9ee: Preparing 05:04:03 b9e647b2119e: Preparing 05:04:03 994456c4fd7b: Preparing 05:04:03 772fe71d7df4: Waiting 05:04:03 3f8e62b23dfb: Waiting 05:04:03 8f6fce7b52cd: Waiting 05:04:03 5f70bf18a086: Waiting 05:04:03 0229aaaa03a7: Waiting 05:04:03 332f1e2ba8e9: Waiting 05:04:03 08655e94f759: Waiting 05:04:03 994456c4fd7b: Waiting 05:04:03 09f96871f9ee: Waiting 05:04:03 d6de7233646f: Waiting 05:04:03 1ef64778c248: Layer already exists 05:04:03 3cba4f8da11e: Layer already exists 05:04:03 c897a2300eee: Layer already exists 05:04:03 d9d74ac81c5d: Layer already exists 05:04:03 181d530fcd37: Layer already exists 05:04:03 0229aaaa03a7: Layer already exists 05:04:03 332f1e2ba8e9: Layer already exists 05:04:03 d6de7233646f: Layer already exists 05:04:03 3f8e62b23dfb: Layer already exists 05:04:03 772fe71d7df4: Layer already exists 05:04:03 5f70bf18a086: Layer already exists 05:04:03 8f6fce7b52cd: Layer already exists 05:04:03 09f96871f9ee: Layer already exists 05:04:03 b9e647b2119e: Layer already exists 05:04:03 08655e94f759: Layer already exists 05:04:03 994456c4fd7b: Layer already exists 05:04:03 main: digest: sha256:5dae90e417b7fef402fabaeb093248f595fd5ccfb51f88ca64a7379d3815c26d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:04:03 ===================================================== [Pipeline] echo 05:04:03 taggedImages: 05:04:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5 05:04:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 05:04:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.17 05:04:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:04:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 05:04:03 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 05:04:03 de361d4afd6299834d6ef4551c1682f9151c31c5 05:04:03 latest 05:04:03 4.1.0-dev.17 05:04:03 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:04:03 main 05:04:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:03 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5 05:04:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:04:03 6b65196c1788: Preparing 05:04:03 d6701e2a0482: Preparing 05:04:03 e27cea93db8e: Preparing 05:04:03 cc2ce2911f47: Preparing 05:04:03 0229aaaa03a7: Preparing 05:04:03 772fe71d7df4: Preparing 05:04:03 b8d4c8b143c7: Preparing 05:04:03 9f033df8d753: Preparing 05:04:03 994456c4fd7b: Preparing 05:04:03 772fe71d7df4: Waiting 05:04:03 b8d4c8b143c7: Waiting 05:04:03 994456c4fd7b: Waiting 05:04:03 0229aaaa03a7: Layer already exists 05:04:03 772fe71d7df4: Layer already exists 05:04:03 b8d4c8b143c7: Layer already exists 05:04:03 9f033df8d753: Layer already exists 05:04:03 e27cea93db8e: Pushed 05:04:03 994456c4fd7b: Layer already exists 05:04:03 d6701e2a0482: Pushed 05:04:03 6b65196c1788: Pushed 05:04:06 cc2ce2911f47: Pushed 05:04:06 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:991dda750f5e12fc7f1bc56a0c2cfe30f144120b7ef271e2af962af5fdfab3bf size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:06 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 05:04:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:04:07 6b65196c1788: Preparing 05:04:07 d6701e2a0482: Preparing 05:04:07 e27cea93db8e: Preparing 05:04:07 cc2ce2911f47: Preparing 05:04:07 0229aaaa03a7: Preparing 05:04:07 772fe71d7df4: Preparing 05:04:07 b8d4c8b143c7: Preparing 05:04:07 9f033df8d753: Preparing 05:04:07 994456c4fd7b: Preparing 05:04:07 772fe71d7df4: Waiting 05:04:07 b8d4c8b143c7: Waiting 05:04:07 9f033df8d753: Waiting 05:04:07 994456c4fd7b: Waiting 05:04:07 0229aaaa03a7: Layer already exists 05:04:07 cc2ce2911f47: Layer already exists 05:04:07 d6701e2a0482: Layer already exists 05:04:07 e27cea93db8e: Layer already exists 05:04:07 6b65196c1788: Layer already exists 05:04:07 772fe71d7df4: Layer already exists 05:04:07 994456c4fd7b: Layer already exists 05:04:07 b8d4c8b143c7: Layer already exists 05:04:07 9f033df8d753: Layer already exists 05:04:07 latest: digest: sha256:991dda750f5e12fc7f1bc56a0c2cfe30f144120b7ef271e2af962af5fdfab3bf size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:07 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.17 05:04:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:04:07 6b65196c1788: Preparing 05:04:07 d6701e2a0482: Preparing 05:04:07 e27cea93db8e: Preparing 05:04:07 cc2ce2911f47: Preparing 05:04:07 0229aaaa03a7: Preparing 05:04:07 772fe71d7df4: Preparing 05:04:07 b8d4c8b143c7: Preparing 05:04:07 9f033df8d753: Preparing 05:04:07 994456c4fd7b: Preparing 05:04:07 b8d4c8b143c7: Waiting 05:04:07 9f033df8d753: Waiting 05:04:07 994456c4fd7b: Waiting 05:04:07 772fe71d7df4: Waiting 05:04:07 0229aaaa03a7: Layer already exists 05:04:07 6b65196c1788: Layer already exists 05:04:07 e27cea93db8e: Layer already exists 05:04:07 d6701e2a0482: Layer already exists 05:04:07 cc2ce2911f47: Layer already exists 05:04:07 b8d4c8b143c7: Layer already exists 05:04:07 9f033df8d753: Layer already exists 05:04:07 994456c4fd7b: Layer already exists 05:04:07 772fe71d7df4: Layer already exists 05:04:07 4.1.0-dev.17: digest: sha256:991dda750f5e12fc7f1bc56a0c2cfe30f144120b7ef271e2af962af5fdfab3bf size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:08 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:04:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:04:08 6b65196c1788: Preparing 05:04:08 d6701e2a0482: Preparing 05:04:08 e27cea93db8e: Preparing 05:04:08 cc2ce2911f47: Preparing 05:04:08 0229aaaa03a7: Preparing 05:04:08 772fe71d7df4: Preparing 05:04:08 b8d4c8b143c7: Preparing 05:04:08 9f033df8d753: Preparing 05:04:08 994456c4fd7b: Preparing 05:04:08 772fe71d7df4: Waiting 05:04:08 b8d4c8b143c7: Waiting 05:04:08 9f033df8d753: Waiting 05:04:08 994456c4fd7b: Waiting 05:04:08 0229aaaa03a7: Layer already exists 05:04:08 6b65196c1788: Layer already exists 05:04:08 d6701e2a0482: Layer already exists 05:04:08 e27cea93db8e: Layer already exists 05:04:08 cc2ce2911f47: Layer already exists 05:04:08 772fe71d7df4: Layer already exists 05:04:08 9f033df8d753: Layer already exists 05:04:08 b8d4c8b143c7: Layer already exists 05:04:08 994456c4fd7b: Layer already exists 05:04:08 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:991dda750f5e12fc7f1bc56a0c2cfe30f144120b7ef271e2af962af5fdfab3bf size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:08 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 05:04:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:04:09 6b65196c1788: Preparing 05:04:09 d6701e2a0482: Preparing 05:04:09 e27cea93db8e: Preparing 05:04:09 cc2ce2911f47: Preparing 05:04:09 0229aaaa03a7: Preparing 05:04:09 772fe71d7df4: Preparing 05:04:09 b8d4c8b143c7: Preparing 05:04:09 9f033df8d753: Preparing 05:04:09 994456c4fd7b: Preparing 05:04:09 772fe71d7df4: Waiting 05:04:09 b8d4c8b143c7: Waiting 05:04:09 9f033df8d753: Waiting 05:04:09 994456c4fd7b: Waiting 05:04:09 e27cea93db8e: Layer already exists 05:04:09 d6701e2a0482: Layer already exists 05:04:09 6b65196c1788: Layer already exists 05:04:09 cc2ce2911f47: Layer already exists 05:04:09 0229aaaa03a7: Layer already exists 05:04:09 772fe71d7df4: Layer already exists 05:04:09 b8d4c8b143c7: Layer already exists 05:04:09 9f033df8d753: Layer already exists 05:04:09 994456c4fd7b: Layer already exists 05:04:09 main: digest: sha256:991dda750f5e12fc7f1bc56a0c2cfe30f144120b7ef271e2af962af5fdfab3bf size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:04:09 ===================================================== [Pipeline] echo 05:04:09 taggedImages: 05:04:09 - nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5 05:04:09 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 05:04:09 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.17 05:04:09 - nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:04:09 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 05:04:09 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 05:04:09 de361d4afd6299834d6ef4551c1682f9151c31c5 05:04:09 latest 05:04:09 4.1.0-dev.17 05:04:09 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:04:09 main 05:04:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:09 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5 05:04:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:04:09 a4cce92d5127: Preparing 05:04:09 187b14a37407: Preparing 05:04:09 85593d36f810: Preparing 05:04:09 eee2b75fe462: Preparing 05:04:09 b2f8018c102e: Preparing 05:04:09 0229aaaa03a7: Preparing 05:04:09 772fe71d7df4: Preparing 05:04:09 ff29d2d6ee3a: Preparing 05:04:09 d2099b66a322: Preparing 05:04:09 88b42e160dd8: Preparing 05:04:09 994456c4fd7b: Preparing 05:04:09 772fe71d7df4: Waiting 05:04:09 ff29d2d6ee3a: Waiting 05:04:09 0229aaaa03a7: Waiting 05:04:09 88b42e160dd8: Waiting 05:04:09 d2099b66a322: Waiting 05:04:09 994456c4fd7b: Waiting 05:04:09 a4cce92d5127: Pushed 05:04:09 b2f8018c102e: Pushed 05:04:09 eee2b75fe462: Pushed 05:04:09 187b14a37407: Pushed 05:04:09 0229aaaa03a7: Layer already exists 05:04:09 772fe71d7df4: Layer already exists 05:04:09 994456c4fd7b: Layer already exists 05:04:10 ff29d2d6ee3a: Pushed 05:04:10 d2099b66a322: Pushed 05:04:11 88b42e160dd8: Pushed 05:04:11 85593d36f810: Pushed 05:04:11 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:4ae5c5aaedd7c14a78f840a068621c52dc22ef1e6bb39c73c4308c15312bb7d4 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:12 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 05:04:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:04:12 a4cce92d5127: Preparing 05:04:12 187b14a37407: Preparing 05:04:12 85593d36f810: Preparing 05:04:12 eee2b75fe462: Preparing 05:04:12 b2f8018c102e: Preparing 05:04:12 0229aaaa03a7: Preparing 05:04:12 772fe71d7df4: Preparing 05:04:12 ff29d2d6ee3a: Preparing 05:04:12 d2099b66a322: Preparing 05:04:12 88b42e160dd8: Preparing 05:04:12 994456c4fd7b: Preparing 05:04:12 ff29d2d6ee3a: Waiting 05:04:12 d2099b66a322: Waiting 05:04:12 88b42e160dd8: Waiting 05:04:12 994456c4fd7b: Waiting 05:04:12 0229aaaa03a7: Waiting 05:04:12 772fe71d7df4: Waiting 05:04:12 187b14a37407: Layer already exists 05:04:12 b2f8018c102e: Layer already exists 05:04:12 85593d36f810: Layer already exists 05:04:12 a4cce92d5127: Layer already exists 05:04:12 eee2b75fe462: Layer already exists 05:04:12 0229aaaa03a7: Layer already exists 05:04:12 772fe71d7df4: Layer already exists 05:04:12 ff29d2d6ee3a: Layer already exists 05:04:12 88b42e160dd8: Layer already exists 05:04:12 d2099b66a322: Layer already exists 05:04:12 994456c4fd7b: Layer already exists 05:04:12 latest: digest: sha256:4ae5c5aaedd7c14a78f840a068621c52dc22ef1e6bb39c73c4308c15312bb7d4 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:12 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.17 05:04:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:04:13 a4cce92d5127: Preparing 05:04:13 187b14a37407: Preparing 05:04:13 85593d36f810: Preparing 05:04:13 eee2b75fe462: Preparing 05:04:13 b2f8018c102e: Preparing 05:04:13 0229aaaa03a7: Preparing 05:04:13 772fe71d7df4: Preparing 05:04:13 ff29d2d6ee3a: Preparing 05:04:13 d2099b66a322: Preparing 05:04:13 88b42e160dd8: Preparing 05:04:13 994456c4fd7b: Preparing 05:04:13 772fe71d7df4: Waiting 05:04:13 ff29d2d6ee3a: Waiting 05:04:13 d2099b66a322: Waiting 05:04:13 0229aaaa03a7: Waiting 05:04:13 994456c4fd7b: Waiting 05:04:13 187b14a37407: Layer already exists 05:04:13 a4cce92d5127: Layer already exists 05:04:13 85593d36f810: Layer already exists 05:04:13 eee2b75fe462: Layer already exists 05:04:13 b2f8018c102e: Layer already exists 05:04:13 0229aaaa03a7: Layer already exists 05:04:13 ff29d2d6ee3a: Layer already exists 05:04:13 772fe71d7df4: Layer already exists 05:04:13 d2099b66a322: Layer already exists 05:04:13 88b42e160dd8: Layer already exists 05:04:13 994456c4fd7b: Layer already exists 05:04:13 4.1.0-dev.17: digest: sha256:4ae5c5aaedd7c14a78f840a068621c52dc22ef1e6bb39c73c4308c15312bb7d4 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:13 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:04:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:04:13 a4cce92d5127: Preparing 05:04:13 187b14a37407: Preparing 05:04:13 85593d36f810: Preparing 05:04:13 eee2b75fe462: Preparing 05:04:13 b2f8018c102e: Preparing 05:04:13 0229aaaa03a7: Preparing 05:04:13 772fe71d7df4: Preparing 05:04:13 ff29d2d6ee3a: Preparing 05:04:13 d2099b66a322: Preparing 05:04:13 88b42e160dd8: Preparing 05:04:13 994456c4fd7b: Preparing 05:04:13 ff29d2d6ee3a: Waiting 05:04:13 994456c4fd7b: Waiting 05:04:13 0229aaaa03a7: Waiting 05:04:13 d2099b66a322: Waiting 05:04:13 88b42e160dd8: Waiting 05:04:13 772fe71d7df4: Waiting 05:04:13 85593d36f810: Layer already exists 05:04:13 eee2b75fe462: Layer already exists 05:04:13 b2f8018c102e: Layer already exists 05:04:13 a4cce92d5127: Layer already exists 05:04:13 187b14a37407: Layer already exists 05:04:13 0229aaaa03a7: Layer already exists 05:04:13 ff29d2d6ee3a: Layer already exists 05:04:13 772fe71d7df4: Layer already exists 05:04:13 88b42e160dd8: Layer already exists 05:04:13 d2099b66a322: Layer already exists 05:04:13 994456c4fd7b: Layer already exists 05:04:13 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:4ae5c5aaedd7c14a78f840a068621c52dc22ef1e6bb39c73c4308c15312bb7d4 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:14 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 05:04:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:04:14 a4cce92d5127: Preparing 05:04:14 187b14a37407: Preparing 05:04:14 85593d36f810: Preparing 05:04:14 eee2b75fe462: Preparing 05:04:14 b2f8018c102e: Preparing 05:04:14 0229aaaa03a7: Preparing 05:04:14 772fe71d7df4: Preparing 05:04:14 ff29d2d6ee3a: Preparing 05:04:14 d2099b66a322: Preparing 05:04:14 88b42e160dd8: Preparing 05:04:14 994456c4fd7b: Preparing 05:04:14 0229aaaa03a7: Waiting 05:04:14 772fe71d7df4: Waiting 05:04:14 d2099b66a322: Waiting 05:04:14 88b42e160dd8: Waiting 05:04:14 ff29d2d6ee3a: Waiting 05:04:14 994456c4fd7b: Waiting 05:04:14 eee2b75fe462: Layer already exists 05:04:14 85593d36f810: Layer already exists 05:04:14 187b14a37407: Layer already exists 05:04:14 b2f8018c102e: Layer already exists 05:04:14 a4cce92d5127: Layer already exists 05:04:14 772fe71d7df4: Layer already exists 05:04:14 d2099b66a322: Layer already exists 05:04:14 0229aaaa03a7: Layer already exists 05:04:14 ff29d2d6ee3a: Layer already exists 05:04:14 88b42e160dd8: Layer already exists 05:04:14 994456c4fd7b: Layer already exists 05:04:14 main: digest: sha256:4ae5c5aaedd7c14a78f840a068621c52dc22ef1e6bb39c73c4308c15312bb7d4 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:04:14 ===================================================== [Pipeline] echo 05:04:14 taggedImages: 05:04:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5 05:04:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 05:04:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.17 05:04:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:04:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 05:04:14 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 05:04:14 de361d4afd6299834d6ef4551c1682f9151c31c5 05:04:14 latest 05:04:14 4.1.0-dev.17 05:04:14 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:04:14 main 05:04:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:15 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:15 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:de361d4afd6299834d6ef4551c1682f9151c31c5 05:04:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:04:15 542bf2d10df3: Preparing 05:04:15 5912b7d3387f: Preparing 05:04:15 7970047e2f9d: Preparing 05:04:15 2e82bb41312d: Preparing 05:04:15 5514332d67e2: Preparing 05:04:15 181033c016da: Preparing 05:04:15 9ce9bc69448e: Preparing 05:04:15 0229aaaa03a7: Preparing 05:04:15 772fe71d7df4: Preparing 05:04:15 0a86aad0a597: Preparing 05:04:15 034e9ec068c0: Preparing 05:04:15 994456c4fd7b: Preparing 05:04:15 9ce9bc69448e: Waiting 05:04:15 0229aaaa03a7: Waiting 05:04:15 772fe71d7df4: Waiting 05:04:15 0a86aad0a597: Waiting 05:04:15 034e9ec068c0: Waiting 05:04:15 181033c016da: Waiting 05:04:15 994456c4fd7b: Waiting 05:04:15 5912b7d3387f: Pushed 05:04:15 5514332d67e2: Pushed 05:04:15 542bf2d10df3: Pushed 05:04:15 0229aaaa03a7: Layer already exists 05:04:15 181033c016da: Pushed 05:04:15 772fe71d7df4: Layer already exists 05:04:15 9ce9bc69448e: Pushed 05:04:15 994456c4fd7b: Layer already exists 05:04:15 0a86aad0a597: Pushed 05:04:16 034e9ec068c0: Pushed 05:04:17 2e82bb41312d: Pushed 05:04:18 7970047e2f9d: Pushed 05:04:18 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:567545cebd9221513061417ae4a271a3bd5f70c3a0e6809605470b561d4af4d4 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:18 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:18 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 05:04:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:04:18 542bf2d10df3: Preparing 05:04:18 5912b7d3387f: Preparing 05:04:18 7970047e2f9d: Preparing 05:04:18 2e82bb41312d: Preparing 05:04:18 5514332d67e2: Preparing 05:04:18 181033c016da: Preparing 05:04:18 9ce9bc69448e: Preparing 05:04:18 0229aaaa03a7: Preparing 05:04:18 772fe71d7df4: Preparing 05:04:18 0a86aad0a597: Preparing 05:04:18 034e9ec068c0: Preparing 05:04:18 994456c4fd7b: Preparing 05:04:18 772fe71d7df4: Waiting 05:04:18 0229aaaa03a7: Waiting 05:04:18 0a86aad0a597: Waiting 05:04:18 034e9ec068c0: Waiting 05:04:18 994456c4fd7b: Waiting 05:04:18 181033c016da: Waiting 05:04:18 5912b7d3387f: Layer already exists 05:04:18 5514332d67e2: Layer already exists 05:04:18 542bf2d10df3: Layer already exists 05:04:18 2e82bb41312d: Layer already exists 05:04:18 7970047e2f9d: Layer already exists 05:04:18 0a86aad0a597: Layer already exists 05:04:18 9ce9bc69448e: Layer already exists 05:04:18 181033c016da: Layer already exists 05:04:18 772fe71d7df4: Layer already exists 05:04:18 0229aaaa03a7: Layer already exists 05:04:18 034e9ec068c0: Layer already exists 05:04:18 994456c4fd7b: Layer already exists 05:04:18 latest: digest: sha256:567545cebd9221513061417ae4a271a3bd5f70c3a0e6809605470b561d4af4d4 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:19 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:19 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.17 05:04:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:04:19 542bf2d10df3: Preparing 05:04:19 5912b7d3387f: Preparing 05:04:19 7970047e2f9d: Preparing 05:04:19 2e82bb41312d: Preparing 05:04:19 5514332d67e2: Preparing 05:04:19 181033c016da: Preparing 05:04:19 9ce9bc69448e: Preparing 05:04:19 0229aaaa03a7: Preparing 05:04:19 772fe71d7df4: Preparing 05:04:19 0a86aad0a597: Preparing 05:04:19 034e9ec068c0: Preparing 05:04:19 994456c4fd7b: Preparing 05:04:19 181033c016da: Waiting 05:04:19 772fe71d7df4: Waiting 05:04:19 9ce9bc69448e: Waiting 05:04:19 034e9ec068c0: Waiting 05:04:19 994456c4fd7b: Waiting 05:04:19 0229aaaa03a7: Waiting 05:04:19 5912b7d3387f: Layer already exists 05:04:19 2e82bb41312d: Layer already exists 05:04:19 7970047e2f9d: Layer already exists 05:04:19 542bf2d10df3: Layer already exists 05:04:19 5514332d67e2: Layer already exists 05:04:19 181033c016da: Layer already exists 05:04:19 0229aaaa03a7: Layer already exists 05:04:19 9ce9bc69448e: Layer already exists 05:04:19 772fe71d7df4: Layer already exists 05:04:19 0a86aad0a597: Layer already exists 05:04:19 034e9ec068c0: Layer already exists 05:04:19 994456c4fd7b: Layer already exists 05:04:19 4.1.0-dev.17: digest: sha256:567545cebd9221513061417ae4a271a3bd5f70c3a0e6809605470b561d4af4d4 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:19 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:19 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:04:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:04:19 542bf2d10df3: Preparing 05:04:19 5912b7d3387f: Preparing 05:04:19 7970047e2f9d: Preparing 05:04:19 2e82bb41312d: Preparing 05:04:19 5514332d67e2: Preparing 05:04:19 181033c016da: Preparing 05:04:19 9ce9bc69448e: Preparing 05:04:19 0229aaaa03a7: Preparing 05:04:19 772fe71d7df4: Preparing 05:04:19 0a86aad0a597: Preparing 05:04:19 034e9ec068c0: Preparing 05:04:19 994456c4fd7b: Preparing 05:04:19 181033c016da: Waiting 05:04:19 9ce9bc69448e: Waiting 05:04:19 0229aaaa03a7: Waiting 05:04:19 994456c4fd7b: Waiting 05:04:19 034e9ec068c0: Waiting 05:04:19 772fe71d7df4: Waiting 05:04:19 0a86aad0a597: Waiting 05:04:19 542bf2d10df3: Layer already exists 05:04:19 5912b7d3387f: Layer already exists 05:04:19 2e82bb41312d: Layer already exists 05:04:19 7970047e2f9d: Layer already exists 05:04:19 5514332d67e2: Layer already exists 05:04:19 9ce9bc69448e: Layer already exists 05:04:19 772fe71d7df4: Layer already exists 05:04:19 181033c016da: Layer already exists 05:04:19 0a86aad0a597: Layer already exists 05:04:19 0229aaaa03a7: Layer already exists 05:04:19 994456c4fd7b: Layer already exists 05:04:19 034e9ec068c0: Layer already exists 05:04:19 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:567545cebd9221513061417ae4a271a3bd5f70c3a0e6809605470b561d4af4d4 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:20 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:20 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 05:04:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:04:20 542bf2d10df3: Preparing 05:04:20 5912b7d3387f: Preparing 05:04:20 7970047e2f9d: Preparing 05:04:20 2e82bb41312d: Preparing 05:04:20 5514332d67e2: Preparing 05:04:20 181033c016da: Preparing 05:04:20 9ce9bc69448e: Preparing 05:04:20 0229aaaa03a7: Preparing 05:04:20 772fe71d7df4: Preparing 05:04:20 0a86aad0a597: Preparing 05:04:20 034e9ec068c0: Preparing 05:04:20 994456c4fd7b: Preparing 05:04:20 0229aaaa03a7: Waiting 05:04:20 772fe71d7df4: Waiting 05:04:20 0a86aad0a597: Waiting 05:04:20 994456c4fd7b: Waiting 05:04:20 034e9ec068c0: Waiting 05:04:20 181033c016da: Waiting 05:04:20 9ce9bc69448e: Waiting 05:04:20 5514332d67e2: Layer already exists 05:04:20 2e82bb41312d: Layer already exists 05:04:20 5912b7d3387f: Layer already exists 05:04:20 7970047e2f9d: Layer already exists 05:04:20 542bf2d10df3: Layer already exists 05:04:20 181033c016da: Layer already exists 05:04:20 9ce9bc69448e: Layer already exists 05:04:20 0229aaaa03a7: Layer already exists 05:04:20 772fe71d7df4: Layer already exists 05:04:20 0a86aad0a597: Layer already exists 05:04:20 034e9ec068c0: Layer already exists 05:04:20 994456c4fd7b: Layer already exists 05:04:20 main: digest: sha256:567545cebd9221513061417ae4a271a3bd5f70c3a0e6809605470b561d4af4d4 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:04:20 ===================================================== [Pipeline] echo 05:04:20 taggedImages: 05:04:20 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:de361d4afd6299834d6ef4551c1682f9151c31c5 05:04:20 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 05:04:20 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.17 05:04:20 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:04:20 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 05:04:20 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 05:04:20 de361d4afd6299834d6ef4551c1682f9151c31c5 05:04:20 latest 05:04:20 4.1.0-dev.17 05:04:20 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:04:20 main 05:04:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:21 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:21 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5 05:04:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:04:21 ca819d7bd544: Preparing 05:04:21 db87be54fe97: Preparing 05:04:21 0229aaaa03a7: Preparing 05:04:21 772fe71d7df4: Preparing 05:04:21 b3e10c89f8f3: Preparing 05:04:21 ff358fce64a8: Preparing 05:04:21 994456c4fd7b: Preparing 05:04:21 994456c4fd7b: Waiting 05:04:21 ff358fce64a8: Waiting 05:04:21 0229aaaa03a7: Layer already exists 05:04:21 772fe71d7df4: Layer already exists 05:04:21 994456c4fd7b: Layer already exists 05:04:21 ca819d7bd544: Pushed 05:04:21 b3e10c89f8f3: Pushed 05:04:22 ff358fce64a8: Pushed 05:04:24 db87be54fe97: Pushed 05:04:24 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:32d6644f8dabb3bb6d569efa2b706e858d3518cc32653399606f11a39c067de0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:25 + 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 05:04:25 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 05:04:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:04:25 ca819d7bd544: Preparing 05:04:25 db87be54fe97: Preparing 05:04:25 0229aaaa03a7: Preparing 05:04:25 772fe71d7df4: Preparing 05:04:25 b3e10c89f8f3: Preparing 05:04:25 ff358fce64a8: Preparing 05:04:25 994456c4fd7b: Preparing 05:04:25 ff358fce64a8: Waiting 05:04:25 994456c4fd7b: Waiting 05:04:25 b3e10c89f8f3: Layer already exists 05:04:25 db87be54fe97: Layer already exists 05:04:25 772fe71d7df4: Layer already exists 05:04:25 0229aaaa03a7: Layer already exists 05:04:25 ca819d7bd544: Layer already exists 05:04:25 ff358fce64a8: Layer already exists 05:04:25 994456c4fd7b: Layer already exists 05:04:25 latest: digest: sha256:32d6644f8dabb3bb6d569efa2b706e858d3518cc32653399606f11a39c067de0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:25 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:26 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.17 05:04:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:04:26 ca819d7bd544: Preparing 05:04:26 db87be54fe97: Preparing 05:04:26 0229aaaa03a7: Preparing 05:04:26 772fe71d7df4: Preparing 05:04:26 b3e10c89f8f3: Preparing 05:04:26 ff358fce64a8: Preparing 05:04:26 994456c4fd7b: Preparing 05:04:26 ff358fce64a8: Waiting 05:04:26 994456c4fd7b: Waiting 05:04:26 db87be54fe97: Layer already exists 05:04:26 ca819d7bd544: Layer already exists 05:04:26 0229aaaa03a7: Layer already exists 05:04:26 b3e10c89f8f3: Layer already exists 05:04:26 772fe71d7df4: Layer already exists 05:04:26 ff358fce64a8: Layer already exists 05:04:26 994456c4fd7b: Layer already exists 05:04:26 4.1.0-dev.17: digest: sha256:32d6644f8dabb3bb6d569efa2b706e858d3518cc32653399606f11a39c067de0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:26 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:26 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:04:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:04:26 ca819d7bd544: Preparing 05:04:26 db87be54fe97: Preparing 05:04:26 0229aaaa03a7: Preparing 05:04:26 772fe71d7df4: Preparing 05:04:26 b3e10c89f8f3: Preparing 05:04:26 ff358fce64a8: Preparing 05:04:26 994456c4fd7b: Preparing 05:04:26 ff358fce64a8: Waiting 05:04:26 994456c4fd7b: Waiting 05:04:26 ca819d7bd544: Layer already exists 05:04:26 db87be54fe97: Layer already exists 05:04:26 772fe71d7df4: Layer already exists 05:04:26 0229aaaa03a7: Layer already exists 05:04:26 b3e10c89f8f3: Layer already exists 05:04:26 ff358fce64a8: Layer already exists 05:04:26 994456c4fd7b: Layer already exists 05:04:26 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:32d6644f8dabb3bb6d569efa2b706e858d3518cc32653399606f11a39c067de0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:27 + 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 05:04:27 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 05:04:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:04:27 ca819d7bd544: Preparing 05:04:27 db87be54fe97: Preparing 05:04:27 0229aaaa03a7: Preparing 05:04:27 772fe71d7df4: Preparing 05:04:27 b3e10c89f8f3: Preparing 05:04:27 ff358fce64a8: Preparing 05:04:27 994456c4fd7b: Preparing 05:04:27 ff358fce64a8: Waiting 05:04:27 ca819d7bd544: Layer already exists 05:04:27 db87be54fe97: Layer already exists 05:04:27 b3e10c89f8f3: Layer already exists 05:04:27 772fe71d7df4: Layer already exists 05:04:27 0229aaaa03a7: Layer already exists 05:04:27 ff358fce64a8: Layer already exists 05:04:27 994456c4fd7b: Layer already exists 05:04:27 main: digest: sha256:32d6644f8dabb3bb6d569efa2b706e858d3518cc32653399606f11a39c067de0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:04:27 ===================================================== [Pipeline] echo 05:04:27 taggedImages: 05:04:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5 05:04:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 05:04:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.17 05:04:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:04:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 05:04:27 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 05:04:27 de361d4afd6299834d6ef4551c1682f9151c31c5 05:04:27 latest 05:04:27 4.1.0-dev.17 05:04:27 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:04:27 main 05:04:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:28 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:de361d4afd6299834d6ef4551c1682f9151c31c5 05:04:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:04:28 42621dfd2437: Preparing 05:04:28 ddb01e52ba6c: Preparing 05:04:28 24e2cd5b6406: Preparing 05:04:28 0229aaaa03a7: Preparing 05:04:28 772fe71d7df4: Preparing 05:04:28 fa69035bfb47: Preparing 05:04:28 a4fa3a8f7cb6: Preparing 05:04:28 aff032eeda5e: Preparing 05:04:28 172ffed95a0f: Preparing 05:04:28 994456c4fd7b: Preparing 05:04:28 fa69035bfb47: Waiting 05:04:28 a4fa3a8f7cb6: Waiting 05:04:28 aff032eeda5e: Waiting 05:04:28 172ffed95a0f: Waiting 05:04:28 994456c4fd7b: Waiting 05:04:28 0229aaaa03a7: Layer already exists 05:04:28 772fe71d7df4: Layer already exists 05:04:28 24e2cd5b6406: Pushed 05:04:28 ddb01e52ba6c: Pushed 05:04:28 42621dfd2437: Pushed 05:04:28 994456c4fd7b: Layer already exists 05:04:28 aff032eeda5e: Pushed 05:04:28 172ffed95a0f: Pushed 05:04:33 a4fa3a8f7cb6: Pushed 05:04:39 fa69035bfb47: Pushed 05:04:39 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:9a930fa511e3ee25d732c06071a12510ede3352999a2d0ebd39bc22464a2a772 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:40 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 05:04:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:04:40 42621dfd2437: Preparing 05:04:40 ddb01e52ba6c: Preparing 05:04:40 24e2cd5b6406: Preparing 05:04:40 0229aaaa03a7: Preparing 05:04:40 772fe71d7df4: Preparing 05:04:40 fa69035bfb47: Preparing 05:04:40 a4fa3a8f7cb6: Preparing 05:04:40 aff032eeda5e: Preparing 05:04:40 172ffed95a0f: Preparing 05:04:40 994456c4fd7b: Preparing 05:04:40 a4fa3a8f7cb6: Waiting 05:04:40 aff032eeda5e: Waiting 05:04:40 172ffed95a0f: Waiting 05:04:40 994456c4fd7b: Waiting 05:04:40 fa69035bfb47: Waiting 05:04:40 42621dfd2437: Layer already exists 05:04:40 772fe71d7df4: Layer already exists 05:04:40 0229aaaa03a7: Layer already exists 05:04:40 ddb01e52ba6c: Layer already exists 05:04:40 24e2cd5b6406: Layer already exists 05:04:40 fa69035bfb47: Layer already exists 05:04:40 a4fa3a8f7cb6: Layer already exists 05:04:40 172ffed95a0f: Layer already exists 05:04:40 aff032eeda5e: Layer already exists 05:04:40 994456c4fd7b: Layer already exists 05:04:40 latest: digest: sha256:9a930fa511e3ee25d732c06071a12510ede3352999a2d0ebd39bc22464a2a772 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:40 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.17 05:04:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:04:41 42621dfd2437: Preparing 05:04:41 ddb01e52ba6c: Preparing 05:04:41 24e2cd5b6406: Preparing 05:04:41 0229aaaa03a7: Preparing 05:04:41 772fe71d7df4: Preparing 05:04:41 fa69035bfb47: Preparing 05:04:41 a4fa3a8f7cb6: Preparing 05:04:41 aff032eeda5e: Preparing 05:04:41 172ffed95a0f: Preparing 05:04:41 994456c4fd7b: Preparing 05:04:41 fa69035bfb47: Waiting 05:04:41 172ffed95a0f: Waiting 05:04:41 a4fa3a8f7cb6: Waiting 05:04:41 aff032eeda5e: Waiting 05:04:41 994456c4fd7b: Waiting 05:04:41 0229aaaa03a7: Layer already exists 05:04:41 24e2cd5b6406: Layer already exists 05:04:41 772fe71d7df4: Layer already exists 05:04:41 42621dfd2437: Layer already exists 05:04:41 ddb01e52ba6c: Layer already exists 05:04:41 a4fa3a8f7cb6: Layer already exists 05:04:41 fa69035bfb47: Layer already exists 05:04:41 994456c4fd7b: Layer already exists 05:04:41 aff032eeda5e: Layer already exists 05:04:41 172ffed95a0f: Layer already exists 05:04:41 4.1.0-dev.17: digest: sha256:9a930fa511e3ee25d732c06071a12510ede3352999a2d0ebd39bc22464a2a772 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:41 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:04:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:04:41 42621dfd2437: Preparing 05:04:41 ddb01e52ba6c: Preparing 05:04:41 24e2cd5b6406: Preparing 05:04:41 0229aaaa03a7: Preparing 05:04:41 772fe71d7df4: Preparing 05:04:41 fa69035bfb47: Preparing 05:04:41 a4fa3a8f7cb6: Preparing 05:04:41 aff032eeda5e: Preparing 05:04:41 172ffed95a0f: Preparing 05:04:41 994456c4fd7b: Preparing 05:04:41 aff032eeda5e: Waiting 05:04:41 a4fa3a8f7cb6: Waiting 05:04:41 172ffed95a0f: Waiting 05:04:41 994456c4fd7b: Waiting 05:04:41 fa69035bfb47: Waiting 05:04:41 42621dfd2437: Layer already exists 05:04:41 0229aaaa03a7: Layer already exists 05:04:41 772fe71d7df4: Layer already exists 05:04:41 24e2cd5b6406: Layer already exists 05:04:41 ddb01e52ba6c: Layer already exists 05:04:41 172ffed95a0f: Layer already exists 05:04:41 aff032eeda5e: Layer already exists 05:04:41 fa69035bfb47: Layer already exists 05:04:41 994456c4fd7b: Layer already exists 05:04:41 a4fa3a8f7cb6: Layer already exists 05:04:41 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:9a930fa511e3ee25d732c06071a12510ede3352999a2d0ebd39bc22464a2a772 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:41 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 05:04:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:04:42 42621dfd2437: Preparing 05:04:42 ddb01e52ba6c: Preparing 05:04:42 24e2cd5b6406: Preparing 05:04:42 0229aaaa03a7: Preparing 05:04:42 772fe71d7df4: Preparing 05:04:42 fa69035bfb47: Preparing 05:04:42 a4fa3a8f7cb6: Preparing 05:04:42 aff032eeda5e: Preparing 05:04:42 172ffed95a0f: Preparing 05:04:42 994456c4fd7b: Preparing 05:04:42 a4fa3a8f7cb6: Waiting 05:04:42 994456c4fd7b: Waiting 05:04:42 aff032eeda5e: Waiting 05:04:42 172ffed95a0f: Waiting 05:04:42 fa69035bfb47: Waiting 05:04:42 42621dfd2437: Layer already exists 05:04:42 24e2cd5b6406: Layer already exists 05:04:42 ddb01e52ba6c: Layer already exists 05:04:42 0229aaaa03a7: Layer already exists 05:04:42 772fe71d7df4: Layer already exists 05:04:42 fa69035bfb47: Layer already exists 05:04:42 aff032eeda5e: Layer already exists 05:04:42 a4fa3a8f7cb6: Layer already exists 05:04:42 994456c4fd7b: Layer already exists 05:04:42 172ffed95a0f: Layer already exists 05:04:42 main: digest: sha256:9a930fa511e3ee25d732c06071a12510ede3352999a2d0ebd39bc22464a2a772 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:04:42 ===================================================== [Pipeline] echo 05:04:42 taggedImages: 05:04:42 - nexus3.edgexfoundry.org:10004/security-spire-agent:de361d4afd6299834d6ef4551c1682f9151c31c5 05:04:42 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 05:04:42 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.17 05:04:42 - nexus3.edgexfoundry.org:10004/security-spire-agent:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:04:42 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 05:04:42 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 05:04:42 de361d4afd6299834d6ef4551c1682f9151c31c5 05:04:42 latest 05:04:42 4.1.0-dev.17 05:04:42 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:04:42 main 05:04:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:42 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5 05:04:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:04:43 1c445eb092fa: Preparing 05:04:43 5586fa46cdab: Preparing 05:04:43 dca98fabd965: Preparing 05:04:43 0229aaaa03a7: Preparing 05:04:43 772fe71d7df4: Preparing 05:04:43 efedb6251ace: Preparing 05:04:43 040b66ae253e: Preparing 05:04:43 dbbf060094ac: Preparing 05:04:43 994456c4fd7b: Preparing 05:04:43 040b66ae253e: Waiting 05:04:43 efedb6251ace: Waiting 05:04:43 dbbf060094ac: Waiting 05:04:43 994456c4fd7b: Waiting 05:04:43 772fe71d7df4: Layer already exists 05:04:43 0229aaaa03a7: Layer already exists 05:04:43 dca98fabd965: Pushed 05:04:43 5586fa46cdab: Pushed 05:04:43 1c445eb092fa: Pushed 05:04:43 040b66ae253e: Pushed 05:04:43 994456c4fd7b: Layer already exists 05:04:43 dbbf060094ac: Pushed 05:04:55 efedb6251ace: Pushed 05:04:55 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:11bbab76e45a7210a4cd840a00e5076b1fb4af7726616ba136f00d8abf91bf0c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:56 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 05:04:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:04:56 1c445eb092fa: Preparing 05:04:56 5586fa46cdab: Preparing 05:04:56 dca98fabd965: Preparing 05:04:56 0229aaaa03a7: Preparing 05:04:56 772fe71d7df4: Preparing 05:04:56 efedb6251ace: Preparing 05:04:56 040b66ae253e: Preparing 05:04:56 dbbf060094ac: Preparing 05:04:56 994456c4fd7b: Preparing 05:04:56 994456c4fd7b: Waiting 05:04:56 efedb6251ace: Waiting 05:04:56 040b66ae253e: Waiting 05:04:56 dbbf060094ac: Waiting 05:04:56 5586fa46cdab: Layer already exists 05:04:56 772fe71d7df4: Layer already exists 05:04:56 0229aaaa03a7: Layer already exists 05:04:56 1c445eb092fa: Layer already exists 05:04:56 dca98fabd965: Layer already exists 05:04:56 040b66ae253e: Layer already exists 05:04:56 efedb6251ace: Layer already exists 05:04:56 dbbf060094ac: Layer already exists 05:04:56 994456c4fd7b: Layer already exists 05:04:56 latest: digest: sha256:11bbab76e45a7210a4cd840a00e5076b1fb4af7726616ba136f00d8abf91bf0c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:56 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.17 05:04:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:04:57 1c445eb092fa: Preparing 05:04:57 5586fa46cdab: Preparing 05:04:57 dca98fabd965: Preparing 05:04:57 0229aaaa03a7: Preparing 05:04:57 772fe71d7df4: Preparing 05:04:57 efedb6251ace: Preparing 05:04:57 040b66ae253e: Preparing 05:04:57 dbbf060094ac: Preparing 05:04:57 994456c4fd7b: Preparing 05:04:57 efedb6251ace: Waiting 05:04:57 040b66ae253e: Waiting 05:04:57 dbbf060094ac: Waiting 05:04:57 dca98fabd965: Layer already exists 05:04:57 772fe71d7df4: Layer already exists 05:04:57 0229aaaa03a7: Layer already exists 05:04:57 1c445eb092fa: Layer already exists 05:04:57 5586fa46cdab: Layer already exists 05:04:57 dbbf060094ac: Layer already exists 05:04:57 efedb6251ace: Layer already exists 05:04:57 040b66ae253e: Layer already exists 05:04:57 994456c4fd7b: Layer already exists 05:04:57 4.1.0-dev.17: digest: sha256:11bbab76e45a7210a4cd840a00e5076b1fb4af7726616ba136f00d8abf91bf0c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:57 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:04:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:04:57 1c445eb092fa: Preparing 05:04:57 5586fa46cdab: Preparing 05:04:57 dca98fabd965: Preparing 05:04:57 0229aaaa03a7: Preparing 05:04:57 772fe71d7df4: Preparing 05:04:57 efedb6251ace: Preparing 05:04:57 040b66ae253e: Preparing 05:04:57 dbbf060094ac: Preparing 05:04:57 994456c4fd7b: Preparing 05:04:57 dbbf060094ac: Waiting 05:04:57 994456c4fd7b: Waiting 05:04:57 efedb6251ace: Waiting 05:04:57 1c445eb092fa: Layer already exists 05:04:57 772fe71d7df4: Layer already exists 05:04:57 dca98fabd965: Layer already exists 05:04:57 5586fa46cdab: Layer already exists 05:04:57 0229aaaa03a7: Layer already exists 05:04:57 040b66ae253e: Layer already exists 05:04:57 efedb6251ace: Layer already exists 05:04:57 dbbf060094ac: Layer already exists 05:04:57 994456c4fd7b: Layer already exists 05:04:57 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:11bbab76e45a7210a4cd840a00e5076b1fb4af7726616ba136f00d8abf91bf0c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:58 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 05:04:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:04:58 1c445eb092fa: Preparing 05:04:58 5586fa46cdab: Preparing 05:04:58 dca98fabd965: Preparing 05:04:58 0229aaaa03a7: Preparing 05:04:58 772fe71d7df4: Preparing 05:04:58 efedb6251ace: Preparing 05:04:58 040b66ae253e: Preparing 05:04:58 dbbf060094ac: Preparing 05:04:58 994456c4fd7b: Preparing 05:04:58 dbbf060094ac: Waiting 05:04:58 efedb6251ace: Waiting 05:04:58 040b66ae253e: Waiting 05:04:58 994456c4fd7b: Waiting 05:04:58 772fe71d7df4: Layer already exists 05:04:58 5586fa46cdab: Layer already exists 05:04:58 1c445eb092fa: Layer already exists 05:04:58 0229aaaa03a7: Layer already exists 05:04:58 dca98fabd965: Layer already exists 05:04:58 efedb6251ace: Layer already exists 05:04:58 040b66ae253e: Layer already exists 05:04:58 dbbf060094ac: Layer already exists 05:04:58 994456c4fd7b: Layer already exists 05:04:58 main: digest: sha256:11bbab76e45a7210a4cd840a00e5076b1fb4af7726616ba136f00d8abf91bf0c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:04:58 ===================================================== [Pipeline] echo 05:04:58 taggedImages: 05:04:58 - nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5 05:04:58 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 05:04:58 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.17 05:04:58 - nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:04:58 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 05:04:58 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 05:04:58 de361d4afd6299834d6ef4551c1682f9151c31c5 05:04:58 latest 05:04:58 4.1.0-dev.17 05:04:58 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:04:58 main 05:04:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:59 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5 05:04:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:04:59 9e4ceaf89dbc: Preparing 05:04:59 654b60cd9eae: Preparing 05:04:59 8987c7acd513: Preparing 05:04:59 0229aaaa03a7: Preparing 05:04:59 772fe71d7df4: Preparing 05:04:59 efedb6251ace: Preparing 05:04:59 aff032eeda5e: Preparing 05:04:59 172ffed95a0f: Preparing 05:04:59 994456c4fd7b: Preparing 05:04:59 172ffed95a0f: Waiting 05:04:59 994456c4fd7b: Waiting 05:04:59 efedb6251ace: Waiting 05:04:59 aff032eeda5e: Waiting 05:04:59 0229aaaa03a7: Layer already exists 05:04:59 772fe71d7df4: Layer already exists 05:04:59 efedb6251ace: Layer already exists 05:04:59 aff032eeda5e: Layer already exists 05:04:59 172ffed95a0f: Layer already exists 05:04:59 994456c4fd7b: Layer already exists 05:04:59 654b60cd9eae: Pushed 05:04:59 8987c7acd513: Pushed 05:04:59 9e4ceaf89dbc: Pushed 05:04:59 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:59 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 05:05:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:05:00 9e4ceaf89dbc: Preparing 05:05:00 654b60cd9eae: Preparing 05:05:00 8987c7acd513: Preparing 05:05:00 0229aaaa03a7: Preparing 05:05:00 772fe71d7df4: Preparing 05:05:00 efedb6251ace: Preparing 05:05:00 aff032eeda5e: Preparing 05:05:00 172ffed95a0f: Preparing 05:05:00 994456c4fd7b: Preparing 05:05:00 efedb6251ace: Waiting 05:05:00 aff032eeda5e: Waiting 05:05:00 172ffed95a0f: Waiting 05:05:00 994456c4fd7b: Waiting 05:05:00 9e4ceaf89dbc: Layer already exists 05:05:00 772fe71d7df4: Layer already exists 05:05:00 0229aaaa03a7: Layer already exists 05:05:00 654b60cd9eae: Layer already exists 05:05:00 8987c7acd513: Layer already exists 05:05:00 aff032eeda5e: Layer already exists 05:05:00 efedb6251ace: Layer already exists 05:05:00 172ffed95a0f: Layer already exists 05:05:00 994456c4fd7b: Layer already exists 05:05:00 latest: digest: sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:00 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.17 05:05:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:05:00 9e4ceaf89dbc: Preparing 05:05:00 654b60cd9eae: Preparing 05:05:00 8987c7acd513: Preparing 05:05:00 0229aaaa03a7: Preparing 05:05:00 772fe71d7df4: Preparing 05:05:00 efedb6251ace: Preparing 05:05:00 aff032eeda5e: Preparing 05:05:00 172ffed95a0f: Preparing 05:05:00 994456c4fd7b: Preparing 05:05:00 aff032eeda5e: Waiting 05:05:00 172ffed95a0f: Waiting 05:05:00 994456c4fd7b: Waiting 05:05:00 efedb6251ace: Waiting 05:05:00 9e4ceaf89dbc: Layer already exists 05:05:00 772fe71d7df4: Layer already exists 05:05:00 654b60cd9eae: Layer already exists 05:05:00 0229aaaa03a7: Layer already exists 05:05:00 8987c7acd513: Layer already exists 05:05:00 efedb6251ace: Layer already exists 05:05:00 aff032eeda5e: Layer already exists 05:05:00 994456c4fd7b: Layer already exists 05:05:00 172ffed95a0f: Layer already exists 05:05:00 4.1.0-dev.17: digest: sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:01 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:05:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:05:01 9e4ceaf89dbc: Preparing 05:05:01 654b60cd9eae: Preparing 05:05:01 8987c7acd513: Preparing 05:05:01 0229aaaa03a7: Preparing 05:05:01 772fe71d7df4: Preparing 05:05:01 efedb6251ace: Preparing 05:05:01 aff032eeda5e: Preparing 05:05:01 172ffed95a0f: Preparing 05:05:01 994456c4fd7b: Preparing 05:05:01 994456c4fd7b: Waiting 05:05:01 172ffed95a0f: Waiting 05:05:01 efedb6251ace: Waiting 05:05:01 aff032eeda5e: Waiting 05:05:01 8987c7acd513: Layer already exists 05:05:01 9e4ceaf89dbc: Layer already exists 05:05:01 772fe71d7df4: Layer already exists 05:05:01 654b60cd9eae: Layer already exists 05:05:01 0229aaaa03a7: Layer already exists 05:05:01 efedb6251ace: Layer already exists 05:05:01 aff032eeda5e: Layer already exists 05:05:01 172ffed95a0f: Layer already exists 05:05:01 994456c4fd7b: Layer already exists 05:05:01 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:27 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 05:05:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:05:27 9e4ceaf89dbc: Preparing 05:05:27 654b60cd9eae: Preparing 05:05:27 8987c7acd513: Preparing 05:05:27 0229aaaa03a7: Preparing 05:05:27 772fe71d7df4: Preparing 05:05:27 efedb6251ace: Preparing 05:05:27 aff032eeda5e: Preparing 05:05:27 172ffed95a0f: Preparing 05:05:27 994456c4fd7b: Preparing 05:05:27 efedb6251ace: Waiting 05:05:27 172ffed95a0f: Waiting 05:05:27 994456c4fd7b: Waiting 05:05:27 aff032eeda5e: Waiting 05:05:27 772fe71d7df4: Layer already exists 05:05:27 8987c7acd513: Layer already exists 05:05:27 654b60cd9eae: Layer already exists 05:05:27 0229aaaa03a7: Layer already exists 05:05:27 9e4ceaf89dbc: Layer already exists 05:05:27 efedb6251ace: Layer already exists 05:05:27 172ffed95a0f: Layer already exists 05:05:27 aff032eeda5e: Layer already exists 05:05:27 994456c4fd7b: Layer already exists 05:05:27 main: digest: sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:05:27 ===================================================== [Pipeline] echo 05:05:27 taggedImages: 05:05:27 - nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5 05:05:27 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 05:05:27 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.17 05:05:27 - nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:05:27 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 05:05:27 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 05:05:27 de361d4afd6299834d6ef4551c1682f9151c31c5 05:05:27 latest 05:05:27 4.1.0-dev.17 05:05:27 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:05:27 main 05:05:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:27 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:28 + docker push nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5 05:05:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:05:28 6f1172ef954e: Preparing 05:05:28 1cc6d36eb4a9: Preparing 05:05:28 0229aaaa03a7: Preparing 05:05:28 772fe71d7df4: Preparing 05:05:28 01c7d05157d9: Preparing 05:05:28 cd63b1b01a3e: Preparing 05:05:28 994456c4fd7b: Preparing 05:05:28 cd63b1b01a3e: Waiting 05:05:28 994456c4fd7b: Waiting 05:05:28 0229aaaa03a7: Layer already exists 05:05:28 772fe71d7df4: Layer already exists 05:05:28 994456c4fd7b: Layer already exists 05:05:28 01c7d05157d9: Pushed 05:05:28 6f1172ef954e: Pushed 05:05:28 cd63b1b01a3e: Pushed 05:05:32 1cc6d36eb4a9: Pushed 05:05:32 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:8b94548601c4dc4a6c631bb2c00be5ca1b973fcfd0d6ea1c71da298c28302775 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:32 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:33 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 05:05:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:05:33 6f1172ef954e: Preparing 05:05:33 1cc6d36eb4a9: Preparing 05:05:33 0229aaaa03a7: Preparing 05:05:33 772fe71d7df4: Preparing 05:05:33 01c7d05157d9: Preparing 05:05:33 cd63b1b01a3e: Preparing 05:05:33 994456c4fd7b: Preparing 05:05:33 cd63b1b01a3e: Waiting 05:05:33 1cc6d36eb4a9: Layer already exists 05:05:33 01c7d05157d9: Layer already exists 05:05:33 0229aaaa03a7: Layer already exists 05:05:33 772fe71d7df4: Layer already exists 05:05:33 6f1172ef954e: Layer already exists 05:05:33 994456c4fd7b: Layer already exists 05:05:33 cd63b1b01a3e: Layer already exists 05:05:33 latest: digest: sha256:8b94548601c4dc4a6c631bb2c00be5ca1b973fcfd0d6ea1c71da298c28302775 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:33 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:33 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.17 05:05:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:05:33 6f1172ef954e: Preparing 05:05:33 1cc6d36eb4a9: Preparing 05:05:33 0229aaaa03a7: Preparing 05:05:33 772fe71d7df4: Preparing 05:05:33 01c7d05157d9: Preparing 05:05:33 cd63b1b01a3e: Preparing 05:05:33 994456c4fd7b: Preparing 05:05:33 994456c4fd7b: Waiting 05:05:33 cd63b1b01a3e: Waiting 05:05:33 772fe71d7df4: Layer already exists 05:05:33 1cc6d36eb4a9: Layer already exists 05:05:33 01c7d05157d9: Layer already exists 05:05:33 6f1172ef954e: Layer already exists 05:05:33 0229aaaa03a7: Layer already exists 05:05:33 994456c4fd7b: Layer already exists 05:05:33 cd63b1b01a3e: Layer already exists 05:05:33 4.1.0-dev.17: digest: sha256:8b94548601c4dc4a6c631bb2c00be5ca1b973fcfd0d6ea1c71da298c28302775 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:34 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:34 + docker push nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:05:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:05:34 6f1172ef954e: Preparing 05:05:34 1cc6d36eb4a9: Preparing 05:05:34 0229aaaa03a7: Preparing 05:05:34 772fe71d7df4: Preparing 05:05:34 01c7d05157d9: Preparing 05:05:34 cd63b1b01a3e: Preparing 05:05:34 994456c4fd7b: Preparing 05:05:34 cd63b1b01a3e: Waiting 05:05:34 994456c4fd7b: Waiting 05:05:34 0229aaaa03a7: Layer already exists 05:05:34 1cc6d36eb4a9: Layer already exists 05:05:34 6f1172ef954e: Layer already exists 05:05:34 772fe71d7df4: Layer already exists 05:05:34 01c7d05157d9: Layer already exists 05:05:34 cd63b1b01a3e: Layer already exists 05:05:34 994456c4fd7b: Layer already exists 05:05:34 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:8b94548601c4dc4a6c631bb2c00be5ca1b973fcfd0d6ea1c71da298c28302775 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:34 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:35 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 05:05:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:05:35 6f1172ef954e: Preparing 05:05:35 1cc6d36eb4a9: Preparing 05:05:35 0229aaaa03a7: Preparing 05:05:35 772fe71d7df4: Preparing 05:05:35 01c7d05157d9: Preparing 05:05:35 cd63b1b01a3e: Preparing 05:05:35 994456c4fd7b: Preparing 05:05:35 994456c4fd7b: Waiting 05:05:35 01c7d05157d9: Layer already exists 05:05:35 1cc6d36eb4a9: Layer already exists 05:05:35 0229aaaa03a7: Layer already exists 05:05:35 772fe71d7df4: Layer already exists 05:05:35 6f1172ef954e: Layer already exists 05:05:35 cd63b1b01a3e: Layer already exists 05:05:35 994456c4fd7b: Layer already exists 05:05:35 main: digest: sha256:8b94548601c4dc4a6c631bb2c00be5ca1b973fcfd0d6ea1c71da298c28302775 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:05:35 ===================================================== [Pipeline] echo 05:05:35 taggedImages: 05:05:35 - nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5 05:05:35 - nexus3.edgexfoundry.org:10004/support-notifications:latest 05:05:35 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.17 05:05:35 - nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:05:35 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 05:05:35 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 05:05:35 de361d4afd6299834d6ef4551c1682f9151c31c5 05:05:35 latest 05:05:35 4.1.0-dev.17 05:05:35 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:05:35 main 05:05:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:35 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:35 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5 05:05:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:05:35 87f399e6c01f: Preparing 05:05:35 e360cb9ba97a: Preparing 05:05:35 0229aaaa03a7: Preparing 05:05:35 772fe71d7df4: Preparing 05:05:35 19e57177afac: Preparing 05:05:35 2e681114c4db: Preparing 05:05:35 994456c4fd7b: Preparing 05:05:35 2e681114c4db: Waiting 05:05:35 994456c4fd7b: Waiting 05:05:35 772fe71d7df4: Layer already exists 05:05:35 0229aaaa03a7: Layer already exists 05:05:35 994456c4fd7b: Layer already exists 05:05:35 87f399e6c01f: Pushed 05:05:35 19e57177afac: Pushed 05:05:36 2e681114c4db: Pushed 05:05:39 e360cb9ba97a: Pushed 05:05:39 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:40 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:40 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 05:05:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:05:40 87f399e6c01f: Preparing 05:05:40 e360cb9ba97a: Preparing 05:05:40 0229aaaa03a7: Preparing 05:05:40 772fe71d7df4: Preparing 05:05:40 19e57177afac: Preparing 05:05:40 2e681114c4db: Preparing 05:05:40 994456c4fd7b: Preparing 05:05:40 994456c4fd7b: Waiting 05:05:40 2e681114c4db: Waiting 05:05:40 87f399e6c01f: Layer already exists 05:05:40 e360cb9ba97a: Layer already exists 05:05:40 0229aaaa03a7: Layer already exists 05:05:40 772fe71d7df4: Layer already exists 05:05:40 19e57177afac: Layer already exists 05:05:40 994456c4fd7b: Layer already exists 05:05:40 2e681114c4db: Layer already exists 05:05:40 latest: digest: sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:40 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:40 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.17 05:05:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:05:40 87f399e6c01f: Preparing 05:05:40 e360cb9ba97a: Preparing 05:05:40 0229aaaa03a7: Preparing 05:05:40 772fe71d7df4: Preparing 05:05:40 19e57177afac: Preparing 05:05:40 2e681114c4db: Preparing 05:05:40 994456c4fd7b: Preparing 05:05:40 994456c4fd7b: Waiting 05:05:40 2e681114c4db: Waiting 05:05:40 0229aaaa03a7: Layer already exists 05:05:40 e360cb9ba97a: Layer already exists 05:05:40 87f399e6c01f: Layer already exists 05:05:40 19e57177afac: Layer already exists 05:05:40 772fe71d7df4: Layer already exists 05:05:40 994456c4fd7b: Layer already exists 05:05:40 2e681114c4db: Layer already exists 05:05:41 4.1.0-dev.17: digest: sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:41 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:41 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:05:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:05:41 87f399e6c01f: Preparing 05:05:41 e360cb9ba97a: Preparing 05:05:41 0229aaaa03a7: Preparing 05:05:41 772fe71d7df4: Preparing 05:05:41 19e57177afac: Preparing 05:05:41 2e681114c4db: Preparing 05:05:41 994456c4fd7b: Preparing 05:05:41 2e681114c4db: Waiting 05:05:41 994456c4fd7b: Waiting 05:05:41 772fe71d7df4: Layer already exists 05:05:41 19e57177afac: Layer already exists 05:05:41 e360cb9ba97a: Layer already exists 05:05:41 0229aaaa03a7: Layer already exists 05:05:41 87f399e6c01f: Layer already exists 05:05:41 994456c4fd7b: Layer already exists 05:05:41 2e681114c4db: Layer already exists 05:05:41 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:42 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:42 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 05:05:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:05:42 87f399e6c01f: Preparing 05:05:42 e360cb9ba97a: Preparing 05:05:42 0229aaaa03a7: Preparing 05:05:42 772fe71d7df4: Preparing 05:05:42 19e57177afac: Preparing 05:05:42 2e681114c4db: Preparing 05:05:42 994456c4fd7b: Preparing 05:05:42 994456c4fd7b: Waiting 05:05:42 19e57177afac: Layer already exists 05:05:42 0229aaaa03a7: Layer already exists 05:05:42 772fe71d7df4: Layer already exists 05:05:42 87f399e6c01f: Layer already exists 05:05:42 e360cb9ba97a: Layer already exists 05:05:42 2e681114c4db: Layer already exists 05:05:42 994456c4fd7b: Layer already exists 05:05:42 main: digest: sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:05:42 ===================================================== [Pipeline] echo 05:05:42 taggedImages: 05:05:42 - nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5 05:05:42 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 05:05:42 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 05:05:42 ========================================================= 05:05:42 [edgeXBuildMultiArch] RAW Config: 05:05:42 images: 05:05:42 - nexus3.edgexfoundry.org:10004/core-command:de361d4afd6299834d6ef4551c1682f9151c31c5 05:05:42 - nexus3.edgexfoundry.org:10004/core-command:latest 05:05:42 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/core-command:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/core-command:main 05:05:42 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5 05:05:42 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 05:05:42 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 05:05:42 - nexus3.edgexfoundry.org:10004/core-data:de361d4afd6299834d6ef4551c1682f9151c31c5 05:05:42 - nexus3.edgexfoundry.org:10004/core-data:latest 05:05:42 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/core-data:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/core-data:main 05:05:42 - nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5 05:05:42 - nexus3.edgexfoundry.org:10004/core-keeper:latest 05:05:42 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/core-keeper:main 05:05:42 - nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5 05:05:42 - nexus3.edgexfoundry.org:10004/core-metadata:latest 05:05:42 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/core-metadata:main 05:05:42 - nexus3.edgexfoundry.org:10004/security-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5 05:05:42 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 05:05:42 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/security-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 05:05:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5 05:05:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 05:05:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 05:05:42 - nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5 05:05:42 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 05:05:42 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 05:05:42 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:de361d4afd6299834d6ef4551c1682f9151c31c5 05:05:42 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 05:05:42 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 05:05:42 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5 05:05:42 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 05:05:42 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 05:05:42 - nexus3.edgexfoundry.org:10004/security-spire-agent:de361d4afd6299834d6ef4551c1682f9151c31c5 05:05:42 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 05:05:42 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/security-spire-agent:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 05:05:42 - nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5 05:05:42 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 05:05:42 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/security-spire-config:main 05:05:42 - nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5 05:05:42 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 05:05:42 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/security-spire-server:main 05:05:42 - nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5 05:05:42 - nexus3.edgexfoundry.org:10004/support-notifications:latest 05:05:42 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/support-notifications:main 05:05:42 - nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5 05:05:42 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 05:05:42 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:05:42 - nexus3.edgexfoundry.org:10004/support-scheduler:main 05:05:42 settingsFile: 05:05:42 edgex-go-settings 05:05:42 ========================================================= [Pipeline] node 05:05:57 Still waiting to schedule task 05:05:57 All nodes of label ‘centos7-docker-4c-2g’ are offline 05:06:57 Running on prd-centos7-docker-4c-2g-2446 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:06:57 provisioning config files... 05:06:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config375825890603464780tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:06:59 ---> ****-login.sh 05:06:59 nexus3.edgexfoundry.org:10001 05:06:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:06:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:06:59 Configure a credential helper to remove this warning. See 05:06:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:06:59 05:06:59 Login Succeeded 05:06:59 nexus3.edgexfoundry.org:10002 05:06:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:06:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:06:59 Configure a credential helper to remove this warning. See 05:06:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:06:59 05:06:59 Login Succeeded 05:06:59 nexus3.edgexfoundry.org:10003 05:06:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:06:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:06:59 Configure a credential helper to remove this warning. See 05:06:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:06:59 05:06:59 Login Succeeded 05:06:59 nexus3.edgexfoundry.org:10004 05:06:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:06:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:06:59 Configure a credential helper to remove this warning. See 05:06:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:06:59 05:06:59 Login Succeeded 05:06:59 ****.io 05:06:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:06:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:06:59 Configure a credential helper to remove this warning. See 05:06:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:06:59 05:06:59 Login Succeeded 05:06:59 ---> ****-login.sh ends [Pipeline] } 05:06:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:07:00 + docker buildx ls 05:07:00 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 05:07:00 default * docker 05:07:00 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 05:07:00 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 05:07:00 edgex-builder [Pipeline] sh 05:07:00 + docker buildx inspect --bootstrap 05:07:00 #1 [internal] booting buildkit 05:07:00 #1 pulling image moby/buildkit:buildx-stable-1 05:07:04 #1 pulling image moby/buildkit:buildx-stable-1 3.2s done 05:07:04 #1 creating container buildx_buildkit_edgex-builder0 05:07:05 #1 creating container buildx_buildkit_edgex-builder0 1.6s done 05:07:05 #1 DONE 4.9s 05:07:05 Name: edgex-builder 05:07:05 Driver: docker-container 05:07:05 05:07:05 Nodes: 05:07:05 Name: edgex-builder0 05:07:05 Endpoint: unix:///var/run/docker.sock 05:07:05 Status: running 05:07:05 Buildkit: v0.21.1 05:07:05 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 05:07:06 + docker buildx ls 05:07:06 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 05:07:06 edgex-builder * docker-container 05:07:06 edgex-builder0 unix:///var/run/docker.sock running v0.21.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 05:07:06 default docker 05:07:06 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 05:07:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:de361d4afd6299834d6ef4551c1682f9151c31c5' 05:07:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:de361d4afd6299834d6ef4551c1682f9151c31c5 --push - 05:07:06 #1 [internal] load build definition from Dockerfile 05:07:06 #1 transferring dockerfile: 197B done 05:07:06 #1 DONE 0.0s 05:07:06 05:07:06 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:06 #2 DONE 0.1s 05:07:06 05:07:06 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:06 #3 DONE 0.1s 05:07:06 05:07:06 #4 [internal] load .dockerignore 05:07:06 #4 transferring context: 2B done 05:07:06 #4 DONE 0.0s 05:07:06 05:07:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:18e700604a6ff9578e11904950d7b4c3d202a989256cf9cb046a5cdb9fd77108 05:07:06 #5 resolve nexus3.edgexfoundry.org:10004/core-command:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:18e700604a6ff9578e11904950d7b4c3d202a989256cf9cb046a5cdb9fd77108 0.0s done 05:07:06 #5 DONE 0.0s 05:07:06 05:07:06 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:18e700604a6ff9578e11904950d7b4c3d202a989256cf9cb046a5cdb9fd77108 05:07:06 #6 resolve nexus3.edgexfoundry.org:10004/core-command:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:18e700604a6ff9578e11904950d7b4c3d202a989256cf9cb046a5cdb9fd77108 0.0s done 05:07:06 #6 DONE 0.1s 05:07:07 05:07:07 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 05:07:07 #7 DONE 0.0s 05:07:07 05:07:07 #8 exporting to image 05:07:07 #8 exporting layers done 05:07:07 #8 exporting manifest sha256:6f7fc2a69793d9d2b99406bbb187f7d085fa71d3be42c64cef61acab5f2eb52e 0.0s done 05:07:07 #8 exporting config sha256:b6bc4aec65ef64cd7575155e3aeb786f19ba5b5eab35a1f5e7edccfe8cf6a67f done 05:07:07 #8 exporting manifest sha256:e7ea7004738a5233b4e0d4202c01cae1b4743bffa27fb73a7478fd552bf41d14 done 05:07:07 #8 exporting config sha256:3ea6072b116555c9fd6ce402d9d61335ec8d7e99f5cedfaeca238958403db7bb 0.0s done 05:07:07 #8 exporting manifest list sha256:1afb5240dbbe067aa0874f7e9d6849540c0b25a225bc7fc10888b4c9481cfb53 done 05:07:07 #8 pushing layers 05:07:07 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:07 #8 pushing layers 0.1s done 05:07:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:1afb5240dbbe067aa0874f7e9d6849540c0b25a225bc7fc10888b4c9481cfb53 0.1s done 05:07:07 #8 DONE 0.2s 05:07:07 05:07:07 1 warning found (use --debug to expand): 05:07:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 05:07:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 05:07:07 #1 [internal] load build definition from Dockerfile 05:07:07 #1 transferring dockerfile: 163B done 05:07:07 #1 DONE 0.0s 05:07:07 05:07:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 05:07:07 #2 DONE 0.0s 05:07:07 05:07:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 05:07:07 #3 DONE 0.0s 05:07:07 05:07:07 #4 [internal] load .dockerignore 05:07:07 #4 transferring context: 2B done 05:07:07 #4 DONE 0.0s 05:07:07 05:07:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:18e700604a6ff9578e11904950d7b4c3d202a989256cf9cb046a5cdb9fd77108 05:07:07 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:18e700604a6ff9578e11904950d7b4c3d202a989256cf9cb046a5cdb9fd77108 0.0s done 05:07:07 #5 CACHED 05:07:07 05:07:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:18e700604a6ff9578e11904950d7b4c3d202a989256cf9cb046a5cdb9fd77108 05:07:07 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:18e700604a6ff9578e11904950d7b4c3d202a989256cf9cb046a5cdb9fd77108 0.0s done 05:07:07 #6 CACHED 05:07:07 05:07:07 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 05:07:07 #7 DONE 0.0s 05:07:07 05:07:07 #8 exporting to image 05:07:07 #8 exporting layers done 05:07:07 #8 exporting manifest sha256:6f7fc2a69793d9d2b99406bbb187f7d085fa71d3be42c64cef61acab5f2eb52e done 05:07:07 #8 exporting config sha256:b6bc4aec65ef64cd7575155e3aeb786f19ba5b5eab35a1f5e7edccfe8cf6a67f done 05:07:07 #8 exporting manifest sha256:e7ea7004738a5233b4e0d4202c01cae1b4743bffa27fb73a7478fd552bf41d14 done 05:07:07 #8 exporting config sha256:3ea6072b116555c9fd6ce402d9d61335ec8d7e99f5cedfaeca238958403db7bb done 05:07:07 #8 exporting manifest list sha256:1afb5240dbbe067aa0874f7e9d6849540c0b25a225bc7fc10888b4c9481cfb53 done 05:07:07 #8 pushing layers 0.0s done 05:07:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:1afb5240dbbe067aa0874f7e9d6849540c0b25a225bc7fc10888b4c9481cfb53 0.1s done 05:07:07 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:07 #8 DONE 0.1s 05:07:07 05:07:07 1 warning found (use --debug to expand): 05:07:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.17' 05:07:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.17 --push - 05:07:07 #1 [internal] load build definition from Dockerfile 05:07:07 #1 transferring dockerfile: 169B done 05:07:07 #1 DONE 0.0s 05:07:07 05:07:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.17 05:07:07 #2 DONE 0.0s 05:07:07 05:07:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.17 05:07:07 #3 DONE 0.0s 05:07:07 05:07:07 #4 [internal] load .dockerignore 05:07:07 #4 transferring context: 2B done 05:07:07 #4 DONE 0.0s 05:07:07 05:07:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.17@sha256:18e700604a6ff9578e11904950d7b4c3d202a989256cf9cb046a5cdb9fd77108 05:07:07 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.17@sha256:18e700604a6ff9578e11904950d7b4c3d202a989256cf9cb046a5cdb9fd77108 0.0s done 05:07:07 #5 CACHED 05:07:07 05:07:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.17@sha256:18e700604a6ff9578e11904950d7b4c3d202a989256cf9cb046a5cdb9fd77108 05:07:07 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.17@sha256:18e700604a6ff9578e11904950d7b4c3d202a989256cf9cb046a5cdb9fd77108 done 05:07:07 #6 DONE 0.0s 05:07:08 05:07:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.17@sha256:18e700604a6ff9578e11904950d7b4c3d202a989256cf9cb046a5cdb9fd77108 05:07:08 #6 CACHED 05:07:08 05:07:08 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 05:07:08 #7 DONE 0.0s 05:07:08 05:07:08 #8 exporting to image 05:07:08 #8 exporting layers done 05:07:08 #8 exporting manifest sha256:6f7fc2a69793d9d2b99406bbb187f7d085fa71d3be42c64cef61acab5f2eb52e done 05:07:08 #8 exporting config sha256:b6bc4aec65ef64cd7575155e3aeb786f19ba5b5eab35a1f5e7edccfe8cf6a67f done 05:07:08 #8 exporting manifest sha256:e7ea7004738a5233b4e0d4202c01cae1b4743bffa27fb73a7478fd552bf41d14 done 05:07:08 #8 exporting config sha256:3ea6072b116555c9fd6ce402d9d61335ec8d7e99f5cedfaeca238958403db7bb done 05:07:08 #8 exporting manifest list sha256:1afb5240dbbe067aa0874f7e9d6849540c0b25a225bc7fc10888b4c9481cfb53 done 05:07:08 #8 pushing layers 0.0s done 05:07:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.17@sha256:1afb5240dbbe067aa0874f7e9d6849540c0b25a225bc7fc10888b4c9481cfb53 0.1s done 05:07:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:08 #8 DONE 0.1s 05:07:08 05:07:08 1 warning found (use --debug to expand): 05:07:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17' 05:07:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 --push - 05:07:08 #1 [internal] load build definition from Dockerfile 05:07:08 #1 transferring dockerfile: 210B done 05:07:08 #1 DONE 0.0s 05:07:08 05:07:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:08 #2 DONE 0.0s 05:07:08 05:07:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:08 #3 DONE 0.0s 05:07:08 05:07:08 #4 [internal] load .dockerignore 05:07:08 #4 transferring context: 2B done 05:07:08 #4 DONE 0.0s 05:07:08 05:07:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:18e700604a6ff9578e11904950d7b4c3d202a989256cf9cb046a5cdb9fd77108 05:07:08 #5 resolve nexus3.edgexfoundry.org:10004/core-command:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:18e700604a6ff9578e11904950d7b4c3d202a989256cf9cb046a5cdb9fd77108 0.0s done 05:07:08 #5 CACHED 05:07:08 05:07:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:18e700604a6ff9578e11904950d7b4c3d202a989256cf9cb046a5cdb9fd77108 05:07:08 #6 resolve nexus3.edgexfoundry.org:10004/core-command:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:18e700604a6ff9578e11904950d7b4c3d202a989256cf9cb046a5cdb9fd77108 0.0s done 05:07:08 #6 CACHED 05:07:08 05:07:08 #7 exporting to image 05:07:08 #7 exporting layers done 05:07:08 #7 exporting manifest sha256:6f7fc2a69793d9d2b99406bbb187f7d085fa71d3be42c64cef61acab5f2eb52e done 05:07:08 #7 exporting config sha256:b6bc4aec65ef64cd7575155e3aeb786f19ba5b5eab35a1f5e7edccfe8cf6a67f done 05:07:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:08 #7 exporting manifest sha256:e7ea7004738a5233b4e0d4202c01cae1b4743bffa27fb73a7478fd552bf41d14 done 05:07:08 #7 exporting config sha256:3ea6072b116555c9fd6ce402d9d61335ec8d7e99f5cedfaeca238958403db7bb done 05:07:08 #7 exporting manifest list sha256:1afb5240dbbe067aa0874f7e9d6849540c0b25a225bc7fc10888b4c9481cfb53 done 05:07:08 #7 pushing layers 0.0s done 05:07:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:1afb5240dbbe067aa0874f7e9d6849540c0b25a225bc7fc10888b4c9481cfb53 0.1s done 05:07:08 #7 DONE 0.1s 05:07:08 05:07:08 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 05:07:08 #8 DONE 0.0s 05:07:08 05:07:08 1 warning found (use --debug to expand): 05:07:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 05:07:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 05:07:09 #1 [internal] load build definition from Dockerfile 05:07:09 #1 transferring dockerfile: 161B done 05:07:09 #1 DONE 0.0s 05:07:09 05:07:09 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 05:07:09 #2 DONE 0.0s 05:07:09 05:07:09 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 05:07:09 #3 DONE 0.0s 05:07:09 05:07:09 #4 [internal] load .dockerignore 05:07:09 #4 transferring context: 2B done 05:07:09 #4 DONE 0.0s 05:07:09 05:07:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:18e700604a6ff9578e11904950d7b4c3d202a989256cf9cb046a5cdb9fd77108 05:07:09 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:18e700604a6ff9578e11904950d7b4c3d202a989256cf9cb046a5cdb9fd77108 done 05:07:09 #5 CACHED 05:07:09 05:07:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:18e700604a6ff9578e11904950d7b4c3d202a989256cf9cb046a5cdb9fd77108 05:07:09 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:18e700604a6ff9578e11904950d7b4c3d202a989256cf9cb046a5cdb9fd77108 0.0s done 05:07:09 #6 CACHED 05:07:09 05:07:09 #7 exporting to image 05:07:09 #7 exporting layers 05:07:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:09 #7 exporting layers done 05:07:09 #7 exporting manifest sha256:6f7fc2a69793d9d2b99406bbb187f7d085fa71d3be42c64cef61acab5f2eb52e done 05:07:09 #7 exporting config sha256:b6bc4aec65ef64cd7575155e3aeb786f19ba5b5eab35a1f5e7edccfe8cf6a67f done 05:07:09 #7 exporting manifest sha256:e7ea7004738a5233b4e0d4202c01cae1b4743bffa27fb73a7478fd552bf41d14 done 05:07:09 #7 exporting config sha256:3ea6072b116555c9fd6ce402d9d61335ec8d7e99f5cedfaeca238958403db7bb done 05:07:09 #7 exporting manifest list sha256:1afb5240dbbe067aa0874f7e9d6849540c0b25a225bc7fc10888b4c9481cfb53 done 05:07:09 #7 pushing layers 0.0s done 05:07:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:1afb5240dbbe067aa0874f7e9d6849540c0b25a225bc7fc10888b4c9481cfb53 0.1s done 05:07:09 #7 DONE 0.1s 05:07:09 05:07:09 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 05:07:09 #8 DONE 0.0s 05:07:09 05:07:09 1 warning found (use --debug to expand): 05:07:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5' 05:07:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5 --push - 05:07:09 #1 [internal] load build definition from Dockerfile 05:07:09 #1 transferring dockerfile: 216B done 05:07:09 #1 DONE 0.0s 05:07:09 05:07:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:09 #2 DONE 0.0s 05:07:09 05:07:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:09 #3 DONE 0.0s 05:07:09 05:07:09 #4 [internal] load .dockerignore 05:07:09 #4 transferring context: 2B done 05:07:09 #4 DONE 0.0s 05:07:09 05:07:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 05:07:09 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 0.0s done 05:07:09 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 0.0s done 05:07:09 #5 DONE 0.1s 05:07:09 05:07:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 05:07:09 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 0.0s done 05:07:09 #6 DONE 0.0s 05:07:09 05:07:09 #7 exporting to image 05:07:09 #7 exporting layers done 05:07:09 #7 exporting manifest sha256:641d9f09c216bca65c2f8cdb42742d6af836d0af60fa5d2c641ac68744d27fc1 0.0s done 05:07:09 #7 exporting config sha256:92e4704e7ba4a227dd59aaf065d714572b5327a38f5e77cd29f6b6d4d659726f done 05:07:09 #7 exporting manifest sha256:7190e12e6dc56975345997e68804bc1d9ae3bd58e438e8dacabad167c74f20c9 0.0s done 05:07:09 #7 exporting config sha256:62acf956791bd494053c4db164ad12c8f6846af2d76d24f14f495f12d84959ef 05:07:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:09 #7 ... 05:07:09 05:07:09 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 05:07:09 #8 DONE 0.0s 05:07:09 05:07:09 #7 exporting to image 05:07:09 #7 exporting config sha256:62acf956791bd494053c4db164ad12c8f6846af2d76d24f14f495f12d84959ef done 05:07:09 #7 exporting manifest list sha256:fe6ef2e31aec6e67b1c95914a45bf7cd307027deb1a61d48c64da0af0c682f6b done 05:07:09 #7 pushing layers 0.1s done 05:07:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:fe6ef2e31aec6e67b1c95914a45bf7cd307027deb1a61d48c64da0af0c682f6b 05:07:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:fe6ef2e31aec6e67b1c95914a45bf7cd307027deb1a61d48c64da0af0c682f6b 0.1s done 05:07:10 #7 DONE 0.3s 05:07:10 05:07:10 1 warning found (use --debug to expand): 05:07:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 05:07:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 05:07:10 #1 [internal] load build definition from Dockerfile 05:07:10 #1 transferring dockerfile: 182B done 05:07:10 #1 DONE 0.0s 05:07:10 05:07:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 05:07:10 #2 DONE 0.0s 05:07:10 05:07:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 05:07:10 #3 DONE 0.0s 05:07:10 05:07:10 #4 [internal] load .dockerignore 05:07:10 #4 transferring context: 2B done 05:07:10 #4 DONE 0.0s 05:07:10 05:07:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 05:07:10 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 05:07:10 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 0.0s done 05:07:10 #5 CACHED 05:07:10 05:07:10 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 05:07:10 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 0.0s done 05:07:10 #6 CACHED 05:07:10 05:07:10 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 05:07:10 #7 DONE 0.0s 05:07:10 05:07:10 #8 exporting to image 05:07:10 #8 exporting layers done 05:07:10 #8 exporting manifest sha256:641d9f09c216bca65c2f8cdb42742d6af836d0af60fa5d2c641ac68744d27fc1 done 05:07:10 #8 exporting config sha256:92e4704e7ba4a227dd59aaf065d714572b5327a38f5e77cd29f6b6d4d659726f done 05:07:10 #8 exporting manifest sha256:7190e12e6dc56975345997e68804bc1d9ae3bd58e438e8dacabad167c74f20c9 done 05:07:10 #8 exporting config sha256:62acf956791bd494053c4db164ad12c8f6846af2d76d24f14f495f12d84959ef done 05:07:10 #8 exporting manifest list sha256:fe6ef2e31aec6e67b1c95914a45bf7cd307027deb1a61d48c64da0af0c682f6b done 05:07:10 #8 pushing layers 0.0s done 05:07:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:fe6ef2e31aec6e67b1c95914a45bf7cd307027deb1a61d48c64da0af0c682f6b 0.1s done 05:07:10 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:10 #8 DONE 0.1s 05:07:10 05:07:10 1 warning found (use --debug to expand): 05:07:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.17 --push - 05:07:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.17' 05:07:10 #1 [internal] load build definition from Dockerfile 05:07:10 #1 transferring dockerfile: 188B done 05:07:10 #1 DONE 0.0s 05:07:10 05:07:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.17 05:07:10 #2 DONE 0.0s 05:07:10 05:07:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.17 05:07:10 #3 DONE 0.0s 05:07:10 05:07:10 #4 [internal] load .dockerignore 05:07:10 #4 transferring context: 2B done 05:07:10 #4 DONE 0.0s 05:07:10 05:07:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.17@sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 05:07:10 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.17@sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 done 05:07:10 #5 CACHED 05:07:10 05:07:10 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.17@sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 05:07:10 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.17@sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 0.0s done 05:07:11 #6 CACHED 05:07:11 05:07:11 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 05:07:11 #7 DONE 0.0s 05:07:11 05:07:11 #8 exporting to image 05:07:11 #8 exporting layers done 05:07:11 #8 exporting manifest sha256:641d9f09c216bca65c2f8cdb42742d6af836d0af60fa5d2c641ac68744d27fc1 done 05:07:11 #8 exporting config sha256:92e4704e7ba4a227dd59aaf065d714572b5327a38f5e77cd29f6b6d4d659726f done 05:07:11 #8 exporting manifest sha256:7190e12e6dc56975345997e68804bc1d9ae3bd58e438e8dacabad167c74f20c9 done 05:07:11 #8 exporting config sha256:62acf956791bd494053c4db164ad12c8f6846af2d76d24f14f495f12d84959ef done 05:07:11 #8 exporting manifest list sha256:fe6ef2e31aec6e67b1c95914a45bf7cd307027deb1a61d48c64da0af0c682f6b done 05:07:11 #8 pushing layers 0.0s done 05:07:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.17@sha256:fe6ef2e31aec6e67b1c95914a45bf7cd307027deb1a61d48c64da0af0c682f6b 0.1s done 05:07:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:11 #8 DONE 0.1s 05:07:11 05:07:11 1 warning found (use --debug to expand): 05:07:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17' 05:07:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 --push - 05:07:11 #1 [internal] load build definition from Dockerfile 05:07:11 #1 transferring dockerfile: 229B done 05:07:11 #1 DONE 0.0s 05:07:11 05:07:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:11 #2 DONE 0.0s 05:07:11 05:07:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:11 #3 DONE 0.0s 05:07:11 05:07:11 #4 [internal] load .dockerignore 05:07:11 #4 transferring context: 2B done 05:07:11 #4 DONE 0.0s 05:07:11 05:07:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 05:07:11 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 done 05:07:11 #5 DONE 0.0s 05:07:11 05:07:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 05:07:11 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 0.0s done 05:07:11 #6 CACHED 05:07:11 05:07:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 05:07:11 #5 CACHED 05:07:11 05:07:11 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 05:07:11 #7 DONE 0.0s 05:07:11 05:07:11 #8 exporting to image 05:07:11 #8 exporting layers done 05:07:11 #8 exporting manifest sha256:641d9f09c216bca65c2f8cdb42742d6af836d0af60fa5d2c641ac68744d27fc1 done 05:07:11 #8 exporting config sha256:92e4704e7ba4a227dd59aaf065d714572b5327a38f5e77cd29f6b6d4d659726f done 05:07:11 #8 exporting manifest sha256:7190e12e6dc56975345997e68804bc1d9ae3bd58e438e8dacabad167c74f20c9 done 05:07:11 #8 exporting config sha256:62acf956791bd494053c4db164ad12c8f6846af2d76d24f14f495f12d84959ef done 05:07:11 #8 exporting manifest list sha256:fe6ef2e31aec6e67b1c95914a45bf7cd307027deb1a61d48c64da0af0c682f6b done 05:07:11 #8 pushing layers 0.0s done 05:07:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:fe6ef2e31aec6e67b1c95914a45bf7cd307027deb1a61d48c64da0af0c682f6b 0.1s done 05:07:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:11 #8 DONE 0.1s 05:07:11 05:07:11 1 warning found (use --debug to expand): 05:07:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 05:07:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 05:07:12 #1 [internal] load build definition from Dockerfile 05:07:12 #1 transferring dockerfile: 180B done 05:07:12 #1 DONE 0.0s 05:07:12 05:07:12 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 05:07:12 #2 DONE 0.0s 05:07:12 05:07:12 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 05:07:12 #3 DONE 0.1s 05:07:12 05:07:12 #4 [internal] load .dockerignore 05:07:12 #4 transferring context: 2B done 05:07:12 #4 DONE 0.1s 05:07:12 05:07:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 05:07:12 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 0.0s done 05:07:12 #5 CACHED 05:07:12 05:07:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 05:07:12 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:d7c739cbdfd41362460d28bca2c20da0d2333302aa9e1a00ea9ed7102861bed0 0.1s done 05:07:12 #6 CACHED 05:07:12 05:07:12 #7 exporting to image 05:07:12 #7 exporting layers done 05:07:12 #7 exporting manifest sha256:641d9f09c216bca65c2f8cdb42742d6af836d0af60fa5d2c641ac68744d27fc1 done 05:07:12 #7 exporting config sha256:92e4704e7ba4a227dd59aaf065d714572b5327a38f5e77cd29f6b6d4d659726f done 05:07:12 #7 exporting manifest sha256:7190e12e6dc56975345997e68804bc1d9ae3bd58e438e8dacabad167c74f20c9 done 05:07:12 #7 exporting config sha256:62acf956791bd494053c4db164ad12c8f6846af2d76d24f14f495f12d84959ef done 05:07:12 #7 exporting manifest list sha256:fe6ef2e31aec6e67b1c95914a45bf7cd307027deb1a61d48c64da0af0c682f6b done 05:07:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:12 #7 pushing layers 0.0s done 05:07:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:fe6ef2e31aec6e67b1c95914a45bf7cd307027deb1a61d48c64da0af0c682f6b 0.1s done 05:07:12 #7 DONE 0.1s 05:07:12 05:07:12 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 05:07:12 #8 DONE 0.0s 05:07:12 05:07:12 1 warning found (use --debug to expand): 05:07:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:de361d4afd6299834d6ef4551c1682f9151c31c5' 05:07:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:de361d4afd6299834d6ef4551c1682f9151c31c5 --push - 05:07:13 #1 [internal] load build definition from Dockerfile 05:07:13 #1 transferring dockerfile: 194B done 05:07:13 #1 DONE 0.1s 05:07:13 05:07:13 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:13 #2 DONE 0.1s 05:07:13 05:07:13 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:13 #3 DONE 0.1s 05:07:13 05:07:13 #4 [internal] load .dockerignore 05:07:13 #4 transferring context: 2B done 05:07:13 #4 DONE 0.0s 05:07:13 05:07:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:b1a28ba97e3cb1dbc030c3b85dcd46a67e25c6ad504945798c188d97e529b9e0 05:07:13 #5 resolve nexus3.edgexfoundry.org:10004/core-data:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:b1a28ba97e3cb1dbc030c3b85dcd46a67e25c6ad504945798c188d97e529b9e0 0.0s done 05:07:13 #5 DONE 0.0s 05:07:13 05:07:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:b1a28ba97e3cb1dbc030c3b85dcd46a67e25c6ad504945798c188d97e529b9e0 05:07:13 #6 resolve nexus3.edgexfoundry.org:10004/core-data:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:b1a28ba97e3cb1dbc030c3b85dcd46a67e25c6ad504945798c188d97e529b9e0 0.0s done 05:07:13 #6 DONE 0.1s 05:07:13 05:07:13 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 05:07:13 #7 DONE 0.0s 05:07:13 05:07:13 #8 exporting to image 05:07:13 #8 exporting layers done 05:07:13 #8 exporting manifest sha256:30e69160bd24f9c368fb96ec3d2f9d05f7d3c966e8ec4b4fadf7242c1faa8fc1 0.0s done 05:07:13 #8 exporting config sha256:505181b72676066de98036151f6edbc291b12f66ada9308c7068e0ae36895344 0.0s done 05:07:13 #8 exporting manifest sha256:5e102f948cb6a44232b7c1eeb4cd21ad6825ed4ccb1c12cd15aed33fed0e94c8 0.0s done 05:07:13 #8 exporting config sha256:04044c53383411692e90a9957fff95c5df6a2b5a954ec0fd17976b0e40ebfc02 done 05:07:13 #8 exporting manifest list sha256:d0cd2f382da49db81611aedee591842fd9082c010341c221995c5bbe209a452a 0.0s done 05:07:13 #8 pushing layers 0.1s done 05:07:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:d0cd2f382da49db81611aedee591842fd9082c010341c221995c5bbe209a452a 05:07:13 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:d0cd2f382da49db81611aedee591842fd9082c010341c221995c5bbe209a452a 0.1s done 05:07:13 #8 DONE 0.3s 05:07:14 05:07:14 1 warning found (use --debug to expand): 05:07:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 05:07:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 05:07:14 #1 [internal] load build definition from Dockerfile 05:07:14 #1 transferring dockerfile: 160B done 05:07:14 #1 DONE 0.1s 05:07:14 05:07:14 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 05:07:14 #2 DONE 0.1s 05:07:14 05:07:14 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 05:07:14 #3 DONE 0.1s 05:07:14 05:07:14 #4 [internal] load .dockerignore 05:07:14 #4 transferring context: 2B done 05:07:14 #4 DONE 0.1s 05:07:14 05:07:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:b1a28ba97e3cb1dbc030c3b85dcd46a67e25c6ad504945798c188d97e529b9e0 05:07:14 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:b1a28ba97e3cb1dbc030c3b85dcd46a67e25c6ad504945798c188d97e529b9e0 0.0s done 05:07:14 #5 DONE 0.0s 05:07:14 05:07:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:b1a28ba97e3cb1dbc030c3b85dcd46a67e25c6ad504945798c188d97e529b9e0 05:07:15 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:b1a28ba97e3cb1dbc030c3b85dcd46a67e25c6ad504945798c188d97e529b9e0 0.0s done 05:07:15 #6 CACHED 05:07:15 05:07:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:b1a28ba97e3cb1dbc030c3b85dcd46a67e25c6ad504945798c188d97e529b9e0 05:07:15 #5 CACHED 05:07:15 05:07:15 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 05:07:15 #7 DONE 0.0s 05:07:15 05:07:15 #8 exporting to image 05:07:15 #8 exporting layers done 05:07:15 #8 exporting manifest sha256:30e69160bd24f9c368fb96ec3d2f9d05f7d3c966e8ec4b4fadf7242c1faa8fc1 done 05:07:15 #8 exporting config sha256:505181b72676066de98036151f6edbc291b12f66ada9308c7068e0ae36895344 done 05:07:15 #8 exporting manifest sha256:5e102f948cb6a44232b7c1eeb4cd21ad6825ed4ccb1c12cd15aed33fed0e94c8 done 05:07:15 #8 exporting config sha256:04044c53383411692e90a9957fff95c5df6a2b5a954ec0fd17976b0e40ebfc02 done 05:07:15 #8 exporting manifest list sha256:d0cd2f382da49db81611aedee591842fd9082c010341c221995c5bbe209a452a done 05:07:15 #8 pushing layers 0.0s done 05:07:15 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d0cd2f382da49db81611aedee591842fd9082c010341c221995c5bbe209a452a 0.1s done 05:07:15 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:15 #8 DONE 0.1s 05:07:15 05:07:15 1 warning found (use --debug to expand): 05:07:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.17' 05:07:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.17 --push - 05:07:15 #1 [internal] load build definition from Dockerfile 05:07:15 #1 transferring dockerfile: 166B done 05:07:15 #1 DONE 0.0s 05:07:15 05:07:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.17 05:07:15 #2 DONE 0.0s 05:07:15 05:07:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.17 05:07:15 #3 DONE 0.0s 05:07:15 05:07:15 #4 [internal] load .dockerignore 05:07:15 #4 transferring context: 05:07:15 #4 transferring context: 2B done 05:07:15 #4 DONE 0.1s 05:07:15 05:07:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.17@sha256:b1a28ba97e3cb1dbc030c3b85dcd46a67e25c6ad504945798c188d97e529b9e0 05:07:15 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.17@sha256:b1a28ba97e3cb1dbc030c3b85dcd46a67e25c6ad504945798c188d97e529b9e0 0.0s done 05:07:15 #5 CACHED 05:07:15 05:07:15 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.17@sha256:b1a28ba97e3cb1dbc030c3b85dcd46a67e25c6ad504945798c188d97e529b9e0 05:07:15 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.17@sha256:b1a28ba97e3cb1dbc030c3b85dcd46a67e25c6ad504945798c188d97e529b9e0 0.0s done 05:07:15 #6 CACHED 05:07:15 05:07:15 #7 exporting to image 05:07:15 #7 exporting layers 05:07:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:15 #7 exporting layers done 05:07:15 #7 exporting manifest sha256:30e69160bd24f9c368fb96ec3d2f9d05f7d3c966e8ec4b4fadf7242c1faa8fc1 done 05:07:15 #7 exporting config sha256:505181b72676066de98036151f6edbc291b12f66ada9308c7068e0ae36895344 done 05:07:15 #7 exporting manifest sha256:5e102f948cb6a44232b7c1eeb4cd21ad6825ed4ccb1c12cd15aed33fed0e94c8 done 05:07:15 #7 exporting config sha256:04044c53383411692e90a9957fff95c5df6a2b5a954ec0fd17976b0e40ebfc02 done 05:07:15 #7 exporting manifest list sha256:d0cd2f382da49db81611aedee591842fd9082c010341c221995c5bbe209a452a done 05:07:15 #7 pushing layers 0.0s done 05:07:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.17@sha256:d0cd2f382da49db81611aedee591842fd9082c010341c221995c5bbe209a452a 0.1s done 05:07:15 #7 DONE 0.1s 05:07:15 05:07:15 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 05:07:15 #8 DONE 0.0s 05:07:15 05:07:15 1 warning found (use --debug to expand): 05:07:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17' 05:07:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 --push - 05:07:16 #1 [internal] load build definition from Dockerfile 05:07:16 #1 transferring dockerfile: 207B done 05:07:16 #1 DONE 0.0s 05:07:16 05:07:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:16 #2 DONE 0.0s 05:07:16 05:07:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:16 #3 DONE 0.0s 05:07:16 05:07:16 #4 [internal] load .dockerignore 05:07:16 #4 transferring context: 2B done 05:07:16 #4 DONE 0.0s 05:07:16 05:07:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:b1a28ba97e3cb1dbc030c3b85dcd46a67e25c6ad504945798c188d97e529b9e0 05:07:16 #5 resolve nexus3.edgexfoundry.org:10004/core-data:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:b1a28ba97e3cb1dbc030c3b85dcd46a67e25c6ad504945798c188d97e529b9e0 0.0s done 05:07:16 #5 CACHED 05:07:16 05:07:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:b1a28ba97e3cb1dbc030c3b85dcd46a67e25c6ad504945798c188d97e529b9e0 05:07:16 #6 resolve nexus3.edgexfoundry.org:10004/core-data:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:b1a28ba97e3cb1dbc030c3b85dcd46a67e25c6ad504945798c188d97e529b9e0 0.0s done 05:07:16 #6 CACHED 05:07:16 05:07:16 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 05:07:16 #7 DONE 0.0s 05:07:16 05:07:16 #8 exporting to image 05:07:16 #8 exporting layers done 05:07:16 #8 exporting manifest sha256:30e69160bd24f9c368fb96ec3d2f9d05f7d3c966e8ec4b4fadf7242c1faa8fc1 done 05:07:16 #8 exporting config sha256:505181b72676066de98036151f6edbc291b12f66ada9308c7068e0ae36895344 done 05:07:16 #8 exporting manifest sha256:5e102f948cb6a44232b7c1eeb4cd21ad6825ed4ccb1c12cd15aed33fed0e94c8 done 05:07:16 #8 exporting config sha256:04044c53383411692e90a9957fff95c5df6a2b5a954ec0fd17976b0e40ebfc02 done 05:07:16 #8 exporting manifest list sha256:d0cd2f382da49db81611aedee591842fd9082c010341c221995c5bbe209a452a done 05:07:16 #8 pushing layers 0.0s done 05:07:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:d0cd2f382da49db81611aedee591842fd9082c010341c221995c5bbe209a452a 0.1s done 05:07:16 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:16 #8 DONE 0.1s 05:07:16 05:07:16 1 warning found (use --debug to expand): 05:07:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 05:07:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 05:07:17 #1 [internal] load build definition from Dockerfile 05:07:17 #1 transferring dockerfile: 158B done 05:07:17 #1 DONE 0.1s 05:07:17 05:07:17 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 05:07:17 #2 DONE 0.1s 05:07:17 05:07:17 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 05:07:17 #3 DONE 0.1s 05:07:17 05:07:17 #4 [internal] load .dockerignore 05:07:17 #4 transferring context: 2B done 05:07:17 #4 DONE 0.1s 05:07:17 05:07:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:b1a28ba97e3cb1dbc030c3b85dcd46a67e25c6ad504945798c188d97e529b9e0 05:07:17 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:b1a28ba97e3cb1dbc030c3b85dcd46a67e25c6ad504945798c188d97e529b9e0 0.0s done 05:07:17 #5 CACHED 05:07:17 05:07:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:b1a28ba97e3cb1dbc030c3b85dcd46a67e25c6ad504945798c188d97e529b9e0 05:07:17 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:b1a28ba97e3cb1dbc030c3b85dcd46a67e25c6ad504945798c188d97e529b9e0 done 05:07:17 #6 CACHED 05:07:17 05:07:17 #7 exporting to image 05:07:17 #7 exporting layers done 05:07:17 #7 exporting manifest sha256:30e69160bd24f9c368fb96ec3d2f9d05f7d3c966e8ec4b4fadf7242c1faa8fc1 0.0s done 05:07:17 #7 exporting config sha256:505181b72676066de98036151f6edbc291b12f66ada9308c7068e0ae36895344 05:07:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:17 #7 exporting config sha256:505181b72676066de98036151f6edbc291b12f66ada9308c7068e0ae36895344 done 05:07:17 #7 exporting manifest sha256:5e102f948cb6a44232b7c1eeb4cd21ad6825ed4ccb1c12cd15aed33fed0e94c8 done 05:07:17 #7 exporting config sha256:04044c53383411692e90a9957fff95c5df6a2b5a954ec0fd17976b0e40ebfc02 done 05:07:17 #7 exporting manifest list sha256:d0cd2f382da49db81611aedee591842fd9082c010341c221995c5bbe209a452a done 05:07:17 #7 pushing layers 0.0s done 05:07:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:d0cd2f382da49db81611aedee591842fd9082c010341c221995c5bbe209a452a 0.1s done 05:07:17 #7 DONE 0.2s 05:07:17 05:07:17 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 05:07:17 #8 DONE 0.0s 05:07:17 05:07:17 1 warning found (use --debug to expand): 05:07:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5' 05:07:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5 --push - 05:07:18 #1 [internal] load build definition from Dockerfile 05:07:18 #1 transferring dockerfile: 196B done 05:07:18 #1 DONE 0.0s 05:07:18 05:07:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:18 #2 DONE 0.0s 05:07:18 05:07:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:18 #3 DONE 0.1s 05:07:18 05:07:18 #4 [internal] load .dockerignore 05:07:18 #4 transferring context: 2B done 05:07:18 #4 DONE 0.0s 05:07:18 05:07:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:ca5ed9a6cf3da2131016ae5fa51251230b267a185996f25715c718d52a364434 05:07:18 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:ca5ed9a6cf3da2131016ae5fa51251230b267a185996f25715c718d52a364434 done 05:07:18 #5 DONE 0.0s 05:07:18 05:07:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:ca5ed9a6cf3da2131016ae5fa51251230b267a185996f25715c718d52a364434 05:07:18 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:ca5ed9a6cf3da2131016ae5fa51251230b267a185996f25715c718d52a364434 done 05:07:18 #6 DONE 0.0s 05:07:18 05:07:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:ca5ed9a6cf3da2131016ae5fa51251230b267a185996f25715c718d52a364434 05:07:18 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:ca5ed9a6cf3da2131016ae5fa51251230b267a185996f25715c718d52a364434 done 05:07:18 #5 DONE 0.1s 05:07:18 05:07:18 #7 exporting to image 05:07:18 #7 exporting layers done 05:07:18 #7 exporting manifest sha256:7b4ae6c8647b0feb89f7272ae65ac6909c0d629ca3919dc0c2f30e2bd8e45925 done 05:07:18 #7 exporting config sha256:06d1e9938f96be8f3829961c0a7f955b55ccba70d61ab7826ffd0e768e3267ca done 05:07:18 #7 exporting manifest sha256:e133aadf21ae6813e673864e697c3640861a0f9b8e345f4fbb52a11fb9dd4120 done 05:07:18 #7 exporting config sha256:dc3d2ce7cffebf89fb7865367727f31b46a4e51df56ecef6dddbb4bb934bf52b done 05:07:18 #7 exporting manifest list sha256:90c4ae6799e0abca5ef9a3d86ab01376c5151dfd4f44996a20889a4163a3b69d done 05:07:18 #7 pushing layers 05:07:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:18 #7 ... 05:07:18 05:07:18 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 05:07:18 #8 DONE 0.0s 05:07:18 05:07:18 #7 exporting to image 05:07:18 #7 pushing layers 0.1s done 05:07:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:90c4ae6799e0abca5ef9a3d86ab01376c5151dfd4f44996a20889a4163a3b69d 05:07:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:90c4ae6799e0abca5ef9a3d86ab01376c5151dfd4f44996a20889a4163a3b69d 0.1s done 05:07:18 #7 DONE 0.2s 05:07:18 05:07:18 1 warning found (use --debug to expand): 05:07:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 05:07:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 05:07:18 #1 [internal] load build definition from Dockerfile 05:07:18 #1 transferring dockerfile: 162B done 05:07:18 #1 DONE 0.0s 05:07:18 05:07:18 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 05:07:18 #2 DONE 0.0s 05:07:18 05:07:18 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 05:07:18 #3 DONE 0.0s 05:07:18 05:07:18 #4 [internal] load .dockerignore 05:07:18 #4 transferring context: 2B done 05:07:18 #4 DONE 0.0s 05:07:18 05:07:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ca5ed9a6cf3da2131016ae5fa51251230b267a185996f25715c718d52a364434 05:07:18 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ca5ed9a6cf3da2131016ae5fa51251230b267a185996f25715c718d52a364434 0.0s done 05:07:18 #5 CACHED 05:07:18 05:07:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ca5ed9a6cf3da2131016ae5fa51251230b267a185996f25715c718d52a364434 05:07:18 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ca5ed9a6cf3da2131016ae5fa51251230b267a185996f25715c718d52a364434 0.0s done 05:07:18 #6 CACHED 05:07:18 05:07:18 #7 exporting to image 05:07:18 #7 exporting layers done 05:07:18 #7 exporting manifest sha256:7b4ae6c8647b0feb89f7272ae65ac6909c0d629ca3919dc0c2f30e2bd8e45925 done 05:07:18 #7 exporting config sha256:06d1e9938f96be8f3829961c0a7f955b55ccba70d61ab7826ffd0e768e3267ca 05:07:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:18 #7 exporting config sha256:06d1e9938f96be8f3829961c0a7f955b55ccba70d61ab7826ffd0e768e3267ca done 05:07:18 #7 exporting manifest sha256:e133aadf21ae6813e673864e697c3640861a0f9b8e345f4fbb52a11fb9dd4120 done 05:07:18 #7 exporting config sha256:dc3d2ce7cffebf89fb7865367727f31b46a4e51df56ecef6dddbb4bb934bf52b done 05:07:18 #7 exporting manifest list sha256:90c4ae6799e0abca5ef9a3d86ab01376c5151dfd4f44996a20889a4163a3b69d done 05:07:18 #7 pushing layers 0.0s done 05:07:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:90c4ae6799e0abca5ef9a3d86ab01376c5151dfd4f44996a20889a4163a3b69d 0.1s done 05:07:18 #7 DONE 0.1s 05:07:18 05:07:18 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 05:07:18 #8 DONE 0.0s 05:07:18 05:07:18 1 warning found (use --debug to expand): 05:07:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.17' 05:07:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.17 --push - 05:07:19 #1 [internal] load build definition from Dockerfile 05:07:19 #1 transferring dockerfile: 168B done 05:07:19 #1 DONE 0.0s 05:07:19 05:07:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.17 05:07:19 #2 DONE 0.0s 05:07:19 05:07:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.17 05:07:19 #3 DONE 0.0s 05:07:19 05:07:19 #4 [internal] load .dockerignore 05:07:19 #4 transferring context: 2B done 05:07:19 #4 DONE 0.0s 05:07:19 05:07:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.17@sha256:ca5ed9a6cf3da2131016ae5fa51251230b267a185996f25715c718d52a364434 05:07:19 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.17@sha256:ca5ed9a6cf3da2131016ae5fa51251230b267a185996f25715c718d52a364434 done 05:07:19 #5 CACHED 05:07:19 05:07:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.17@sha256:ca5ed9a6cf3da2131016ae5fa51251230b267a185996f25715c718d52a364434 05:07:19 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.17@sha256:ca5ed9a6cf3da2131016ae5fa51251230b267a185996f25715c718d52a364434 done 05:07:19 #6 CACHED 05:07:19 05:07:19 #7 exporting to image 05:07:19 #7 exporting layers 05:07:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:19 #7 exporting layers done 05:07:19 #7 exporting manifest sha256:7b4ae6c8647b0feb89f7272ae65ac6909c0d629ca3919dc0c2f30e2bd8e45925 done 05:07:19 #7 exporting config sha256:06d1e9938f96be8f3829961c0a7f955b55ccba70d61ab7826ffd0e768e3267ca done 05:07:19 #7 exporting manifest sha256:e133aadf21ae6813e673864e697c3640861a0f9b8e345f4fbb52a11fb9dd4120 done 05:07:19 #7 exporting config sha256:dc3d2ce7cffebf89fb7865367727f31b46a4e51df56ecef6dddbb4bb934bf52b done 05:07:19 #7 exporting manifest list sha256:90c4ae6799e0abca5ef9a3d86ab01376c5151dfd4f44996a20889a4163a3b69d done 05:07:19 #7 pushing layers 0.0s done 05:07:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.17@sha256:90c4ae6799e0abca5ef9a3d86ab01376c5151dfd4f44996a20889a4163a3b69d 0.1s done 05:07:19 #7 DONE 0.1s 05:07:19 05:07:19 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 05:07:19 #8 DONE 0.0s 05:07:19 05:07:19 1 warning found (use --debug to expand): 05:07:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17' 05:07:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 --push - 05:07:19 #1 [internal] load build definition from Dockerfile 05:07:19 #1 transferring dockerfile: 209B done 05:07:19 #1 DONE 0.0s 05:07:19 05:07:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:19 #2 DONE 0.0s 05:07:19 05:07:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:19 #3 DONE 0.0s 05:07:19 05:07:19 #4 [internal] load .dockerignore 05:07:19 #4 transferring context: 2B done 05:07:19 #4 DONE 0.0s 05:07:19 05:07:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:ca5ed9a6cf3da2131016ae5fa51251230b267a185996f25715c718d52a364434 05:07:19 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:ca5ed9a6cf3da2131016ae5fa51251230b267a185996f25715c718d52a364434 0.0s done 05:07:19 #5 CACHED 05:07:19 05:07:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:ca5ed9a6cf3da2131016ae5fa51251230b267a185996f25715c718d52a364434 05:07:19 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:ca5ed9a6cf3da2131016ae5fa51251230b267a185996f25715c718d52a364434 done 05:07:19 #6 CACHED 05:07:19 05:07:19 #7 exporting to image 05:07:19 #7 exporting layers done 05:07:19 #7 exporting manifest sha256:7b4ae6c8647b0feb89f7272ae65ac6909c0d629ca3919dc0c2f30e2bd8e45925 done 05:07:19 #7 exporting config sha256:06d1e9938f96be8f3829961c0a7f955b55ccba70d61ab7826ffd0e768e3267ca done 05:07:19 #7 exporting manifest sha256:e133aadf21ae6813e673864e697c3640861a0f9b8e345f4fbb52a11fb9dd4120 done 05:07:19 #7 exporting config sha256:dc3d2ce7cffebf89fb7865367727f31b46a4e51df56ecef6dddbb4bb934bf52b done 05:07:19 #7 exporting manifest list sha256:90c4ae6799e0abca5ef9a3d86ab01376c5151dfd4f44996a20889a4163a3b69d 05:07:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:19 #7 exporting manifest list sha256:90c4ae6799e0abca5ef9a3d86ab01376c5151dfd4f44996a20889a4163a3b69d done 05:07:19 #7 pushing layers 0.0s done 05:07:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:90c4ae6799e0abca5ef9a3d86ab01376c5151dfd4f44996a20889a4163a3b69d 0.1s done 05:07:19 #7 DONE 0.1s 05:07:19 05:07:19 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 05:07:19 #8 DONE 0.0s 05:07:19 05:07:19 1 warning found (use --debug to expand): 05:07:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 05:07:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 05:07:20 #1 [internal] load build definition from Dockerfile 05:07:20 #1 transferring dockerfile: 160B done 05:07:20 #1 DONE 0.0s 05:07:20 05:07:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 05:07:20 #2 DONE 0.0s 05:07:20 05:07:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 05:07:20 #3 DONE 0.0s 05:07:20 05:07:20 #4 [internal] load .dockerignore 05:07:20 #4 transferring context: 2B done 05:07:20 #4 DONE 0.0s 05:07:20 05:07:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ca5ed9a6cf3da2131016ae5fa51251230b267a185996f25715c718d52a364434 05:07:20 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ca5ed9a6cf3da2131016ae5fa51251230b267a185996f25715c718d52a364434 0.0s done 05:07:20 #5 CACHED 05:07:20 05:07:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ca5ed9a6cf3da2131016ae5fa51251230b267a185996f25715c718d52a364434 05:07:20 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ca5ed9a6cf3da2131016ae5fa51251230b267a185996f25715c718d52a364434 0.0s done 05:07:20 #6 CACHED 05:07:20 05:07:20 #7 exporting to image 05:07:20 #7 exporting layers done 05:07:20 #7 exporting manifest sha256:7b4ae6c8647b0feb89f7272ae65ac6909c0d629ca3919dc0c2f30e2bd8e45925 done 05:07:20 #7 exporting config sha256:06d1e9938f96be8f3829961c0a7f955b55ccba70d61ab7826ffd0e768e3267ca done 05:07:20 #7 exporting manifest sha256:e133aadf21ae6813e673864e697c3640861a0f9b8e345f4fbb52a11fb9dd4120 done 05:07:20 #7 exporting config sha256:dc3d2ce7cffebf89fb7865367727f31b46a4e51df56ecef6dddbb4bb934bf52b done 05:07:20 #7 exporting manifest list sha256:90c4ae6799e0abca5ef9a3d86ab01376c5151dfd4f44996a20889a4163a3b69d done 05:07:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:20 #7 pushing layers 0.0s done 05:07:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:90c4ae6799e0abca5ef9a3d86ab01376c5151dfd4f44996a20889a4163a3b69d 0.1s done 05:07:20 #7 DONE 0.1s 05:07:20 05:07:20 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 05:07:20 #8 DONE 0.0s 05:07:20 05:07:20 1 warning found (use --debug to expand): 05:07:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5' 05:07:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5 --push - 05:07:20 #1 [internal] load build definition from Dockerfile 05:07:20 #1 transferring dockerfile: 198B 0.0s done 05:07:20 #1 DONE 0.0s 05:07:20 05:07:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:20 #2 DONE 0.0s 05:07:20 05:07:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:20 #3 DONE 0.0s 05:07:20 05:07:20 #4 [internal] load .dockerignore 05:07:20 #4 transferring context: 2B done 05:07:20 #4 DONE 0.0s 05:07:21 05:07:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 05:07:21 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 05:07:21 #5 ... 05:07:21 05:07:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 05:07:21 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 done 05:07:21 #6 DONE 0.1s 05:07:21 05:07:21 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 05:07:21 #7 DONE 0.0s 05:07:21 05:07:21 #8 exporting to image 05:07:21 #8 exporting layers done 05:07:21 #8 exporting manifest sha256:6413be146f5f16e69997ea7308692af5bbaa60b036388555e5a51cc1c0f705ed done 05:07:21 #8 exporting config sha256:69c4d35544cce6661671be69e5f13a043c7a354f0f6ca83e147fbb7b0dc39e33 done 05:07:21 #8 exporting manifest sha256:1da1b618336584dccad1bd708075b634a84c8978212d00dfceb4d525a0768c87 done 05:07:21 #8 exporting config sha256:69885a3e808f6bc92993748706232723354c574d30c111a18995e20015c962cf done 05:07:21 #8 exporting manifest list sha256:1781b1fcb4184de048fe143db2cfe300abdff47cb620691abb33f8fd052b147a done 05:07:21 #8 pushing layers 0.1s done 05:07:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:1781b1fcb4184de048fe143db2cfe300abdff47cb620691abb33f8fd052b147a 05:07:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:1781b1fcb4184de048fe143db2cfe300abdff47cb620691abb33f8fd052b147a 0.1s done 05:07:21 #8 DONE 0.2s 05:07:21 05:07:21 1 warning found (use --debug to expand): 05:07:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 05:07:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 05:07:21 #1 [internal] load build definition from Dockerfile 05:07:21 #1 transferring dockerfile: 164B done 05:07:21 #1 DONE 0.0s 05:07:21 05:07:21 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 05:07:21 #2 DONE 0.0s 05:07:21 05:07:21 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 05:07:21 #3 DONE 0.0s 05:07:21 05:07:21 #4 [internal] load .dockerignore 05:07:21 #4 transferring context: 2B done 05:07:21 #4 DONE 0.0s 05:07:21 05:07:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 05:07:21 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 0.0s done 05:07:21 #5 DONE 0.0s 05:07:21 05:07:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 05:07:21 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 0.0s done 05:07:21 #6 CACHED 05:07:21 05:07:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 05:07:21 #5 CACHED 05:07:21 05:07:21 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 05:07:21 #7 DONE 0.0s 05:07:21 05:07:21 #8 exporting to image 05:07:21 #8 exporting layers done 05:07:21 #8 exporting manifest sha256:6413be146f5f16e69997ea7308692af5bbaa60b036388555e5a51cc1c0f705ed done 05:07:21 #8 exporting config sha256:69c4d35544cce6661671be69e5f13a043c7a354f0f6ca83e147fbb7b0dc39e33 done 05:07:21 #8 exporting manifest sha256:1da1b618336584dccad1bd708075b634a84c8978212d00dfceb4d525a0768c87 done 05:07:21 #8 exporting config sha256:69885a3e808f6bc92993748706232723354c574d30c111a18995e20015c962cf done 05:07:21 #8 exporting manifest list sha256:1781b1fcb4184de048fe143db2cfe300abdff47cb620691abb33f8fd052b147a done 05:07:21 #8 pushing layers 0.0s done 05:07:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:1781b1fcb4184de048fe143db2cfe300abdff47cb620691abb33f8fd052b147a 0.1s done 05:07:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:21 #8 DONE 0.1s 05:07:21 05:07:21 1 warning found (use --debug to expand): 05:07:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.17' 05:07:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.17 --push - 05:07:22 #1 [internal] load build definition from Dockerfile 05:07:22 #1 transferring dockerfile: 170B done 05:07:22 #1 DONE 0.0s 05:07:22 05:07:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.17 05:07:22 #2 DONE 0.0s 05:07:22 05:07:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.17 05:07:22 #3 DONE 0.0s 05:07:22 05:07:22 #4 [internal] load .dockerignore 05:07:22 #4 transferring context: 2B done 05:07:22 #4 DONE 0.0s 05:07:22 05:07:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.17@sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 05:07:22 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.17@sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 done 05:07:22 #5 DONE 0.0s 05:07:22 05:07:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.17@sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 05:07:22 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.17@sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 done 05:07:22 #6 CACHED 05:07:22 05:07:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.17@sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 05:07:22 #5 CACHED 05:07:22 05:07:22 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 05:07:22 #7 DONE 0.0s 05:07:22 05:07:22 #8 exporting to image 05:07:22 #8 exporting layers done 05:07:22 #8 exporting manifest sha256:6413be146f5f16e69997ea7308692af5bbaa60b036388555e5a51cc1c0f705ed done 05:07:22 #8 exporting config sha256:69c4d35544cce6661671be69e5f13a043c7a354f0f6ca83e147fbb7b0dc39e33 done 05:07:22 #8 exporting manifest sha256:1da1b618336584dccad1bd708075b634a84c8978212d00dfceb4d525a0768c87 done 05:07:22 #8 exporting config sha256:69885a3e808f6bc92993748706232723354c574d30c111a18995e20015c962cf done 05:07:22 #8 exporting manifest list sha256:1781b1fcb4184de048fe143db2cfe300abdff47cb620691abb33f8fd052b147a done 05:07:22 #8 pushing layers 0.0s done 05:07:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.17@sha256:1781b1fcb4184de048fe143db2cfe300abdff47cb620691abb33f8fd052b147a 05:07:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.17@sha256:1781b1fcb4184de048fe143db2cfe300abdff47cb620691abb33f8fd052b147a 0.1s done 05:07:22 #8 DONE 0.1s 05:07:22 05:07:22 1 warning found (use --debug to expand): 05:07:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 --push - 05:07:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17' 05:07:22 #1 [internal] load build definition from Dockerfile 05:07:22 #1 transferring dockerfile: 211B done 05:07:22 #1 DONE 0.0s 05:07:22 05:07:22 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:22 #2 DONE 0.0s 05:07:22 05:07:22 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:22 #3 DONE 0.0s 05:07:22 05:07:22 #4 [internal] load .dockerignore 05:07:22 #4 transferring context: 2B done 05:07:22 #4 DONE 0.0s 05:07:22 05:07:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 05:07:22 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 0.1s done 05:07:22 #5 DONE 0.1s 05:07:22 05:07:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 05:07:22 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 0.1s done 05:07:22 #6 CACHED 05:07:22 05:07:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 05:07:22 #5 CACHED 05:07:22 05:07:22 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 05:07:22 #7 DONE 0.0s 05:07:22 05:07:22 #8 exporting to image 05:07:22 #8 exporting layers done 05:07:22 #8 exporting manifest sha256:6413be146f5f16e69997ea7308692af5bbaa60b036388555e5a51cc1c0f705ed done 05:07:22 #8 exporting config sha256:69c4d35544cce6661671be69e5f13a043c7a354f0f6ca83e147fbb7b0dc39e33 done 05:07:22 #8 exporting manifest sha256:1da1b618336584dccad1bd708075b634a84c8978212d00dfceb4d525a0768c87 done 05:07:22 #8 exporting config sha256:69885a3e808f6bc92993748706232723354c574d30c111a18995e20015c962cf done 05:07:22 #8 exporting manifest list sha256:1781b1fcb4184de048fe143db2cfe300abdff47cb620691abb33f8fd052b147a done 05:07:22 #8 pushing layers 0.0s done 05:07:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:1781b1fcb4184de048fe143db2cfe300abdff47cb620691abb33f8fd052b147a 0.1s done 05:07:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:22 #8 DONE 0.1s 05:07:22 05:07:22 1 warning found (use --debug to expand): 05:07:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 05:07:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 05:07:23 #1 [internal] load build definition from Dockerfile 05:07:23 #1 transferring dockerfile: 162B done 05:07:23 #1 DONE 0.0s 05:07:23 05:07:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 05:07:23 #2 DONE 0.0s 05:07:23 05:07:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 05:07:23 #3 DONE 0.0s 05:07:23 05:07:23 #4 [internal] load .dockerignore 05:07:23 #4 transferring context: 2B done 05:07:23 #4 DONE 0.0s 05:07:23 05:07:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 05:07:23 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 0.0s done 05:07:23 #5 DONE 0.0s 05:07:23 05:07:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 05:07:23 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 0.0s done 05:07:23 #6 CACHED 05:07:23 05:07:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:0f3b1c657650ddf704e823ebe551f3e0449112382b3ba383968a780f6a932a92 05:07:23 #5 CACHED 05:07:23 05:07:23 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 05:07:23 #7 DONE 0.0s 05:07:23 05:07:23 #8 exporting to image 05:07:23 #8 exporting layers done 05:07:23 #8 exporting manifest sha256:6413be146f5f16e69997ea7308692af5bbaa60b036388555e5a51cc1c0f705ed done 05:07:23 #8 exporting config sha256:69c4d35544cce6661671be69e5f13a043c7a354f0f6ca83e147fbb7b0dc39e33 done 05:07:23 #8 exporting manifest sha256:1da1b618336584dccad1bd708075b634a84c8978212d00dfceb4d525a0768c87 done 05:07:23 #8 exporting config sha256:69885a3e808f6bc92993748706232723354c574d30c111a18995e20015c962cf done 05:07:23 #8 exporting manifest list sha256:1781b1fcb4184de048fe143db2cfe300abdff47cb620691abb33f8fd052b147a done 05:07:23 #8 pushing layers 0.0s done 05:07:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:1781b1fcb4184de048fe143db2cfe300abdff47cb620691abb33f8fd052b147a 0.1s done 05:07:23 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:23 #8 DONE 0.1s 05:07:23 05:07:23 1 warning found (use --debug to expand): 05:07:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5 --push - 05:07:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5' 05:07:23 #1 [internal] load build definition from Dockerfile 05:07:23 #1 transferring dockerfile: 206B done 05:07:23 #1 DONE 0.0s 05:07:23 05:07:23 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:23 #2 DONE 0.0s 05:07:23 05:07:23 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:23 #3 DONE 0.1s 05:07:23 05:07:23 #4 [internal] load .dockerignore 05:07:23 #4 transferring context: 05:07:24 #4 transferring context: 2B done 05:07:24 #4 DONE 0.0s 05:07:24 05:07:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:5dae90e417b7fef402fabaeb093248f595fd5ccfb51f88ca64a7379d3815c26d 05:07:24 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:5dae90e417b7fef402fabaeb093248f595fd5ccfb51f88ca64a7379d3815c26d 0.0s done 05:07:24 #5 DONE 0.0s 05:07:24 05:07:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:5dae90e417b7fef402fabaeb093248f595fd5ccfb51f88ca64a7379d3815c26d 05:07:24 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:5dae90e417b7fef402fabaeb093248f595fd5ccfb51f88ca64a7379d3815c26d 0.0s done 05:07:24 #6 DONE 0.2s 05:07:24 05:07:24 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 05:07:24 #7 DONE 0.0s 05:07:24 05:07:24 #8 exporting to image 05:07:24 #8 exporting layers done 05:07:24 #8 exporting manifest sha256:8366ba6ab38f6c739940152827445f14f61d636331c6934d817f5d0a53385836 0.0s done 05:07:24 #8 exporting config sha256:372d0c2c709b3437c886fab0e101cb8ccd78aafcc8db55c603798d7cf68a60ea done 05:07:24 #8 exporting manifest sha256:c27122521784b13b4bbaed65ccc6772958b6ae1ae2090fddd696fc96446bd1ec 0.0s done 05:07:24 #8 exporting config sha256:801239113370a8724c6dc85ad2b5967e9a96f7aa75eb583305ad7d07d2721b1d 0.0s done 05:07:24 #8 exporting manifest list sha256:b7f57b3c9f002932afed915a32f3f82b398e64d767ffef4d108fad0e961b084c 0.0s done 05:07:24 #8 pushing layers 05:07:24 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:24 #8 pushing layers 0.1s done 05:07:24 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:b7f57b3c9f002932afed915a32f3f82b398e64d767ffef4d108fad0e961b084c 0.1s done 05:07:24 #8 DONE 0.3s 05:07:24 05:07:24 1 warning found (use --debug to expand): 05:07:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 05:07:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 05:07:24 #1 [internal] load build definition from Dockerfile 05:07:24 #1 transferring dockerfile: 172B done 05:07:24 #1 DONE 0.0s 05:07:24 05:07:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 05:07:24 #2 DONE 0.0s 05:07:24 05:07:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 05:07:24 #3 DONE 0.0s 05:07:24 05:07:24 #4 [internal] load .dockerignore 05:07:24 #4 transferring context: 2B done 05:07:24 #4 DONE 0.0s 05:07:24 05:07:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:5dae90e417b7fef402fabaeb093248f595fd5ccfb51f88ca64a7379d3815c26d 05:07:24 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:5dae90e417b7fef402fabaeb093248f595fd5ccfb51f88ca64a7379d3815c26d done 05:07:24 #5 CACHED 05:07:24 05:07:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:5dae90e417b7fef402fabaeb093248f595fd5ccfb51f88ca64a7379d3815c26d 05:07:25 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:5dae90e417b7fef402fabaeb093248f595fd5ccfb51f88ca64a7379d3815c26d 0.0s done 05:07:25 #6 CACHED 05:07:25 05:07:25 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 05:07:25 #7 DONE 0.0s 05:07:25 05:07:25 #8 exporting to image 05:07:25 #8 exporting layers done 05:07:25 #8 exporting manifest sha256:8366ba6ab38f6c739940152827445f14f61d636331c6934d817f5d0a53385836 done 05:07:25 #8 exporting config sha256:372d0c2c709b3437c886fab0e101cb8ccd78aafcc8db55c603798d7cf68a60ea done 05:07:25 #8 exporting manifest sha256:c27122521784b13b4bbaed65ccc6772958b6ae1ae2090fddd696fc96446bd1ec done 05:07:25 #8 exporting config sha256:801239113370a8724c6dc85ad2b5967e9a96f7aa75eb583305ad7d07d2721b1d done 05:07:25 #8 exporting manifest list sha256:b7f57b3c9f002932afed915a32f3f82b398e64d767ffef4d108fad0e961b084c done 05:07:25 #8 pushing layers 0.0s done 05:07:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:b7f57b3c9f002932afed915a32f3f82b398e64d767ffef4d108fad0e961b084c 0.1s done 05:07:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:25 #8 DONE 0.1s 05:07:25 05:07:25 1 warning found (use --debug to expand): 05:07:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.17' 05:07:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.17 --push - 05:07:25 #1 [internal] load build definition from Dockerfile 05:07:25 #1 transferring dockerfile: 178B done 05:07:25 #1 DONE 0.0s 05:07:25 05:07:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.17 05:07:25 #2 DONE 0.0s 05:07:25 05:07:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.17 05:07:25 #3 DONE 0.0s 05:07:25 05:07:25 #4 [internal] load .dockerignore 05:07:25 #4 transferring context: 2B done 05:07:25 #4 DONE 0.0s 05:07:25 05:07:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.17@sha256:5dae90e417b7fef402fabaeb093248f595fd5ccfb51f88ca64a7379d3815c26d 05:07:25 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.17@sha256:5dae90e417b7fef402fabaeb093248f595fd5ccfb51f88ca64a7379d3815c26d 0.0s done 05:07:25 #5 CACHED 05:07:25 05:07:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.17@sha256:5dae90e417b7fef402fabaeb093248f595fd5ccfb51f88ca64a7379d3815c26d 05:07:25 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.17@sha256:5dae90e417b7fef402fabaeb093248f595fd5ccfb51f88ca64a7379d3815c26d 0.0s done 05:07:25 #6 CACHED 05:07:25 05:07:25 #7 exporting to image 05:07:25 #7 exporting layers 05:07:25 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:25 #7 exporting layers done 05:07:25 #7 exporting manifest sha256:8366ba6ab38f6c739940152827445f14f61d636331c6934d817f5d0a53385836 done 05:07:25 #7 exporting config sha256:372d0c2c709b3437c886fab0e101cb8ccd78aafcc8db55c603798d7cf68a60ea done 05:07:25 #7 exporting manifest sha256:c27122521784b13b4bbaed65ccc6772958b6ae1ae2090fddd696fc96446bd1ec done 05:07:25 #7 exporting config sha256:801239113370a8724c6dc85ad2b5967e9a96f7aa75eb583305ad7d07d2721b1d done 05:07:25 #7 exporting manifest list sha256:b7f57b3c9f002932afed915a32f3f82b398e64d767ffef4d108fad0e961b084c done 05:07:25 #7 pushing layers 0.0s done 05:07:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.17@sha256:b7f57b3c9f002932afed915a32f3f82b398e64d767ffef4d108fad0e961b084c 0.1s done 05:07:25 #7 DONE 0.1s 05:07:25 05:07:25 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 05:07:25 #8 DONE 0.0s 05:07:25 05:07:25 1 warning found (use --debug to expand): 05:07:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17' 05:07:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 --push - 05:07:26 #1 [internal] load build definition from Dockerfile 05:07:26 #1 transferring dockerfile: 219B 0.0s done 05:07:26 #1 DONE 0.0s 05:07:26 05:07:26 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:26 #2 DONE 0.0s 05:07:26 05:07:26 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:26 #3 DONE 0.0s 05:07:26 05:07:26 #4 [internal] load .dockerignore 05:07:26 #4 transferring context: 2B done 05:07:26 #4 DONE 0.0s 05:07:26 05:07:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:5dae90e417b7fef402fabaeb093248f595fd5ccfb51f88ca64a7379d3815c26d 05:07:26 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:5dae90e417b7fef402fabaeb093248f595fd5ccfb51f88ca64a7379d3815c26d 0.0s done 05:07:26 #5 CACHED 05:07:26 05:07:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:5dae90e417b7fef402fabaeb093248f595fd5ccfb51f88ca64a7379d3815c26d 05:07:26 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:5dae90e417b7fef402fabaeb093248f595fd5ccfb51f88ca64a7379d3815c26d 0.0s done 05:07:26 #6 CACHED 05:07:26 05:07:26 #7 exporting to image 05:07:26 #7 exporting layers done 05:07:26 #7 exporting manifest sha256:8366ba6ab38f6c739940152827445f14f61d636331c6934d817f5d0a53385836 done 05:07:26 #7 exporting config sha256:372d0c2c709b3437c886fab0e101cb8ccd78aafcc8db55c603798d7cf68a60ea 05:07:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:26 #7 exporting config sha256:372d0c2c709b3437c886fab0e101cb8ccd78aafcc8db55c603798d7cf68a60ea done 05:07:26 #7 exporting manifest sha256:c27122521784b13b4bbaed65ccc6772958b6ae1ae2090fddd696fc96446bd1ec done 05:07:26 #7 exporting config sha256:801239113370a8724c6dc85ad2b5967e9a96f7aa75eb583305ad7d07d2721b1d done 05:07:26 #7 exporting manifest list sha256:b7f57b3c9f002932afed915a32f3f82b398e64d767ffef4d108fad0e961b084c done 05:07:26 #7 pushing layers 0.0s done 05:07:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:b7f57b3c9f002932afed915a32f3f82b398e64d767ffef4d108fad0e961b084c 0.1s done 05:07:26 #7 DONE 0.1s 05:07:26 05:07:26 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 05:07:26 #8 DONE 0.0s 05:07:26 05:07:26 1 warning found (use --debug to expand): 05:07:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 05:07:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 05:07:26 #1 [internal] load build definition from Dockerfile 05:07:26 #1 transferring dockerfile: 170B done 05:07:26 #1 DONE 0.0s 05:07:26 05:07:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 05:07:26 #2 DONE 0.0s 05:07:26 05:07:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 05:07:26 #3 DONE 0.0s 05:07:26 05:07:26 #4 [internal] load .dockerignore 05:07:26 #4 transferring context: 2B done 05:07:26 #4 DONE 0.0s 05:07:26 05:07:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:5dae90e417b7fef402fabaeb093248f595fd5ccfb51f88ca64a7379d3815c26d 05:07:26 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:5dae90e417b7fef402fabaeb093248f595fd5ccfb51f88ca64a7379d3815c26d 0.0s done 05:07:26 #5 DONE 0.0s 05:07:26 05:07:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:5dae90e417b7fef402fabaeb093248f595fd5ccfb51f88ca64a7379d3815c26d 05:07:26 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:5dae90e417b7fef402fabaeb093248f595fd5ccfb51f88ca64a7379d3815c26d 0.0s done 05:07:26 #6 CACHED 05:07:26 05:07:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:5dae90e417b7fef402fabaeb093248f595fd5ccfb51f88ca64a7379d3815c26d 05:07:26 #5 CACHED 05:07:26 05:07:26 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 05:07:26 #7 DONE 0.0s 05:07:26 05:07:26 #8 exporting to image 05:07:26 #8 exporting layers done 05:07:26 #8 exporting manifest sha256:8366ba6ab38f6c739940152827445f14f61d636331c6934d817f5d0a53385836 done 05:07:26 #8 exporting config sha256:372d0c2c709b3437c886fab0e101cb8ccd78aafcc8db55c603798d7cf68a60ea done 05:07:26 #8 exporting manifest sha256:c27122521784b13b4bbaed65ccc6772958b6ae1ae2090fddd696fc96446bd1ec done 05:07:26 #8 exporting config sha256:801239113370a8724c6dc85ad2b5967e9a96f7aa75eb583305ad7d07d2721b1d done 05:07:26 #8 exporting manifest list sha256:b7f57b3c9f002932afed915a32f3f82b398e64d767ffef4d108fad0e961b084c done 05:07:26 #8 pushing layers 0.0s done 05:07:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:b7f57b3c9f002932afed915a32f3f82b398e64d767ffef4d108fad0e961b084c 0.1s done 05:07:26 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:26 #8 DONE 0.1s 05:07:26 05:07:26 1 warning found (use --debug to expand): 05:07:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5' 05:07:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5 --push - 05:07:27 #1 [internal] load build definition from Dockerfile 05:07:27 #1 transferring dockerfile: 204B done 05:07:27 #1 DONE 0.0s 05:07:27 05:07:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:27 #2 DONE 0.0s 05:07:27 05:07:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:27 #3 DONE 0.0s 05:07:27 05:07:27 #4 [internal] load .dockerignore 05:07:27 #4 transferring context: 2B done 05:07:27 #4 DONE 0.0s 05:07:27 05:07:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:991dda750f5e12fc7f1bc56a0c2cfe30f144120b7ef271e2af962af5fdfab3bf 05:07:27 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:991dda750f5e12fc7f1bc56a0c2cfe30f144120b7ef271e2af962af5fdfab3bf done 05:07:27 #5 DONE 0.0s 05:07:27 05:07:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:991dda750f5e12fc7f1bc56a0c2cfe30f144120b7ef271e2af962af5fdfab3bf 05:07:27 #6 DONE 0.0s 05:07:27 05:07:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:991dda750f5e12fc7f1bc56a0c2cfe30f144120b7ef271e2af962af5fdfab3bf 05:07:27 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:991dda750f5e12fc7f1bc56a0c2cfe30f144120b7ef271e2af962af5fdfab3bf done 05:07:27 #5 DONE 0.1s 05:07:27 05:07:27 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 05:07:27 #7 DONE 0.0s 05:07:27 05:07:27 #8 exporting to image 05:07:27 #8 exporting layers done 05:07:27 #8 exporting manifest sha256:349d9e2486505f9a35cb1a217d565b9307d5802360c47ebbb41cd732284f379c 0.0s done 05:07:27 #8 exporting config sha256:72419e95d5c588c1f68310c338efce222dc55b02526a7113d70b9ecc9856f46e done 05:07:27 #8 exporting manifest sha256:72f1c76202dc6e827a1ad440b653c8577ce51d08b4e3ef54b8036402f529ffa4 done 05:07:27 #8 exporting config sha256:c1cf19b45e20ca929e387a5ca50fd336871dacd1d84271f1d3baedba08402787 done 05:07:27 #8 exporting manifest list sha256:21b0fbd159843b5740875ced257f51afaf37b3e8da62acf42870846f1605cf80 done 05:07:27 #8 pushing layers 0.1s done 05:07:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:21b0fbd159843b5740875ced257f51afaf37b3e8da62acf42870846f1605cf80 05:07:27 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:21b0fbd159843b5740875ced257f51afaf37b3e8da62acf42870846f1605cf80 0.1s done 05:07:27 #8 DONE 0.2s 05:07:27 05:07:27 1 warning found (use --debug to expand): 05:07:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 05:07:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 05:07:28 #1 [internal] load build definition from Dockerfile 05:07:28 #1 transferring dockerfile: 170B done 05:07:28 #1 DONE 0.0s 05:07:28 05:07:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 05:07:28 #2 DONE 0.0s 05:07:28 05:07:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 05:07:28 #3 DONE 0.0s 05:07:28 05:07:28 #4 [internal] load .dockerignore 05:07:28 #4 transferring context: 2B done 05:07:28 #4 DONE 0.0s 05:07:28 05:07:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:991dda750f5e12fc7f1bc56a0c2cfe30f144120b7ef271e2af962af5fdfab3bf 05:07:28 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:991dda750f5e12fc7f1bc56a0c2cfe30f144120b7ef271e2af962af5fdfab3bf done 05:07:28 #5 CACHED 05:07:28 05:07:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:991dda750f5e12fc7f1bc56a0c2cfe30f144120b7ef271e2af962af5fdfab3bf 05:07:28 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:991dda750f5e12fc7f1bc56a0c2cfe30f144120b7ef271e2af962af5fdfab3bf 0.0s done 05:07:28 #6 CACHED 05:07:28 05:07:28 #7 exporting to image 05:07:28 #7 exporting layers done 05:07:28 #7 exporting manifest sha256:349d9e2486505f9a35cb1a217d565b9307d5802360c47ebbb41cd732284f379c done 05:07:28 #7 exporting config sha256:72419e95d5c588c1f68310c338efce222dc55b02526a7113d70b9ecc9856f46e done 05:07:28 #7 exporting manifest sha256:72f1c76202dc6e827a1ad440b653c8577ce51d08b4e3ef54b8036402f529ffa4 done 05:07:28 #7 exporting config sha256:c1cf19b45e20ca929e387a5ca50fd336871dacd1d84271f1d3baedba08402787 done 05:07:28 #7 exporting manifest list sha256:21b0fbd159843b5740875ced257f51afaf37b3e8da62acf42870846f1605cf80 done 05:07:28 #7 pushing layers 0.0s done 05:07:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:21b0fbd159843b5740875ced257f51afaf37b3e8da62acf42870846f1605cf80 05:07:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:21b0fbd159843b5740875ced257f51afaf37b3e8da62acf42870846f1605cf80 0.1s done 05:07:28 #7 DONE 0.1s 05:07:28 05:07:28 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 05:07:28 #8 DONE 0.0s 05:07:28 05:07:28 1 warning found (use --debug to expand): 05:07:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.17' 05:07:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.17 --push - 05:07:28 #1 [internal] load build definition from Dockerfile 05:07:28 #1 transferring dockerfile: 176B done 05:07:28 #1 DONE 0.0s 05:07:28 05:07:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.17 05:07:28 #2 DONE 0.0s 05:07:28 05:07:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.17 05:07:28 #3 DONE 0.0s 05:07:28 05:07:28 #4 [internal] load .dockerignore 05:07:28 #4 transferring context: 2B done 05:07:28 #4 DONE 0.0s 05:07:28 05:07:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.17@sha256:991dda750f5e12fc7f1bc56a0c2cfe30f144120b7ef271e2af962af5fdfab3bf 05:07:28 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.17@sha256:991dda750f5e12fc7f1bc56a0c2cfe30f144120b7ef271e2af962af5fdfab3bf done 05:07:28 #5 CACHED 05:07:28 05:07:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.17@sha256:991dda750f5e12fc7f1bc56a0c2cfe30f144120b7ef271e2af962af5fdfab3bf 05:07:28 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.17@sha256:991dda750f5e12fc7f1bc56a0c2cfe30f144120b7ef271e2af962af5fdfab3bf done 05:07:28 #6 CACHED 05:07:28 05:07:28 #7 exporting to image 05:07:28 #7 exporting layers done 05:07:28 #7 exporting manifest sha256:349d9e2486505f9a35cb1a217d565b9307d5802360c47ebbb41cd732284f379c done 05:07:28 #7 exporting config sha256:72419e95d5c588c1f68310c338efce222dc55b02526a7113d70b9ecc9856f46e done 05:07:28 #7 exporting manifest sha256:72f1c76202dc6e827a1ad440b653c8577ce51d08b4e3ef54b8036402f529ffa4 done 05:07:28 #7 exporting config sha256:c1cf19b45e20ca929e387a5ca50fd336871dacd1d84271f1d3baedba08402787 done 05:07:28 #7 exporting manifest list sha256:21b0fbd159843b5740875ced257f51afaf37b3e8da62acf42870846f1605cf80 done 05:07:28 #7 pushing layers 0.0s done 05:07:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.17@sha256:21b0fbd159843b5740875ced257f51afaf37b3e8da62acf42870846f1605cf80 05:07:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.17@sha256:21b0fbd159843b5740875ced257f51afaf37b3e8da62acf42870846f1605cf80 0.1s done 05:07:28 #7 DONE 0.1s 05:07:28 05:07:28 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 05:07:28 #8 DONE 0.0s 05:07:28 05:07:28 1 warning found (use --debug to expand): 05:07:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 --push - 05:07:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17' 05:07:29 #1 [internal] load build definition from Dockerfile 05:07:29 #1 transferring dockerfile: 217B done 05:07:29 #1 DONE 0.0s 05:07:29 05:07:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:29 #2 DONE 0.0s 05:07:29 05:07:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:29 #3 DONE 0.0s 05:07:29 05:07:29 #4 [internal] load .dockerignore 05:07:29 #4 transferring context: 2B done 05:07:29 #4 DONE 0.0s 05:07:29 05:07:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:991dda750f5e12fc7f1bc56a0c2cfe30f144120b7ef271e2af962af5fdfab3bf 05:07:29 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:991dda750f5e12fc7f1bc56a0c2cfe30f144120b7ef271e2af962af5fdfab3bf 0.0s done 05:07:29 #5 CACHED 05:07:29 05:07:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:991dda750f5e12fc7f1bc56a0c2cfe30f144120b7ef271e2af962af5fdfab3bf 05:07:29 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:991dda750f5e12fc7f1bc56a0c2cfe30f144120b7ef271e2af962af5fdfab3bf 0.0s done 05:07:29 #6 CACHED 05:07:29 05:07:29 #7 exporting to image 05:07:29 #7 exporting layers done 05:07:29 #7 exporting manifest sha256:349d9e2486505f9a35cb1a217d565b9307d5802360c47ebbb41cd732284f379c done 05:07:29 #7 exporting config sha256:72419e95d5c588c1f68310c338efce222dc55b02526a7113d70b9ecc9856f46e done 05:07:29 #7 exporting manifest sha256:72f1c76202dc6e827a1ad440b653c8577ce51d08b4e3ef54b8036402f529ffa4 done 05:07:29 #7 exporting config sha256:c1cf19b45e20ca929e387a5ca50fd336871dacd1d84271f1d3baedba08402787 done 05:07:29 #7 exporting manifest list sha256:21b0fbd159843b5740875ced257f51afaf37b3e8da62acf42870846f1605cf80 05:07:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:29 #7 exporting manifest list sha256:21b0fbd159843b5740875ced257f51afaf37b3e8da62acf42870846f1605cf80 done 05:07:29 #7 pushing layers 0.0s done 05:07:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:21b0fbd159843b5740875ced257f51afaf37b3e8da62acf42870846f1605cf80 0.1s done 05:07:29 #7 DONE 0.1s 05:07:29 05:07:29 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 05:07:29 #8 DONE 0.0s 05:07:29 05:07:29 1 warning found (use --debug to expand): 05:07:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 05:07:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 05:07:29 #1 [internal] load build definition from Dockerfile 05:07:29 #1 transferring dockerfile: 168B done 05:07:29 #1 DONE 0.0s 05:07:29 05:07:29 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 05:07:29 #2 DONE 0.0s 05:07:29 05:07:29 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 05:07:29 #3 DONE 0.0s 05:07:29 05:07:29 #4 [internal] load .dockerignore 05:07:29 #4 transferring context: 2B done 05:07:29 #4 DONE 0.0s 05:07:29 05:07:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:991dda750f5e12fc7f1bc56a0c2cfe30f144120b7ef271e2af962af5fdfab3bf 05:07:29 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:991dda750f5e12fc7f1bc56a0c2cfe30f144120b7ef271e2af962af5fdfab3bf done 05:07:29 #5 CACHED 05:07:29 05:07:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:991dda750f5e12fc7f1bc56a0c2cfe30f144120b7ef271e2af962af5fdfab3bf 05:07:29 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:991dda750f5e12fc7f1bc56a0c2cfe30f144120b7ef271e2af962af5fdfab3bf 0.0s done 05:07:29 #6 CACHED 05:07:29 05:07:29 #7 exporting to image 05:07:29 #7 exporting layers done 05:07:29 #7 exporting manifest sha256:349d9e2486505f9a35cb1a217d565b9307d5802360c47ebbb41cd732284f379c done 05:07:29 #7 exporting config sha256:72419e95d5c588c1f68310c338efce222dc55b02526a7113d70b9ecc9856f46e done 05:07:29 #7 exporting manifest sha256:72f1c76202dc6e827a1ad440b653c8577ce51d08b4e3ef54b8036402f529ffa4 done 05:07:29 #7 exporting config sha256:c1cf19b45e20ca929e387a5ca50fd336871dacd1d84271f1d3baedba08402787 done 05:07:29 #7 exporting manifest list sha256:21b0fbd159843b5740875ced257f51afaf37b3e8da62acf42870846f1605cf80 done 05:07:29 #7 pushing layers 0.0s done 05:07:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:21b0fbd159843b5740875ced257f51afaf37b3e8da62acf42870846f1605cf80 05:07:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:21b0fbd159843b5740875ced257f51afaf37b3e8da62acf42870846f1605cf80 0.1s done 05:07:29 #7 DONE 0.1s 05:07:29 05:07:29 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 05:07:29 #8 DONE 0.0s 05:07:29 05:07:29 1 warning found (use --debug to expand): 05:07:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5' 05:07:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5 --push - 05:07:30 #1 [internal] load build definition from Dockerfile 05:07:30 #1 transferring dockerfile: 205B done 05:07:30 #1 DONE 0.0s 05:07:30 05:07:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:30 #2 DONE 0.0s 05:07:30 05:07:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:30 #3 DONE 0.1s 05:07:30 05:07:30 #4 [internal] load .dockerignore 05:07:30 #4 transferring context: 2B done 05:07:30 #4 DONE 0.0s 05:07:30 05:07:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:4ae5c5aaedd7c14a78f840a068621c52dc22ef1e6bb39c73c4308c15312bb7d4 05:07:30 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:4ae5c5aaedd7c14a78f840a068621c52dc22ef1e6bb39c73c4308c15312bb7d4 0.0s done 05:07:30 #5 DONE 0.0s 05:07:30 05:07:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:4ae5c5aaedd7c14a78f840a068621c52dc22ef1e6bb39c73c4308c15312bb7d4 05:07:30 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:4ae5c5aaedd7c14a78f840a068621c52dc22ef1e6bb39c73c4308c15312bb7d4 0.0s done 05:07:30 #6 DONE 0.1s 05:07:30 05:07:30 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 05:07:30 #7 DONE 0.0s 05:07:30 05:07:30 #8 exporting to image 05:07:30 #8 exporting layers done 05:07:30 #8 exporting manifest sha256:ec9830cd35d36ff6bdbf1013bb07d5a21d920ab095159246d2d2998827d847e2 done 05:07:30 #8 exporting config sha256:2fd505057c95ef25b20d1250d21916f8f4cbdd2793374c52b59a0a1c2aefc4d7 done 05:07:30 #8 exporting manifest sha256:733455f0796f6da1e17d7501fd3b4433bf1af03cc2db815521911da0b97d83c4 done 05:07:30 #8 exporting config sha256:ee34410c40a91b79ae303942b148df6ca53a0da260d185b761bbd1f23dd1cee2 done 05:07:30 #8 exporting manifest list sha256:32159d58e759253bdae74b940cbc337c68b9ccfc9000b6641bde8d49ed00a4c7 done 05:07:30 #8 pushing layers 0.1s done 05:07:30 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:32159d58e759253bdae74b940cbc337c68b9ccfc9000b6641bde8d49ed00a4c7 05:07:30 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:30 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:32159d58e759253bdae74b940cbc337c68b9ccfc9000b6641bde8d49ed00a4c7 0.1s done 05:07:30 #8 DONE 0.2s 05:07:30 05:07:30 1 warning found (use --debug to expand): 05:07:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 05:07:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 05:07:30 #1 [internal] load build definition from Dockerfile 05:07:30 #1 transferring dockerfile: 171B done 05:07:30 #1 DONE 0.0s 05:07:30 05:07:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 05:07:30 #2 DONE 0.0s 05:07:30 05:07:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 05:07:30 #3 DONE 0.0s 05:07:30 05:07:30 #4 [internal] load .dockerignore 05:07:30 #4 transferring context: 2B done 05:07:30 #4 DONE 0.0s 05:07:30 05:07:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:4ae5c5aaedd7c14a78f840a068621c52dc22ef1e6bb39c73c4308c15312bb7d4 05:07:30 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:4ae5c5aaedd7c14a78f840a068621c52dc22ef1e6bb39c73c4308c15312bb7d4 0.0s done 05:07:30 #5 CACHED 05:07:30 05:07:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:4ae5c5aaedd7c14a78f840a068621c52dc22ef1e6bb39c73c4308c15312bb7d4 05:07:31 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:4ae5c5aaedd7c14a78f840a068621c52dc22ef1e6bb39c73c4308c15312bb7d4 0.0s done 05:07:31 #6 CACHED 05:07:31 05:07:31 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 05:07:31 #7 DONE 0.0s 05:07:31 05:07:31 #8 exporting to image 05:07:31 #8 exporting layers done 05:07:31 #8 exporting manifest sha256:ec9830cd35d36ff6bdbf1013bb07d5a21d920ab095159246d2d2998827d847e2 done 05:07:31 #8 exporting config sha256:2fd505057c95ef25b20d1250d21916f8f4cbdd2793374c52b59a0a1c2aefc4d7 done 05:07:31 #8 exporting manifest sha256:733455f0796f6da1e17d7501fd3b4433bf1af03cc2db815521911da0b97d83c4 done 05:07:31 #8 exporting config sha256:ee34410c40a91b79ae303942b148df6ca53a0da260d185b761bbd1f23dd1cee2 done 05:07:31 #8 exporting manifest list sha256:32159d58e759253bdae74b940cbc337c68b9ccfc9000b6641bde8d49ed00a4c7 done 05:07:31 #8 pushing layers 0.0s done 05:07:31 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:32159d58e759253bdae74b940cbc337c68b9ccfc9000b6641bde8d49ed00a4c7 0.1s done 05:07:31 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:31 #8 DONE 0.1s 05:07:31 05:07:31 1 warning found (use --debug to expand): 05:07:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.17' 05:07:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.17 --push - 05:07:31 #1 [internal] load build definition from Dockerfile 05:07:31 #1 transferring dockerfile: 177B done 05:07:31 #1 DONE 0.0s 05:07:31 05:07:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.17 05:07:31 #2 DONE 0.0s 05:07:31 05:07:31 #3 [internal] load .dockerignore 05:07:31 #3 transferring context: 2B done 05:07:31 #3 DONE 0.0s 05:07:31 05:07:31 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.17 05:07:31 #4 DONE 0.0s 05:07:31 05:07:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.17@sha256:4ae5c5aaedd7c14a78f840a068621c52dc22ef1e6bb39c73c4308c15312bb7d4 05:07:31 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.17@sha256:4ae5c5aaedd7c14a78f840a068621c52dc22ef1e6bb39c73c4308c15312bb7d4 done 05:07:31 #5 CACHED 05:07:31 05:07:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.17@sha256:4ae5c5aaedd7c14a78f840a068621c52dc22ef1e6bb39c73c4308c15312bb7d4 05:07:31 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.17@sha256:4ae5c5aaedd7c14a78f840a068621c52dc22ef1e6bb39c73c4308c15312bb7d4 0.0s done 05:07:31 #6 CACHED 05:07:31 05:07:31 #7 exporting to image 05:07:31 #7 exporting layers done 05:07:31 #7 exporting manifest sha256:ec9830cd35d36ff6bdbf1013bb07d5a21d920ab095159246d2d2998827d847e2 done 05:07:31 #7 exporting config sha256:2fd505057c95ef25b20d1250d21916f8f4cbdd2793374c52b59a0a1c2aefc4d7 done 05:07:31 #7 exporting manifest sha256:733455f0796f6da1e17d7501fd3b4433bf1af03cc2db815521911da0b97d83c4 done 05:07:31 #7 exporting config sha256:ee34410c40a91b79ae303942b148df6ca53a0da260d185b761bbd1f23dd1cee2 done 05:07:31 #7 exporting manifest list sha256:32159d58e759253bdae74b940cbc337c68b9ccfc9000b6641bde8d49ed00a4c7 done 05:07:31 #7 pushing layers 0.0s done 05:07:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.17@sha256:32159d58e759253bdae74b940cbc337c68b9ccfc9000b6641bde8d49ed00a4c7 05:07:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.17@sha256:32159d58e759253bdae74b940cbc337c68b9ccfc9000b6641bde8d49ed00a4c7 0.1s done 05:07:31 #7 DONE 0.1s 05:07:31 05:07:31 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 05:07:31 #8 DONE 0.0s 05:07:31 05:07:31 1 warning found (use --debug to expand): 05:07:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17' 05:07:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 --push - 05:07:31 #1 [internal] load build definition from Dockerfile 05:07:31 #1 transferring dockerfile: 218B done 05:07:31 #1 DONE 0.0s 05:07:31 05:07:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:31 #2 DONE 0.0s 05:07:31 05:07:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:31 #3 DONE 0.0s 05:07:31 05:07:31 #4 [internal] load .dockerignore 05:07:31 #4 transferring context: 2B done 05:07:31 #4 DONE 0.0s 05:07:31 05:07:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:4ae5c5aaedd7c14a78f840a068621c52dc22ef1e6bb39c73c4308c15312bb7d4 05:07:31 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:4ae5c5aaedd7c14a78f840a068621c52dc22ef1e6bb39c73c4308c15312bb7d4 done 05:07:31 #5 DONE 0.0s 05:07:31 05:07:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:4ae5c5aaedd7c14a78f840a068621c52dc22ef1e6bb39c73c4308c15312bb7d4 05:07:32 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:4ae5c5aaedd7c14a78f840a068621c52dc22ef1e6bb39c73c4308c15312bb7d4 done 05:07:32 #6 CACHED 05:07:32 05:07:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:4ae5c5aaedd7c14a78f840a068621c52dc22ef1e6bb39c73c4308c15312bb7d4 05:07:32 #5 CACHED 05:07:32 05:07:32 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 05:07:32 #7 DONE 0.0s 05:07:32 05:07:32 #8 exporting to image 05:07:32 #8 exporting layers done 05:07:32 #8 exporting manifest sha256:ec9830cd35d36ff6bdbf1013bb07d5a21d920ab095159246d2d2998827d847e2 done 05:07:32 #8 exporting config sha256:2fd505057c95ef25b20d1250d21916f8f4cbdd2793374c52b59a0a1c2aefc4d7 done 05:07:32 #8 exporting manifest sha256:733455f0796f6da1e17d7501fd3b4433bf1af03cc2db815521911da0b97d83c4 done 05:07:32 #8 exporting config sha256:ee34410c40a91b79ae303942b148df6ca53a0da260d185b761bbd1f23dd1cee2 done 05:07:32 #8 exporting manifest list sha256:32159d58e759253bdae74b940cbc337c68b9ccfc9000b6641bde8d49ed00a4c7 done 05:07:32 #8 pushing layers 0.0s done 05:07:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:32159d58e759253bdae74b940cbc337c68b9ccfc9000b6641bde8d49ed00a4c7 0.1s done 05:07:32 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:32 #8 DONE 0.1s 05:07:32 05:07:32 1 warning found (use --debug to expand): 05:07:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 05:07:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 05:07:32 #1 [internal] load build definition from Dockerfile 05:07:32 #1 transferring dockerfile: 169B done 05:07:32 #1 DONE 0.0s 05:07:32 05:07:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 05:07:32 #2 DONE 0.0s 05:07:32 05:07:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 05:07:32 #3 DONE 0.0s 05:07:32 05:07:32 #4 [internal] load .dockerignore 05:07:32 #4 transferring context: 2B done 05:07:32 #4 DONE 0.0s 05:07:32 05:07:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:4ae5c5aaedd7c14a78f840a068621c52dc22ef1e6bb39c73c4308c15312bb7d4 05:07:32 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:4ae5c5aaedd7c14a78f840a068621c52dc22ef1e6bb39c73c4308c15312bb7d4 0.0s done 05:07:32 #5 CACHED 05:07:32 05:07:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:4ae5c5aaedd7c14a78f840a068621c52dc22ef1e6bb39c73c4308c15312bb7d4 05:07:32 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:4ae5c5aaedd7c14a78f840a068621c52dc22ef1e6bb39c73c4308c15312bb7d4 0.0s done 05:07:32 #6 CACHED 05:07:32 05:07:32 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 05:07:32 #7 DONE 0.0s 05:07:32 05:07:32 #8 exporting to image 05:07:32 #8 exporting layers done 05:07:32 #8 exporting manifest sha256:ec9830cd35d36ff6bdbf1013bb07d5a21d920ab095159246d2d2998827d847e2 done 05:07:32 #8 exporting config sha256:2fd505057c95ef25b20d1250d21916f8f4cbdd2793374c52b59a0a1c2aefc4d7 done 05:07:32 #8 exporting manifest sha256:733455f0796f6da1e17d7501fd3b4433bf1af03cc2db815521911da0b97d83c4 done 05:07:32 #8 exporting config sha256:ee34410c40a91b79ae303942b148df6ca53a0da260d185b761bbd1f23dd1cee2 done 05:07:32 #8 exporting manifest list sha256:32159d58e759253bdae74b940cbc337c68b9ccfc9000b6641bde8d49ed00a4c7 done 05:07:32 #8 pushing layers 0.0s done 05:07:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:32159d58e759253bdae74b940cbc337c68b9ccfc9000b6641bde8d49ed00a4c7 0.1s done 05:07:32 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:32 #8 DONE 0.1s 05:07:32 05:07:32 1 warning found (use --debug to expand): 05:07:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:de361d4afd6299834d6ef4551c1682f9151c31c5' 05:07:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:de361d4afd6299834d6ef4551c1682f9151c31c5 --push - 05:07:33 #1 [internal] load build definition from Dockerfile 05:07:33 #1 transferring dockerfile: 211B done 05:07:33 #1 DONE 0.0s 05:07:33 05:07:33 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:33 #2 DONE 0.0s 05:07:33 05:07:33 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:33 #3 DONE 0.0s 05:07:33 05:07:33 #4 [internal] load .dockerignore 05:07:33 #4 transferring context: 2B done 05:07:33 #4 DONE 0.0s 05:07:33 05:07:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:567545cebd9221513061417ae4a271a3bd5f70c3a0e6809605470b561d4af4d4 05:07:33 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:567545cebd9221513061417ae4a271a3bd5f70c3a0e6809605470b561d4af4d4 0.0s done 05:07:33 #5 DONE 0.0s 05:07:33 05:07:33 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:567545cebd9221513061417ae4a271a3bd5f70c3a0e6809605470b561d4af4d4 05:07:33 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:567545cebd9221513061417ae4a271a3bd5f70c3a0e6809605470b561d4af4d4 0.0s done 05:07:33 #6 DONE 0.1s 05:07:33 05:07:33 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 05:07:33 #7 DONE 0.0s 05:07:33 05:07:33 #8 exporting to image 05:07:33 #8 exporting layers done 05:07:33 #8 exporting manifest sha256:cb9eb810ed436fcfaf5ad3dff4a0811a4d1256ec8ee1a66ceadfe31221ced431 done 05:07:33 #8 exporting config sha256:16bccce4514feae1f4da8e00da500bb983ddd06a9003e3b220c63c4a09b5bef3 done 05:07:33 #8 exporting manifest sha256:24f6a9cec29bb271f8f931e9266c229193c5418761b79009eb155e0055898d67 done 05:07:33 #8 exporting config sha256:aa855a8dffb46c3c49e32d3b5e67d431f1f14fbd175683a9299de440249665e6 done 05:07:33 #8 exporting manifest list sha256:59ddce06c4daefcf5b0eab2dc39a288d45e63e9fedc9a8d9fa956ca64dfc83ac done 05:07:33 #8 pushing layers 0.1s done 05:07:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:59ddce06c4daefcf5b0eab2dc39a288d45e63e9fedc9a8d9fa956ca64dfc83ac 05:07:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:59ddce06c4daefcf5b0eab2dc39a288d45e63e9fedc9a8d9fa956ca64dfc83ac 0.1s done 05:07:33 #8 DONE 0.2s 05:07:33 05:07:33 1 warning found (use --debug to expand): 05:07:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 05:07:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 05:07:33 #1 [internal] load build definition from Dockerfile 05:07:33 #1 transferring dockerfile: 177B done 05:07:33 #1 DONE 0.0s 05:07:33 05:07:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 05:07:33 #2 DONE 0.0s 05:07:33 05:07:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 05:07:33 #3 DONE 0.0s 05:07:33 05:07:33 #4 [internal] load .dockerignore 05:07:33 #4 transferring context: 2B done 05:07:33 #4 DONE 0.0s 05:07:33 05:07:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:567545cebd9221513061417ae4a271a3bd5f70c3a0e6809605470b561d4af4d4 05:07:33 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:567545cebd9221513061417ae4a271a3bd5f70c3a0e6809605470b561d4af4d4 0.0s done 05:07:33 #5 CACHED 05:07:33 05:07:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:567545cebd9221513061417ae4a271a3bd5f70c3a0e6809605470b561d4af4d4 05:07:33 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:567545cebd9221513061417ae4a271a3bd5f70c3a0e6809605470b561d4af4d4 0.0s done 05:07:33 #6 CACHED 05:07:33 05:07:33 #7 exporting to image 05:07:33 #7 exporting layers 05:07:33 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:34 #7 exporting layers done 05:07:34 #7 exporting manifest sha256:cb9eb810ed436fcfaf5ad3dff4a0811a4d1256ec8ee1a66ceadfe31221ced431 done 05:07:34 #7 exporting config sha256:16bccce4514feae1f4da8e00da500bb983ddd06a9003e3b220c63c4a09b5bef3 done 05:07:34 #7 exporting manifest sha256:24f6a9cec29bb271f8f931e9266c229193c5418761b79009eb155e0055898d67 done 05:07:34 #7 exporting config sha256:aa855a8dffb46c3c49e32d3b5e67d431f1f14fbd175683a9299de440249665e6 done 05:07:34 #7 exporting manifest list sha256:59ddce06c4daefcf5b0eab2dc39a288d45e63e9fedc9a8d9fa956ca64dfc83ac done 05:07:34 #7 pushing layers 0.0s done 05:07:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:59ddce06c4daefcf5b0eab2dc39a288d45e63e9fedc9a8d9fa956ca64dfc83ac 0.1s done 05:07:34 #7 DONE 0.1s 05:07:34 05:07:34 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 05:07:34 #8 DONE 0.0s 05:07:34 05:07:34 1 warning found (use --debug to expand): 05:07:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.17' 05:07:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.17 --push - 05:07:34 #1 [internal] load build definition from Dockerfile 05:07:34 #1 transferring dockerfile: 183B done 05:07:34 #1 DONE 0.0s 05:07:34 05:07:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.17 05:07:34 #2 DONE 0.0s 05:07:34 05:07:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.17 05:07:34 #3 DONE 0.0s 05:07:34 05:07:34 #4 [internal] load .dockerignore 05:07:34 #4 transferring context: 2B done 05:07:34 #4 DONE 0.0s 05:07:34 05:07:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.17@sha256:567545cebd9221513061417ae4a271a3bd5f70c3a0e6809605470b561d4af4d4 05:07:34 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.17@sha256:567545cebd9221513061417ae4a271a3bd5f70c3a0e6809605470b561d4af4d4 done 05:07:34 #5 CACHED 05:07:34 05:07:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.17@sha256:567545cebd9221513061417ae4a271a3bd5f70c3a0e6809605470b561d4af4d4 05:07:34 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.17@sha256:567545cebd9221513061417ae4a271a3bd5f70c3a0e6809605470b561d4af4d4 0.0s done 05:07:34 #6 CACHED 05:07:34 05:07:34 #7 exporting to image 05:07:34 #7 exporting layers done 05:07:34 #7 exporting manifest sha256:cb9eb810ed436fcfaf5ad3dff4a0811a4d1256ec8ee1a66ceadfe31221ced431 done 05:07:34 #7 exporting config sha256:16bccce4514feae1f4da8e00da500bb983ddd06a9003e3b220c63c4a09b5bef3 done 05:07:34 #7 exporting manifest sha256:24f6a9cec29bb271f8f931e9266c229193c5418761b79009eb155e0055898d67 done 05:07:34 #7 exporting config sha256:aa855a8dffb46c3c49e32d3b5e67d431f1f14fbd175683a9299de440249665e6 done 05:07:34 #7 exporting manifest list sha256:59ddce06c4daefcf5b0eab2dc39a288d45e63e9fedc9a8d9fa956ca64dfc83ac done 05:07:34 #7 pushing layers 05:07:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:34 #7 pushing layers 0.0s done 05:07:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.17@sha256:59ddce06c4daefcf5b0eab2dc39a288d45e63e9fedc9a8d9fa956ca64dfc83ac 0.1s done 05:07:34 #7 DONE 0.1s 05:07:34 05:07:34 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 05:07:34 #8 DONE 0.0s 05:07:34 05:07:34 1 warning found (use --debug to expand): 05:07:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 --push - 05:07:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17' 05:07:35 #1 [internal] load build definition from Dockerfile 05:07:35 #1 transferring dockerfile: 224B done 05:07:35 #1 DONE 0.0s 05:07:35 05:07:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:35 #2 DONE 0.0s 05:07:35 05:07:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:35 #3 DONE 0.0s 05:07:35 05:07:35 #4 [internal] load .dockerignore 05:07:35 #4 transferring context: 2B done 05:07:35 #4 DONE 0.0s 05:07:35 05:07:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:567545cebd9221513061417ae4a271a3bd5f70c3a0e6809605470b561d4af4d4 05:07:35 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:567545cebd9221513061417ae4a271a3bd5f70c3a0e6809605470b561d4af4d4 done 05:07:35 #5 CACHED 05:07:35 05:07:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:567545cebd9221513061417ae4a271a3bd5f70c3a0e6809605470b561d4af4d4 05:07:35 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:567545cebd9221513061417ae4a271a3bd5f70c3a0e6809605470b561d4af4d4 0.0s done 05:07:35 #6 CACHED 05:07:35 05:07:35 #7 exporting to image 05:07:35 #7 exporting layers done 05:07:35 #7 exporting manifest sha256:cb9eb810ed436fcfaf5ad3dff4a0811a4d1256ec8ee1a66ceadfe31221ced431 done 05:07:35 #7 exporting config sha256:16bccce4514feae1f4da8e00da500bb983ddd06a9003e3b220c63c4a09b5bef3 done 05:07:35 #7 exporting manifest sha256:24f6a9cec29bb271f8f931e9266c229193c5418761b79009eb155e0055898d67 done 05:07:35 #7 exporting config sha256:aa855a8dffb46c3c49e32d3b5e67d431f1f14fbd175683a9299de440249665e6 done 05:07:35 #7 exporting manifest list sha256:59ddce06c4daefcf5b0eab2dc39a288d45e63e9fedc9a8d9fa956ca64dfc83ac done 05:07:35 #7 pushing layers 05:07:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:35 #7 pushing layers 0.0s done 05:07:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:59ddce06c4daefcf5b0eab2dc39a288d45e63e9fedc9a8d9fa956ca64dfc83ac 0.1s done 05:07:35 #7 DONE 0.1s 05:07:35 05:07:35 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 05:07:35 #8 DONE 0.0s 05:07:35 05:07:35 1 warning found (use --debug to expand): 05:07:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 05:07:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 05:07:35 #1 [internal] load build definition from Dockerfile 05:07:35 #1 transferring dockerfile: 175B done 05:07:35 #1 DONE 0.0s 05:07:35 05:07:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 05:07:35 #2 DONE 0.0s 05:07:35 05:07:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 05:07:35 #3 DONE 0.0s 05:07:35 05:07:35 #4 [internal] load .dockerignore 05:07:35 #4 transferring context: 2B done 05:07:35 #4 DONE 0.0s 05:07:35 05:07:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:567545cebd9221513061417ae4a271a3bd5f70c3a0e6809605470b561d4af4d4 05:07:35 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:567545cebd9221513061417ae4a271a3bd5f70c3a0e6809605470b561d4af4d4 done 05:07:35 #5 CACHED 05:07:35 05:07:35 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:567545cebd9221513061417ae4a271a3bd5f70c3a0e6809605470b561d4af4d4 05:07:35 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:567545cebd9221513061417ae4a271a3bd5f70c3a0e6809605470b561d4af4d4 0.0s done 05:07:35 #6 CACHED 05:07:35 05:07:35 #7 exporting to image 05:07:35 #7 exporting layers done 05:07:35 #7 exporting manifest sha256:cb9eb810ed436fcfaf5ad3dff4a0811a4d1256ec8ee1a66ceadfe31221ced431 done 05:07:35 #7 exporting config sha256:16bccce4514feae1f4da8e00da500bb983ddd06a9003e3b220c63c4a09b5bef3 done 05:07:35 #7 exporting manifest sha256:24f6a9cec29bb271f8f931e9266c229193c5418761b79009eb155e0055898d67 done 05:07:35 #7 exporting config sha256:aa855a8dffb46c3c49e32d3b5e67d431f1f14fbd175683a9299de440249665e6 05:07:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:35 #7 exporting config sha256:aa855a8dffb46c3c49e32d3b5e67d431f1f14fbd175683a9299de440249665e6 done 05:07:35 #7 exporting manifest list sha256:59ddce06c4daefcf5b0eab2dc39a288d45e63e9fedc9a8d9fa956ca64dfc83ac done 05:07:35 #7 pushing layers 0.0s done 05:07:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:59ddce06c4daefcf5b0eab2dc39a288d45e63e9fedc9a8d9fa956ca64dfc83ac 0.1s done 05:07:35 #7 DONE 0.1s 05:07:35 05:07:35 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 05:07:35 #8 DONE 0.0s 05:07:35 05:07:35 1 warning found (use --debug to expand): 05:07:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5 --push - 05:07:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5' 05:07:36 #1 [internal] load build definition from Dockerfile 05:07:36 #1 transferring dockerfile: 215B done 05:07:36 #1 DONE 0.0s 05:07:36 05:07:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:36 #2 DONE 0.0s 05:07:36 05:07:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:36 #3 DONE 0.0s 05:07:36 05:07:36 #4 [internal] load .dockerignore 05:07:36 #4 transferring context: 2B done 05:07:36 #4 DONE 0.0s 05:07:36 05:07:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:32d6644f8dabb3bb6d569efa2b706e858d3518cc32653399606f11a39c067de0 05:07:36 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:32d6644f8dabb3bb6d569efa2b706e858d3518cc32653399606f11a39c067de0 05:07:36 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:32d6644f8dabb3bb6d569efa2b706e858d3518cc32653399606f11a39c067de0 0.0s done 05:07:36 #5 DONE 0.1s 05:07:36 05:07:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:32d6644f8dabb3bb6d569efa2b706e858d3518cc32653399606f11a39c067de0 05:07:36 #6 DONE 0.0s 05:07:36 05:07:36 #7 exporting to image 05:07:36 #7 exporting layers done 05:07:36 #7 exporting manifest sha256:ddc9485238c9f11e29c8b3994a7cbaaedc1cbec9c4a7cb94dd92a6f2c6fba764 done 05:07:36 #7 exporting config sha256:c3c647b0e33df5e7df85709868e329b36237805b048170e05657dee8c284f854 done 05:07:36 #7 exporting manifest sha256:f77cf902b89d19842e9a9933eff858ccceb4a6a54caf04189db07a6ce4738105 done 05:07:36 #7 exporting config sha256:a2a08565e333f2ddd8eb9b00563b3e762b8cd791864380949b4b4d7309b475e8 05:07:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:36 #7 ... 05:07:36 05:07:36 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 05:07:36 #8 DONE 0.0s 05:07:36 05:07:36 #7 exporting to image 05:07:36 #7 exporting config sha256:a2a08565e333f2ddd8eb9b00563b3e762b8cd791864380949b4b4d7309b475e8 done 05:07:36 #7 exporting manifest list sha256:54fbe023593594fd4fa53d210d2dba0de54ceb901cc45ada8d90d4591b53a7e7 done 05:07:36 #7 pushing layers 0.1s done 05:07:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:54fbe023593594fd4fa53d210d2dba0de54ceb901cc45ada8d90d4591b53a7e7 05:07:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:54fbe023593594fd4fa53d210d2dba0de54ceb901cc45ada8d90d4591b53a7e7 0.1s done 05:07:36 #7 DONE 0.2s 05:07:36 05:07:36 1 warning found (use --debug to expand): 05:07:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 05:07:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 05:07:37 #1 [internal] load build definition from Dockerfile 05:07:37 #1 transferring dockerfile: 181B done 05:07:37 #1 DONE 0.0s 05:07:37 05:07:37 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 05:07:37 #2 DONE 0.0s 05:07:37 05:07:37 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 05:07:37 #3 DONE 0.0s 05:07:37 05:07:37 #4 [internal] load .dockerignore 05:07:37 #4 transferring context: 2B done 05:07:37 #4 DONE 0.0s 05:07:37 05:07:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:32d6644f8dabb3bb6d569efa2b706e858d3518cc32653399606f11a39c067de0 05:07:37 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:32d6644f8dabb3bb6d569efa2b706e858d3518cc32653399606f11a39c067de0 05:07:37 #5 ... 05:07:37 05:07:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:32d6644f8dabb3bb6d569efa2b706e858d3518cc32653399606f11a39c067de0 05:07:37 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:32d6644f8dabb3bb6d569efa2b706e858d3518cc32653399606f11a39c067de0 0.0s done 05:07:37 #6 CACHED 05:07:37 05:07:37 #7 exporting to image 05:07:37 #7 exporting layers done 05:07:37 #7 exporting manifest sha256:ddc9485238c9f11e29c8b3994a7cbaaedc1cbec9c4a7cb94dd92a6f2c6fba764 done 05:07:37 #7 exporting config sha256:c3c647b0e33df5e7df85709868e329b36237805b048170e05657dee8c284f854 done 05:07:37 #7 exporting manifest sha256:f77cf902b89d19842e9a9933eff858ccceb4a6a54caf04189db07a6ce4738105 05:07:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:37 #7 exporting manifest sha256:f77cf902b89d19842e9a9933eff858ccceb4a6a54caf04189db07a6ce4738105 done 05:07:37 #7 exporting config sha256:a2a08565e333f2ddd8eb9b00563b3e762b8cd791864380949b4b4d7309b475e8 done 05:07:37 #7 exporting manifest list sha256:54fbe023593594fd4fa53d210d2dba0de54ceb901cc45ada8d90d4591b53a7e7 done 05:07:37 #7 pushing layers 0.0s done 05:07:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:54fbe023593594fd4fa53d210d2dba0de54ceb901cc45ada8d90d4591b53a7e7 0.1s done 05:07:37 #7 DONE 0.1s 05:07:37 05:07:37 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 05:07:37 #8 DONE 0.0s 05:07:37 05:07:37 1 warning found (use --debug to expand): 05:07:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.17' 05:07:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.17 --push - 05:07:37 #1 [internal] load build definition from Dockerfile 05:07:37 #1 transferring dockerfile: 187B done 05:07:37 #1 DONE 0.0s 05:07:37 05:07:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.17 05:07:37 #2 DONE 0.0s 05:07:37 05:07:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.17 05:07:37 #3 DONE 0.0s 05:07:37 05:07:37 #4 [internal] load .dockerignore 05:07:37 #4 transferring context: 2B done 05:07:37 #4 DONE 0.0s 05:07:37 05:07:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.17@sha256:32d6644f8dabb3bb6d569efa2b706e858d3518cc32653399606f11a39c067de0 05:07:37 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.17@sha256:32d6644f8dabb3bb6d569efa2b706e858d3518cc32653399606f11a39c067de0 0.0s done 05:07:37 #5 CACHED 05:07:37 05:07:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.17@sha256:32d6644f8dabb3bb6d569efa2b706e858d3518cc32653399606f11a39c067de0 05:07:37 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.17@sha256:32d6644f8dabb3bb6d569efa2b706e858d3518cc32653399606f11a39c067de0 0.0s done 05:07:37 #6 CACHED 05:07:37 05:07:37 #7 exporting to image 05:07:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:37 #7 exporting layers done 05:07:37 #7 exporting manifest sha256:ddc9485238c9f11e29c8b3994a7cbaaedc1cbec9c4a7cb94dd92a6f2c6fba764 done 05:07:37 #7 exporting config sha256:c3c647b0e33df5e7df85709868e329b36237805b048170e05657dee8c284f854 0.0s done 05:07:37 #7 exporting manifest sha256:f77cf902b89d19842e9a9933eff858ccceb4a6a54caf04189db07a6ce4738105 done 05:07:37 #7 exporting config sha256:a2a08565e333f2ddd8eb9b00563b3e762b8cd791864380949b4b4d7309b475e8 done 05:07:37 #7 exporting manifest list sha256:54fbe023593594fd4fa53d210d2dba0de54ceb901cc45ada8d90d4591b53a7e7 done 05:07:37 #7 pushing layers 0.0s done 05:07:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.17@sha256:54fbe023593594fd4fa53d210d2dba0de54ceb901cc45ada8d90d4591b53a7e7 0.1s done 05:07:37 #7 DONE 0.1s 05:07:37 05:07:37 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 05:07:37 #8 DONE 0.0s 05:07:37 05:07:37 1 warning found (use --debug to expand): 05:07:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 --push - 05:07:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17' 05:07:38 #1 [internal] load build definition from Dockerfile 05:07:38 #1 transferring dockerfile: 228B done 05:07:38 #1 DONE 0.0s 05:07:38 05:07:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:38 #2 DONE 0.0s 05:07:38 05:07:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:38 #3 DONE 0.0s 05:07:38 05:07:38 #4 [internal] load .dockerignore 05:07:38 #4 transferring context: 2B done 05:07:38 #4 DONE 0.0s 05:07:38 05:07:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:32d6644f8dabb3bb6d569efa2b706e858d3518cc32653399606f11a39c067de0 05:07:38 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:32d6644f8dabb3bb6d569efa2b706e858d3518cc32653399606f11a39c067de0 0.0s done 05:07:38 #5 CACHED 05:07:38 05:07:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:32d6644f8dabb3bb6d569efa2b706e858d3518cc32653399606f11a39c067de0 05:07:38 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:32d6644f8dabb3bb6d569efa2b706e858d3518cc32653399606f11a39c067de0 0.0s done 05:07:38 #6 CACHED 05:07:38 05:07:38 #7 exporting to image 05:07:38 #7 exporting layers done 05:07:38 #7 exporting manifest sha256:ddc9485238c9f11e29c8b3994a7cbaaedc1cbec9c4a7cb94dd92a6f2c6fba764 done 05:07:38 #7 exporting config sha256:c3c647b0e33df5e7df85709868e329b36237805b048170e05657dee8c284f854 done 05:07:38 #7 exporting manifest sha256:f77cf902b89d19842e9a9933eff858ccceb4a6a54caf04189db07a6ce4738105 done 05:07:38 #7 exporting config sha256:a2a08565e333f2ddd8eb9b00563b3e762b8cd791864380949b4b4d7309b475e8 done 05:07:38 #7 exporting manifest list sha256:54fbe023593594fd4fa53d210d2dba0de54ceb901cc45ada8d90d4591b53a7e7 done 05:07:38 #7 pushing layers 0.0s done 05:07:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:54fbe023593594fd4fa53d210d2dba0de54ceb901cc45ada8d90d4591b53a7e7 05:07:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:54fbe023593594fd4fa53d210d2dba0de54ceb901cc45ada8d90d4591b53a7e7 0.1s done 05:07:38 #7 DONE 0.1s 05:07:38 05:07:38 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 05:07:38 #8 DONE 0.0s 05:07:38 05:07:38 1 warning found (use --debug to expand): 05:07:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 05:07:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 05:07:38 #1 [internal] load build definition from Dockerfile 05:07:38 #1 transferring dockerfile: 179B done 05:07:38 #1 DONE 0.1s 05:07:38 05:07:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 05:07:38 #2 DONE 0.1s 05:07:38 05:07:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 05:07:38 #3 DONE 0.1s 05:07:38 05:07:38 #4 [internal] load .dockerignore 05:07:38 #4 transferring context: 2B done 05:07:38 #4 DONE 0.0s 05:07:38 05:07:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:32d6644f8dabb3bb6d569efa2b706e858d3518cc32653399606f11a39c067de0 05:07:38 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:32d6644f8dabb3bb6d569efa2b706e858d3518cc32653399606f11a39c067de0 0.1s done 05:07:38 #5 DONE 0.1s 05:07:38 05:07:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:32d6644f8dabb3bb6d569efa2b706e858d3518cc32653399606f11a39c067de0 05:07:39 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:32d6644f8dabb3bb6d569efa2b706e858d3518cc32653399606f11a39c067de0 0.0s done 05:07:39 #6 CACHED 05:07:39 05:07:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:32d6644f8dabb3bb6d569efa2b706e858d3518cc32653399606f11a39c067de0 05:07:39 #5 CACHED 05:07:39 05:07:39 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 05:07:39 #7 DONE 0.0s 05:07:39 05:07:39 #8 exporting to image 05:07:39 #8 exporting layers done 05:07:39 #8 exporting manifest sha256:ddc9485238c9f11e29c8b3994a7cbaaedc1cbec9c4a7cb94dd92a6f2c6fba764 done 05:07:39 #8 exporting config sha256:c3c647b0e33df5e7df85709868e329b36237805b048170e05657dee8c284f854 done 05:07:39 #8 exporting manifest sha256:f77cf902b89d19842e9a9933eff858ccceb4a6a54caf04189db07a6ce4738105 done 05:07:39 #8 exporting config sha256:a2a08565e333f2ddd8eb9b00563b3e762b8cd791864380949b4b4d7309b475e8 done 05:07:39 #8 exporting manifest list sha256:54fbe023593594fd4fa53d210d2dba0de54ceb901cc45ada8d90d4591b53a7e7 done 05:07:39 #8 pushing layers 0.0s done 05:07:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:54fbe023593594fd4fa53d210d2dba0de54ceb901cc45ada8d90d4591b53a7e7 0.1s done 05:07:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:39 #8 DONE 0.1s 05:07:39 05:07:39 1 warning found (use --debug to expand): 05:07:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:de361d4afd6299834d6ef4551c1682f9151c31c5' 05:07:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:de361d4afd6299834d6ef4551c1682f9151c31c5 --push - 05:07:39 #1 [internal] load build definition from Dockerfile 05:07:39 #1 transferring dockerfile: 205B done 05:07:39 #1 DONE 0.0s 05:07:39 05:07:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:39 #2 DONE 0.0s 05:07:39 05:07:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:39 #3 DONE 0.1s 05:07:39 05:07:39 #4 [internal] load .dockerignore 05:07:39 #4 transferring context: 2B done 05:07:39 #4 DONE 0.0s 05:07:39 05:07:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:9a930fa511e3ee25d732c06071a12510ede3352999a2d0ebd39bc22464a2a772 05:07:39 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:9a930fa511e3ee25d732c06071a12510ede3352999a2d0ebd39bc22464a2a772 0.0s done 05:07:39 #5 DONE 0.0s 05:07:39 05:07:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:9a930fa511e3ee25d732c06071a12510ede3352999a2d0ebd39bc22464a2a772 05:07:39 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:9a930fa511e3ee25d732c06071a12510ede3352999a2d0ebd39bc22464a2a772 0.0s done 05:07:39 #6 DONE 0.2s 05:07:39 05:07:39 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 05:07:39 #7 DONE 0.0s 05:07:39 05:07:39 #8 exporting to image 05:07:39 #8 exporting layers done 05:07:39 #8 exporting manifest sha256:2c8e773b5ceb9d8c4cf84b4807e945a404c2306ffa805f25858889614fc242c8 0.0s done 05:07:39 #8 exporting config sha256:d848386f72ade65ad5aae1be852200cb623ba92c2af52061e57dcb79db1fec43 0.0s done 05:07:39 #8 exporting manifest sha256:94998cce866a8bd90dd2e0d22c8ea4557758b965c50759a64584520f4319f4ae 0.0s done 05:07:39 #8 exporting config sha256:ffb8b7c07050c27cd56dc2a406bfb3529e0aa7a20cfe6ad25a8d68fdfc3799df done 05:07:39 #8 exporting manifest list sha256:197882f16674a8df65d8806c339569ab2d0d699bc98d7a0d5ee514145900d208 done 05:07:39 #8 pushing layers 05:07:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:40 #8 pushing layers 0.1s done 05:07:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:197882f16674a8df65d8806c339569ab2d0d699bc98d7a0d5ee514145900d208 0.1s done 05:07:40 #8 DONE 0.2s 05:07:40 05:07:40 1 warning found (use --debug to expand): 05:07:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 05:07:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 05:07:40 #1 [internal] load build definition from Dockerfile 05:07:40 #1 transferring dockerfile: 171B done 05:07:40 #1 DONE 0.0s 05:07:40 05:07:40 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 05:07:40 #2 DONE 0.0s 05:07:40 05:07:40 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 05:07:40 #3 DONE 0.0s 05:07:40 05:07:40 #4 [internal] load .dockerignore 05:07:40 #4 transferring context: 2B done 05:07:40 #4 DONE 0.0s 05:07:40 05:07:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9a930fa511e3ee25d732c06071a12510ede3352999a2d0ebd39bc22464a2a772 05:07:40 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9a930fa511e3ee25d732c06071a12510ede3352999a2d0ebd39bc22464a2a772 0.1s done 05:07:40 #5 DONE 0.1s 05:07:40 05:07:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9a930fa511e3ee25d732c06071a12510ede3352999a2d0ebd39bc22464a2a772 05:07:41 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9a930fa511e3ee25d732c06071a12510ede3352999a2d0ebd39bc22464a2a772 0.1s done 05:07:41 #6 CACHED 05:07:41 05:07:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9a930fa511e3ee25d732c06071a12510ede3352999a2d0ebd39bc22464a2a772 05:07:41 #5 CACHED 05:07:41 05:07:41 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 05:07:41 #7 DONE 0.0s 05:07:41 05:07:41 #8 exporting to image 05:07:41 #8 exporting layers done 05:07:41 #8 exporting manifest sha256:2c8e773b5ceb9d8c4cf84b4807e945a404c2306ffa805f25858889614fc242c8 0.0s done 05:07:41 #8 exporting config sha256:d848386f72ade65ad5aae1be852200cb623ba92c2af52061e57dcb79db1fec43 done 05:07:41 #8 exporting manifest sha256:94998cce866a8bd90dd2e0d22c8ea4557758b965c50759a64584520f4319f4ae 0.0s done 05:07:41 #8 exporting config sha256:ffb8b7c07050c27cd56dc2a406bfb3529e0aa7a20cfe6ad25a8d68fdfc3799df done 05:07:41 #8 exporting manifest list sha256:197882f16674a8df65d8806c339569ab2d0d699bc98d7a0d5ee514145900d208 done 05:07:41 #8 pushing layers 0.0s done 05:07:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:197882f16674a8df65d8806c339569ab2d0d699bc98d7a0d5ee514145900d208 05:07:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:197882f16674a8df65d8806c339569ab2d0d699bc98d7a0d5ee514145900d208 0.1s done 05:07:41 #8 DONE 0.1s 05:07:41 05:07:41 1 warning found (use --debug to expand): 05:07:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.17' 05:07:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.17 --push - 05:07:41 #1 [internal] load build definition from Dockerfile 05:07:41 #1 transferring dockerfile: 177B done 05:07:41 #1 DONE 0.0s 05:07:41 05:07:41 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.17 05:07:41 #2 DONE 0.0s 05:07:41 05:07:41 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.17 05:07:41 #3 DONE 0.1s 05:07:41 05:07:41 #4 [internal] load .dockerignore 05:07:41 #4 transferring context: 2B done 05:07:41 #4 DONE 0.1s 05:07:41 05:07:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.17@sha256:9a930fa511e3ee25d732c06071a12510ede3352999a2d0ebd39bc22464a2a772 05:07:41 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.17@sha256:9a930fa511e3ee25d732c06071a12510ede3352999a2d0ebd39bc22464a2a772 0.0s done 05:07:41 #5 CACHED 05:07:41 05:07:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.17@sha256:9a930fa511e3ee25d732c06071a12510ede3352999a2d0ebd39bc22464a2a772 05:07:41 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.17@sha256:9a930fa511e3ee25d732c06071a12510ede3352999a2d0ebd39bc22464a2a772 0.0s done 05:07:41 #6 CACHED 05:07:41 05:07:41 #7 exporting to image 05:07:41 #7 exporting layers done 05:07:41 #7 exporting manifest sha256:2c8e773b5ceb9d8c4cf84b4807e945a404c2306ffa805f25858889614fc242c8 done 05:07:41 #7 exporting config sha256:d848386f72ade65ad5aae1be852200cb623ba92c2af52061e57dcb79db1fec43 done 05:07:41 #7 exporting manifest sha256:94998cce866a8bd90dd2e0d22c8ea4557758b965c50759a64584520f4319f4ae done 05:07:41 #7 exporting config sha256:ffb8b7c07050c27cd56dc2a406bfb3529e0aa7a20cfe6ad25a8d68fdfc3799df done 05:07:41 #7 exporting manifest list sha256:197882f16674a8df65d8806c339569ab2d0d699bc98d7a0d5ee514145900d208 done 05:07:41 #7 pushing layers 0.0s done 05:07:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.17@sha256:197882f16674a8df65d8806c339569ab2d0d699bc98d7a0d5ee514145900d208 05:07:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.17@sha256:197882f16674a8df65d8806c339569ab2d0d699bc98d7a0d5ee514145900d208 0.1s done 05:07:42 #7 DONE 0.1s 05:07:42 05:07:42 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 05:07:42 #8 DONE 0.0s 05:07:42 05:07:42 1 warning found (use --debug to expand): 05:07:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17' 05:07:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 --push - 05:07:42 #1 [internal] load build definition from Dockerfile 05:07:42 #1 transferring dockerfile: 218B done 05:07:42 #1 DONE 0.0s 05:07:42 05:07:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:42 #2 DONE 0.0s 05:07:42 05:07:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:42 #3 DONE 0.0s 05:07:42 05:07:42 #4 [internal] load .dockerignore 05:07:42 #4 transferring context: 2B done 05:07:42 #4 DONE 0.0s 05:07:42 05:07:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:9a930fa511e3ee25d732c06071a12510ede3352999a2d0ebd39bc22464a2a772 05:07:42 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:9a930fa511e3ee25d732c06071a12510ede3352999a2d0ebd39bc22464a2a772 0.0s done 05:07:42 #5 CACHED 05:07:42 05:07:42 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:9a930fa511e3ee25d732c06071a12510ede3352999a2d0ebd39bc22464a2a772 05:07:42 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:9a930fa511e3ee25d732c06071a12510ede3352999a2d0ebd39bc22464a2a772 0.0s done 05:07:42 #6 CACHED 05:07:42 05:07:42 #7 exporting to image 05:07:42 #7 exporting layers done 05:07:42 #7 exporting manifest sha256:2c8e773b5ceb9d8c4cf84b4807e945a404c2306ffa805f25858889614fc242c8 done 05:07:42 #7 exporting config sha256:d848386f72ade65ad5aae1be852200cb623ba92c2af52061e57dcb79db1fec43 done 05:07:42 #7 exporting manifest sha256:94998cce866a8bd90dd2e0d22c8ea4557758b965c50759a64584520f4319f4ae done 05:07:42 #7 exporting config sha256:ffb8b7c07050c27cd56dc2a406bfb3529e0aa7a20cfe6ad25a8d68fdfc3799df done 05:07:42 #7 exporting manifest list sha256:197882f16674a8df65d8806c339569ab2d0d699bc98d7a0d5ee514145900d208 done 05:07:42 #7 pushing layers 0.0s done 05:07:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:197882f16674a8df65d8806c339569ab2d0d699bc98d7a0d5ee514145900d208 05:07:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:197882f16674a8df65d8806c339569ab2d0d699bc98d7a0d5ee514145900d208 0.1s done 05:07:42 #7 DONE 0.1s 05:07:42 05:07:42 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 05:07:42 #8 DONE 0.0s 05:07:42 05:07:42 1 warning found (use --debug to expand): 05:07:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 05:07:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 05:07:43 #1 [internal] load build definition from Dockerfile 05:07:43 #1 transferring dockerfile: 169B done 05:07:43 #1 DONE 0.0s 05:07:43 05:07:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 05:07:43 #2 DONE 0.0s 05:07:43 05:07:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 05:07:43 #3 DONE 0.0s 05:07:43 05:07:43 #4 [internal] load .dockerignore 05:07:43 #4 transferring context: 05:07:43 #4 transferring context: 2B done 05:07:43 #4 DONE 0.0s 05:07:43 05:07:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9a930fa511e3ee25d732c06071a12510ede3352999a2d0ebd39bc22464a2a772 05:07:43 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9a930fa511e3ee25d732c06071a12510ede3352999a2d0ebd39bc22464a2a772 0.0s done 05:07:43 #5 CACHED 05:07:43 05:07:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9a930fa511e3ee25d732c06071a12510ede3352999a2d0ebd39bc22464a2a772 05:07:43 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9a930fa511e3ee25d732c06071a12510ede3352999a2d0ebd39bc22464a2a772 0.0s done 05:07:43 #6 CACHED 05:07:43 05:07:43 #7 exporting to image 05:07:43 #7 exporting layers done 05:07:43 #7 exporting manifest sha256:2c8e773b5ceb9d8c4cf84b4807e945a404c2306ffa805f25858889614fc242c8 done 05:07:43 #7 exporting config sha256:d848386f72ade65ad5aae1be852200cb623ba92c2af52061e57dcb79db1fec43 done 05:07:43 #7 exporting manifest sha256:94998cce866a8bd90dd2e0d22c8ea4557758b965c50759a64584520f4319f4ae done 05:07:43 #7 exporting config sha256:ffb8b7c07050c27cd56dc2a406bfb3529e0aa7a20cfe6ad25a8d68fdfc3799df done 05:07:43 #7 exporting manifest list sha256:197882f16674a8df65d8806c339569ab2d0d699bc98d7a0d5ee514145900d208 done 05:07:43 #7 pushing layers 0.0s done 05:07:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:197882f16674a8df65d8806c339569ab2d0d699bc98d7a0d5ee514145900d208 05:07:43 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:197882f16674a8df65d8806c339569ab2d0d699bc98d7a0d5ee514145900d208 0.1s done 05:07:43 #7 DONE 0.1s 05:07:43 05:07:43 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 05:07:43 #8 DONE 0.0s 05:07:43 05:07:43 1 warning found (use --debug to expand): 05:07:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5' 05:07:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5 --push - 05:07:44 #1 [internal] load build definition from Dockerfile 05:07:44 #1 transferring dockerfile: 206B done 05:07:44 #1 DONE 0.0s 05:07:44 05:07:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:44 #2 DONE 0.0s 05:07:44 05:07:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:44 #3 DONE 0.1s 05:07:44 05:07:44 #4 [internal] load .dockerignore 05:07:44 #4 transferring context: 2B done 05:07:44 #4 DONE 0.0s 05:07:44 05:07:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:11bbab76e45a7210a4cd840a00e5076b1fb4af7726616ba136f00d8abf91bf0c 05:07:44 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:11bbab76e45a7210a4cd840a00e5076b1fb4af7726616ba136f00d8abf91bf0c 0.0s done 05:07:44 #5 DONE 0.0s 05:07:44 05:07:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:11bbab76e45a7210a4cd840a00e5076b1fb4af7726616ba136f00d8abf91bf0c 05:07:44 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:11bbab76e45a7210a4cd840a00e5076b1fb4af7726616ba136f00d8abf91bf0c 0.0s done 05:07:44 #6 DONE 0.0s 05:07:44 05:07:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:11bbab76e45a7210a4cd840a00e5076b1fb4af7726616ba136f00d8abf91bf0c 05:07:44 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:11bbab76e45a7210a4cd840a00e5076b1fb4af7726616ba136f00d8abf91bf0c 0.0s done 05:07:44 #5 DONE 0.1s 05:07:44 05:07:44 #7 exporting to image 05:07:44 #7 exporting layers done 05:07:44 #7 exporting manifest sha256:7b9b08e44f38d9c674a3c61d80108817f9a6dd57eb07effa2002b66b87792251 0.0s done 05:07:44 #7 exporting config sha256:53b0ca61c21600102dae43d12ec0cd77a3ba30bbc305c8054c09592d3b074c41 05:07:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:44 #7 ... 05:07:44 05:07:44 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 05:07:44 #8 DONE 0.0s 05:07:44 05:07:44 #7 exporting to image 05:07:44 #7 exporting config sha256:53b0ca61c21600102dae43d12ec0cd77a3ba30bbc305c8054c09592d3b074c41 done 05:07:44 #7 exporting manifest sha256:990b0db64b572040ab929c4a7dd20429aea84b6ddc2ee0d5934b76974361a97a done 05:07:44 #7 exporting config sha256:471fdd52473a6ce82568cafb9ae04e3a591a915964326e0f7ac7db5f2422aa15 done 05:07:44 #7 exporting manifest list sha256:a05472edc3e78306a5ed151217cf8fcacfc9d2c6d49baa6a5130235c16200264 done 05:07:44 #7 pushing layers 0.1s done 05:07:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:a05472edc3e78306a5ed151217cf8fcacfc9d2c6d49baa6a5130235c16200264 05:07:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:a05472edc3e78306a5ed151217cf8fcacfc9d2c6d49baa6a5130235c16200264 0.1s done 05:07:44 #7 DONE 0.2s 05:07:44 05:07:44 1 warning found (use --debug to expand): 05:07:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 05:07:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 05:07:44 #1 [internal] load build definition from Dockerfile 05:07:44 #1 transferring dockerfile: 172B done 05:07:44 #1 DONE 0.0s 05:07:44 05:07:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 05:07:44 #2 DONE 0.0s 05:07:44 05:07:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 05:07:44 #3 DONE 0.0s 05:07:44 05:07:44 #4 [internal] load .dockerignore 05:07:44 #4 transferring context: 2B done 05:07:44 #4 DONE 0.0s 05:07:44 05:07:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:11bbab76e45a7210a4cd840a00e5076b1fb4af7726616ba136f00d8abf91bf0c 05:07:44 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:11bbab76e45a7210a4cd840a00e5076b1fb4af7726616ba136f00d8abf91bf0c done 05:07:44 #5 CACHED 05:07:44 05:07:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:11bbab76e45a7210a4cd840a00e5076b1fb4af7726616ba136f00d8abf91bf0c 05:07:44 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:11bbab76e45a7210a4cd840a00e5076b1fb4af7726616ba136f00d8abf91bf0c 0.0s done 05:07:44 #6 CACHED 05:07:44 05:07:44 #7 exporting to image 05:07:44 #7 exporting layers 05:07:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:45 #7 exporting layers done 05:07:45 #7 exporting manifest sha256:7b9b08e44f38d9c674a3c61d80108817f9a6dd57eb07effa2002b66b87792251 done 05:07:45 #7 exporting config sha256:53b0ca61c21600102dae43d12ec0cd77a3ba30bbc305c8054c09592d3b074c41 done 05:07:45 #7 exporting manifest sha256:990b0db64b572040ab929c4a7dd20429aea84b6ddc2ee0d5934b76974361a97a done 05:07:45 #7 exporting config sha256:471fdd52473a6ce82568cafb9ae04e3a591a915964326e0f7ac7db5f2422aa15 done 05:07:45 #7 exporting manifest list sha256:a05472edc3e78306a5ed151217cf8fcacfc9d2c6d49baa6a5130235c16200264 done 05:07:45 #7 pushing layers 0.0s done 05:07:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:a05472edc3e78306a5ed151217cf8fcacfc9d2c6d49baa6a5130235c16200264 0.1s done 05:07:45 #7 DONE 0.1s 05:07:45 05:07:45 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 05:07:45 #8 DONE 0.0s 05:07:45 05:07:45 1 warning found (use --debug to expand): 05:07:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.17' 05:07:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.17 --push - 05:07:45 #1 [internal] load build definition from Dockerfile 05:07:45 #1 transferring dockerfile: 178B done 05:07:45 #1 DONE 0.0s 05:07:45 05:07:45 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.17 05:07:45 #2 DONE 0.0s 05:07:45 05:07:45 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.17 05:07:45 #3 DONE 0.0s 05:07:45 05:07:45 #4 [internal] load .dockerignore 05:07:45 #4 transferring context: 2B done 05:07:45 #4 DONE 0.0s 05:07:45 05:07:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.17@sha256:11bbab76e45a7210a4cd840a00e5076b1fb4af7726616ba136f00d8abf91bf0c 05:07:45 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.17@sha256:11bbab76e45a7210a4cd840a00e5076b1fb4af7726616ba136f00d8abf91bf0c done 05:07:45 #5 CACHED 05:07:45 05:07:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.17@sha256:11bbab76e45a7210a4cd840a00e5076b1fb4af7726616ba136f00d8abf91bf0c 05:07:45 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.17@sha256:11bbab76e45a7210a4cd840a00e5076b1fb4af7726616ba136f00d8abf91bf0c done 05:07:45 #6 CACHED 05:07:45 05:07:45 #7 exporting to image 05:07:45 #7 exporting layers done 05:07:45 #7 exporting manifest sha256:7b9b08e44f38d9c674a3c61d80108817f9a6dd57eb07effa2002b66b87792251 done 05:07:45 #7 exporting config sha256:53b0ca61c21600102dae43d12ec0cd77a3ba30bbc305c8054c09592d3b074c41 done 05:07:45 #7 exporting manifest sha256:990b0db64b572040ab929c4a7dd20429aea84b6ddc2ee0d5934b76974361a97a done 05:07:45 #7 exporting config sha256:471fdd52473a6ce82568cafb9ae04e3a591a915964326e0f7ac7db5f2422aa15 done 05:07:45 #7 exporting manifest list sha256:a05472edc3e78306a5ed151217cf8fcacfc9d2c6d49baa6a5130235c16200264 done 05:07:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:45 #7 pushing layers 0.0s done 05:07:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.17@sha256:a05472edc3e78306a5ed151217cf8fcacfc9d2c6d49baa6a5130235c16200264 0.1s done 05:07:45 #7 DONE 0.1s 05:07:45 05:07:45 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 05:07:45 #8 DONE 0.0s 05:07:45 05:07:45 1 warning found (use --debug to expand): 05:07:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17' 05:07:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 --push - 05:07:45 #1 [internal] load build definition from Dockerfile 05:07:45 #1 transferring dockerfile: 219B done 05:07:45 #1 DONE 0.0s 05:07:45 05:07:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:45 #2 DONE 0.0s 05:07:45 05:07:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:45 #3 DONE 0.0s 05:07:45 05:07:45 #4 [internal] load .dockerignore 05:07:45 #4 transferring context: 2B done 05:07:45 #4 DONE 0.0s 05:07:45 05:07:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:11bbab76e45a7210a4cd840a00e5076b1fb4af7726616ba136f00d8abf91bf0c 05:07:45 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:11bbab76e45a7210a4cd840a00e5076b1fb4af7726616ba136f00d8abf91bf0c 0.0s done 05:07:45 #5 CACHED 05:07:45 05:07:45 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:11bbab76e45a7210a4cd840a00e5076b1fb4af7726616ba136f00d8abf91bf0c 05:07:45 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:11bbab76e45a7210a4cd840a00e5076b1fb4af7726616ba136f00d8abf91bf0c 0.0s done 05:07:45 #6 CACHED 05:07:45 05:07:45 #7 exporting to image 05:07:45 #7 exporting layers 05:07:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:46 #7 exporting layers done 05:07:46 #7 exporting manifest sha256:7b9b08e44f38d9c674a3c61d80108817f9a6dd57eb07effa2002b66b87792251 done 05:07:46 #7 exporting config sha256:53b0ca61c21600102dae43d12ec0cd77a3ba30bbc305c8054c09592d3b074c41 done 05:07:46 #7 exporting manifest sha256:990b0db64b572040ab929c4a7dd20429aea84b6ddc2ee0d5934b76974361a97a done 05:07:46 #7 exporting config sha256:471fdd52473a6ce82568cafb9ae04e3a591a915964326e0f7ac7db5f2422aa15 done 05:07:46 #7 exporting manifest list sha256:a05472edc3e78306a5ed151217cf8fcacfc9d2c6d49baa6a5130235c16200264 done 05:07:46 #7 pushing layers 0.0s done 05:07:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:a05472edc3e78306a5ed151217cf8fcacfc9d2c6d49baa6a5130235c16200264 0.1s done 05:07:46 #7 DONE 0.1s 05:07:46 05:07:46 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 05:07:46 #8 DONE 0.0s 05:07:46 05:07:46 1 warning found (use --debug to expand): 05:07:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 05:07:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 05:07:46 #1 [internal] load build definition from Dockerfile 05:07:46 #1 transferring dockerfile: 170B done 05:07:46 #1 DONE 0.0s 05:07:46 05:07:46 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 05:07:46 #2 DONE 0.0s 05:07:46 05:07:46 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 05:07:46 #3 DONE 0.0s 05:07:46 05:07:46 #4 [internal] load .dockerignore 05:07:46 #4 transferring context: 2B done 05:07:46 #4 DONE 0.0s 05:07:46 05:07:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:11bbab76e45a7210a4cd840a00e5076b1fb4af7726616ba136f00d8abf91bf0c 05:07:46 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:11bbab76e45a7210a4cd840a00e5076b1fb4af7726616ba136f00d8abf91bf0c done 05:07:46 #5 CACHED 05:07:46 05:07:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:11bbab76e45a7210a4cd840a00e5076b1fb4af7726616ba136f00d8abf91bf0c 05:07:46 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:11bbab76e45a7210a4cd840a00e5076b1fb4af7726616ba136f00d8abf91bf0c 0.0s done 05:07:46 #6 CACHED 05:07:46 05:07:46 #7 exporting to image 05:07:46 #7 exporting layers done 05:07:46 #7 exporting manifest sha256:7b9b08e44f38d9c674a3c61d80108817f9a6dd57eb07effa2002b66b87792251 done 05:07:46 #7 exporting config sha256:53b0ca61c21600102dae43d12ec0cd77a3ba30bbc305c8054c09592d3b074c41 done 05:07:46 #7 exporting manifest sha256:990b0db64b572040ab929c4a7dd20429aea84b6ddc2ee0d5934b76974361a97a done 05:07:46 #7 exporting config sha256:471fdd52473a6ce82568cafb9ae04e3a591a915964326e0f7ac7db5f2422aa15 done 05:07:46 #7 exporting manifest list sha256:a05472edc3e78306a5ed151217cf8fcacfc9d2c6d49baa6a5130235c16200264 done 05:07:46 #7 pushing layers 0.0s done 05:07:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:a05472edc3e78306a5ed151217cf8fcacfc9d2c6d49baa6a5130235c16200264 05:07:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:a05472edc3e78306a5ed151217cf8fcacfc9d2c6d49baa6a5130235c16200264 0.1s done 05:07:46 #7 DONE 0.1s 05:07:46 05:07:46 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 05:07:46 #8 DONE 0.0s 05:07:46 05:07:46 1 warning found (use --debug to expand): 05:07:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5 --push - 05:07:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5' 05:07:46 #1 [internal] load build definition from Dockerfile 05:07:46 #1 transferring dockerfile: 206B done 05:07:46 #1 DONE 0.0s 05:07:46 05:07:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:46 #2 DONE 0.0s 05:07:46 05:07:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:46 #3 DONE 0.1s 05:07:46 05:07:46 #4 [internal] load .dockerignore 05:07:46 #4 transferring context: 2B done 05:07:46 #4 DONE 0.0s 05:07:47 05:07:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 05:07:47 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 0.0s done 05:07:47 #5 DONE 0.0s 05:07:47 05:07:47 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 05:07:47 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 0.0s done 05:07:47 #6 DONE 0.1s 05:07:47 05:07:47 #7 exporting to image 05:07:47 #7 exporting layers 05:07:47 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:47 #7 ... 05:07:47 05:07:47 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 05:07:47 #8 DONE 0.0s 05:07:47 05:07:47 #7 exporting to image 05:07:47 #7 exporting layers done 05:07:47 #7 exporting manifest sha256:88d9bb1ffc18ba6057637f30d4b0d34ab58e0696ed71bf1f80663eb1d193c799 0.0s done 05:07:47 #7 exporting config sha256:b8b02dc9bb3ea5faca3a018da03ced64fc922bdd41819ee3f037a3f19c0f9314 done 05:07:47 #7 exporting manifest sha256:f37ee7101de7423bbb8900c27ad926169311684e4ea43749f1b3687215711eb0 done 05:07:47 #7 exporting config sha256:f1e484f37c30fdb2c8811f1285a745ec487d9f09c0bec0ec1866310d89d673fb done 05:07:47 #7 exporting manifest list sha256:deac2a1293d4a3c3e39589dcf85f6b5a7b1c2399cc86dc0961c1b68e0f781db1 done 05:07:47 #7 pushing layers 0.1s done 05:07:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:deac2a1293d4a3c3e39589dcf85f6b5a7b1c2399cc86dc0961c1b68e0f781db1 05:07:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:deac2a1293d4a3c3e39589dcf85f6b5a7b1c2399cc86dc0961c1b68e0f781db1 0.1s done 05:07:47 #7 DONE 0.2s 05:07:47 05:07:47 1 warning found (use --debug to expand): 05:07:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 05:07:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 05:07:47 #1 [internal] load build definition from Dockerfile 05:07:47 #1 transferring dockerfile: 172B done 05:07:47 #1 DONE 0.0s 05:07:47 05:07:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 05:07:47 #2 DONE 0.0s 05:07:47 05:07:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 05:07:47 #3 DONE 0.0s 05:07:47 05:07:47 #4 [internal] load .dockerignore 05:07:47 #4 transferring context: 2B done 05:07:47 #4 DONE 0.0s 05:07:47 05:07:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 05:07:47 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 0.0s done 05:07:47 #5 CACHED 05:07:47 05:07:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 05:07:47 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 0.0s done 05:07:47 #6 DONE 0.0s 05:07:48 05:07:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 05:07:48 #6 CACHED 05:07:48 05:07:48 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 05:07:48 #7 DONE 0.0s 05:07:48 05:07:48 #8 exporting to image 05:07:48 #8 exporting layers done 05:07:48 #8 exporting manifest sha256:88d9bb1ffc18ba6057637f30d4b0d34ab58e0696ed71bf1f80663eb1d193c799 done 05:07:48 #8 exporting config sha256:b8b02dc9bb3ea5faca3a018da03ced64fc922bdd41819ee3f037a3f19c0f9314 done 05:07:48 #8 exporting manifest sha256:f37ee7101de7423bbb8900c27ad926169311684e4ea43749f1b3687215711eb0 done 05:07:48 #8 exporting config sha256:f1e484f37c30fdb2c8811f1285a745ec487d9f09c0bec0ec1866310d89d673fb done 05:07:48 #8 exporting manifest list sha256:deac2a1293d4a3c3e39589dcf85f6b5a7b1c2399cc86dc0961c1b68e0f781db1 done 05:07:48 #8 pushing layers 0.0s done 05:07:48 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:deac2a1293d4a3c3e39589dcf85f6b5a7b1c2399cc86dc0961c1b68e0f781db1 0.1s done 05:07:48 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:48 #8 DONE 0.1s 05:07:48 05:07:48 1 warning found (use --debug to expand): 05:07:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.17' 05:07:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.17 --push - 05:07:48 #1 [internal] load build definition from Dockerfile 05:07:48 #1 transferring dockerfile: 178B 0.0s done 05:07:48 #1 DONE 0.0s 05:07:48 05:07:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.17 05:07:48 #2 DONE 0.0s 05:07:48 05:07:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.17 05:07:48 #3 DONE 0.0s 05:07:48 05:07:48 #4 [internal] load .dockerignore 05:07:48 #4 transferring context: 2B done 05:07:48 #4 DONE 0.0s 05:07:48 05:07:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.17@sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 05:07:48 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.17@sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 0.0s done 05:07:48 #5 DONE 0.0s 05:07:48 05:07:48 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.17@sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 05:07:48 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.17@sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 0.0s done 05:07:48 #6 CACHED 05:07:48 05:07:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.17@sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 05:07:48 #5 CACHED 05:07:48 05:07:48 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 05:07:48 #7 DONE 0.0s 05:07:48 05:07:48 #8 exporting to image 05:07:48 #8 exporting layers done 05:07:48 #8 exporting manifest sha256:88d9bb1ffc18ba6057637f30d4b0d34ab58e0696ed71bf1f80663eb1d193c799 done 05:07:48 #8 exporting config sha256:b8b02dc9bb3ea5faca3a018da03ced64fc922bdd41819ee3f037a3f19c0f9314 done 05:07:48 #8 exporting manifest sha256:f37ee7101de7423bbb8900c27ad926169311684e4ea43749f1b3687215711eb0 done 05:07:48 #8 exporting config sha256:f1e484f37c30fdb2c8811f1285a745ec487d9f09c0bec0ec1866310d89d673fb done 05:07:48 #8 exporting manifest list sha256:deac2a1293d4a3c3e39589dcf85f6b5a7b1c2399cc86dc0961c1b68e0f781db1 done 05:07:48 #8 pushing layers 0.0s done 05:07:48 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.17@sha256:deac2a1293d4a3c3e39589dcf85f6b5a7b1c2399cc86dc0961c1b68e0f781db1 0.1s done 05:07:48 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:48 #8 DONE 0.1s 05:07:48 05:07:48 1 warning found (use --debug to expand): 05:07:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17' 05:07:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 --push - 05:07:48 #1 [internal] load build definition from Dockerfile 05:07:48 #1 transferring dockerfile: 219B done 05:07:48 #1 DONE 0.0s 05:07:48 05:07:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:48 #2 DONE 0.0s 05:07:48 05:07:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:48 #3 DONE 0.0s 05:07:48 05:07:48 #4 [internal] load .dockerignore 05:07:48 #4 transferring context: 2B done 05:07:48 #4 DONE 0.0s 05:07:48 05:07:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 05:07:48 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 done 05:07:48 #5 DONE 0.0s 05:07:48 05:07:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 05:07:49 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 done 05:07:49 #6 CACHED 05:07:49 05:07:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 05:07:49 #5 CACHED 05:07:49 05:07:49 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 05:07:49 #7 DONE 0.0s 05:07:49 05:07:49 #8 exporting to image 05:07:49 #8 exporting layers done 05:07:49 #8 exporting manifest sha256:88d9bb1ffc18ba6057637f30d4b0d34ab58e0696ed71bf1f80663eb1d193c799 done 05:07:49 #8 exporting config sha256:b8b02dc9bb3ea5faca3a018da03ced64fc922bdd41819ee3f037a3f19c0f9314 done 05:07:49 #8 exporting manifest sha256:f37ee7101de7423bbb8900c27ad926169311684e4ea43749f1b3687215711eb0 done 05:07:49 #8 exporting config sha256:f1e484f37c30fdb2c8811f1285a745ec487d9f09c0bec0ec1866310d89d673fb done 05:07:49 #8 exporting manifest list sha256:deac2a1293d4a3c3e39589dcf85f6b5a7b1c2399cc86dc0961c1b68e0f781db1 done 05:07:49 #8 pushing layers 0.0s done 05:07:49 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:deac2a1293d4a3c3e39589dcf85f6b5a7b1c2399cc86dc0961c1b68e0f781db1 0.1s done 05:07:49 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:49 #8 DONE 0.1s 05:07:49 05:07:49 1 warning found (use --debug to expand): 05:07:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 05:07:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 05:07:49 #1 [internal] load build definition from Dockerfile 05:07:49 #1 transferring dockerfile: 170B done 05:07:49 #1 DONE 0.0s 05:07:49 05:07:49 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 05:07:49 #2 DONE 0.0s 05:07:49 05:07:49 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 05:07:49 #3 DONE 0.0s 05:07:49 05:07:49 #4 [internal] load .dockerignore 05:07:49 #4 transferring context: 2B done 05:07:49 #4 DONE 0.0s 05:07:49 05:07:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 05:07:49 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 05:07:49 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 0.0s done 05:07:49 #5 CACHED 05:07:49 05:07:49 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 05:07:49 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c55ff4d4731496cdbc736957870d7c23ee6ff357802f4111770d09444ea8bac4 0.0s done 05:07:49 #6 CACHED 05:07:49 05:07:49 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 05:07:49 #7 DONE 0.0s 05:07:49 05:07:49 #8 exporting to image 05:07:49 #8 exporting layers done 05:07:49 #8 exporting manifest sha256:88d9bb1ffc18ba6057637f30d4b0d34ab58e0696ed71bf1f80663eb1d193c799 done 05:07:49 #8 exporting config sha256:b8b02dc9bb3ea5faca3a018da03ced64fc922bdd41819ee3f037a3f19c0f9314 done 05:07:49 #8 exporting manifest sha256:f37ee7101de7423bbb8900c27ad926169311684e4ea43749f1b3687215711eb0 done 05:07:49 #8 exporting config sha256:f1e484f37c30fdb2c8811f1285a745ec487d9f09c0bec0ec1866310d89d673fb done 05:07:49 #8 exporting manifest list sha256:deac2a1293d4a3c3e39589dcf85f6b5a7b1c2399cc86dc0961c1b68e0f781db1 done 05:07:49 #8 pushing layers 0.0s done 05:07:49 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:deac2a1293d4a3c3e39589dcf85f6b5a7b1c2399cc86dc0961c1b68e0f781db1 0.1s done 05:07:49 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:49 #8 DONE 0.1s 05:07:49 05:07:49 1 warning found (use --debug to expand): 05:07:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5' 05:07:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5 --push - 05:07:50 #1 [internal] load build definition from Dockerfile 05:07:50 #1 transferring dockerfile: 206B done 05:07:50 #1 DONE 0.0s 05:07:50 05:07:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:50 #2 DONE 0.1s 05:07:50 05:07:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:50 #3 DONE 0.1s 05:07:50 05:07:50 #4 [internal] load .dockerignore 05:07:50 #4 transferring context: 05:07:50 #4 transferring context: 2B done 05:07:50 #4 DONE 0.0s 05:07:50 05:07:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:8b94548601c4dc4a6c631bb2c00be5ca1b973fcfd0d6ea1c71da298c28302775 05:07:50 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:8b94548601c4dc4a6c631bb2c00be5ca1b973fcfd0d6ea1c71da298c28302775 0.0s done 05:07:50 #5 DONE 0.0s 05:07:50 05:07:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:8b94548601c4dc4a6c631bb2c00be5ca1b973fcfd0d6ea1c71da298c28302775 05:07:50 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:8b94548601c4dc4a6c631bb2c00be5ca1b973fcfd0d6ea1c71da298c28302775 0.0s done 05:07:50 #6 DONE 0.1s 05:07:50 05:07:50 #7 exporting to image 05:07:50 #7 exporting layers done 05:07:50 #7 exporting manifest sha256:3b66981b6c58ef3a4860babe429505e6abbdebec94bc62db04da3dd85cf3d0fb done 05:07:50 #7 exporting config sha256:28a89bf28464081e74d300cda7b5644d39944376ade412f53d4d7e53481600ee 05:07:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:50 #7 ... 05:07:50 05:07:50 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 05:07:50 #8 DONE 0.0s 05:07:50 05:07:50 #7 exporting to image 05:07:50 #7 exporting config sha256:28a89bf28464081e74d300cda7b5644d39944376ade412f53d4d7e53481600ee done 05:07:50 #7 exporting manifest sha256:2a66636bb7c8174bb46bdbe7f1cbab2aa75bdfe8ea8528381b0122492c53879f done 05:07:50 #7 exporting config sha256:dfcd451ba4fd24262610aaf2437e9829a4f7face1d1f8d5a50d2513df455bed7 done 05:07:50 #7 exporting manifest list sha256:39c482aca188169a3a32559d8a08383d3c12c40193870f994786618dc0da820e done 05:07:50 #7 pushing layers 0.1s done 05:07:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:39c482aca188169a3a32559d8a08383d3c12c40193870f994786618dc0da820e 05:07:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:39c482aca188169a3a32559d8a08383d3c12c40193870f994786618dc0da820e 0.1s done 05:07:50 #7 DONE 0.2s 05:07:50 05:07:50 1 warning found (use --debug to expand): 05:07:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 05:07:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 05:07:50 #1 [internal] load build definition from Dockerfile 05:07:50 #1 transferring dockerfile: 172B done 05:07:50 #1 DONE 0.0s 05:07:50 05:07:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 05:07:50 #2 DONE 0.0s 05:07:50 05:07:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 05:07:50 #3 DONE 0.0s 05:07:50 05:07:50 #4 [internal] load .dockerignore 05:07:50 #4 transferring context: 2B done 05:07:50 #4 DONE 0.0s 05:07:50 05:07:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:8b94548601c4dc4a6c631bb2c00be5ca1b973fcfd0d6ea1c71da298c28302775 05:07:50 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:8b94548601c4dc4a6c631bb2c00be5ca1b973fcfd0d6ea1c71da298c28302775 0.0s done 05:07:50 #5 CACHED 05:07:50 05:07:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:8b94548601c4dc4a6c631bb2c00be5ca1b973fcfd0d6ea1c71da298c28302775 05:07:50 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:8b94548601c4dc4a6c631bb2c00be5ca1b973fcfd0d6ea1c71da298c28302775 0.0s done 05:07:50 #6 CACHED 05:07:50 05:07:50 #7 exporting to image 05:07:50 #7 exporting layers done 05:07:50 #7 exporting manifest sha256:3b66981b6c58ef3a4860babe429505e6abbdebec94bc62db04da3dd85cf3d0fb done 05:07:50 #7 exporting config sha256:28a89bf28464081e74d300cda7b5644d39944376ade412f53d4d7e53481600ee done 05:07:50 #7 exporting manifest sha256:2a66636bb7c8174bb46bdbe7f1cbab2aa75bdfe8ea8528381b0122492c53879f done 05:07:50 #7 exporting config sha256:dfcd451ba4fd24262610aaf2437e9829a4f7face1d1f8d5a50d2513df455bed7 done 05:07:50 #7 exporting manifest list sha256:39c482aca188169a3a32559d8a08383d3c12c40193870f994786618dc0da820e done 05:07:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:51 #7 pushing layers 0.0s done 05:07:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:39c482aca188169a3a32559d8a08383d3c12c40193870f994786618dc0da820e 0.1s done 05:07:51 #7 DONE 0.1s 05:07:51 05:07:51 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 05:07:51 #8 DONE 0.0s 05:07:51 05:07:51 1 warning found (use --debug to expand): 05:07:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.17' 05:07:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.17 --push - 05:07:51 #1 [internal] load build definition from Dockerfile 05:07:51 #1 transferring dockerfile: 178B done 05:07:51 #1 DONE 0.0s 05:07:51 05:07:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.17 05:07:51 #2 DONE 0.0s 05:07:51 05:07:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.17 05:07:51 #3 DONE 0.0s 05:07:51 05:07:51 #4 [internal] load .dockerignore 05:07:51 #4 transferring context: 2B done 05:07:51 #4 DONE 0.0s 05:07:51 05:07:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.17@sha256:8b94548601c4dc4a6c631bb2c00be5ca1b973fcfd0d6ea1c71da298c28302775 05:07:51 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.17@sha256:8b94548601c4dc4a6c631bb2c00be5ca1b973fcfd0d6ea1c71da298c28302775 0.0s done 05:07:51 #5 CACHED 05:07:51 05:07:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.17@sha256:8b94548601c4dc4a6c631bb2c00be5ca1b973fcfd0d6ea1c71da298c28302775 05:07:51 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.17@sha256:8b94548601c4dc4a6c631bb2c00be5ca1b973fcfd0d6ea1c71da298c28302775 0.0s done 05:07:51 #6 CACHED 05:07:51 05:07:51 #7 exporting to image 05:07:51 #7 exporting layers done 05:07:51 #7 exporting manifest sha256:3b66981b6c58ef3a4860babe429505e6abbdebec94bc62db04da3dd85cf3d0fb done 05:07:51 #7 exporting config sha256:28a89bf28464081e74d300cda7b5644d39944376ade412f53d4d7e53481600ee done 05:07:51 #7 exporting manifest sha256:2a66636bb7c8174bb46bdbe7f1cbab2aa75bdfe8ea8528381b0122492c53879f done 05:07:51 #7 exporting config sha256:dfcd451ba4fd24262610aaf2437e9829a4f7face1d1f8d5a50d2513df455bed7 done 05:07:51 #7 exporting manifest list sha256:39c482aca188169a3a32559d8a08383d3c12c40193870f994786618dc0da820e done 05:07:51 #7 pushing layers 0.0s done 05:07:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.17@sha256:39c482aca188169a3a32559d8a08383d3c12c40193870f994786618dc0da820e 05:07:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.17@sha256:39c482aca188169a3a32559d8a08383d3c12c40193870f994786618dc0da820e 0.1s done 05:07:51 #7 DONE 0.1s 05:07:51 05:07:51 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 05:07:51 #8 DONE 0.0s 05:07:51 05:07:51 1 warning found (use --debug to expand): 05:07:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 --push - 05:07:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17' 05:07:51 #1 [internal] load build definition from Dockerfile 05:07:51 #1 transferring dockerfile: 219B done 05:07:51 #1 DONE 0.0s 05:07:51 05:07:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:51 #2 DONE 0.0s 05:07:51 05:07:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:51 #3 DONE 0.0s 05:07:51 05:07:51 #4 [internal] load .dockerignore 05:07:51 #4 transferring context: 2B done 05:07:51 #4 DONE 0.0s 05:07:51 05:07:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:8b94548601c4dc4a6c631bb2c00be5ca1b973fcfd0d6ea1c71da298c28302775 05:07:51 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:8b94548601c4dc4a6c631bb2c00be5ca1b973fcfd0d6ea1c71da298c28302775 done 05:07:51 #5 CACHED 05:07:51 05:07:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:8b94548601c4dc4a6c631bb2c00be5ca1b973fcfd0d6ea1c71da298c28302775 05:07:51 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:8b94548601c4dc4a6c631bb2c00be5ca1b973fcfd0d6ea1c71da298c28302775 done 05:07:51 #6 CACHED 05:07:51 05:07:51 #7 exporting to image 05:07:51 #7 exporting layers done 05:07:51 #7 exporting manifest sha256:3b66981b6c58ef3a4860babe429505e6abbdebec94bc62db04da3dd85cf3d0fb done 05:07:51 #7 exporting config sha256:28a89bf28464081e74d300cda7b5644d39944376ade412f53d4d7e53481600ee done 05:07:51 #7 exporting manifest sha256:2a66636bb7c8174bb46bdbe7f1cbab2aa75bdfe8ea8528381b0122492c53879f done 05:07:51 #7 exporting config sha256:dfcd451ba4fd24262610aaf2437e9829a4f7face1d1f8d5a50d2513df455bed7 done 05:07:51 #7 exporting manifest list sha256:39c482aca188169a3a32559d8a08383d3c12c40193870f994786618dc0da820e done 05:07:51 #7 pushing layers 0.0s done 05:07:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:39c482aca188169a3a32559d8a08383d3c12c40193870f994786618dc0da820e 05:07:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:39c482aca188169a3a32559d8a08383d3c12c40193870f994786618dc0da820e 0.1s done 05:07:52 #7 DONE 0.1s 05:07:52 05:07:52 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 05:07:52 #8 DONE 0.0s 05:07:52 05:07:52 1 warning found (use --debug to expand): 05:07:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 05:07:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 05:07:52 #1 [internal] load build definition from Dockerfile 05:07:52 #1 transferring dockerfile: 170B done 05:07:52 #1 DONE 0.0s 05:07:52 05:07:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 05:07:52 #2 DONE 0.0s 05:07:52 05:07:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 05:07:52 #3 DONE 0.0s 05:07:52 05:07:52 #4 [internal] load .dockerignore 05:07:52 #4 transferring context: 2B done 05:07:52 #4 DONE 0.0s 05:07:52 05:07:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:8b94548601c4dc4a6c631bb2c00be5ca1b973fcfd0d6ea1c71da298c28302775 05:07:52 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:8b94548601c4dc4a6c631bb2c00be5ca1b973fcfd0d6ea1c71da298c28302775 done 05:07:52 #5 CACHED 05:07:52 05:07:52 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:8b94548601c4dc4a6c631bb2c00be5ca1b973fcfd0d6ea1c71da298c28302775 05:07:52 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:8b94548601c4dc4a6c631bb2c00be5ca1b973fcfd0d6ea1c71da298c28302775 0.0s done 05:07:52 #6 CACHED 05:07:52 05:07:52 #7 exporting to image 05:07:52 #7 exporting layers done 05:07:52 #7 exporting manifest sha256:3b66981b6c58ef3a4860babe429505e6abbdebec94bc62db04da3dd85cf3d0fb done 05:07:52 #7 exporting config sha256:28a89bf28464081e74d300cda7b5644d39944376ade412f53d4d7e53481600ee 05:07:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:52 #7 exporting config sha256:28a89bf28464081e74d300cda7b5644d39944376ade412f53d4d7e53481600ee done 05:07:52 #7 exporting manifest sha256:2a66636bb7c8174bb46bdbe7f1cbab2aa75bdfe8ea8528381b0122492c53879f done 05:07:52 #7 exporting config sha256:dfcd451ba4fd24262610aaf2437e9829a4f7face1d1f8d5a50d2513df455bed7 done 05:07:52 #7 exporting manifest list sha256:39c482aca188169a3a32559d8a08383d3c12c40193870f994786618dc0da820e done 05:07:52 #7 pushing layers 0.0s done 05:07:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:39c482aca188169a3a32559d8a08383d3c12c40193870f994786618dc0da820e 0.1s done 05:07:52 #7 DONE 0.1s 05:07:52 05:07:52 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 05:07:52 #8 DONE 0.0s 05:07:52 05:07:52 1 warning found (use --debug to expand): 05:07:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5 --push - 05:07:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5' 05:07:53 #1 [internal] load build definition from Dockerfile 05:07:53 #1 transferring dockerfile: 202B done 05:07:53 #1 DONE 0.0s 05:07:53 05:07:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:53 #2 DONE 0.0s 05:07:53 05:07:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5 05:07:53 #3 DONE 0.0s 05:07:53 05:07:53 #4 [internal] load .dockerignore 05:07:53 #4 transferring context: 2B done 05:07:53 #4 DONE 0.0s 05:07:53 05:07:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 05:07:53 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 0.0s done 05:07:53 #5 DONE 0.0s 05:07:53 05:07:53 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 05:07:53 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 0.0s done 05:07:53 #6 DONE 0.0s 05:07:53 05:07:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 05:07:53 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 0.0s done 05:07:53 #5 DONE 0.1s 05:07:53 05:07:53 #7 exporting to image 05:07:53 #7 exporting layers done 05:07:53 #7 exporting manifest sha256:dfc4d76f6da072bf263a5f24677cd385f1ec599cf739b9838dfea85fc878d6de done 05:07:53 #7 exporting config sha256:ee130bd2a83a84a589db6d7c97b8fde5426f0ef25367873630622ce7109e1ea2 done 05:07:53 #7 exporting manifest sha256:000c94f5f6308e337872ed8592ace9f82baa2b12130b37cb3196251c7a51ae40 done 05:07:53 #7 exporting config sha256:1782db342ef0a5278839ae674897091f353a4a7ec410033c2209890e3c4e98c1 done 05:07:53 #7 exporting manifest list sha256:208356ef956448e84fff13ea69e3d80a6b4e68cc11d0e405ec46336d66ea437a done 05:07:53 #7 pushing layers 05:07:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:53 #7 ... 05:07:53 05:07:53 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 05:07:53 #8 DONE 0.0s 05:07:53 05:07:53 #7 exporting to image 05:07:53 #7 pushing layers 0.1s done 05:07:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:208356ef956448e84fff13ea69e3d80a6b4e68cc11d0e405ec46336d66ea437a 05:07:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5@sha256:208356ef956448e84fff13ea69e3d80a6b4e68cc11d0e405ec46336d66ea437a 0.1s done 05:07:53 #7 DONE 0.2s 05:07:53 05:07:53 1 warning found (use --debug to expand): 05:07:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 05:07:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 05:07:53 #1 [internal] load build definition from Dockerfile 05:07:53 #1 transferring dockerfile: 168B done 05:07:53 #1 DONE 0.0s 05:07:53 05:07:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 05:07:53 #2 DONE 0.0s 05:07:53 05:07:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 05:07:53 #3 DONE 0.0s 05:07:53 05:07:53 #4 [internal] load .dockerignore 05:07:53 #4 transferring context: 2B done 05:07:53 #4 DONE 0.0s 05:07:53 05:07:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 05:07:53 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 0.0s done 05:07:53 #5 DONE 0.0s 05:07:53 05:07:53 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 05:07:54 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 0.0s done 05:07:54 #6 CACHED 05:07:54 05:07:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 05:07:54 #5 CACHED 05:07:54 05:07:54 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 05:07:54 #7 DONE 0.0s 05:07:54 05:07:54 #8 exporting to image 05:07:54 #8 exporting layers done 05:07:54 #8 exporting manifest sha256:dfc4d76f6da072bf263a5f24677cd385f1ec599cf739b9838dfea85fc878d6de done 05:07:54 #8 exporting config sha256:ee130bd2a83a84a589db6d7c97b8fde5426f0ef25367873630622ce7109e1ea2 done 05:07:54 #8 exporting manifest sha256:000c94f5f6308e337872ed8592ace9f82baa2b12130b37cb3196251c7a51ae40 done 05:07:54 #8 exporting config sha256:1782db342ef0a5278839ae674897091f353a4a7ec410033c2209890e3c4e98c1 done 05:07:54 #8 exporting manifest list sha256:208356ef956448e84fff13ea69e3d80a6b4e68cc11d0e405ec46336d66ea437a done 05:07:54 #8 pushing layers 0.0s done 05:07:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:208356ef956448e84fff13ea69e3d80a6b4e68cc11d0e405ec46336d66ea437a 0.1s done 05:07:54 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:54 #8 DONE 0.1s 05:07:54 05:07:54 1 warning found (use --debug to expand): 05:07:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.17' 05:07:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.17 --push - 05:07:54 #1 [internal] load build definition from Dockerfile 05:07:54 #1 transferring dockerfile: 174B done 05:07:54 #1 DONE 0.0s 05:07:54 05:07:54 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.17 05:07:54 #2 DONE 0.0s 05:07:54 05:07:54 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.17 05:07:54 #3 DONE 0.0s 05:07:54 05:07:54 #4 [internal] load .dockerignore 05:07:54 #4 transferring context: 2B done 05:07:54 #4 DONE 0.0s 05:07:54 05:07:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.17@sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 05:07:54 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.17@sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 0.0s done 05:07:54 #5 DONE 0.0s 05:07:54 05:07:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.17@sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 05:07:54 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.17@sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 0.0s done 05:07:54 #6 CACHED 05:07:54 05:07:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.17@sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 05:07:54 #5 CACHED 05:07:54 05:07:54 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 05:07:54 #7 DONE 0.0s 05:07:54 05:07:54 #8 exporting to image 05:07:54 #8 exporting layers done 05:07:54 #8 exporting manifest sha256:dfc4d76f6da072bf263a5f24677cd385f1ec599cf739b9838dfea85fc878d6de done 05:07:54 #8 exporting config sha256:ee130bd2a83a84a589db6d7c97b8fde5426f0ef25367873630622ce7109e1ea2 done 05:07:54 #8 exporting manifest sha256:000c94f5f6308e337872ed8592ace9f82baa2b12130b37cb3196251c7a51ae40 done 05:07:54 #8 exporting config sha256:1782db342ef0a5278839ae674897091f353a4a7ec410033c2209890e3c4e98c1 done 05:07:54 #8 exporting manifest list sha256:208356ef956448e84fff13ea69e3d80a6b4e68cc11d0e405ec46336d66ea437a done 05:07:54 #8 pushing layers 0.0s done 05:07:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.17@sha256:208356ef956448e84fff13ea69e3d80a6b4e68cc11d0e405ec46336d66ea437a 0.1s done 05:07:54 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:54 #8 DONE 0.1s 05:07:54 05:07:54 1 warning found (use --debug to expand): 05:07:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17' 05:07:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 --push - 05:07:54 #1 [internal] load build definition from Dockerfile 05:07:54 #1 transferring dockerfile: 215B done 05:07:54 #1 DONE 0.0s 05:07:54 05:07:54 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:54 #2 DONE 0.0s 05:07:54 05:07:54 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:07:54 #3 DONE 0.0s 05:07:54 05:07:54 #4 [internal] load .dockerignore 05:07:54 #4 transferring context: 2B done 05:07:54 #4 DONE 0.0s 05:07:54 05:07:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 05:07:54 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 0.0s done 05:07:54 #5 CACHED 05:07:54 05:07:54 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 05:07:55 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 0.0s done 05:07:55 #6 CACHED 05:07:55 05:07:55 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 05:07:55 #7 DONE 0.0s 05:07:55 05:07:55 #8 exporting to image 05:07:55 #8 exporting layers done 05:07:55 #8 exporting manifest sha256:dfc4d76f6da072bf263a5f24677cd385f1ec599cf739b9838dfea85fc878d6de done 05:07:55 #8 exporting config sha256:ee130bd2a83a84a589db6d7c97b8fde5426f0ef25367873630622ce7109e1ea2 done 05:07:55 #8 exporting manifest sha256:000c94f5f6308e337872ed8592ace9f82baa2b12130b37cb3196251c7a51ae40 done 05:07:55 #8 exporting config sha256:1782db342ef0a5278839ae674897091f353a4a7ec410033c2209890e3c4e98c1 done 05:07:55 #8 exporting manifest list sha256:208356ef956448e84fff13ea69e3d80a6b4e68cc11d0e405ec46336d66ea437a done 05:07:55 #8 pushing layers 0.0s done 05:07:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17@sha256:208356ef956448e84fff13ea69e3d80a6b4e68cc11d0e405ec46336d66ea437a 0.1s done 05:07:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:55 #8 DONE 0.1s 05:07:55 05:07:55 1 warning found (use --debug to expand): 05:07:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:07:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 05:07:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 05:07:55 #1 [internal] load build definition from Dockerfile 05:07:55 #1 transferring dockerfile: 166B done 05:07:55 #1 DONE 0.0s 05:07:55 05:07:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 05:07:55 #2 DONE 0.0s 05:07:55 05:07:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 05:07:55 #3 DONE 0.0s 05:07:55 05:07:55 #4 [internal] load .dockerignore 05:07:55 #4 transferring context: 2B done 05:07:55 #4 DONE 0.0s 05:07:55 05:07:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 05:07:55 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 0.0s done 05:07:55 #5 CACHED 05:07:55 05:07:55 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 05:07:55 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:53c5dfe3f27e567b7491f652481cb9295f24322595eeb4935ad9910c6893b9b3 0.0s done 05:07:55 #6 CACHED 05:07:55 05:07:55 #7 exporting to image 05:07:55 #7 exporting layers done 05:07:55 #7 exporting manifest sha256:dfc4d76f6da072bf263a5f24677cd385f1ec599cf739b9838dfea85fc878d6de done 05:07:55 #7 exporting config sha256:ee130bd2a83a84a589db6d7c97b8fde5426f0ef25367873630622ce7109e1ea2 done 05:07:55 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:07:55 #7 exporting manifest sha256:000c94f5f6308e337872ed8592ace9f82baa2b12130b37cb3196251c7a51ae40 done 05:07:55 #7 exporting config sha256:1782db342ef0a5278839ae674897091f353a4a7ec410033c2209890e3c4e98c1 done 05:07:55 #7 exporting manifest list sha256:208356ef956448e84fff13ea69e3d80a6b4e68cc11d0e405ec46336d66ea437a done 05:07:55 #7 pushing layers 0.0s done 05:07:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:208356ef956448e84fff13ea69e3d80a6b4e68cc11d0e405ec46336d66ea437a 0.1s done 05:07:55 #7 DONE 0.1s 05:07:55 05:07:55 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 05:07:55 #8 DONE 0.0s 05:07:55 05:07:55 1 warning found (use --debug to expand): 05:07:55  - 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 05:07:56 + '[' -d /w/workspace/edgex-go/844/archives ']' [Pipeline] libraryResource [Pipeline] sh 05:07:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:07:57 ---> package-listing.sh 05:07:57 ++ facter osfamily 05:07:57 ++ tr '[:upper:]' '[:lower:]' 05:07:57 + OS_FAMILY=redhat 05:07:57 + workspace=/w/workspace/edgex-go/844 05:07:57 + START_PACKAGES=/tmp/packages_start.txt 05:07:57 + END_PACKAGES=/tmp/packages_end.txt 05:07:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:07:57 + PACKAGES=/tmp/packages_start.txt 05:07:57 + '[' /w/workspace/edgex-go/844 ']' 05:07:57 + PACKAGES=/tmp/packages_end.txt 05:07:57 + case "${OS_FAMILY}" in 05:07:57 + sort 05:07:57 + rpm -qa 05:07:57 + '[' -f /tmp/packages_start.txt ']' 05:07:57 + '[' -f /tmp/packages_end.txt ']' 05:07:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:07:57 + '[' /w/workspace/edgex-go/844 ']' 05:07:57 + mkdir -p /w/workspace/edgex-go/844/archives/ 05:07:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/844/archives/ [Pipeline] echo 05:07:57 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/844/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:07:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:07:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:07:58 05:07:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:07:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:07:58 latest: Pulling from edgex-lftools-log-publisher 05:07:58 5eb5b503b376: Pulling fs layer 05:07:58 5c69ac0246d0: Pulling fs layer 05:07:58 ec43610c2a17: Pulling fs layer 05:07:58 3a2ae6a8a46f: Pulling fs layer 05:07:58 33b1e0a273af: Pulling fs layer 05:07:58 5d3b04190fa2: Pulling fs layer 05:07:58 2f39f015ded8: Pulling fs layer 05:07:58 3a2ae6a8a46f: Waiting 05:07:58 33b1e0a273af: Waiting 05:07:58 5d3b04190fa2: Waiting 05:07:58 2f39f015ded8: Waiting 05:07:58 5c69ac0246d0: Download complete 05:07:58 3a2ae6a8a46f: Verifying Checksum 05:07:58 3a2ae6a8a46f: Download complete 05:07:58 33b1e0a273af: Verifying Checksum 05:07:58 33b1e0a273af: Download complete 05:07:58 5d3b04190fa2: Verifying Checksum 05:07:58 5d3b04190fa2: Download complete 05:07:59 ec43610c2a17: Verifying Checksum 05:07:59 ec43610c2a17: Download complete 05:07:59 5eb5b503b376: Verifying Checksum 05:07:59 5eb5b503b376: Download complete 05:07:59 2f39f015ded8: Verifying Checksum 05:07:59 2f39f015ded8: Download complete 05:08:00 5eb5b503b376: Pull complete 05:08:00 5c69ac0246d0: Pull complete 05:08:00 ec43610c2a17: Pull complete 05:08:00 3a2ae6a8a46f: Pull complete 05:08:01 33b1e0a273af: Pull complete 05:08:01 5d3b04190fa2: Pull complete 05:08:05 2f39f015ded8: Pull complete 05:08:05 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:08:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:08:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:08:05 prd-centos7-docker-4c-2g-2446 does not seem to be running inside a container 05:08:05 $ 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/844/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:08:13 $ docker top 130f7005a6c187b5d651d2322d60cd9c9628dc38cd9bf603d4fcd6b76da5c77c -eo pid,comm [Pipeline] { [Pipeline] sh 05:08:13 + touch /tmp/pre-build-complete [Pipeline] sh 05:08:13 + mkdir -p /var/log/sysstat [Pipeline] sh 05:08:14 + ls /var/log/sa-host 05:08:14 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:08:14 provisioning config files... 05:08:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config6635863966481734960tmp [Pipeline] { [Pipeline] echo 05:08:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:08:14 ---> create-netrc.sh [Pipeline] } 05:08:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:08:14 ---> python-tools-install.sh [Pipeline] echo 05:08:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:08:15 ---> sudo-logs.sh 05:08:15 Archiving 'sudo' log.. 05:08:15 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:08:15 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 05:08:15 $ docker stop --time=1 130f7005a6c187b5d651d2322d60cd9c9628dc38cd9bf603d4fcd6b76da5c77c 05:08:16 $ docker rm -f --volumes 130f7005a6c187b5d651d2322d60cd9c9628dc38cd9bf603d4fcd6b76da5c77c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 05:08:16 [WS-CLEANUP] Deleting project workspace... 05:08:16 [WS-CLEANUP] Deferred wipeout is used... 05:08:16 [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] } 05:20:51 #154 ... 05:20:51 05:20:51 #149 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:20:51 #149 DONE 1055.1s 05:20:51 05:20:51 #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:20:51 #152 ... 05:20:51 05:20:51 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:20:51 #155 DONE 0.2s 05:20:51 05:20:51 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:20:51 #156 DONE 0.2s 05:20:51 05:20:51 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 05:20:51 #157 DONE 0.2s 05:20:51 05:20:51 #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 05:20:51 #158 DONE 0.2s 05:20:51 05:20:51 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 05:20:51 #159 DONE 0.2s 05:20:51 05:20:51 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:20:51 #153 ... 05:20:51 05:20:51 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:20:51 #160 DONE 2.2s 05:20:51 05:20:51 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:20:51 #64 ... 05:20:51 05:20:51 #110 [core-common-config-bootstrapper] exporting to image 05:20:51 #110 exporting layers 05:20:51 #110 exporting layers 0.9s done 05:20:51 #110 writing image sha256:6d0787ad78eefd305e73335a843e51abb50702a508f738189f20d973d84785d9 done 05:20:51 #110 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 05:20:51 #110 DONE 6.5s 05:20:51 05:20:51 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:20:51 #150 ... 05:20:51 05:20:51 #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:20:51 #145 DONE 1061.6s 05:20:51 05:20:51 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:20:51 #64 ... 05:20:51 05:20:51 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 05:20:51 #161 DONE 0.3s 05:20:51 05:20:51 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 05:20:51 #162 DONE 2.5s 05:20:51 05:20:51 #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:20:51 #146 ... 05:20:51 05:20:51 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 05:20:51 #163 DONE 0.3s 05:20:51 05:20:51 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 05:20:51 #164 DONE 0.2s 05:20:51 05:20:51 #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:20:51 #144 ... 05:20:51 05:20:51 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:20:51 #165 DONE 0.4s 05:20:51 05:20:51 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 05:20:51 #166 DONE 0.2s 05:20:51 05:20:51 #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/ 05:20:51 #167 DONE 0.1s 05:20:51 05:20:51 #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/ 05:20:51 #168 DONE 0.1s 05:20:51 05:20:51 #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/ 05:20:51 #169 DONE 0.1s 05:20:51 05:20:51 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 05:20:51 #170 DONE 0.1s 05:20:51 05:20:51 #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:20:51 #144 ... 05:20:51 05:20:51 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 05:20:51 #171 DONE 2.0s 05:20:51 05:20:51 #110 [security-bootstrapper] exporting to image 05:20:51 #110 exporting layers 05:20:51 #110 exporting layers 1.2s done 05:20:51 #110 writing image sha256:edab568c1828472f1d59d9a2ba51a25ce0586ecb1b18949b131362a1e5fa0956 done 05:20:51 #110 naming to docker.io/library/security-bootstrapper-arm64 done 05:20:51 #110 DONE 7.8s 05:20:51 05:20:51 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:34:59 #154 ... 05:34:59 05:34:59 #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:34:59 #146 DONE 1907.6s 05:34:59 05:34:59 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:34:59 #64 ... 05:34:59 05:34:59 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 05:34:59 #172 DONE 0.3s 05:34:59 05:34:59 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 05:34:59 #173 DONE 0.1s 05:34:59 05:34:59 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:34:59 #174 DONE 0.3s 05:34:59 05:34:59 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 05:34:59 #175 DONE 0.2s 05:34:59 05:34:59 #110 [core-command] exporting to image 05:34:59 #110 exporting layers 05:34:59 #110 exporting layers 0.4s done 05:34:59 #110 writing image sha256:081fb5a9415cafb6e5d263dec1f60eb319b02375ed93e7b0b60f76f462edf429 done 05:34:59 #110 naming to docker.io/library/core-command-arm64 done 05:34:59 #110 DONE 8.2s 05:34:59 05:34:59 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:35:13 #153 ... 05:35:13 05:35:13 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:35:13 #151 DONE 1931.1s 05:35:13 05:35:13 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:35:13 #42 ... 05:35:13 05:35:13 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 05:35:13 #176 DONE 0.2s 05:35:13 05:35:13 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 05:35:13 #177 DONE 0.1s 05:35:13 05:35:13 #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 05:35:14 #178 DONE 0.2s 05:35:14 05:35:14 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 05:35:14 #179 DONE 0.1s 05:35:14 05:35:14 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:35:14 #180 DONE 0.3s 05:35:14 05:35:14 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 05:35:14 #181 DONE 0.1s 05:35:14 05:35:14 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:35:16 #182 DONE 2.0s 05:35:16 05:35:16 #110 [security-proxy-setup] exporting to image 05:35:16 #110 exporting layers 05:35:17 #110 exporting layers 0.9s done 05:35:17 #110 writing image sha256:a14b389d273e49164c056171326291cf134a784c5ddca7a578bbf35c5fb26261 done 05:35:17 #110 naming to docker.io/library/security-proxy-setup-arm64 done 05:35:17 #110 DONE 9.1s 05:35:17 05:35:17 #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:35:17 #152 1935.5 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.17 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:35:49 #152 DONE 1967.1s 05:35:49 05:35:49 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:35:49 #42 ... 05:35:49 05:35:49 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 05:35:49 #183 DONE 0.3s 05:35:49 05:35:49 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 05:35:49 #184 DONE 0.2s 05:35:49 05:35:49 #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 05:35:49 #185 DONE 0.1s 05:35:49 05:35:49 #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 05:35:50 #186 DONE 0.2s 05:35:50 05:35:50 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 05:35:50 #187 DONE 0.1s 05:35:50 05:35:50 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:35:50 #188 DONE 0.4s 05:35:50 05:35:50 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:35:50 #150 ... 05:35:50 05:35:50 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:35:50 #189 DONE 0.4s 05:35:50 05:35:50 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:35:50 #42 ... 05:35:50 05:35:50 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:35:50 #190 DONE 0.1s 05:35:50 05:35:50 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:35:53 #191 DONE 2.1s 05:35:53 05:35:53 #110 [security-secretstore-setup] exporting to image 05:35:53 #110 exporting layers 05:35:54 #110 exporting layers 1.5s done 05:35:54 #110 writing image sha256:e0fba605907f3acfdabf14291582bf7fa3893619ad33afe5becb51de5354df41 done 05:35:54 #110 naming to docker.io/library/security-secretstore-setup-arm64 05:35:54 #110 naming to docker.io/library/security-secretstore-setup-arm64 done 05:35:54 #110 DONE 10.7s 05:35:54 05:35:54 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:37:02 #153 ... 05:37:02 05:37:02 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:37:02 #150 DONE 2036.2s 05:37:02 05:37:02 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:37:02 #42 ... 05:37:02 05:37:02 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:37:02 #192 DONE 0.2s 05:37:02 05:37:02 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:37:02 #193 DONE 0.1s 05:37:02 05:37:02 #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:37:02 #144 ... 05:37:02 05:37:02 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 05:37:02 #194 DONE 0.5s 05:37:02 05:37:02 #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 05:37:02 #195 DONE 0.1s 05:37:02 05:37:02 #110 [security-spiffe-token-provider] exporting to image 05:37:02 #110 exporting layers 05:37:02 #110 exporting layers 1.1s done 05:37:02 #110 writing image sha256:0c7823e5aabb3cd2497bcfcc0d581b925600ddb3ab2ec70de544bab7d9378be7 done 05:37:02 #110 naming to docker.io/library/security-spiffe-token-provider-arm64 done 05:37:02 #110 DONE 11.7s 05:37:02 05:37:02 #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:37:34 #144 ... 05:37:34 05:37:34 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:37:34 #153 DONE 2067.6s 05:37:34 05:37:34 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:37:34 #148 DONE 2067.6s 05:37:34 05:37:34 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:37:34 #42 ... 05:37:34 05:37:34 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:37:34 #196 DONE 0.1s 05:37:34 05:37:34 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:37:34 #197 DONE 0.3s 05:37:34 05:37:34 #198 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:37:34 #198 CACHED 05:37:34 05:37:34 #199 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:37:34 #199 CACHED 05:37:34 05:37:34 #200 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:37:34 #200 DONE 0.5s 05:37:34 05:37:34 #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 05:37:34 #201 DONE 0.6s 05:37:34 05:37:34 #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 05:37:34 #202 DONE 0.2s 05:37:34 05:37:34 #203 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 05:37:34 #203 DONE 0.2s 05:37:34 05:37:34 #204 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 05:37:34 #204 DONE 0.3s 05:37:34 05:37:34 #205 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 05:37:34 #205 DONE 0.4s 05:37:34 05:37:34 #110 [core-metadata] exporting to image 05:37:34 #110 exporting layers 05:37:34 #110 exporting layers 0.8s done 05:37:34 #110 writing image sha256:24851c53011b1ebf331b12e16b158ef068c9ecd3f63da1ec47d36dc92b2ef3ef done 05:37:34 #110 naming to docker.io/library/core-metadata-arm64 done 05:37:34 #110 DONE 12.6s 05:37:34 05:37:34 #206 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:37:34 #206 DONE 2.1s 05:37:34 05:37:34 #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:37:34 #130 ... 05:37:34 05:37:34 #110 [security-proxy-auth] exporting to image 05:37:34 #110 exporting layers 1.0s done 05:37:35 #110 writing image sha256:ae564237eab06c95ca896ffd6feea23debf9d94209df33e3efed370003118df5 done 05:37:35 #110 naming to docker.io/library/security-proxy-auth-arm64 done 05:37:35 #110 DONE 13.6s 05:37:35 05:37:35 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:37:36 #42 ... 05:37:36 05:37:36 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:37:36 #147 DONE 2074.2s 05:37:36 05:37:36 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:37:36 #42 ... 05:37:36 05:37:36 #207 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 05:37:36 #207 DONE 0.3s 05:37:36 05:37:36 #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:37:36 #144 DONE 2074.6s 05:37:36 05:37:36 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:37:37 #42 ... 05:37:37 05:37:37 #208 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:37:37 #208 DONE 0.2s 05:37:37 05:37:37 #209 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:37:37 #209 DONE 0.1s 05:37:37 05:37:37 #210 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 05:37:37 #210 DONE 0.7s 05:37:37 05:37:37 #211 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:37:37 #211 ... 05:37:37 05:37:37 #212 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 05:37:37 #212 DONE 0.2s 05:37:38 05:37:38 #110 [core-keeper] exporting to image 05:37:38 #110 ... 05:37:38 05:37:38 #211 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:37:38 #211 DONE 0.7s 05:37:38 05:37:38 #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 05:37:38 #213 DONE 0.3s 05:37:38 05:37:38 #110 [core-data] exporting to image 05:37:38 #110 exporting layers 0.7s done 05:37:38 #110 writing image sha256:336b6533a519b14077dba05ec87688a18567766acad45c201eaf05e34e374e50 05:37:38 #110 writing image sha256:336b6533a519b14077dba05ec87688a18567766acad45c201eaf05e34e374e50 0.1s done 05:37:38 #110 naming to docker.io/library/core-keeper-arm64 0.0s done 05:37:38 #110 exporting layers 0.5s done 05:37:39 #110 writing image sha256:acc991c787a5c06e7d56fec294249b1bd18cdb366677a8ac0608b30b9ecb01f3 done 05:37:39 #110 naming to docker.io/library/core-data-arm64 done 05:37:39 #110 DONE 14.6s 05:37:39 05:37:39 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:38:11 #42 ... 05:38:11 05:38:11 #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:38:11 #130 DONE 2105.6s 05:38:11 05:38:11 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:38:11 #214 DONE 0.2s 05:38:11 05:38:11 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:38:11 #215 DONE 0.1s 05:38:11 05:38:11 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:38:11 #42 ... 05:38:11 05:38:11 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:38:11 #216 DONE 0.5s 05:38:11 05:38:11 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 05:38:11 #217 DONE 0.1s 05:38:11 05:38:11 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:38:11 #42 ... 05:38:11 05:38:11 #110 [support-scheduler] exporting to image 05:38:11 #110 exporting layers 05:38:11 #110 exporting layers 1.1s done 05:38:11 #110 writing image sha256:345de1f8419bf6503349ffe1329f294acd5523e5cc668458f61b7ac0e328207f done 05:38:11 #110 naming to docker.io/library/support-scheduler-arm64 done 05:38:11 #110 DONE 15.8s 05:38:11 05:38:11 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:38:13 #64 ... 05:38:13 05:38:13 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:38:13 #154 DONE 2111.9s 05:38:13 05:38:13 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:38:14 #64 ... 05:38:14 05:38:14 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:38:14 #218 DONE 0.1s 05:38:14 05:38:14 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:38:14 #219 DONE 0.1s 05:38:14 05:38:14 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:38:14 #220 DONE 0.4s 05:38:14 05:38:14 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 05:38:14 #221 DONE 0.1s 05:38:14 05:38:14 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:38:14 #64 ... 05:38:14 05:38:14 #110 [support-notifications] exporting to image 05:38:15 #110 exporting layers 0.6s done 05:38:15 #110 writing image sha256:11f19d04d57fd4e69a3d2be5c891c11f242c976840f2676549fda1aacde1bbd7 done 05:38:15 #110 naming to docker.io/library/support-notifications-arm64 done 05:38:15 #110 DONE 16.4s 05:38:15 05:38:15 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:38:15 time="2025-05-29T05:00:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:38:15 time="2025-05-29T05:00:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:38:15 time="2025-05-29T05:00:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:38:15 time="2025-05-29T05:00:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:38:15 time="2025-05-29T05:00:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:38:15 time="2025-05-29T05:00:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:38:15 time="2025-05-29T05:00:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:38:15 time="2025-05-29T05:00:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:38:15 time="2025-05-29T05:00:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:38:15 time="2025-05-29T05:00:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:38:15 time="2025-05-29T05:00:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:38:15 time="2025-05-29T05:00:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:38:15 time="2025-05-29T05:00:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:38:15 time="2025-05-29T05:00:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:38:15 time="2025-05-29T05:00:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 05:38:15 $ docker stop --time=1 be78a6a8caa1f3ba3c040f6261d49222cbbf04ae97dd93b6d850856831361b09 05:38:17 $ docker rm -f --volumes be78a6a8caa1f3ba3c040f6261d49222cbbf04ae97dd93b6d850856831361b09 [Pipeline] // withDockerContainer [Pipeline] sh 05:38:17 + docker images 05:38:17 REPOSITORY TAG IMAGE ID CREATED SIZE 05:38:17 support-notifications-arm64 latest 11f19d04d57f 3 seconds ago 52.3MB 05:38:17 support-scheduler-arm64 latest 345de1f8419b 9 seconds ago 48.5MB 05:38:17 core-data-arm64 latest acc991c787a5 39 seconds ago 33MB 05:38:17 core-keeper-arm64 latest 336b6533a519 40 seconds ago 32.6MB 05:38:17 security-proxy-auth-arm64 latest ae564237eab0 44 seconds ago 31.9MB 05:38:17 core-metadata-arm64 latest 24851c53011b 46 seconds ago 33.1MB 05:38:17 security-spiffe-token-provider-arm64 latest 0c7823e5aabb About a minute ago 48.1MB 05:38:17 security-secretstore-setup-arm64 latest e0fba605907f 2 minutes ago 67.6MB 05:38:17 security-proxy-setup-arm64 latest a14b389d273e 3 minutes ago 38.7MB 05:38:17 core-command-arm64 latest 081fb5a9415c 3 minutes ago 28.5MB 05:38:17 security-bootstrapper-arm64 latest edab568c1828 17 minutes ago 21.1MB 05:38:17 core-common-config-bootstrapper-arm64 latest 6d0787ad78ee 17 minutes ago 17.9MB 05:38:17 security-spire-config-arm64 latest cf5636aa1040 36 minutes ago 143MB 05:38:17 security-spire-agent-arm64 latest 90e99d6311e2 36 minutes ago 187MB 05:38:17 security-spire-server-arm64 latest 462fd86fa1f1 36 minutes ago 144MB 05:38:17 ci-base-image-arm64 latest c18e1bcf789f 38 minutes ago 910MB 05:38:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 6 weeks ago 560MB 05:38:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 24 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 05:38:17 provisioning config files... 05:38:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/844@tmp/config14668721968714646688tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:38:18 ---> ****-login.sh 05:38:18 nexus3.edgexfoundry.org:10001 05:38:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:38:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:38:18 Configure a credential helper to remove this warning. See 05:38:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:38:18 05:38:18 Login Succeeded 05:38:18 nexus3.edgexfoundry.org:10002 05:38:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:38:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:38:19 Configure a credential helper to remove this warning. See 05:38:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:38:19 05:38:19 Login Succeeded 05:38:19 nexus3.edgexfoundry.org:10003 05:38:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:38:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:38:19 Configure a credential helper to remove this warning. See 05:38:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:38:19 05:38:19 Login Succeeded 05:38:19 nexus3.edgexfoundry.org:10004 05:38:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:38:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:38:19 Configure a credential helper to remove this warning. See 05:38:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:38:19 05:38:19 Login Succeeded 05:38:19 ****.io 05:38:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:38:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:38:20 Configure a credential helper to remove this warning. See 05:38:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:38:20 05:38:20 Login Succeeded 05:38:20 ---> ****-login.sh ends [Pipeline] } 05:38:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:38:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:38:20 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 05:38:20 de361d4afd6299834d6ef4551c1682f9151c31c5 05:38:20 latest 05:38:20 4.1.0-dev.17 05:38:20 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:38:20 main 05:38:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:20 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:21 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:38:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:38:21 9d543a13b108: Preparing 05:38:21 7b93bd9d7e47: Preparing 05:38:21 6ec93b717c68: Preparing 05:38:21 bf41b11baa72: Preparing 05:38:21 891a0a7227dd: Preparing 05:38:21 7fdaaf04f782: Preparing 05:38:21 dd9c8f8612c8: Preparing 05:38:21 7fdaaf04f782: Waiting 05:38:21 dd9c8f8612c8: Waiting 05:38:21 9d543a13b108: Pushed 05:38:21 891a0a7227dd: Pushed 05:38:21 6ec93b717c68: Pushed 05:38:21 bf41b11baa72: Pushed 05:38:21 dd9c8f8612c8: Layer already exists 05:38:21 7fdaaf04f782: Pushed 05:38:25 7b93bd9d7e47: Pushed 05:38:25 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:0c72c0caf4e94d0e942ff0e01c8213a86146b38300068cd087f1f5f5de5ee77f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:26 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:26 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 05:38:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:38:26 9d543a13b108: Preparing 05:38:26 7b93bd9d7e47: Preparing 05:38:26 6ec93b717c68: Preparing 05:38:26 bf41b11baa72: Preparing 05:38:26 891a0a7227dd: Preparing 05:38:26 7fdaaf04f782: Preparing 05:38:26 dd9c8f8612c8: Preparing 05:38:26 7fdaaf04f782: Waiting 05:38:26 dd9c8f8612c8: Waiting 05:38:26 9d543a13b108: Layer already exists 05:38:26 7b93bd9d7e47: Layer already exists 05:38:26 6ec93b717c68: Layer already exists 05:38:26 891a0a7227dd: Layer already exists 05:38:26 bf41b11baa72: Layer already exists 05:38:26 7fdaaf04f782: Layer already exists 05:38:26 dd9c8f8612c8: Layer already exists 05:38:26 latest: digest: sha256:0c72c0caf4e94d0e942ff0e01c8213a86146b38300068cd087f1f5f5de5ee77f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:27 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:27 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.17 05:38:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:38:27 9d543a13b108: Preparing 05:38:27 7b93bd9d7e47: Preparing 05:38:27 6ec93b717c68: Preparing 05:38:27 bf41b11baa72: Preparing 05:38:27 891a0a7227dd: Preparing 05:38:27 7fdaaf04f782: Preparing 05:38:27 dd9c8f8612c8: Preparing 05:38:27 7fdaaf04f782: Waiting 05:38:27 dd9c8f8612c8: Waiting 05:38:27 9d543a13b108: Layer already exists 05:38:27 6ec93b717c68: Layer already exists 05:38:27 891a0a7227dd: Layer already exists 05:38:27 7b93bd9d7e47: Layer already exists 05:38:27 bf41b11baa72: Layer already exists 05:38:27 dd9c8f8612c8: Layer already exists 05:38:27 7fdaaf04f782: Layer already exists 05:38:27 4.1.0-dev.17: digest: sha256:0c72c0caf4e94d0e942ff0e01c8213a86146b38300068cd087f1f5f5de5ee77f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:28 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:28 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:38:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:38:28 9d543a13b108: Preparing 05:38:28 7b93bd9d7e47: Preparing 05:38:28 6ec93b717c68: Preparing 05:38:28 bf41b11baa72: Preparing 05:38:28 891a0a7227dd: Preparing 05:38:28 7fdaaf04f782: Preparing 05:38:28 dd9c8f8612c8: Preparing 05:38:28 7fdaaf04f782: Waiting 05:38:28 dd9c8f8612c8: Waiting 05:38:28 891a0a7227dd: Layer already exists 05:38:28 6ec93b717c68: Layer already exists 05:38:28 bf41b11baa72: Layer already exists 05:38:28 7b93bd9d7e47: Layer already exists 05:38:28 9d543a13b108: Layer already exists 05:38:28 dd9c8f8612c8: Layer already exists 05:38:28 7fdaaf04f782: Layer already exists 05:38:28 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:0c72c0caf4e94d0e942ff0e01c8213a86146b38300068cd087f1f5f5de5ee77f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:29 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:29 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 05:38:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:38:29 9d543a13b108: Preparing 05:38:29 7b93bd9d7e47: Preparing 05:38:29 6ec93b717c68: Preparing 05:38:29 bf41b11baa72: Preparing 05:38:29 891a0a7227dd: Preparing 05:38:29 7fdaaf04f782: Preparing 05:38:29 dd9c8f8612c8: Preparing 05:38:29 7fdaaf04f782: Waiting 05:38:29 dd9c8f8612c8: Waiting 05:38:29 9d543a13b108: Layer already exists 05:38:29 891a0a7227dd: Layer already exists 05:38:29 bf41b11baa72: Layer already exists 05:38:29 6ec93b717c68: Layer already exists 05:38:29 7b93bd9d7e47: Layer already exists 05:38:29 7fdaaf04f782: Layer already exists 05:38:29 dd9c8f8612c8: Layer already exists 05:38:29 main: digest: sha256:0c72c0caf4e94d0e942ff0e01c8213a86146b38300068cd087f1f5f5de5ee77f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:38:30 ===================================================== [Pipeline] echo 05:38:30 taggedImages: 05:38:30 - nexus3.edgexfoundry.org:10004/core-command-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:38:30 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 05:38:30 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.17 05:38:30 - nexus3.edgexfoundry.org:10004/core-command-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:38:30 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 05:38:30 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 05:38:30 de361d4afd6299834d6ef4551c1682f9151c31c5 05:38:30 latest 05:38:30 4.1.0-dev.17 05:38:30 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:38:30 main 05:38:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:30 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:30 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:38:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:38:30 c79ddbb47520: Preparing 05:38:30 f938e1b2094c: Preparing 05:38:30 7cc88873b3a8: Preparing 05:38:30 bb4648fb9500: Preparing 05:38:30 6ec93b717c68: Preparing 05:38:30 bf41b11baa72: Preparing 05:38:30 891a0a7227dd: Preparing 05:38:30 7fdaaf04f782: Preparing 05:38:30 dd9c8f8612c8: Preparing 05:38:30 bf41b11baa72: Waiting 05:38:30 891a0a7227dd: Waiting 05:38:30 7fdaaf04f782: Waiting 05:38:30 dd9c8f8612c8: Waiting 05:38:30 6ec93b717c68: Layer already exists 05:38:31 bf41b11baa72: Layer already exists 05:38:31 7cc88873b3a8: Pushed 05:38:31 891a0a7227dd: Layer already exists 05:38:31 f938e1b2094c: Pushed 05:38:31 7fdaaf04f782: Layer already exists 05:38:31 dd9c8f8612c8: Layer already exists 05:38:31 c79ddbb47520: Pushed 05:38:33 bb4648fb9500: Pushed 05:38:33 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:0d25ac3d7cc8fddc9c46b896184e0a7262a763bfde82e90d557f7231b63acfc6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:33 + 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 05:38:33 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 05:38:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:38:33 c79ddbb47520: Preparing 05:38:33 f938e1b2094c: Preparing 05:38:33 7cc88873b3a8: Preparing 05:38:33 bb4648fb9500: Preparing 05:38:33 6ec93b717c68: Preparing 05:38:33 bf41b11baa72: Preparing 05:38:33 891a0a7227dd: Preparing 05:38:33 7fdaaf04f782: Preparing 05:38:33 dd9c8f8612c8: Preparing 05:38:33 bf41b11baa72: Waiting 05:38:33 891a0a7227dd: Waiting 05:38:33 7fdaaf04f782: Waiting 05:38:33 dd9c8f8612c8: Waiting 05:38:33 f938e1b2094c: Layer already exists 05:38:33 c79ddbb47520: Layer already exists 05:38:33 bb4648fb9500: Layer already exists 05:38:33 6ec93b717c68: Layer already exists 05:38:33 7cc88873b3a8: Layer already exists 05:38:33 bf41b11baa72: Layer already exists 05:38:33 7fdaaf04f782: Layer already exists 05:38:33 891a0a7227dd: Layer already exists 05:38:33 dd9c8f8612c8: Layer already exists 05:38:34 latest: digest: sha256:0d25ac3d7cc8fddc9c46b896184e0a7262a763bfde82e90d557f7231b63acfc6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:34 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:34 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.17 05:38:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:38:34 c79ddbb47520: Preparing 05:38:34 f938e1b2094c: Preparing 05:38:34 7cc88873b3a8: Preparing 05:38:34 bb4648fb9500: Preparing 05:38:34 6ec93b717c68: Preparing 05:38:34 bf41b11baa72: Preparing 05:38:34 891a0a7227dd: Preparing 05:38:34 7fdaaf04f782: Preparing 05:38:34 dd9c8f8612c8: Preparing 05:38:34 bf41b11baa72: Waiting 05:38:34 891a0a7227dd: Waiting 05:38:34 7fdaaf04f782: Waiting 05:38:34 dd9c8f8612c8: Waiting 05:38:34 c79ddbb47520: Layer already exists 05:38:34 bb4648fb9500: Layer already exists 05:38:34 6ec93b717c68: Layer already exists 05:38:34 f938e1b2094c: Layer already exists 05:38:34 7cc88873b3a8: Layer already exists 05:38:34 7fdaaf04f782: Layer already exists 05:38:34 891a0a7227dd: Layer already exists 05:38:34 dd9c8f8612c8: Layer already exists 05:38:34 bf41b11baa72: Layer already exists 05:38:35 4.1.0-dev.17: digest: sha256:0d25ac3d7cc8fddc9c46b896184e0a7262a763bfde82e90d557f7231b63acfc6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:35 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:35 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:38:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:38:35 c79ddbb47520: Preparing 05:38:35 f938e1b2094c: Preparing 05:38:35 7cc88873b3a8: Preparing 05:38:35 bb4648fb9500: Preparing 05:38:35 6ec93b717c68: Preparing 05:38:35 bf41b11baa72: Preparing 05:38:35 891a0a7227dd: Preparing 05:38:35 7fdaaf04f782: Preparing 05:38:35 dd9c8f8612c8: Preparing 05:38:35 bf41b11baa72: Waiting 05:38:35 891a0a7227dd: Waiting 05:38:35 7fdaaf04f782: Waiting 05:38:35 dd9c8f8612c8: Waiting 05:38:35 6ec93b717c68: Layer already exists 05:38:35 bb4648fb9500: Layer already exists 05:38:35 7cc88873b3a8: Layer already exists 05:38:35 c79ddbb47520: Layer already exists 05:38:35 f938e1b2094c: Layer already exists 05:38:35 7fdaaf04f782: Layer already exists 05:38:35 bf41b11baa72: Layer already exists 05:38:35 891a0a7227dd: Layer already exists 05:38:35 dd9c8f8612c8: Layer already exists 05:38:36 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:0d25ac3d7cc8fddc9c46b896184e0a7262a763bfde82e90d557f7231b63acfc6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:36 + 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 05:38:36 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 05:38:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:38:36 c79ddbb47520: Preparing 05:38:36 f938e1b2094c: Preparing 05:38:36 7cc88873b3a8: Preparing 05:38:36 bb4648fb9500: Preparing 05:38:36 6ec93b717c68: Preparing 05:38:36 bf41b11baa72: Preparing 05:38:36 891a0a7227dd: Preparing 05:38:36 7fdaaf04f782: Preparing 05:38:36 dd9c8f8612c8: Preparing 05:38:36 bf41b11baa72: Waiting 05:38:36 891a0a7227dd: Waiting 05:38:36 7fdaaf04f782: Waiting 05:38:36 dd9c8f8612c8: Waiting 05:38:36 bb4648fb9500: Layer already exists 05:38:36 f938e1b2094c: Layer already exists 05:38:36 6ec93b717c68: Layer already exists 05:38:36 c79ddbb47520: Layer already exists 05:38:36 7cc88873b3a8: Layer already exists 05:38:36 891a0a7227dd: Layer already exists 05:38:36 bf41b11baa72: Layer already exists 05:38:36 7fdaaf04f782: Layer already exists 05:38:36 dd9c8f8612c8: Layer already exists 05:38:37 main: digest: sha256:0d25ac3d7cc8fddc9c46b896184e0a7262a763bfde82e90d557f7231b63acfc6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:38:37 ===================================================== [Pipeline] echo 05:38:37 taggedImages: 05:38:37 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:38:37 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 05:38:37 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.17 05:38:37 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:38:37 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 05:38:37 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 05:38:37 de361d4afd6299834d6ef4551c1682f9151c31c5 05:38:37 latest 05:38:37 4.1.0-dev.17 05:38:37 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:38:37 main 05:38:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:37 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:37 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:38:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:38:37 35329d14770b: Preparing 05:38:37 767b103614f3: Preparing 05:38:37 6ec93b717c68: Preparing 05:38:37 bf41b11baa72: Preparing 05:38:37 c6fb1f9a5c09: Preparing 05:38:37 b671ec15f9a1: Preparing 05:38:37 dd9c8f8612c8: Preparing 05:38:37 b671ec15f9a1: Waiting 05:38:37 dd9c8f8612c8: Waiting 05:38:37 bf41b11baa72: Layer already exists 05:38:37 6ec93b717c68: Layer already exists 05:38:38 dd9c8f8612c8: Layer already exists 05:38:38 c6fb1f9a5c09: Pushed 05:38:38 35329d14770b: Pushed 05:38:38 b671ec15f9a1: Pushed 05:38:43 767b103614f3: Pushed 05:38:43 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:50decd5af5be3adac5f991a6204c1cc69336f43de3293c50b8cf6c373ef72bc0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:43 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:44 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 05:38:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:38:44 35329d14770b: Preparing 05:38:44 767b103614f3: Preparing 05:38:44 6ec93b717c68: Preparing 05:38:44 bf41b11baa72: Preparing 05:38:44 c6fb1f9a5c09: Preparing 05:38:44 b671ec15f9a1: Preparing 05:38:44 dd9c8f8612c8: Preparing 05:38:44 dd9c8f8612c8: Waiting 05:38:44 b671ec15f9a1: Waiting 05:38:44 c6fb1f9a5c09: Layer already exists 05:38:44 6ec93b717c68: Layer already exists 05:38:44 bf41b11baa72: Layer already exists 05:38:44 767b103614f3: Layer already exists 05:38:44 35329d14770b: Layer already exists 05:38:44 dd9c8f8612c8: Layer already exists 05:38:44 b671ec15f9a1: Layer already exists 05:38:44 latest: digest: sha256:50decd5af5be3adac5f991a6204c1cc69336f43de3293c50b8cf6c373ef72bc0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:44 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:45 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.17 05:38:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:38:45 35329d14770b: Preparing 05:38:45 767b103614f3: Preparing 05:38:45 6ec93b717c68: Preparing 05:38:45 bf41b11baa72: Preparing 05:38:45 c6fb1f9a5c09: Preparing 05:38:45 b671ec15f9a1: Preparing 05:38:45 dd9c8f8612c8: Preparing 05:38:45 b671ec15f9a1: Waiting 05:38:45 dd9c8f8612c8: Waiting 05:38:45 35329d14770b: Layer already exists 05:38:45 6ec93b717c68: Layer already exists 05:38:45 767b103614f3: Layer already exists 05:38:45 c6fb1f9a5c09: Layer already exists 05:38:45 bf41b11baa72: Layer already exists 05:38:45 dd9c8f8612c8: Layer already exists 05:38:45 b671ec15f9a1: Layer already exists 05:38:45 4.1.0-dev.17: digest: sha256:50decd5af5be3adac5f991a6204c1cc69336f43de3293c50b8cf6c373ef72bc0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:45 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:46 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:38:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:38:46 35329d14770b: Preparing 05:38:46 767b103614f3: Preparing 05:38:46 6ec93b717c68: Preparing 05:38:46 bf41b11baa72: Preparing 05:38:46 c6fb1f9a5c09: Preparing 05:38:46 b671ec15f9a1: Preparing 05:38:46 dd9c8f8612c8: Preparing 05:38:46 b671ec15f9a1: Waiting 05:38:46 dd9c8f8612c8: Waiting 05:38:46 c6fb1f9a5c09: Layer already exists 05:38:46 6ec93b717c68: Layer already exists 05:38:46 bf41b11baa72: Layer already exists 05:38:46 35329d14770b: Layer already exists 05:38:46 767b103614f3: Layer already exists 05:38:46 b671ec15f9a1: Layer already exists 05:38:46 dd9c8f8612c8: Layer already exists 05:38:46 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:50decd5af5be3adac5f991a6204c1cc69336f43de3293c50b8cf6c373ef72bc0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:46 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:47 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 05:38:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:38:47 35329d14770b: Preparing 05:38:47 767b103614f3: Preparing 05:38:47 6ec93b717c68: Preparing 05:38:47 bf41b11baa72: Preparing 05:38:47 c6fb1f9a5c09: Preparing 05:38:47 b671ec15f9a1: Preparing 05:38:47 b671ec15f9a1: Waiting 05:38:47 dd9c8f8612c8: Preparing 05:38:47 dd9c8f8612c8: Waiting 05:38:47 c6fb1f9a5c09: Layer already exists 05:38:47 6ec93b717c68: Layer already exists 05:38:47 767b103614f3: Layer already exists 05:38:47 35329d14770b: Layer already exists 05:38:47 bf41b11baa72: Layer already exists 05:38:47 dd9c8f8612c8: Layer already exists 05:38:47 b671ec15f9a1: Layer already exists 05:38:47 main: digest: sha256:50decd5af5be3adac5f991a6204c1cc69336f43de3293c50b8cf6c373ef72bc0 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:38:47 ===================================================== [Pipeline] echo 05:38:47 taggedImages: 05:38:47 - nexus3.edgexfoundry.org:10004/core-data-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:38:47 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 05:38:47 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.17 05:38:47 - nexus3.edgexfoundry.org:10004/core-data-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:38:47 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 05:38:47 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 05:38:47 de361d4afd6299834d6ef4551c1682f9151c31c5 05:38:47 latest 05:38:47 4.1.0-dev.17 05:38:47 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:38:47 main 05:38:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:47 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:48 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:38:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:38:48 2ef7d1f9c540: Preparing 05:38:48 cb96b664dbd4: Preparing 05:38:48 bf41b11baa72: Preparing 05:38:48 d164a0d0f8b3: Preparing 05:38:48 303b67d04e83: Preparing 05:38:48 dd9c8f8612c8: Preparing 05:38:48 dd9c8f8612c8: Waiting 05:38:48 bf41b11baa72: Layer already exists 05:38:48 dd9c8f8612c8: Layer already exists 05:38:48 303b67d04e83: Pushed 05:38:48 2ef7d1f9c540: Pushed 05:38:48 d164a0d0f8b3: Pushed 05:38:53 cb96b664dbd4: Pushed 05:38:53 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:82d652cf9fd42111d010fb47fd394551bcc984b14abe1607989be88b7dc11deb size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:54 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:54 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 05:38:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:38:54 2ef7d1f9c540: Preparing 05:38:54 cb96b664dbd4: Preparing 05:38:54 bf41b11baa72: Preparing 05:38:54 d164a0d0f8b3: Preparing 05:38:54 303b67d04e83: Preparing 05:38:54 dd9c8f8612c8: Preparing 05:38:54 dd9c8f8612c8: Waiting 05:38:54 bf41b11baa72: Layer already exists 05:38:54 d164a0d0f8b3: Layer already exists 05:38:54 303b67d04e83: Layer already exists 05:38:54 2ef7d1f9c540: Layer already exists 05:38:54 cb96b664dbd4: Layer already exists 05:38:54 dd9c8f8612c8: Layer already exists 05:38:54 latest: digest: sha256:82d652cf9fd42111d010fb47fd394551bcc984b14abe1607989be88b7dc11deb size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:55 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:55 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.17 05:38:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:38:55 2ef7d1f9c540: Preparing 05:38:55 cb96b664dbd4: Preparing 05:38:55 bf41b11baa72: Preparing 05:38:55 d164a0d0f8b3: Preparing 05:38:55 303b67d04e83: Preparing 05:38:55 dd9c8f8612c8: Preparing 05:38:55 dd9c8f8612c8: Waiting 05:38:55 bf41b11baa72: Layer already exists 05:38:55 d164a0d0f8b3: Layer already exists 05:38:55 2ef7d1f9c540: Layer already exists 05:38:55 cb96b664dbd4: Layer already exists 05:38:55 303b67d04e83: Layer already exists 05:38:55 dd9c8f8612c8: Layer already exists 05:38:55 4.1.0-dev.17: digest: sha256:82d652cf9fd42111d010fb47fd394551bcc984b14abe1607989be88b7dc11deb size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:55 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:56 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:38:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:38:56 2ef7d1f9c540: Preparing 05:38:56 cb96b664dbd4: Preparing 05:38:56 bf41b11baa72: Preparing 05:38:56 d164a0d0f8b3: Preparing 05:38:56 303b67d04e83: Preparing 05:38:56 dd9c8f8612c8: Preparing 05:38:56 dd9c8f8612c8: Waiting 05:38:56 d164a0d0f8b3: Layer already exists 05:38:56 2ef7d1f9c540: Layer already exists 05:38:56 303b67d04e83: Layer already exists 05:38:56 bf41b11baa72: Layer already exists 05:38:56 cb96b664dbd4: Layer already exists 05:38:56 dd9c8f8612c8: Layer already exists 05:38:56 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:82d652cf9fd42111d010fb47fd394551bcc984b14abe1607989be88b7dc11deb size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:56 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:57 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 05:38:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:38:57 2ef7d1f9c540: Preparing 05:38:57 cb96b664dbd4: Preparing 05:38:57 bf41b11baa72: Preparing 05:38:57 d164a0d0f8b3: Preparing 05:38:57 303b67d04e83: Preparing 05:38:57 dd9c8f8612c8: Preparing 05:38:57 dd9c8f8612c8: Waiting 05:38:57 2ef7d1f9c540: Layer already exists 05:38:57 cb96b664dbd4: Layer already exists 05:38:57 303b67d04e83: Layer already exists 05:38:57 bf41b11baa72: Layer already exists 05:38:57 d164a0d0f8b3: Layer already exists 05:38:57 dd9c8f8612c8: Layer already exists 05:38:57 main: digest: sha256:82d652cf9fd42111d010fb47fd394551bcc984b14abe1607989be88b7dc11deb size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:38:57 ===================================================== [Pipeline] echo 05:38:57 taggedImages: 05:38:57 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:38:57 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 05:38:57 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.17 05:38:57 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:38:57 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 05:38:57 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 05:38:57 de361d4afd6299834d6ef4551c1682f9151c31c5 05:38:57 latest 05:38:57 4.1.0-dev.17 05:38:57 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:38:57 main 05:38:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:58 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:58 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:38:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:38:58 c9b3ec802b69: Preparing 05:38:58 eba6d9dca208: Preparing 05:38:58 aa616a37637a: Preparing 05:38:58 6ec93b717c68: Preparing 05:38:58 bf41b11baa72: Preparing 05:38:58 891a0a7227dd: Preparing 05:38:58 7fdaaf04f782: Preparing 05:38:58 dd9c8f8612c8: Preparing 05:38:58 7fdaaf04f782: Waiting 05:38:58 dd9c8f8612c8: Waiting 05:38:58 891a0a7227dd: Waiting 05:38:58 6ec93b717c68: Layer already exists 05:38:58 bf41b11baa72: Layer already exists 05:38:58 891a0a7227dd: Layer already exists 05:38:58 7fdaaf04f782: Layer already exists 05:38:58 dd9c8f8612c8: Layer already exists 05:38:58 eba6d9dca208: Pushed 05:38:58 c9b3ec802b69: Pushed 05:39:03 aa616a37637a: Pushed 05:39:03 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:35327a73be51b18d533314c5db57838ce2e51886aaa9de1b88a2713b7a0a86fb size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:04 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:04 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 05:39:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:39:04 c9b3ec802b69: Preparing 05:39:04 eba6d9dca208: Preparing 05:39:04 aa616a37637a: Preparing 05:39:04 6ec93b717c68: Preparing 05:39:04 bf41b11baa72: Preparing 05:39:04 891a0a7227dd: Preparing 05:39:04 7fdaaf04f782: Preparing 05:39:04 dd9c8f8612c8: Preparing 05:39:04 7fdaaf04f782: Waiting 05:39:04 dd9c8f8612c8: Waiting 05:39:04 891a0a7227dd: Waiting 05:39:04 bf41b11baa72: Layer already exists 05:39:04 c9b3ec802b69: Layer already exists 05:39:04 6ec93b717c68: Layer already exists 05:39:04 eba6d9dca208: Layer already exists 05:39:04 aa616a37637a: Layer already exists 05:39:04 891a0a7227dd: Layer already exists 05:39:04 7fdaaf04f782: Layer already exists 05:39:04 dd9c8f8612c8: Layer already exists 05:39:04 latest: digest: sha256:35327a73be51b18d533314c5db57838ce2e51886aaa9de1b88a2713b7a0a86fb size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:05 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:05 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.17 05:39:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:39:05 c9b3ec802b69: Preparing 05:39:05 eba6d9dca208: Preparing 05:39:05 aa616a37637a: Preparing 05:39:05 6ec93b717c68: Preparing 05:39:05 bf41b11baa72: Preparing 05:39:05 891a0a7227dd: Preparing 05:39:05 7fdaaf04f782: Preparing 05:39:05 dd9c8f8612c8: Preparing 05:39:05 7fdaaf04f782: Waiting 05:39:05 dd9c8f8612c8: Waiting 05:39:05 891a0a7227dd: Waiting 05:39:05 eba6d9dca208: Layer already exists 05:39:05 aa616a37637a: Layer already exists 05:39:05 bf41b11baa72: Layer already exists 05:39:05 6ec93b717c68: Layer already exists 05:39:05 c9b3ec802b69: Layer already exists 05:39:05 891a0a7227dd: Layer already exists 05:39:05 7fdaaf04f782: Layer already exists 05:39:05 dd9c8f8612c8: Layer already exists 05:39:05 4.1.0-dev.17: digest: sha256:35327a73be51b18d533314c5db57838ce2e51886aaa9de1b88a2713b7a0a86fb size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:06 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:06 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:39:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:39:06 c9b3ec802b69: Preparing 05:39:06 eba6d9dca208: Preparing 05:39:06 aa616a37637a: Preparing 05:39:06 6ec93b717c68: Preparing 05:39:06 bf41b11baa72: Preparing 05:39:06 891a0a7227dd: Preparing 05:39:06 7fdaaf04f782: Preparing 05:39:06 dd9c8f8612c8: Preparing 05:39:06 891a0a7227dd: Waiting 05:39:06 7fdaaf04f782: Waiting 05:39:06 dd9c8f8612c8: Waiting 05:39:06 bf41b11baa72: Layer already exists 05:39:06 c9b3ec802b69: Layer already exists 05:39:06 6ec93b717c68: Layer already exists 05:39:06 aa616a37637a: Layer already exists 05:39:06 eba6d9dca208: Layer already exists 05:39:06 891a0a7227dd: Layer already exists 05:39:06 7fdaaf04f782: Layer already exists 05:39:06 dd9c8f8612c8: Layer already exists 05:39:06 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:35327a73be51b18d533314c5db57838ce2e51886aaa9de1b88a2713b7a0a86fb size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:07 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:07 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 05:39:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:39:07 c9b3ec802b69: Preparing 05:39:07 eba6d9dca208: Preparing 05:39:07 aa616a37637a: Preparing 05:39:07 6ec93b717c68: Preparing 05:39:07 bf41b11baa72: Preparing 05:39:07 891a0a7227dd: Preparing 05:39:07 7fdaaf04f782: Preparing 05:39:07 891a0a7227dd: Waiting 05:39:07 dd9c8f8612c8: Preparing 05:39:07 7fdaaf04f782: Waiting 05:39:07 dd9c8f8612c8: Waiting 05:39:07 aa616a37637a: Layer already exists 05:39:07 eba6d9dca208: Layer already exists 05:39:07 6ec93b717c68: Layer already exists 05:39:07 bf41b11baa72: Layer already exists 05:39:07 c9b3ec802b69: Layer already exists 05:39:07 7fdaaf04f782: Layer already exists 05:39:07 891a0a7227dd: Layer already exists 05:39:07 dd9c8f8612c8: Layer already exists 05:39:07 main: digest: sha256:35327a73be51b18d533314c5db57838ce2e51886aaa9de1b88a2713b7a0a86fb size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:39:07 ===================================================== [Pipeline] echo 05:39:07 taggedImages: 05:39:07 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:39:07 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 05:39:07 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.17 05:39:07 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:39:07 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 05:39:07 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 05:39:07 de361d4afd6299834d6ef4551c1682f9151c31c5 05:39:07 latest 05:39:07 4.1.0-dev.17 05:39:07 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:39:07 main 05:39:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:08 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:08 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:39:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:39:08 6c1b06bdfaf3: Preparing 05:39:08 9257adc20632: Preparing 05:39:08 0fbbac953eb7: Preparing 05:39:08 d408b43dab34: Preparing 05:39:08 5536e3f0bfd8: Preparing 05:39:08 901a7fc42cbd: Preparing 05:39:08 5ddd6fc2c53e: Preparing 05:39:08 6ec93b717c68: Preparing 05:39:08 bf41b11baa72: Preparing 05:39:08 ccd91aa89ca2: Preparing 05:39:08 0d468c09808d: Preparing 05:39:08 5f70bf18a086: Preparing 05:39:08 15176b0f87e8: Preparing 05:39:08 518a2455018e: Preparing 05:39:08 3d8caa1c2551: Preparing 05:39:08 dd9c8f8612c8: Preparing 05:39:08 5ddd6fc2c53e: Waiting 05:39:08 6ec93b717c68: Waiting 05:39:08 bf41b11baa72: Waiting 05:39:08 ccd91aa89ca2: Waiting 05:39:08 0d468c09808d: Waiting 05:39:08 5f70bf18a086: Waiting 05:39:08 15176b0f87e8: Waiting 05:39:08 518a2455018e: Waiting 05:39:08 901a7fc42cbd: Waiting 05:39:08 3d8caa1c2551: Waiting 05:39:08 dd9c8f8612c8: Waiting 05:39:08 5536e3f0bfd8: Pushed 05:39:08 0fbbac953eb7: Pushed 05:39:08 d408b43dab34: Pushed 05:39:08 9257adc20632: Pushed 05:39:08 6c1b06bdfaf3: Pushed 05:39:08 6ec93b717c68: Layer already exists 05:39:08 901a7fc42cbd: Pushed 05:39:08 bf41b11baa72: Layer already exists 05:39:08 5f70bf18a086: Layer already exists 05:39:09 0d468c09808d: Pushed 05:39:09 ccd91aa89ca2: Pushed 05:39:09 15176b0f87e8: Pushed 05:39:09 dd9c8f8612c8: Layer already exists 05:39:09 518a2455018e: Pushed 05:39:09 3d8caa1c2551: Pushed 05:39:11 5ddd6fc2c53e: Pushed 05:39:11 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:4bb428f60375b245e1559bc7a68b875ecab98067a2a61478c45992f92147b225 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:12 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:12 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 05:39:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:39:12 6c1b06bdfaf3: Preparing 05:39:12 9257adc20632: Preparing 05:39:12 0fbbac953eb7: Preparing 05:39:12 d408b43dab34: Preparing 05:39:12 5536e3f0bfd8: Preparing 05:39:12 901a7fc42cbd: Preparing 05:39:12 5ddd6fc2c53e: Preparing 05:39:12 6ec93b717c68: Preparing 05:39:12 bf41b11baa72: Preparing 05:39:12 ccd91aa89ca2: Preparing 05:39:12 0d468c09808d: Preparing 05:39:12 5f70bf18a086: Preparing 05:39:12 15176b0f87e8: Preparing 05:39:12 518a2455018e: Preparing 05:39:12 3d8caa1c2551: Preparing 05:39:12 dd9c8f8612c8: Preparing 05:39:12 5ddd6fc2c53e: Waiting 05:39:12 6ec93b717c68: Waiting 05:39:12 bf41b11baa72: Waiting 05:39:12 ccd91aa89ca2: Waiting 05:39:12 0d468c09808d: Waiting 05:39:12 5f70bf18a086: Waiting 05:39:12 901a7fc42cbd: Waiting 05:39:12 15176b0f87e8: Waiting 05:39:12 518a2455018e: Waiting 05:39:12 3d8caa1c2551: Waiting 05:39:12 dd9c8f8612c8: Waiting 05:39:12 0fbbac953eb7: Layer already exists 05:39:12 6c1b06bdfaf3: Layer already exists 05:39:12 5536e3f0bfd8: Layer already exists 05:39:12 9257adc20632: Layer already exists 05:39:12 d408b43dab34: Layer already exists 05:39:12 5ddd6fc2c53e: Layer already exists 05:39:12 bf41b11baa72: Layer already exists 05:39:12 901a7fc42cbd: Layer already exists 05:39:12 6ec93b717c68: Layer already exists 05:39:12 ccd91aa89ca2: Layer already exists 05:39:12 0d468c09808d: Layer already exists 05:39:12 15176b0f87e8: Layer already exists 05:39:12 5f70bf18a086: Layer already exists 05:39:12 518a2455018e: Layer already exists 05:39:12 3d8caa1c2551: Layer already exists 05:39:12 dd9c8f8612c8: Layer already exists 05:39:12 latest: digest: sha256:4bb428f60375b245e1559bc7a68b875ecab98067a2a61478c45992f92147b225 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:13 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.17 05:39:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:39:13 6c1b06bdfaf3: Preparing 05:39:13 9257adc20632: Preparing 05:39:13 0fbbac953eb7: Preparing 05:39:13 d408b43dab34: Preparing 05:39:13 5536e3f0bfd8: Preparing 05:39:13 901a7fc42cbd: Preparing 05:39:13 5ddd6fc2c53e: Preparing 05:39:13 6ec93b717c68: Preparing 05:39:13 bf41b11baa72: Preparing 05:39:13 ccd91aa89ca2: Preparing 05:39:13 0d468c09808d: Preparing 05:39:13 5f70bf18a086: Preparing 05:39:13 15176b0f87e8: Preparing 05:39:13 518a2455018e: Preparing 05:39:13 3d8caa1c2551: Preparing 05:39:13 dd9c8f8612c8: Preparing 05:39:13 bf41b11baa72: Waiting 05:39:13 ccd91aa89ca2: Waiting 05:39:13 0d468c09808d: Waiting 05:39:13 5f70bf18a086: Waiting 05:39:13 15176b0f87e8: Waiting 05:39:13 518a2455018e: Waiting 05:39:13 3d8caa1c2551: Waiting 05:39:13 dd9c8f8612c8: Waiting 05:39:13 5ddd6fc2c53e: Waiting 05:39:13 6ec93b717c68: Waiting 05:39:13 901a7fc42cbd: Waiting 05:39:13 9257adc20632: Layer already exists 05:39:13 d408b43dab34: Layer already exists 05:39:13 0fbbac953eb7: Layer already exists 05:39:13 6c1b06bdfaf3: Layer already exists 05:39:13 5536e3f0bfd8: Layer already exists 05:39:13 5ddd6fc2c53e: Layer already exists 05:39:13 901a7fc42cbd: Layer already exists 05:39:13 6ec93b717c68: Layer already exists 05:39:13 ccd91aa89ca2: Layer already exists 05:39:13 bf41b11baa72: Layer already exists 05:39:13 0d468c09808d: Layer already exists 05:39:13 5f70bf18a086: Layer already exists 05:39:13 518a2455018e: Layer already exists 05:39:13 15176b0f87e8: Layer already exists 05:39:13 3d8caa1c2551: Layer already exists 05:39:13 dd9c8f8612c8: Layer already exists 05:39:13 4.1.0-dev.17: digest: sha256:4bb428f60375b245e1559bc7a68b875ecab98067a2a61478c45992f92147b225 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:14 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:14 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:39:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:39:14 6c1b06bdfaf3: Preparing 05:39:14 9257adc20632: Preparing 05:39:14 0fbbac953eb7: Preparing 05:39:14 d408b43dab34: Preparing 05:39:14 5536e3f0bfd8: Preparing 05:39:14 901a7fc42cbd: Preparing 05:39:14 5ddd6fc2c53e: Preparing 05:39:14 6ec93b717c68: Preparing 05:39:14 bf41b11baa72: Preparing 05:39:14 ccd91aa89ca2: Preparing 05:39:14 0d468c09808d: Preparing 05:39:14 5f70bf18a086: Preparing 05:39:14 15176b0f87e8: Preparing 05:39:14 518a2455018e: Preparing 05:39:14 3d8caa1c2551: Preparing 05:39:14 dd9c8f8612c8: Preparing 05:39:14 901a7fc42cbd: Waiting 05:39:14 ccd91aa89ca2: Waiting 05:39:14 0d468c09808d: Waiting 05:39:14 5f70bf18a086: Waiting 05:39:14 5ddd6fc2c53e: Waiting 05:39:14 6ec93b717c68: Waiting 05:39:14 15176b0f87e8: Waiting 05:39:14 518a2455018e: Waiting 05:39:14 dd9c8f8612c8: Waiting 05:39:14 3d8caa1c2551: Waiting 05:39:14 bf41b11baa72: Waiting 05:39:14 0fbbac953eb7: Layer already exists 05:39:14 9257adc20632: Layer already exists 05:39:14 d408b43dab34: Layer already exists 05:39:14 6c1b06bdfaf3: Layer already exists 05:39:14 5536e3f0bfd8: Layer already exists 05:39:14 bf41b11baa72: Layer already exists 05:39:14 901a7fc42cbd: Layer already exists 05:39:14 6ec93b717c68: Layer already exists 05:39:14 5ddd6fc2c53e: Layer already exists 05:39:14 ccd91aa89ca2: Layer already exists 05:39:14 0d468c09808d: Layer already exists 05:39:14 5f70bf18a086: Layer already exists 05:39:14 15176b0f87e8: Layer already exists 05:39:14 518a2455018e: Layer already exists 05:39:14 3d8caa1c2551: Layer already exists 05:39:14 dd9c8f8612c8: Layer already exists 05:39:14 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:4bb428f60375b245e1559bc7a68b875ecab98067a2a61478c45992f92147b225 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:15 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:15 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 05:39:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:39:15 6c1b06bdfaf3: Preparing 05:39:15 9257adc20632: Preparing 05:39:15 0fbbac953eb7: Preparing 05:39:15 d408b43dab34: Preparing 05:39:15 5536e3f0bfd8: Preparing 05:39:15 901a7fc42cbd: Preparing 05:39:15 5ddd6fc2c53e: Preparing 05:39:15 6ec93b717c68: Preparing 05:39:15 bf41b11baa72: Preparing 05:39:15 ccd91aa89ca2: Preparing 05:39:15 0d468c09808d: Preparing 05:39:15 5f70bf18a086: Preparing 05:39:15 15176b0f87e8: Preparing 05:39:15 518a2455018e: Preparing 05:39:15 3d8caa1c2551: Preparing 05:39:15 dd9c8f8612c8: Preparing 05:39:15 0d468c09808d: Waiting 05:39:15 901a7fc42cbd: Waiting 05:39:15 5ddd6fc2c53e: Waiting 05:39:15 5f70bf18a086: Waiting 05:39:15 3d8caa1c2551: Waiting 05:39:15 6ec93b717c68: Waiting 05:39:15 dd9c8f8612c8: Waiting 05:39:15 ccd91aa89ca2: Waiting 05:39:15 15176b0f87e8: Waiting 05:39:15 518a2455018e: Waiting 05:39:15 5536e3f0bfd8: Layer already exists 05:39:15 9257adc20632: Layer already exists 05:39:15 0fbbac953eb7: Layer already exists 05:39:15 d408b43dab34: Layer already exists 05:39:15 6c1b06bdfaf3: Layer already exists 05:39:15 ccd91aa89ca2: Layer already exists 05:39:15 bf41b11baa72: Layer already exists 05:39:15 6ec93b717c68: Layer already exists 05:39:15 901a7fc42cbd: Layer already exists 05:39:15 5ddd6fc2c53e: Layer already exists 05:39:15 0d468c09808d: Layer already exists 05:39:15 5f70bf18a086: Layer already exists 05:39:15 518a2455018e: Layer already exists 05:39:15 15176b0f87e8: Layer already exists 05:39:15 3d8caa1c2551: Layer already exists 05:39:15 dd9c8f8612c8: Layer already exists 05:39:15 main: digest: sha256:4bb428f60375b245e1559bc7a68b875ecab98067a2a61478c45992f92147b225 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:39:15 ===================================================== [Pipeline] echo 05:39:15 taggedImages: 05:39:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:39:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 05:39:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.17 05:39:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:39:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 05:39:15 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 05:39:15 de361d4afd6299834d6ef4551c1682f9151c31c5 05:39:15 latest 05:39:15 4.1.0-dev.17 05:39:15 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:39:15 main 05:39:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:16 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:39:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:39:16 a5b52d6c65b6: Preparing 05:39:16 381f23495be8: Preparing 05:39:16 cda2bbfdf7e0: Preparing 05:39:16 1f4c7dbe56d0: Preparing 05:39:16 6ec93b717c68: Preparing 05:39:16 bf41b11baa72: Preparing 05:39:16 891a0a7227dd: Preparing 05:39:16 7fdaaf04f782: Preparing 05:39:16 dd9c8f8612c8: Preparing 05:39:16 891a0a7227dd: Waiting 05:39:16 7fdaaf04f782: Waiting 05:39:16 bf41b11baa72: Waiting 05:39:16 dd9c8f8612c8: Waiting 05:39:16 6ec93b717c68: Layer already exists 05:39:16 bf41b11baa72: Layer already exists 05:39:16 891a0a7227dd: Layer already exists 05:39:16 7fdaaf04f782: Layer already exists 05:39:16 a5b52d6c65b6: Pushed 05:39:16 381f23495be8: Pushed 05:39:16 cda2bbfdf7e0: Pushed 05:39:16 dd9c8f8612c8: Layer already exists 05:39:22 1f4c7dbe56d0: Pushed 05:39:22 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:591f449272d213f8588c83f5c495011681ae92cbd2f5a004d84141ffd5cea240 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:22 + 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 05:39:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 05:39:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:39:22 a5b52d6c65b6: Preparing 05:39:22 381f23495be8: Preparing 05:39:22 cda2bbfdf7e0: Preparing 05:39:22 1f4c7dbe56d0: Preparing 05:39:22 6ec93b717c68: Preparing 05:39:22 bf41b11baa72: Preparing 05:39:22 891a0a7227dd: Preparing 05:39:22 7fdaaf04f782: Preparing 05:39:22 dd9c8f8612c8: Preparing 05:39:22 891a0a7227dd: Waiting 05:39:22 7fdaaf04f782: Waiting 05:39:22 dd9c8f8612c8: Waiting 05:39:22 bf41b11baa72: Waiting 05:39:22 381f23495be8: Layer already exists 05:39:22 a5b52d6c65b6: Layer already exists 05:39:22 1f4c7dbe56d0: Layer already exists 05:39:22 6ec93b717c68: Layer already exists 05:39:22 cda2bbfdf7e0: Layer already exists 05:39:22 7fdaaf04f782: Layer already exists 05:39:22 bf41b11baa72: Layer already exists 05:39:22 dd9c8f8612c8: Layer already exists 05:39:22 891a0a7227dd: Layer already exists 05:39:23 latest: digest: sha256:591f449272d213f8588c83f5c495011681ae92cbd2f5a004d84141ffd5cea240 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:23 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.17 05:39:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:39:23 a5b52d6c65b6: Preparing 05:39:23 381f23495be8: Preparing 05:39:23 cda2bbfdf7e0: Preparing 05:39:23 1f4c7dbe56d0: Preparing 05:39:23 6ec93b717c68: Preparing 05:39:23 bf41b11baa72: Preparing 05:39:23 891a0a7227dd: Preparing 05:39:23 7fdaaf04f782: Preparing 05:39:23 dd9c8f8612c8: Preparing 05:39:23 891a0a7227dd: Waiting 05:39:23 7fdaaf04f782: Waiting 05:39:23 dd9c8f8612c8: Waiting 05:39:23 bf41b11baa72: Waiting 05:39:23 cda2bbfdf7e0: Layer already exists 05:39:23 1f4c7dbe56d0: Layer already exists 05:39:23 6ec93b717c68: Layer already exists 05:39:23 381f23495be8: Layer already exists 05:39:23 a5b52d6c65b6: Layer already exists 05:39:23 7fdaaf04f782: Layer already exists 05:39:23 bf41b11baa72: Layer already exists 05:39:23 dd9c8f8612c8: Layer already exists 05:39:23 891a0a7227dd: Layer already exists 05:39:24 4.1.0-dev.17: digest: sha256:591f449272d213f8588c83f5c495011681ae92cbd2f5a004d84141ffd5cea240 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:24 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:39:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:39:24 a5b52d6c65b6: Preparing 05:39:24 381f23495be8: Preparing 05:39:24 cda2bbfdf7e0: Preparing 05:39:24 1f4c7dbe56d0: Preparing 05:39:24 6ec93b717c68: Preparing 05:39:24 bf41b11baa72: Preparing 05:39:24 891a0a7227dd: Preparing 05:39:24 7fdaaf04f782: Preparing 05:39:24 dd9c8f8612c8: Preparing 05:39:24 bf41b11baa72: Waiting 05:39:24 891a0a7227dd: Waiting 05:39:24 7fdaaf04f782: Waiting 05:39:24 dd9c8f8612c8: Waiting 05:39:24 381f23495be8: Layer already exists 05:39:24 a5b52d6c65b6: Layer already exists 05:39:24 6ec93b717c68: Layer already exists 05:39:24 cda2bbfdf7e0: Layer already exists 05:39:24 1f4c7dbe56d0: Layer already exists 05:39:24 7fdaaf04f782: Layer already exists 05:39:24 891a0a7227dd: Layer already exists 05:39:24 bf41b11baa72: Layer already exists 05:39:24 dd9c8f8612c8: Layer already exists 05:39:25 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:591f449272d213f8588c83f5c495011681ae92cbd2f5a004d84141ffd5cea240 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:25 + 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 05:39:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 05:39:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:39:25 a5b52d6c65b6: Preparing 05:39:25 381f23495be8: Preparing 05:39:25 cda2bbfdf7e0: Preparing 05:39:25 1f4c7dbe56d0: Preparing 05:39:25 6ec93b717c68: Preparing 05:39:25 bf41b11baa72: Preparing 05:39:25 891a0a7227dd: Preparing 05:39:25 7fdaaf04f782: Preparing 05:39:25 bf41b11baa72: Waiting 05:39:25 dd9c8f8612c8: Preparing 05:39:25 7fdaaf04f782: Waiting 05:39:25 dd9c8f8612c8: Waiting 05:39:25 891a0a7227dd: Waiting 05:39:25 6ec93b717c68: Layer already exists 05:39:25 cda2bbfdf7e0: Layer already exists 05:39:25 a5b52d6c65b6: Layer already exists 05:39:25 381f23495be8: Layer already exists 05:39:25 1f4c7dbe56d0: Layer already exists 05:39:25 bf41b11baa72: Layer already exists 05:39:25 dd9c8f8612c8: Layer already exists 05:39:25 7fdaaf04f782: Layer already exists 05:39:25 891a0a7227dd: Layer already exists 05:39:26 main: digest: sha256:591f449272d213f8588c83f5c495011681ae92cbd2f5a004d84141ffd5cea240 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:39:26 ===================================================== [Pipeline] echo 05:39:26 taggedImages: 05:39:26 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:39:26 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 05:39:26 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.17 05:39:26 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:39:26 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 05:39:26 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 05:39:26 de361d4afd6299834d6ef4551c1682f9151c31c5 05:39:26 latest 05:39:26 4.1.0-dev.17 05:39:26 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:39:26 main 05:39:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:26 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:39:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:39:26 d2346bfb8032: Preparing 05:39:26 21dfb7efe425: Preparing 05:39:26 3f6e63814fb6: Preparing 05:39:26 ec36c7ec2ded: Preparing 05:39:26 656a1fadd030: Preparing 05:39:26 6ec93b717c68: Preparing 05:39:26 bf41b11baa72: Preparing 05:39:26 6ec93b717c68: Waiting 05:39:26 4df5fae7b006: Preparing 05:39:26 bf41b11baa72: Waiting 05:39:26 968ed980e08d: Preparing 05:39:26 4df5fae7b006: Waiting 05:39:26 6c9e92420517: Preparing 05:39:26 968ed980e08d: Waiting 05:39:26 dd9c8f8612c8: Preparing 05:39:26 6c9e92420517: Waiting 05:39:26 dd9c8f8612c8: Waiting 05:39:27 ec36c7ec2ded: Pushed 05:39:27 656a1fadd030: Pushed 05:39:27 21dfb7efe425: Pushed 05:39:27 d2346bfb8032: Pushed 05:39:27 6ec93b717c68: Layer already exists 05:39:27 bf41b11baa72: Layer already exists 05:39:27 dd9c8f8612c8: Layer already exists 05:39:27 4df5fae7b006: Pushed 05:39:27 968ed980e08d: Pushed 05:39:30 6c9e92420517: Pushed 05:39:30 3f6e63814fb6: Pushed 05:39:31 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:64b8508311dee6b438fb6d2585a40f931509c72c1060b57914fd5095612edb6a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:31 + 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 05:39:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 05:39:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:39:31 d2346bfb8032: Preparing 05:39:31 21dfb7efe425: Preparing 05:39:31 3f6e63814fb6: Preparing 05:39:31 ec36c7ec2ded: Preparing 05:39:31 656a1fadd030: Preparing 05:39:31 6ec93b717c68: Preparing 05:39:31 bf41b11baa72: Preparing 05:39:31 4df5fae7b006: Preparing 05:39:31 968ed980e08d: Preparing 05:39:31 6c9e92420517: Preparing 05:39:31 dd9c8f8612c8: Preparing 05:39:31 4df5fae7b006: Waiting 05:39:31 968ed980e08d: Waiting 05:39:31 6c9e92420517: Waiting 05:39:31 dd9c8f8612c8: Waiting 05:39:31 6ec93b717c68: Waiting 05:39:31 bf41b11baa72: Waiting 05:39:31 21dfb7efe425: Layer already exists 05:39:31 d2346bfb8032: Layer already exists 05:39:31 3f6e63814fb6: Layer already exists 05:39:31 ec36c7ec2ded: Layer already exists 05:39:31 656a1fadd030: Layer already exists 05:39:31 6ec93b717c68: Layer already exists 05:39:31 968ed980e08d: Layer already exists 05:39:31 4df5fae7b006: Layer already exists 05:39:31 bf41b11baa72: Layer already exists 05:39:31 6c9e92420517: Layer already exists 05:39:31 dd9c8f8612c8: Layer already exists 05:39:32 latest: digest: sha256:64b8508311dee6b438fb6d2585a40f931509c72c1060b57914fd5095612edb6a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:32 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.17 05:39:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:39:32 d2346bfb8032: Preparing 05:39:32 21dfb7efe425: Preparing 05:39:32 3f6e63814fb6: Preparing 05:39:32 ec36c7ec2ded: Preparing 05:39:32 656a1fadd030: Preparing 05:39:32 6ec93b717c68: Preparing 05:39:32 bf41b11baa72: Preparing 05:39:32 4df5fae7b006: Preparing 05:39:32 968ed980e08d: Preparing 05:39:32 6c9e92420517: Preparing 05:39:32 dd9c8f8612c8: Preparing 05:39:32 4df5fae7b006: Waiting 05:39:32 968ed980e08d: Waiting 05:39:32 6c9e92420517: Waiting 05:39:32 dd9c8f8612c8: Waiting 05:39:32 6ec93b717c68: Waiting 05:39:32 bf41b11baa72: Waiting 05:39:32 3f6e63814fb6: Layer already exists 05:39:32 ec36c7ec2ded: Layer already exists 05:39:32 656a1fadd030: Layer already exists 05:39:32 21dfb7efe425: Layer already exists 05:39:32 d2346bfb8032: Layer already exists 05:39:32 6ec93b717c68: Layer already exists 05:39:32 bf41b11baa72: Layer already exists 05:39:32 4df5fae7b006: Layer already exists 05:39:32 968ed980e08d: Layer already exists 05:39:32 6c9e92420517: Layer already exists 05:39:32 dd9c8f8612c8: Layer already exists 05:39:33 4.1.0-dev.17: digest: sha256:64b8508311dee6b438fb6d2585a40f931509c72c1060b57914fd5095612edb6a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:33 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:39:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:39:33 d2346bfb8032: Preparing 05:39:33 21dfb7efe425: Preparing 05:39:33 3f6e63814fb6: Preparing 05:39:33 ec36c7ec2ded: Preparing 05:39:33 656a1fadd030: Preparing 05:39:33 6ec93b717c68: Preparing 05:39:33 bf41b11baa72: Preparing 05:39:33 4df5fae7b006: Preparing 05:39:33 968ed980e08d: Preparing 05:39:33 6c9e92420517: Preparing 05:39:33 dd9c8f8612c8: Preparing 05:39:33 6ec93b717c68: Waiting 05:39:33 bf41b11baa72: Waiting 05:39:33 4df5fae7b006: Waiting 05:39:33 968ed980e08d: Waiting 05:39:33 6c9e92420517: Waiting 05:39:33 dd9c8f8612c8: Waiting 05:39:33 21dfb7efe425: Layer already exists 05:39:33 d2346bfb8032: Layer already exists 05:39:33 ec36c7ec2ded: Layer already exists 05:39:33 3f6e63814fb6: Layer already exists 05:39:33 656a1fadd030: Layer already exists 05:39:33 6ec93b717c68: Layer already exists 05:39:33 6c9e92420517: Layer already exists 05:39:33 968ed980e08d: Layer already exists 05:39:33 bf41b11baa72: Layer already exists 05:39:33 4df5fae7b006: Layer already exists 05:39:33 dd9c8f8612c8: Layer already exists 05:39:34 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:64b8508311dee6b438fb6d2585a40f931509c72c1060b57914fd5095612edb6a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:34 + 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 05:39:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 05:39:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:39:34 d2346bfb8032: Preparing 05:39:34 21dfb7efe425: Preparing 05:39:34 3f6e63814fb6: Preparing 05:39:34 ec36c7ec2ded: Preparing 05:39:34 656a1fadd030: Preparing 05:39:34 6ec93b717c68: Preparing 05:39:34 bf41b11baa72: Preparing 05:39:34 4df5fae7b006: Preparing 05:39:34 968ed980e08d: Preparing 05:39:34 6c9e92420517: Preparing 05:39:34 dd9c8f8612c8: Preparing 05:39:34 4df5fae7b006: Waiting 05:39:34 968ed980e08d: Waiting 05:39:34 6c9e92420517: Waiting 05:39:34 dd9c8f8612c8: Waiting 05:39:34 6ec93b717c68: Waiting 05:39:34 bf41b11baa72: Waiting 05:39:34 21dfb7efe425: Layer already exists 05:39:34 d2346bfb8032: Layer already exists 05:39:34 ec36c7ec2ded: Layer already exists 05:39:34 656a1fadd030: Layer already exists 05:39:34 3f6e63814fb6: Layer already exists 05:39:34 bf41b11baa72: Layer already exists 05:39:34 6ec93b717c68: Layer already exists 05:39:34 4df5fae7b006: Layer already exists 05:39:34 6c9e92420517: Layer already exists 05:39:34 968ed980e08d: Layer already exists 05:39:34 dd9c8f8612c8: Layer already exists 05:39:35 main: digest: sha256:64b8508311dee6b438fb6d2585a40f931509c72c1060b57914fd5095612edb6a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:39:35 ===================================================== [Pipeline] echo 05:39:35 taggedImages: 05:39:35 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:39:35 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 05:39:35 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.17 05:39:35 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:39:35 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 05:39:35 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 05:39:35 de361d4afd6299834d6ef4551c1682f9151c31c5 05:39:35 latest 05:39:35 4.1.0-dev.17 05:39:35 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:39:35 main 05:39:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:35 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:36 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:39:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:39:36 57875b3b5ce7: Preparing 05:39:36 8bc03738d0fb: Preparing 05:39:36 7d8c547bdfdd: Preparing 05:39:36 f2a91005d841: Preparing 05:39:36 2e0a55f111e4: Preparing 05:39:36 722b00d349b4: Preparing 05:39:36 0d7dc6d19e54: Preparing 05:39:36 6ec93b717c68: Preparing 05:39:36 bf41b11baa72: Preparing 05:39:36 89f86b5f69d4: Preparing 05:39:36 1370a4d3e058: Preparing 05:39:36 dd9c8f8612c8: Preparing 05:39:36 6ec93b717c68: Waiting 05:39:36 bf41b11baa72: Waiting 05:39:36 89f86b5f69d4: Waiting 05:39:36 1370a4d3e058: Waiting 05:39:36 dd9c8f8612c8: Waiting 05:39:36 722b00d349b4: Waiting 05:39:36 0d7dc6d19e54: Waiting 05:39:36 8bc03738d0fb: Pushed 05:39:36 57875b3b5ce7: Pushed 05:39:36 2e0a55f111e4: Pushed 05:39:36 6ec93b717c68: Layer already exists 05:39:36 bf41b11baa72: Layer already exists 05:39:36 722b00d349b4: Pushed 05:39:36 0d7dc6d19e54: Pushed 05:39:36 dd9c8f8612c8: Layer already exists 05:39:36 89f86b5f69d4: Pushed 05:39:39 1370a4d3e058: Pushed 05:39:40 f2a91005d841: Pushed 05:39:42 7d8c547bdfdd: Pushed 05:39:42 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:ea976f0eebb6bb620415e186b4add9ab01f1883b97814579a266f3acc5fb5c8f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:43 + 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 05:39:43 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 05:39:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:39:43 57875b3b5ce7: Preparing 05:39:43 8bc03738d0fb: Preparing 05:39:43 7d8c547bdfdd: Preparing 05:39:43 f2a91005d841: Preparing 05:39:43 2e0a55f111e4: Preparing 05:39:43 722b00d349b4: Preparing 05:39:43 0d7dc6d19e54: Preparing 05:39:43 6ec93b717c68: Preparing 05:39:43 bf41b11baa72: Preparing 05:39:43 89f86b5f69d4: Preparing 05:39:43 1370a4d3e058: Preparing 05:39:43 dd9c8f8612c8: Preparing 05:39:43 6ec93b717c68: Waiting 05:39:43 bf41b11baa72: Waiting 05:39:43 89f86b5f69d4: Waiting 05:39:43 1370a4d3e058: Waiting 05:39:43 dd9c8f8612c8: Waiting 05:39:43 722b00d349b4: Waiting 05:39:43 0d7dc6d19e54: Waiting 05:39:43 57875b3b5ce7: Layer already exists 05:39:43 f2a91005d841: Layer already exists 05:39:43 8bc03738d0fb: Layer already exists 05:39:43 2e0a55f111e4: Layer already exists 05:39:43 7d8c547bdfdd: Layer already exists 05:39:43 722b00d349b4: Layer already exists 05:39:43 6ec93b717c68: Layer already exists 05:39:43 bf41b11baa72: Layer already exists 05:39:43 0d7dc6d19e54: Layer already exists 05:39:43 89f86b5f69d4: Layer already exists 05:39:43 1370a4d3e058: Layer already exists 05:39:43 dd9c8f8612c8: Layer already exists 05:39:43 latest: digest: sha256:ea976f0eebb6bb620415e186b4add9ab01f1883b97814579a266f3acc5fb5c8f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:44 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.17 05:39:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:39:44 57875b3b5ce7: Preparing 05:39:44 8bc03738d0fb: Preparing 05:39:44 7d8c547bdfdd: Preparing 05:39:44 f2a91005d841: Preparing 05:39:44 2e0a55f111e4: Preparing 05:39:44 722b00d349b4: Preparing 05:39:44 0d7dc6d19e54: Preparing 05:39:44 6ec93b717c68: Preparing 05:39:44 bf41b11baa72: Preparing 05:39:44 89f86b5f69d4: Preparing 05:39:44 1370a4d3e058: Preparing 05:39:44 dd9c8f8612c8: Preparing 05:39:44 722b00d349b4: Waiting 05:39:44 0d7dc6d19e54: Waiting 05:39:44 6ec93b717c68: Waiting 05:39:44 bf41b11baa72: Waiting 05:39:44 89f86b5f69d4: Waiting 05:39:44 1370a4d3e058: Waiting 05:39:44 dd9c8f8612c8: Waiting 05:39:44 7d8c547bdfdd: Layer already exists 05:39:44 57875b3b5ce7: Layer already exists 05:39:44 f2a91005d841: Layer already exists 05:39:44 2e0a55f111e4: Layer already exists 05:39:44 8bc03738d0fb: Layer already exists 05:39:44 bf41b11baa72: Layer already exists 05:39:44 722b00d349b4: Layer already exists 05:39:44 0d7dc6d19e54: Layer already exists 05:39:44 6ec93b717c68: Layer already exists 05:39:44 89f86b5f69d4: Layer already exists 05:39:44 dd9c8f8612c8: Layer already exists 05:39:44 1370a4d3e058: Layer already exists 05:39:44 4.1.0-dev.17: digest: sha256:ea976f0eebb6bb620415e186b4add9ab01f1883b97814579a266f3acc5fb5c8f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:44 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:45 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:39:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:39:45 57875b3b5ce7: Preparing 05:39:45 8bc03738d0fb: Preparing 05:39:45 7d8c547bdfdd: Preparing 05:39:45 f2a91005d841: Preparing 05:39:45 2e0a55f111e4: Preparing 05:39:45 722b00d349b4: Preparing 05:39:45 0d7dc6d19e54: Preparing 05:39:45 722b00d349b4: Waiting 05:39:45 0d7dc6d19e54: Waiting 05:39:45 6ec93b717c68: Preparing 05:39:45 bf41b11baa72: Preparing 05:39:45 6ec93b717c68: Waiting 05:39:45 bf41b11baa72: Waiting 05:39:45 89f86b5f69d4: Preparing 05:39:45 1370a4d3e058: Preparing 05:39:45 89f86b5f69d4: Waiting 05:39:45 dd9c8f8612c8: Preparing 05:39:45 1370a4d3e058: Waiting 05:39:45 dd9c8f8612c8: Waiting 05:39:45 57875b3b5ce7: Layer already exists 05:39:45 f2a91005d841: Layer already exists 05:39:45 2e0a55f111e4: Layer already exists 05:39:45 8bc03738d0fb: Layer already exists 05:39:45 7d8c547bdfdd: Layer already exists 05:39:45 0d7dc6d19e54: Layer already exists 05:39:45 722b00d349b4: Layer already exists 05:39:45 bf41b11baa72: Layer already exists 05:39:45 6ec93b717c68: Layer already exists 05:39:45 89f86b5f69d4: Layer already exists 05:39:45 dd9c8f8612c8: Layer already exists 05:39:45 1370a4d3e058: Layer already exists 05:39:45 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:ea976f0eebb6bb620415e186b4add9ab01f1883b97814579a266f3acc5fb5c8f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:45 + 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 05:39:46 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 05:39:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:39:46 57875b3b5ce7: Preparing 05:39:46 8bc03738d0fb: Preparing 05:39:46 7d8c547bdfdd: Preparing 05:39:46 f2a91005d841: Preparing 05:39:46 2e0a55f111e4: Preparing 05:39:46 722b00d349b4: Preparing 05:39:46 0d7dc6d19e54: Preparing 05:39:46 6ec93b717c68: Preparing 05:39:46 bf41b11baa72: Preparing 05:39:46 89f86b5f69d4: Preparing 05:39:46 1370a4d3e058: Preparing 05:39:46 dd9c8f8612c8: Preparing 05:39:46 bf41b11baa72: Waiting 05:39:46 89f86b5f69d4: Waiting 05:39:46 0d7dc6d19e54: Waiting 05:39:46 722b00d349b4: Waiting 05:39:46 6ec93b717c68: Waiting 05:39:46 dd9c8f8612c8: Waiting 05:39:46 8bc03738d0fb: Layer already exists 05:39:46 57875b3b5ce7: Layer already exists 05:39:46 f2a91005d841: Layer already exists 05:39:46 2e0a55f111e4: Layer already exists 05:39:46 7d8c547bdfdd: Layer already exists 05:39:46 722b00d349b4: Layer already exists 05:39:46 bf41b11baa72: Layer already exists 05:39:46 6ec93b717c68: Layer already exists 05:39:46 0d7dc6d19e54: Layer already exists 05:39:46 89f86b5f69d4: Layer already exists 05:39:46 1370a4d3e058: Layer already exists 05:39:46 dd9c8f8612c8: Layer already exists 05:39:46 main: digest: sha256:ea976f0eebb6bb620415e186b4add9ab01f1883b97814579a266f3acc5fb5c8f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:39:46 ===================================================== [Pipeline] echo 05:39:46 taggedImages: 05:39:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:39:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 05:39:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.17 05:39:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:39:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 05:39:46 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 05:39:46 de361d4afd6299834d6ef4551c1682f9151c31c5 05:39:46 latest 05:39:46 4.1.0-dev.17 05:39:46 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:39:46 main 05:39:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:47 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:47 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:39:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:39:47 de3153d48595: Preparing 05:39:47 0d5068db82f7: Preparing 05:39:47 6ec93b717c68: Preparing 05:39:47 bf41b11baa72: Preparing 05:39:47 1c6f9059fcab: Preparing 05:39:47 c6322ac2c273: Preparing 05:39:47 dd9c8f8612c8: Preparing 05:39:47 c6322ac2c273: Waiting 05:39:47 dd9c8f8612c8: Waiting 05:39:47 bf41b11baa72: Layer already exists 05:39:47 6ec93b717c68: Layer already exists 05:39:47 dd9c8f8612c8: Layer already exists 05:39:47 1c6f9059fcab: Pushed 05:39:47 de3153d48595: Pushed 05:39:49 c6322ac2c273: Pushed 05:39:54 0d5068db82f7: Pushed 05:39:54 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:16c187ef4cd14a1417b513b416fa5c9f829abe97b64d56d081ed8e351945b187 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:55 + 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 05:39:55 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 05:39:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:39:55 de3153d48595: Preparing 05:39:55 0d5068db82f7: Preparing 05:39:55 6ec93b717c68: Preparing 05:39:55 bf41b11baa72: Preparing 05:39:55 1c6f9059fcab: Preparing 05:39:55 c6322ac2c273: Preparing 05:39:55 dd9c8f8612c8: Preparing 05:39:55 c6322ac2c273: Waiting 05:39:55 dd9c8f8612c8: Waiting 05:39:55 de3153d48595: Layer already exists 05:39:55 1c6f9059fcab: Layer already exists 05:39:55 6ec93b717c68: Layer already exists 05:39:55 bf41b11baa72: Layer already exists 05:39:55 0d5068db82f7: Layer already exists 05:39:55 dd9c8f8612c8: Layer already exists 05:39:55 c6322ac2c273: Layer already exists 05:39:55 latest: digest: sha256:16c187ef4cd14a1417b513b416fa5c9f829abe97b64d56d081ed8e351945b187 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:56 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:56 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.17 05:39:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:39:56 de3153d48595: Preparing 05:39:56 0d5068db82f7: Preparing 05:39:56 6ec93b717c68: Preparing 05:39:56 bf41b11baa72: Preparing 05:39:56 1c6f9059fcab: Preparing 05:39:56 c6322ac2c273: Preparing 05:39:56 dd9c8f8612c8: Preparing 05:39:56 c6322ac2c273: Waiting 05:39:56 dd9c8f8612c8: Waiting 05:39:56 6ec93b717c68: Layer already exists 05:39:56 bf41b11baa72: Layer already exists 05:39:56 1c6f9059fcab: Layer already exists 05:39:56 0d5068db82f7: Layer already exists 05:39:56 de3153d48595: Layer already exists 05:39:56 c6322ac2c273: Layer already exists 05:39:56 dd9c8f8612c8: Layer already exists 05:39:56 4.1.0-dev.17: digest: sha256:16c187ef4cd14a1417b513b416fa5c9f829abe97b64d56d081ed8e351945b187 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:57 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:57 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:39:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:39:57 de3153d48595: Preparing 05:39:57 0d5068db82f7: Preparing 05:39:57 6ec93b717c68: Preparing 05:39:57 bf41b11baa72: Preparing 05:39:57 1c6f9059fcab: Preparing 05:39:57 c6322ac2c273: Preparing 05:39:57 dd9c8f8612c8: Preparing 05:39:57 c6322ac2c273: Waiting 05:39:57 dd9c8f8612c8: Waiting 05:39:57 de3153d48595: Layer already exists 05:39:57 0d5068db82f7: Layer already exists 05:39:57 bf41b11baa72: Layer already exists 05:39:57 1c6f9059fcab: Layer already exists 05:39:57 6ec93b717c68: Layer already exists 05:39:57 c6322ac2c273: Layer already exists 05:39:57 dd9c8f8612c8: Layer already exists 05:39:57 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:16c187ef4cd14a1417b513b416fa5c9f829abe97b64d56d081ed8e351945b187 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:57 + 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 05:39:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 05:39:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:39:58 de3153d48595: Preparing 05:39:58 0d5068db82f7: Preparing 05:39:58 6ec93b717c68: Preparing 05:39:58 bf41b11baa72: Preparing 05:39:58 1c6f9059fcab: Preparing 05:39:58 c6322ac2c273: Preparing 05:39:58 dd9c8f8612c8: Preparing 05:39:58 c6322ac2c273: Waiting 05:39:58 dd9c8f8612c8: Waiting 05:39:58 de3153d48595: Layer already exists 05:39:58 bf41b11baa72: Layer already exists 05:39:58 6ec93b717c68: Layer already exists 05:39:58 0d5068db82f7: Layer already exists 05:39:58 1c6f9059fcab: Layer already exists 05:39:58 c6322ac2c273: Layer already exists 05:39:58 dd9c8f8612c8: Layer already exists 05:39:58 main: digest: sha256:16c187ef4cd14a1417b513b416fa5c9f829abe97b64d56d081ed8e351945b187 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:39:58 ===================================================== [Pipeline] echo 05:39:58 taggedImages: 05:39:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:39:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 05:39:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.17 05:39:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:39:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 05:39:58 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 05:39:58 de361d4afd6299834d6ef4551c1682f9151c31c5 05:39:58 latest 05:39:58 4.1.0-dev.17 05:39:58 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:39:58 main 05:39:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:59 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:39:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:39:59 0e67d577baf9: Preparing 05:39:59 fb8d3e5be424: Preparing 05:39:59 07a57a71a6ea: Preparing 05:39:59 6ec93b717c68: Preparing 05:39:59 bf41b11baa72: Preparing 05:39:59 b6e57df8423b: Preparing 05:39:59 2c0d63a4fa16: Preparing 05:39:59 022ad80c7724: Preparing 05:39:59 6c59fac35a5e: Preparing 05:39:59 dd9c8f8612c8: Preparing 05:39:59 2c0d63a4fa16: Waiting 05:39:59 022ad80c7724: Waiting 05:39:59 6c59fac35a5e: Waiting 05:39:59 dd9c8f8612c8: Waiting 05:39:59 b6e57df8423b: Waiting 05:39:59 6ec93b717c68: Layer already exists 05:39:59 bf41b11baa72: Layer already exists 05:39:59 07a57a71a6ea: Pushed 05:39:59 fb8d3e5be424: Pushed 05:39:59 0e67d577baf9: Pushed 05:39:59 dd9c8f8612c8: Layer already exists 05:39:59 022ad80c7724: Pushed 05:40:00 6c59fac35a5e: Pushed 05:40:10 2c0d63a4fa16: Pushed 05:40:25 b6e57df8423b: Pushed 05:40:25 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:33b7ba108fe437e21c62e51e9a16d84092898f85b48ab84dc57e5701f2e33ed9 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:26 + 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 05:40:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 05:40:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:40:26 0e67d577baf9: Preparing 05:40:26 fb8d3e5be424: Preparing 05:40:26 07a57a71a6ea: Preparing 05:40:26 6ec93b717c68: Preparing 05:40:26 bf41b11baa72: Preparing 05:40:26 b6e57df8423b: Preparing 05:40:26 2c0d63a4fa16: Preparing 05:40:26 022ad80c7724: Preparing 05:40:26 6c59fac35a5e: Preparing 05:40:26 dd9c8f8612c8: Preparing 05:40:26 2c0d63a4fa16: Waiting 05:40:26 022ad80c7724: Waiting 05:40:26 6c59fac35a5e: Waiting 05:40:26 dd9c8f8612c8: Waiting 05:40:26 b6e57df8423b: Waiting 05:40:26 bf41b11baa72: Layer already exists 05:40:26 0e67d577baf9: Layer already exists 05:40:26 fb8d3e5be424: Layer already exists 05:40:26 07a57a71a6ea: Layer already exists 05:40:26 6ec93b717c68: Layer already exists 05:40:26 2c0d63a4fa16: Layer already exists 05:40:26 b6e57df8423b: Layer already exists 05:40:26 6c59fac35a5e: Layer already exists 05:40:26 022ad80c7724: Layer already exists 05:40:26 dd9c8f8612c8: Layer already exists 05:40:26 latest: digest: sha256:33b7ba108fe437e21c62e51e9a16d84092898f85b48ab84dc57e5701f2e33ed9 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:27 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.17 05:40:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:40:27 0e67d577baf9: Preparing 05:40:27 fb8d3e5be424: Preparing 05:40:27 07a57a71a6ea: Preparing 05:40:27 6ec93b717c68: Preparing 05:40:27 bf41b11baa72: Preparing 05:40:27 b6e57df8423b: Preparing 05:40:27 2c0d63a4fa16: Preparing 05:40:27 022ad80c7724: Preparing 05:40:27 6c59fac35a5e: Preparing 05:40:27 dd9c8f8612c8: Preparing 05:40:27 022ad80c7724: Waiting 05:40:27 b6e57df8423b: Waiting 05:40:27 2c0d63a4fa16: Waiting 05:40:27 6c59fac35a5e: Waiting 05:40:27 dd9c8f8612c8: Waiting 05:40:27 6ec93b717c68: Layer already exists 05:40:27 bf41b11baa72: Layer already exists 05:40:27 07a57a71a6ea: Layer already exists 05:40:27 fb8d3e5be424: Layer already exists 05:40:27 0e67d577baf9: Layer already exists 05:40:27 b6e57df8423b: Layer already exists 05:40:27 022ad80c7724: Layer already exists 05:40:27 2c0d63a4fa16: Layer already exists 05:40:27 6c59fac35a5e: Layer already exists 05:40:27 dd9c8f8612c8: Layer already exists 05:40:27 4.1.0-dev.17: digest: sha256:33b7ba108fe437e21c62e51e9a16d84092898f85b48ab84dc57e5701f2e33ed9 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:27 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:40:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:40:28 0e67d577baf9: Preparing 05:40:28 fb8d3e5be424: Preparing 05:40:28 07a57a71a6ea: Preparing 05:40:28 6ec93b717c68: Preparing 05:40:28 bf41b11baa72: Preparing 05:40:28 b6e57df8423b: Preparing 05:40:28 2c0d63a4fa16: Preparing 05:40:28 022ad80c7724: Preparing 05:40:28 6c59fac35a5e: Preparing 05:40:28 dd9c8f8612c8: Preparing 05:40:28 2c0d63a4fa16: Waiting 05:40:28 022ad80c7724: Waiting 05:40:28 6c59fac35a5e: Waiting 05:40:28 dd9c8f8612c8: Waiting 05:40:28 b6e57df8423b: Waiting 05:40:28 6ec93b717c68: Layer already exists 05:40:28 0e67d577baf9: Layer already exists 05:40:28 07a57a71a6ea: Layer already exists 05:40:28 bf41b11baa72: Layer already exists 05:40:28 fb8d3e5be424: Layer already exists 05:40:28 b6e57df8423b: Layer already exists 05:40:28 dd9c8f8612c8: Layer already exists 05:40:28 022ad80c7724: Layer already exists 05:40:28 6c59fac35a5e: Layer already exists 05:40:28 2c0d63a4fa16: Layer already exists 05:40:28 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:33b7ba108fe437e21c62e51e9a16d84092898f85b48ab84dc57e5701f2e33ed9 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:28 + 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 05:40:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 05:40:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:40:29 0e67d577baf9: Preparing 05:40:29 fb8d3e5be424: Preparing 05:40:29 07a57a71a6ea: Preparing 05:40:29 6ec93b717c68: Preparing 05:40:29 bf41b11baa72: Preparing 05:40:29 b6e57df8423b: Preparing 05:40:29 2c0d63a4fa16: Preparing 05:40:29 022ad80c7724: Preparing 05:40:29 6c59fac35a5e: Preparing 05:40:29 dd9c8f8612c8: Preparing 05:40:29 b6e57df8423b: Waiting 05:40:29 2c0d63a4fa16: Waiting 05:40:29 022ad80c7724: Waiting 05:40:29 6c59fac35a5e: Waiting 05:40:29 dd9c8f8612c8: Waiting 05:40:29 0e67d577baf9: Layer already exists 05:40:29 bf41b11baa72: Layer already exists 05:40:29 07a57a71a6ea: Layer already exists 05:40:29 6ec93b717c68: Layer already exists 05:40:29 fb8d3e5be424: Layer already exists 05:40:29 2c0d63a4fa16: Layer already exists 05:40:29 dd9c8f8612c8: Layer already exists 05:40:29 b6e57df8423b: Layer already exists 05:40:29 022ad80c7724: Layer already exists 05:40:29 6c59fac35a5e: Layer already exists 05:40:29 main: digest: sha256:33b7ba108fe437e21c62e51e9a16d84092898f85b48ab84dc57e5701f2e33ed9 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:40:29 ===================================================== [Pipeline] echo 05:40:29 taggedImages: 05:40:29 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:40:29 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 05:40:29 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.17 05:40:29 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:40:29 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 05:40:29 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 05:40:29 de361d4afd6299834d6ef4551c1682f9151c31c5 05:40:29 latest 05:40:29 4.1.0-dev.17 05:40:29 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:40:29 main 05:40:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:30 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:40:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:40:30 58b7187d5019: Preparing 05:40:30 301b3985ecb3: Preparing 05:40:30 991a5e56a870: Preparing 05:40:30 6ec93b717c68: Preparing 05:40:30 bf41b11baa72: Preparing 05:40:30 7f324fc98561: Preparing 05:40:30 f28c19063f49: Preparing 05:40:30 988f73d48bad: Preparing 05:40:30 dd9c8f8612c8: Preparing 05:40:30 7f324fc98561: Waiting 05:40:30 f28c19063f49: Waiting 05:40:30 988f73d48bad: Waiting 05:40:30 dd9c8f8612c8: Waiting 05:40:30 bf41b11baa72: Layer already exists 05:40:30 6ec93b717c68: Layer already exists 05:40:30 991a5e56a870: Pushed 05:40:30 301b3985ecb3: Pushed 05:40:30 58b7187d5019: Pushed 05:40:30 f28c19063f49: Pushed 05:40:30 dd9c8f8612c8: Layer already exists 05:40:31 988f73d48bad: Pushed 05:40:57 7f324fc98561: Pushed 05:40:57 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:eb7cac988837eb6e8b53af7f00d627fd586668cbb4f8f32a3821af1ec4621e6e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:58 + 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 05:40:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 05:40:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:40:58 58b7187d5019: Preparing 05:40:58 301b3985ecb3: Preparing 05:40:58 991a5e56a870: Preparing 05:40:58 6ec93b717c68: Preparing 05:40:58 bf41b11baa72: Preparing 05:40:58 7f324fc98561: Preparing 05:40:58 f28c19063f49: Preparing 05:40:58 988f73d48bad: Preparing 05:40:58 dd9c8f8612c8: Preparing 05:40:58 988f73d48bad: Waiting 05:40:58 dd9c8f8612c8: Waiting 05:40:58 7f324fc98561: Waiting 05:40:58 f28c19063f49: Waiting 05:40:58 991a5e56a870: Layer already exists 05:40:58 bf41b11baa72: Layer already exists 05:40:58 58b7187d5019: Layer already exists 05:40:58 301b3985ecb3: Layer already exists 05:40:58 6ec93b717c68: Layer already exists 05:40:58 dd9c8f8612c8: Layer already exists 05:40:58 7f324fc98561: Layer already exists 05:40:58 988f73d48bad: Layer already exists 05:40:58 f28c19063f49: Layer already exists 05:40:58 latest: digest: sha256:eb7cac988837eb6e8b53af7f00d627fd586668cbb4f8f32a3821af1ec4621e6e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:59 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.17 05:40:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:40:59 58b7187d5019: Preparing 05:40:59 301b3985ecb3: Preparing 05:40:59 991a5e56a870: Preparing 05:40:59 6ec93b717c68: Preparing 05:40:59 bf41b11baa72: Preparing 05:40:59 7f324fc98561: Preparing 05:40:59 f28c19063f49: Preparing 05:40:59 988f73d48bad: Preparing 05:40:59 dd9c8f8612c8: Preparing 05:40:59 f28c19063f49: Waiting 05:40:59 988f73d48bad: Waiting 05:40:59 dd9c8f8612c8: Waiting 05:40:59 7f324fc98561: Waiting 05:40:59 991a5e56a870: Layer already exists 05:40:59 301b3985ecb3: Layer already exists 05:40:59 bf41b11baa72: Layer already exists 05:40:59 6ec93b717c68: Layer already exists 05:40:59 58b7187d5019: Layer already exists 05:40:59 f28c19063f49: Layer already exists 05:40:59 988f73d48bad: Layer already exists 05:40:59 7f324fc98561: Layer already exists 05:40:59 dd9c8f8612c8: Layer already exists 05:40:59 4.1.0-dev.17: digest: sha256:eb7cac988837eb6e8b53af7f00d627fd586668cbb4f8f32a3821af1ec4621e6e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:00 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:41:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:41:00 58b7187d5019: Preparing 05:41:00 301b3985ecb3: Preparing 05:41:00 991a5e56a870: Preparing 05:41:00 6ec93b717c68: Preparing 05:41:00 bf41b11baa72: Preparing 05:41:00 7f324fc98561: Preparing 05:41:00 f28c19063f49: Preparing 05:41:00 988f73d48bad: Preparing 05:41:00 dd9c8f8612c8: Preparing 05:41:00 7f324fc98561: Waiting 05:41:00 f28c19063f49: Waiting 05:41:00 988f73d48bad: Waiting 05:41:00 dd9c8f8612c8: Waiting 05:41:00 58b7187d5019: Layer already exists 05:41:00 991a5e56a870: Layer already exists 05:41:00 6ec93b717c68: Layer already exists 05:41:00 bf41b11baa72: Layer already exists 05:41:00 301b3985ecb3: Layer already exists 05:41:00 988f73d48bad: Layer already exists 05:41:00 f28c19063f49: Layer already exists 05:41:00 dd9c8f8612c8: Layer already exists 05:41:00 7f324fc98561: Layer already exists 05:41:00 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:eb7cac988837eb6e8b53af7f00d627fd586668cbb4f8f32a3821af1ec4621e6e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:00 + 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 05:41:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 05:41:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:41:01 58b7187d5019: Preparing 05:41:01 301b3985ecb3: Preparing 05:41:01 991a5e56a870: Preparing 05:41:01 6ec93b717c68: Preparing 05:41:01 bf41b11baa72: Preparing 05:41:01 7f324fc98561: Preparing 05:41:01 f28c19063f49: Preparing 05:41:01 7f324fc98561: Waiting 05:41:01 988f73d48bad: Preparing 05:41:01 f28c19063f49: Waiting 05:41:01 dd9c8f8612c8: Preparing 05:41:01 988f73d48bad: Waiting 05:41:01 dd9c8f8612c8: Waiting 05:41:01 6ec93b717c68: Layer already exists 05:41:01 58b7187d5019: Layer already exists 05:41:01 991a5e56a870: Layer already exists 05:41:01 bf41b11baa72: Layer already exists 05:41:01 301b3985ecb3: Layer already exists 05:41:01 7f324fc98561: Layer already exists 05:41:01 f28c19063f49: Layer already exists 05:41:01 988f73d48bad: Layer already exists 05:41:01 dd9c8f8612c8: Layer already exists 05:41:01 main: digest: sha256:eb7cac988837eb6e8b53af7f00d627fd586668cbb4f8f32a3821af1ec4621e6e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:41:01 ===================================================== [Pipeline] echo 05:41:01 taggedImages: 05:41:01 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:41:01 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 05:41:01 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.17 05:41:01 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:41:01 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 05:41:01 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 05:41:01 de361d4afd6299834d6ef4551c1682f9151c31c5 05:41:01 latest 05:41:01 4.1.0-dev.17 05:41:01 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:41:01 main 05:41:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:01 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:41:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:41:02 4349c8d5d406: Preparing 05:41:02 76898203ac09: Preparing 05:41:02 9fbd3d9ef642: Preparing 05:41:02 6ec93b717c68: Preparing 05:41:02 bf41b11baa72: Preparing 05:41:02 420e3dc38f66: Preparing 05:41:02 022ad80c7724: Preparing 05:41:02 6c59fac35a5e: Preparing 05:41:02 dd9c8f8612c8: Preparing 05:41:02 420e3dc38f66: Waiting 05:41:02 022ad80c7724: Waiting 05:41:02 6c59fac35a5e: Waiting 05:41:02 dd9c8f8612c8: Waiting 05:41:02 6ec93b717c68: Layer already exists 05:41:02 bf41b11baa72: Layer already exists 05:41:02 022ad80c7724: Layer already exists 05:41:02 9fbd3d9ef642: Pushed 05:41:02 6c59fac35a5e: Layer already exists 05:41:02 76898203ac09: Pushed 05:41:02 4349c8d5d406: Pushed 05:41:02 dd9c8f8612c8: Layer already exists 05:41:29 420e3dc38f66: Pushed 05:41:29 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:e93ceab3ef5b79c691434a3f4c3e3543cfe1dfa812b76d659569db66cbde45d0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:29 + 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 05:41:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 05:41:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:41:29 4349c8d5d406: Preparing 05:41:29 76898203ac09: Preparing 05:41:29 9fbd3d9ef642: Preparing 05:41:29 6ec93b717c68: Preparing 05:41:29 bf41b11baa72: Preparing 05:41:29 420e3dc38f66: Preparing 05:41:29 022ad80c7724: Preparing 05:41:29 6c59fac35a5e: Preparing 05:41:29 dd9c8f8612c8: Preparing 05:41:29 420e3dc38f66: Waiting 05:41:29 022ad80c7724: Waiting 05:41:29 6c59fac35a5e: Waiting 05:41:29 dd9c8f8612c8: Waiting 05:41:29 9fbd3d9ef642: Layer already exists 05:41:29 bf41b11baa72: Layer already exists 05:41:29 6ec93b717c68: Layer already exists 05:41:29 4349c8d5d406: Layer already exists 05:41:29 76898203ac09: Layer already exists 05:41:29 6c59fac35a5e: Layer already exists 05:41:29 022ad80c7724: Layer already exists 05:41:29 420e3dc38f66: Layer already exists 05:41:29 dd9c8f8612c8: Layer already exists 05:41:29 latest: digest: sha256:e93ceab3ef5b79c691434a3f4c3e3543cfe1dfa812b76d659569db66cbde45d0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:30 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.17 05:41:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:41:30 4349c8d5d406: Preparing 05:41:30 76898203ac09: Preparing 05:41:30 9fbd3d9ef642: Preparing 05:41:30 6ec93b717c68: Preparing 05:41:30 bf41b11baa72: Preparing 05:41:30 420e3dc38f66: Preparing 05:41:30 022ad80c7724: Preparing 05:41:30 6c59fac35a5e: Preparing 05:41:30 dd9c8f8612c8: Preparing 05:41:30 022ad80c7724: Waiting 05:41:30 6c59fac35a5e: Waiting 05:41:30 dd9c8f8612c8: Waiting 05:41:30 420e3dc38f66: Waiting 05:41:30 9fbd3d9ef642: Layer already exists 05:41:30 76898203ac09: Layer already exists 05:41:30 bf41b11baa72: Layer already exists 05:41:30 6ec93b717c68: Layer already exists 05:41:30 4349c8d5d406: Layer already exists 05:41:30 420e3dc38f66: Layer already exists 05:41:30 022ad80c7724: Layer already exists 05:41:30 dd9c8f8612c8: Layer already exists 05:41:30 6c59fac35a5e: Layer already exists 05:41:31 4.1.0-dev.17: digest: sha256:e93ceab3ef5b79c691434a3f4c3e3543cfe1dfa812b76d659569db66cbde45d0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:31 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:41:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:41:31 4349c8d5d406: Preparing 05:41:31 76898203ac09: Preparing 05:41:31 9fbd3d9ef642: Preparing 05:41:31 6ec93b717c68: Preparing 05:41:31 bf41b11baa72: Preparing 05:41:31 420e3dc38f66: Preparing 05:41:31 022ad80c7724: Preparing 05:41:31 6c59fac35a5e: Preparing 05:41:31 dd9c8f8612c8: Preparing 05:41:31 420e3dc38f66: Waiting 05:41:31 022ad80c7724: Waiting 05:41:31 6c59fac35a5e: Waiting 05:41:31 dd9c8f8612c8: Waiting 05:41:31 4349c8d5d406: Layer already exists 05:41:31 76898203ac09: Layer already exists 05:41:31 bf41b11baa72: Layer already exists 05:41:31 9fbd3d9ef642: Layer already exists 05:41:31 6ec93b717c68: Layer already exists 05:41:31 022ad80c7724: Layer already exists 05:41:31 420e3dc38f66: Layer already exists 05:41:31 6c59fac35a5e: Layer already exists 05:41:31 dd9c8f8612c8: Layer already exists 05:41:31 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:e93ceab3ef5b79c691434a3f4c3e3543cfe1dfa812b76d659569db66cbde45d0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:32 + 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 05:41:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 05:41:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:41:32 4349c8d5d406: Preparing 05:41:32 76898203ac09: Preparing 05:41:32 9fbd3d9ef642: Preparing 05:41:32 6ec93b717c68: Preparing 05:41:32 bf41b11baa72: Preparing 05:41:32 420e3dc38f66: Preparing 05:41:32 022ad80c7724: Preparing 05:41:32 6c59fac35a5e: Preparing 05:41:32 dd9c8f8612c8: Preparing 05:41:32 420e3dc38f66: Waiting 05:41:32 022ad80c7724: Waiting 05:41:32 6c59fac35a5e: Waiting 05:41:32 dd9c8f8612c8: Waiting 05:41:32 6ec93b717c68: Layer already exists 05:41:32 76898203ac09: Layer already exists 05:41:32 bf41b11baa72: Layer already exists 05:41:32 9fbd3d9ef642: Layer already exists 05:41:32 4349c8d5d406: Layer already exists 05:41:32 022ad80c7724: Layer already exists 05:41:32 6c59fac35a5e: Layer already exists 05:41:32 420e3dc38f66: Layer already exists 05:41:32 dd9c8f8612c8: Layer already exists 05:41:33 main: digest: sha256:e93ceab3ef5b79c691434a3f4c3e3543cfe1dfa812b76d659569db66cbde45d0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:41:33 ===================================================== [Pipeline] echo 05:41:33 taggedImages: 05:41:33 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:41:33 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 05:41:33 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.17 05:41:33 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:41:33 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 05:41:33 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 05:41:33 de361d4afd6299834d6ef4551c1682f9151c31c5 05:41:33 latest 05:41:33 4.1.0-dev.17 05:41:33 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:41:33 main 05:41:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:33 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:33 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:41:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:41:33 e942566ae60d: Preparing 05:41:33 19c970886245: Preparing 05:41:33 6ec93b717c68: Preparing 05:41:33 bf41b11baa72: Preparing 05:41:33 5b704fa1ceac: Preparing 05:41:33 e1b9e1472ce1: Preparing 05:41:33 dd9c8f8612c8: Preparing 05:41:33 e1b9e1472ce1: Waiting 05:41:33 dd9c8f8612c8: Waiting 05:41:33 6ec93b717c68: Layer already exists 05:41:34 bf41b11baa72: Layer already exists 05:41:34 dd9c8f8612c8: Layer already exists 05:41:34 e942566ae60d: Pushed 05:41:34 5b704fa1ceac: Pushed 05:41:35 e1b9e1472ce1: Pushed 05:41:42 19c970886245: Pushed 05:41:42 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:673c41ffcb53619bd872ab9269848082b54bdc591728613405ad637221eda94b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:42 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:42 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 05:41:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:41:42 e942566ae60d: Preparing 05:41:42 19c970886245: Preparing 05:41:42 6ec93b717c68: Preparing 05:41:42 bf41b11baa72: Preparing 05:41:42 5b704fa1ceac: Preparing 05:41:42 e1b9e1472ce1: Preparing 05:41:42 dd9c8f8612c8: Preparing 05:41:42 dd9c8f8612c8: Waiting 05:41:42 e1b9e1472ce1: Waiting 05:41:42 5b704fa1ceac: Layer already exists 05:41:42 6ec93b717c68: Layer already exists 05:41:42 e942566ae60d: Layer already exists 05:41:42 bf41b11baa72: Layer already exists 05:41:42 19c970886245: Layer already exists 05:41:42 e1b9e1472ce1: Layer already exists 05:41:42 dd9c8f8612c8: Layer already exists 05:41:43 latest: digest: sha256:673c41ffcb53619bd872ab9269848082b54bdc591728613405ad637221eda94b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:43 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.17 05:41:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:41:43 e942566ae60d: Preparing 05:41:43 19c970886245: Preparing 05:41:43 6ec93b717c68: Preparing 05:41:43 bf41b11baa72: Preparing 05:41:43 5b704fa1ceac: Preparing 05:41:43 e1b9e1472ce1: Preparing 05:41:43 dd9c8f8612c8: Preparing 05:41:43 e1b9e1472ce1: Waiting 05:41:43 dd9c8f8612c8: Waiting 05:41:43 5b704fa1ceac: Layer already exists 05:41:43 e942566ae60d: Layer already exists 05:41:43 6ec93b717c68: Layer already exists 05:41:43 bf41b11baa72: Layer already exists 05:41:43 19c970886245: Layer already exists 05:41:43 dd9c8f8612c8: Layer already exists 05:41:43 e1b9e1472ce1: Layer already exists 05:41:43 4.1.0-dev.17: digest: sha256:673c41ffcb53619bd872ab9269848082b54bdc591728613405ad637221eda94b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:44 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:41:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:41:44 e942566ae60d: Preparing 05:41:44 19c970886245: Preparing 05:41:44 6ec93b717c68: Preparing 05:41:44 bf41b11baa72: Preparing 05:41:44 5b704fa1ceac: Preparing 05:41:44 e1b9e1472ce1: Preparing 05:41:44 dd9c8f8612c8: Preparing 05:41:44 e1b9e1472ce1: Waiting 05:41:44 dd9c8f8612c8: Waiting 05:41:44 e942566ae60d: Layer already exists 05:41:44 5b704fa1ceac: Layer already exists 05:41:44 19c970886245: Layer already exists 05:41:44 bf41b11baa72: Layer already exists 05:41:44 6ec93b717c68: Layer already exists 05:41:44 dd9c8f8612c8: Layer already exists 05:41:44 e1b9e1472ce1: Layer already exists 05:41:45 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:673c41ffcb53619bd872ab9269848082b54bdc591728613405ad637221eda94b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:45 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 05:41:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:41:45 e942566ae60d: Preparing 05:41:45 19c970886245: Preparing 05:41:45 6ec93b717c68: Preparing 05:41:45 bf41b11baa72: Preparing 05:41:45 5b704fa1ceac: Preparing 05:41:45 e1b9e1472ce1: Preparing 05:41:45 dd9c8f8612c8: Preparing 05:41:45 e1b9e1472ce1: Waiting 05:41:45 dd9c8f8612c8: Waiting 05:41:45 e942566ae60d: Layer already exists 05:41:45 6ec93b717c68: Layer already exists 05:41:45 bf41b11baa72: Layer already exists 05:41:45 19c970886245: Layer already exists 05:41:45 5b704fa1ceac: Layer already exists 05:41:45 dd9c8f8612c8: Layer already exists 05:41:45 e1b9e1472ce1: Layer already exists 05:41:45 main: digest: sha256:673c41ffcb53619bd872ab9269848082b54bdc591728613405ad637221eda94b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:41:46 ===================================================== [Pipeline] echo 05:41:46 taggedImages: 05:41:46 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:41:46 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 05:41:46 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.17 05:41:46 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:41:46 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 05:41:46 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 05:41:46 de361d4afd6299834d6ef4551c1682f9151c31c5 05:41:46 latest 05:41:46 4.1.0-dev.17 05:41:46 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:41:46 main 05:41:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:46 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:46 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:41:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:41:46 1209e3c464a1: Preparing 05:41:46 ecdaf6ab487e: Preparing 05:41:46 6ec93b717c68: Preparing 05:41:46 bf41b11baa72: Preparing 05:41:46 0e4de6306b36: Preparing 05:41:46 b9e01bf95f66: Preparing 05:41:46 dd9c8f8612c8: Preparing 05:41:46 b9e01bf95f66: Waiting 05:41:46 dd9c8f8612c8: Waiting 05:41:46 bf41b11baa72: Layer already exists 05:41:46 6ec93b717c68: Layer already exists 05:41:47 dd9c8f8612c8: Layer already exists 05:41:47 1209e3c464a1: Pushed 05:41:47 0e4de6306b36: Pushed 05:41:47 b9e01bf95f66: Pushed 05:41:55 ecdaf6ab487e: Pushed 05:41:55 de361d4afd6299834d6ef4551c1682f9151c31c5: digest: sha256:fa4e25aecc257e23ea7eba97adcbf71a9260f11fec5c3978def83f0ac1daa835 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:56 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:56 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 05:41:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:41:56 1209e3c464a1: Preparing 05:41:56 ecdaf6ab487e: Preparing 05:41:56 6ec93b717c68: Preparing 05:41:56 bf41b11baa72: Preparing 05:41:56 0e4de6306b36: Preparing 05:41:56 b9e01bf95f66: Preparing 05:41:56 dd9c8f8612c8: Preparing 05:41:56 dd9c8f8612c8: Waiting 05:41:56 bf41b11baa72: Layer already exists 05:41:56 1209e3c464a1: Layer already exists 05:41:56 6ec93b717c68: Layer already exists 05:41:56 ecdaf6ab487e: Layer already exists 05:41:56 0e4de6306b36: Layer already exists 05:41:56 b9e01bf95f66: Layer already exists 05:41:56 dd9c8f8612c8: Layer already exists 05:41:56 latest: digest: sha256:fa4e25aecc257e23ea7eba97adcbf71a9260f11fec5c3978def83f0ac1daa835 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:57 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:57 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.17 05:41:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:41:57 1209e3c464a1: Preparing 05:41:57 ecdaf6ab487e: Preparing 05:41:57 6ec93b717c68: Preparing 05:41:57 bf41b11baa72: Preparing 05:41:57 0e4de6306b36: Preparing 05:41:57 b9e01bf95f66: Preparing 05:41:57 dd9c8f8612c8: Preparing 05:41:57 b9e01bf95f66: Waiting 05:41:57 dd9c8f8612c8: Waiting 05:41:57 1209e3c464a1: Layer already exists 05:41:57 0e4de6306b36: Layer already exists 05:41:57 bf41b11baa72: Layer already exists 05:41:57 6ec93b717c68: Layer already exists 05:41:57 ecdaf6ab487e: Layer already exists 05:41:57 dd9c8f8612c8: Layer already exists 05:41:57 b9e01bf95f66: Layer already exists 05:41:57 4.1.0-dev.17: digest: sha256:fa4e25aecc257e23ea7eba97adcbf71a9260f11fec5c3978def83f0ac1daa835 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:58 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:58 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:41:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:41:58 1209e3c464a1: Preparing 05:41:58 ecdaf6ab487e: Preparing 05:41:58 6ec93b717c68: Preparing 05:41:58 bf41b11baa72: Preparing 05:41:58 0e4de6306b36: Preparing 05:41:58 b9e01bf95f66: Preparing 05:41:58 dd9c8f8612c8: Preparing 05:41:58 b9e01bf95f66: Waiting 05:41:58 dd9c8f8612c8: Waiting 05:41:58 1209e3c464a1: Layer already exists 05:41:58 0e4de6306b36: Layer already exists 05:41:58 bf41b11baa72: Layer already exists 05:41:58 ecdaf6ab487e: Layer already exists 05:41:58 6ec93b717c68: Layer already exists 05:41:58 dd9c8f8612c8: Layer already exists 05:41:58 b9e01bf95f66: Layer already exists 05:41:58 de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17: digest: sha256:fa4e25aecc257e23ea7eba97adcbf71a9260f11fec5c3978def83f0ac1daa835 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:58 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 05:41:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:41:59 1209e3c464a1: Preparing 05:41:59 ecdaf6ab487e: Preparing 05:41:59 6ec93b717c68: Preparing 05:41:59 bf41b11baa72: Preparing 05:41:59 0e4de6306b36: Preparing 05:41:59 b9e01bf95f66: Preparing 05:41:59 dd9c8f8612c8: Preparing 05:41:59 b9e01bf95f66: Waiting 05:41:59 dd9c8f8612c8: Waiting 05:41:59 ecdaf6ab487e: Layer already exists 05:41:59 bf41b11baa72: Layer already exists 05:41:59 6ec93b717c68: Layer already exists 05:41:59 1209e3c464a1: Layer already exists 05:41:59 0e4de6306b36: Layer already exists 05:41:59 b9e01bf95f66: Layer already exists 05:41:59 dd9c8f8612c8: Layer already exists 05:41:59 main: digest: sha256:fa4e25aecc257e23ea7eba97adcbf71a9260f11fec5c3978def83f0ac1daa835 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:41:59 ===================================================== [Pipeline] echo 05:41:59 taggedImages: 05:41:59 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 05:41:59 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 05:41:59 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.17 05:41:59 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 05:41:59 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.17 [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.17 [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.17 [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.17 [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.17 [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.17 [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.17 [Pipeline] echo 05:41:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.17 [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.17 [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.17 [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.17 [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.17 [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.17 [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.17 [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.17 [Pipeline] echo 05:42:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:de361d4afd6299834d6ef4551c1682f9151c31c5-4.1.0-dev.17 [Pipeline] echo 05:42:00 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 05:42:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:42:00 05:42:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:42:01 arm64: Pulling from edgex-lftools-log-publisher 05:42:01 8998bd30e6a1: Pulling fs layer 05:42:01 04944245beec: Pulling fs layer 05:42:01 699f458cf7ca: Pulling fs layer 05:42:01 765212b225bb: Pulling fs layer 05:42:01 f23df028b6ca: Pulling fs layer 05:42:01 d65c8cfc05b1: Pulling fs layer 05:42:01 765212b225bb: Waiting 05:42:01 f23df028b6ca: Waiting 05:42:01 d65c8cfc05b1: Waiting 05:42:01 2437ff75d9bd: Pulling fs layer 05:42:01 2437ff75d9bd: Waiting 05:42:01 04944245beec: Verifying Checksum 05:42:01 04944245beec: Download complete 05:42:01 765212b225bb: Verifying Checksum 05:42:01 765212b225bb: Download complete 05:42:01 f23df028b6ca: Verifying Checksum 05:42:01 f23df028b6ca: Download complete 05:42:01 d65c8cfc05b1: Verifying Checksum 05:42:01 d65c8cfc05b1: Download complete 05:42:01 699f458cf7ca: Verifying Checksum 05:42:01 699f458cf7ca: Download complete 05:42:02 8998bd30e6a1: Verifying Checksum 05:42:02 8998bd30e6a1: Download complete 05:42:04 2437ff75d9bd: Verifying Checksum 05:42:04 2437ff75d9bd: Download complete 05:42:07 8998bd30e6a1: Pull complete 05:42:07 04944245beec: Pull complete 05:42:08 699f458cf7ca: Pull complete 05:42:09 765212b225bb: Pull complete 05:42:10 f23df028b6ca: Pull complete 05:42:10 d65c8cfc05b1: Pull complete 05:42:28 2437ff75d9bd: Pull complete 05:42:28 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:42:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:42:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:42:28 prd-ubuntu20.04-docker-arm64-4c-16g-2444 does not seem to be running inside a container 05:42:28 $ 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/844 -v /w/workspace/edgex-go/844:/w/workspace/edgex-go/844:rw,z -v /w/workspace/edgex-go/844@tmp:/w/workspace/edgex-go/844@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 05:42:31 $ docker top 665cdc925338c87cbdaad163f026b530077ef41b62bc98acafab24d2be66969f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:42:32 ---> job-cost.sh 05:42:32 lf-activate-venv: SKIPPING 05:42:32 INFO: No Stack... 05:42:32 INFO: Retrieving Pricing Info for: v3-standard-4 05:42:33 INFO: Archiving Costs [Pipeline] sh 05:42:34 + cat /w/workspace/edgex-go/844/archives/cost.csv 05:42:34 + cut -d, -f6 [Pipeline] lock 05:42:34 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-844-stack-cost] 05:42:34 Resource [jenkins-edgexfoundry-edgex-go-main-844-stack-cost] did not exist. Created. 05:42:34 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-844-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:42:34 + echo total: 0.10999999940395355 [Pipeline] stash 05:42:35 Stashed 1 file(s) [Pipeline] } 05:42:35 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-844-stack-cost] [Pipeline] // lock [Pipeline] } 05:42:35 $ docker stop --time=1 665cdc925338c87cbdaad163f026b530077ef41b62bc98acafab24d2be66969f 05:42:36 $ docker rm -f --volumes 665cdc925338c87cbdaad163f026b530077ef41b62bc98acafab24d2be66969f [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 05:42:37 provisioning config files... 05:42:37 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/844@tmp/config8055310841896526087tmp [Pipeline] { [Pipeline] sh 05:42:37 + set +x 05:42:37 + curl -s https://codecov.io/bash 05:42:37 + bash -s -- 05:42:37 05:42:37 _____ _ 05:42:37 / ____| | | 05:42:37 | | ___ __| | ___ ___ _____ __ 05:42:37 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:42:37 | |___| (_) | (_| | __/ (_| (_) \ V / 05:42:37 \_____\___/ \__,_|\___|\___\___/ \_/ 05:42:37 Bash-1.0.6 05:42:37 05:42:37 05:42:37 ==> git version 2.25.1 found 05:42:37 ==> 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 05:42:37 Release-Date: 2020-01-08 05:42:37 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 05:42:37 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:42:37 ==> Jenkins CI detected. 05:42:37 current dir:  /w/workspace/edgex-go/844 05:42:37 project root: . 05:42:37 --> token set from env 05:42:37 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:42:37 ==> Running gcov in . (disable via -X gcov) 05:42:37 ==> Python coveragepy not found 05:42:37 ==> Searching for coverage reports in: 05:42:37 + . 05:42:38 -> Found 1 reports 05:42:38 ==> Detecting git/mercurial file structure 05:42:38 ==> Reading reports 05:42:38 + ./coverage.out bytes=1661236 05:42:38 ==> Appending adjustments 05:42:38 https://docs.codecov.io/docs/fixing-reports 05:42:39 + Found adjustments 05:42:39 ==> Gzipping contents 05:42:39 140K /tmp/codecov.fiFf6P.gz 05:42:39 ==> Uploading reports 05:42:39 url: https://codecov.io 05:42:39 query: branch=main&commit=de361d4afd6299834d6ef4551c1682f9151c31c5&build=844&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F844%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:42:39 -> Pinging Codecov 05:42:39 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=de361d4afd6299834d6ef4551c1682f9151c31c5&build=844&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F844%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:42:39 -> Uploading to 05:42:39 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/de361d4afd6299834d6ef4551c1682f9151c31c5/7f10b8a9-ddbe-423e-bd90-8dcf165861b8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250529%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250529T054239Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=12ca143c3ba98b8b57da6ba3cc728115ddca94c55dd509f5e013a0a4ae0d264e 05:42:39 % Total % Received % Xferd Average Speed Time Time Time Current 05:42:39 Dload Upload Total Spent Left Speed 05:42:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 507k --:--:-- --:--:-- --:--:-- 505k 05:42:39 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/de361d4afd6299834d6ef4551c1682f9151c31c5 [Pipeline] } 05:42:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 05:42:40 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:42:40 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:42:40 05:42:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:42:40 latest: Pulling from edgex-devops/edgex-snyk-go 05:42:40 43c4264eed91: Pulling fs layer 05:42:40 4cc291be95ef: Pulling fs layer 05:42:40 2ac1f1163629: Pulling fs layer 05:42:40 5c3c966382ef: Pulling fs layer 05:42:40 4f4fb700ef54: Pulling fs layer 05:42:40 d9c7d2e4e75e: Pulling fs layer 05:42:40 9c3e1370e548: Pulling fs layer 05:42:40 5c3c966382ef: Waiting 05:42:40 4f4fb700ef54: Waiting 05:42:40 d9c7d2e4e75e: Waiting 05:42:40 9c3e1370e548: Waiting 05:42:40 4cc291be95ef: Download complete 05:42:40 5c3c966382ef: Verifying Checksum 05:42:40 5c3c966382ef: Download complete 05:42:40 4f4fb700ef54: Verifying Checksum 05:42:40 4f4fb700ef54: Download complete 05:42:40 43c4264eed91: Download complete 05:42:41 d9c7d2e4e75e: Verifying Checksum 05:42:41 d9c7d2e4e75e: Download complete 05:42:41 43c4264eed91: Pull complete 05:42:41 4cc291be95ef: Pull complete 05:42:41 2ac1f1163629: Download complete 05:42:41 9c3e1370e548: Download complete 05:42:45 2ac1f1163629: Pull complete 05:42:45 5c3c966382ef: Pull complete 05:42:45 4f4fb700ef54: Pull complete 05:42:45 d9c7d2e4e75e: Pull complete 05:42:48 9c3e1370e548: Pull complete 05:42:48 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 05:42:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:42:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:42:48 prd-ubuntu20.04-docker-8c-8g-2443 does not seem to be running inside a container 05:42:48 $ 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/844 -v /w/workspace/edgex-go/844:/w/workspace/edgex-go/844:rw,z -v /w/workspace/edgex-go/844@tmp:/w/workspace/edgex-go/844@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 05:42:52 $ docker top 3b772849fe658c7d38e7bdb1895f5da3b43875e7635471f78f1e9b46c379ade9 -eo pid,comm [Pipeline] { [Pipeline] sh 05:42:53 + git config --global --add safe.directory /w/workspace/edgex-go/844 [Pipeline] echo 05:42:53 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 05:42:53 + set -o pipefail 05:42:53 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 05:43:03 05:43:03 Monitoring /w/workspace/edgex-go/844 (github.com/edgexfoundry/edgex-go)... 05:43:03 05:43:03 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/c528ad69-2abe-483c-a433-872024a2632b 05:43:03 05:43:03 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:43:03 [Pipeline] } 05:43:03 $ docker stop --time=1 3b772849fe658c7d38e7bdb1895f5da3b43875e7635471f78f1e9b46c379ade9 05:43:07 $ docker rm -f --volumes 3b772849fe658c7d38e7bdb1895f5da3b43875e7635471f78f1e9b46c379ade9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 05:43:07 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:43:07 provisioning config files... 05:43:07 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/844@tmp/config3426221767383586559tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:43:08 --> edgex-publish-swagger.sh 05:43:08 === Publish openapi API === 05:43:08 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 05:43:08 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/844/openapi/core-command.yaml] 05:43:08 % Total % Received % Xferd Average Speed Time Time Time Current 05:43:08 Dload Upload Total Spent Left Speed 05:43:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32848 100 66 100 32782 192 95853 --:--:-- --:--:-- --:--:-- 96046 05:43:08 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:43:08 05:43:08 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/844/openapi/core-data.yaml] 05:43:08 % Total % Received % Xferd Average Speed Time Time Time Current 05:43:08 Dload Upload Total Spent Left Speed 05:43:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71017 100 66 100 70951 295 310k --:--:-- --:--:-- --:--:-- 310k 05:43:08 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:43:08 05:43:08 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/844/openapi/core-keeper.yaml] 05:43:08 % Total % Received % Xferd Average Speed Time Time Time Current 05:43:08 Dload Upload Total Spent Left Speed 05:43:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32901 100 66 100 32835 392 190k --:--:-- --:--:-- --:--:-- 190k 100 32901 100 66 100 32835 392 190k --:--:-- --:--:-- --:--:-- 190k 05:43:08 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:43:08 05:43:08 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/844/openapi/core-metadata.yaml] 05:43:08 % Total % Received % Xferd Average Speed Time Time Time Current 05:43:08 Dload Upload Total Spent Left Speed 05:43:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 333 792k --:--:-- --:--:-- --:--:-- 792k 05:43:08 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:43:08 05:43:08 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/844/openapi/security-proxy-auth.yaml] 05:43:08 % Total % Received % Xferd Average Speed Time Time Time Current 05:43:08 Dload Upload Total Spent Left Speed 05:43:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 270 97k --:--:-- --:--:-- --:--:-- 98k 05:43:09 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:43:09 05:43:09 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/844/openapi/security-secretstore-setup.yaml] 05:43:09 % Total % Received % Xferd Average Speed Time Time Time Current 05:43:09 Dload Upload Total Spent Left Speed 05:43:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 270 16036 --:--:-- --:--:-- --:--:-- 16307 05:43:09 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:43:09 05:43:09 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/844/openapi/support-notifications.yaml] 05:43:09 % Total % Received % Xferd Average Speed Time Time Time Current 05:43:09 Dload Upload Total Spent Left Speed 05:43:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 379 561k --:--:-- --:--:-- --:--:-- 561k 05:43:09 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:43:09 05:43:09 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/844/openapi/support-scheduler.yaml] 05:43:09 % Total % Received % Xferd Average Speed Time Time Time Current 05:43:09 Dload Upload Total Spent Left Speed 05:43:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 464 348k --:--:-- --:--:-- --:--:-- 346k 05:43:09 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:43:09 [Pipeline] } 05:43:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 05:43:10 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:43:10 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:43:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:43:10 prd-ubuntu20.04-docker-8c-8g-2443 does not seem to be running inside a container 05:43:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/844 -v /w/workspace/edgex-go/844:/w/workspace/edgex-go/844:rw,z -v /w/workspace/edgex-go/844@tmp:/w/workspace/edgex-go/844@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 05:43:11 $ docker top 0d6f4dabecef23e1ed448f9e9122f2c9c6a6f41f7867b110db7775377e05ce34 -eo pid,comm 05:43:11 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). 05:43:11 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:43:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:43:11 [ssh-agent] Looking for ssh-agent implementation... 05:43:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:43:11 $ docker exec 0d6f4dabecef23e1ed448f9e9122f2c9c6a6f41f7867b110db7775377e05ce34 ssh-agent 05:43:11 SSH_AUTH_SOCK=/tmp/ssh-7aoi64jLBF4j/agent.33 05:43:11 SSH_AGENT_PID=39 05:43:11 Running ssh-add (command line suppressed) 05:43:11 Identity added: /w/workspace/edgex-go/844@tmp/private_key_171996425067338979.key (/w/workspace/edgex-go/844@tmp/private_key_171996425067338979.key) 05:43:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:43:11 + git semver tag 05:43:12 2025-05-29 05:43:12,079 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:43:12 2025-05-29 05:43:12,083 [run_tag] DEBUG tag force:False 05:43:12 2025-05-29 05:43:12,083 [check_head_tag] DEBUG check head tag 05:43:12 2025-05-29 05:43:12,083 [execute] INFO git cat-file --batch-check 05:43:12 2025-05-29 05:43:12,084 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/844, stdin=, shell=False, universal_newlines=False) 05:43:12 2025-05-29 05:43:12,085 [execute] INFO git cat-file --batch 05:43:12 2025-05-29 05:43:12,086 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/844, stdin=, shell=False, universal_newlines=False) 05:43:12 2025-05-29 05:43:12,099 [read_version] DEBUG read version from /w/workspace/edgex-go/844/.semver/main 05:43:12 2025-05-29 05:43:12,099 [execute] INFO git tag -a v4.1.0-dev.17 -m v4.1.0-dev.17 05:43:12 2025-05-29 05:43:12,099 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.17', '-m', 'v4.1.0-dev.17'], cwd=/w/workspace/edgex-go/844, stdin=None, shell=False, universal_newlines=False) 05:43:12 2025-05-29 05:43:12,102 [read_version] DEBUG read version from /w/workspace/edgex-go/844/.semver/main 05:43:12 4.1.0-dev.17 [Pipeline] } 05:43:12 $ docker exec --env ******** --env ******** 0d6f4dabecef23e1ed448f9e9122f2c9c6a6f41f7867b110db7775377e05ce34 ssh-agent -k 05:43:12 unset SSH_AUTH_SOCK; 05:43:12 unset SSH_AGENT_PID; 05:43:12 echo Agent pid 39 killed; 05:43:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:43:12 + git semver [Pipeline] } 05:43:12 $ docker stop --time=1 0d6f4dabecef23e1ed448f9e9122f2c9c6a6f41f7867b110db7775377e05ce34 05:43:14 $ docker rm -f --volumes 0d6f4dabecef23e1ed448f9e9122f2c9c6a6f41f7867b110db7775377e05ce34 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:43:14 05:43:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:43:14 0.23.1-centos7: Pulling from edgex-lftools 05:43:14 ab5ef0e58194: Pulling fs layer 05:43:14 9712f1f96733: Pulling fs layer 05:43:14 63f879dbbcfc: Pulling fs layer 05:43:14 0d9ebad4ef96: Pulling fs layer 05:43:14 e9a5061849ea: Pulling fs layer 05:43:14 d747dcd14b5f: Pulling fs layer 05:43:14 2de7ff778b66: Pulling fs layer 05:43:14 e9a5061849ea: Waiting 05:43:14 d747dcd14b5f: Waiting 05:43:14 2de7ff778b66: Waiting 05:43:14 0d9ebad4ef96: Waiting 05:43:14 9712f1f96733: Verifying Checksum 05:43:14 9712f1f96733: Download complete 05:43:15 63f879dbbcfc: Verifying Checksum 05:43:15 63f879dbbcfc: Download complete 05:43:15 e9a5061849ea: Download complete 05:43:15 d747dcd14b5f: Verifying Checksum 05:43:15 d747dcd14b5f: Download complete 05:43:15 0d9ebad4ef96: Verifying Checksum 05:43:15 0d9ebad4ef96: Download complete 05:43:15 2de7ff778b66: Verifying Checksum 05:43:15 2de7ff778b66: Download complete 05:43:15 ab5ef0e58194: Verifying Checksum 05:43:15 ab5ef0e58194: Download complete 05:43:17 ab5ef0e58194: Pull complete 05:43:17 9712f1f96733: Pull complete 05:43:18 63f879dbbcfc: Pull complete 05:43:22 0d9ebad4ef96: Pull complete 05:43:22 e9a5061849ea: Pull complete 05:43:22 d747dcd14b5f: Pull complete 05:43:23 2de7ff778b66: Pull complete 05:43:23 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:43:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:43:23 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:43:23 prd-ubuntu20.04-docker-8c-8g-2443 does not seem to be running inside a container 05:43:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/844 -v /w/workspace/edgex-go/844:/w/workspace/edgex-go/844:rw,z -v /w/workspace/edgex-go/844@tmp:/w/workspace/edgex-go/844@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 05:43:28 $ docker top 412369a64871d7767e5ff1c8da4ba0e8e9121ebc206cf7b12f16a6e24bacdbbb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:43:28 provisioning config files... 05:43:28 copy managed file [sigul-config] to file:/w/workspace/edgex-go/844@tmp/config6209983868821881899tmp 05:43:28 copy managed file [sigul-password] to file:/w/workspace/edgex-go/844@tmp/config8453066561975946511tmp 05:43:28 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/844@tmp/config1776054674826819514tmp [Pipeline] { [Pipeline] echo 05:43:28 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:43:28 ---> sigul-configuration.sh 05:43:28 gpg: directory `/root/.gnupg' created 05:43:28 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:43:28 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:43:28 gpg: keyring `/root/.gnupg/secring.gpg' created 05:43:28 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:43:28 gpg: CAST5 encrypted data 05:43:28 gpg: encrypted with 1 passphrase 05:43:28 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:43:29 + mkdir /home/jenkins 05:43:29 + mkdir /home/jenkins/sigul [Pipeline] sh 05:43:29 + 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 05:43:29 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:43:29 ---> sigul-install.sh 05:43:29 Sigul already installed; skipping installation. [Pipeline] sh 05:43:30 + git tag --list 05:43:30 0.6.0 05:43:30 0.6.1 05:43:30 0.7.0 05:43:30 0.7.1 05:43:30 v1.0.0 05:43:30 v1.0.1 05:43:30 v1.1.0 05:43:30 v1.2.0 05:43:30 v1.2.1 05:43:30 v1.3.0 05:43:30 v1.3.1 05:43:30 v2.0.0 05:43:30 v2.1.0 05:43:30 v2.1.1 05:43:30 v2.2.0 05:43:30 v2.3.0 05:43:30 v3.0 05:43:30 v3.0.0 05:43:30 v3.1 05:43:30 v3.1.0 05:43:30 v3.1.1 05:43:30 v4.0 05:43:30 v4.0.0 05:43:30 v4.0.1 05:43:30 v4.1.0-dev.1 05:43:30 v4.1.0-dev.10 05:43:30 v4.1.0-dev.11 05:43:30 v4.1.0-dev.12 05:43:30 v4.1.0-dev.13 05:43:30 v4.1.0-dev.14 05:43:30 v4.1.0-dev.15 05:43:30 v4.1.0-dev.16 05:43:30 v4.1.0-dev.17 05:43:30 v4.1.0-dev.2 05:43:30 v4.1.0-dev.3 05:43:30 v4.1.0-dev.4 05:43:30 v4.1.0-dev.5 05:43:30 v4.1.0-dev.6 05:43:30 v4.1.0-dev.7 05:43:30 v4.1.0-dev.8 05:43:30 v4.1.0-dev.9 [Pipeline] sh 05:43:30 + lftools sign git-tag v4.1.0-dev.17 05:43:31 Signing Git tag with Sigul... 05:43:31 Signing v4.1.0-dev.17 [Pipeline] echo 05:43:31 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:43:31 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:43:31 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:43:31 $ docker stop --time=1 412369a64871d7767e5ff1c8da4ba0e8e9121ebc206cf7b12f16a6e24bacdbbb 05:43:32 $ docker rm -f --volumes 412369a64871d7767e5ff1c8da4ba0e8e9121ebc206cf7b12f16a6e24bacdbbb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 05:43:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:43:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:43:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:43:33 prd-ubuntu20.04-docker-8c-8g-2443 does not seem to be running inside a container 05:43:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/844 -v /w/workspace/edgex-go/844:/w/workspace/edgex-go/844:rw,z -v /w/workspace/edgex-go/844@tmp:/w/workspace/edgex-go/844@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 05:43:34 $ docker top b96fe4d63b10c2e3300e7f3f2cbafc3a18643769c9879c00b02506a165183106 -eo pid,comm 05:43:34 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). 05:43:34 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:43:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:43:34 [ssh-agent] Looking for ssh-agent implementation... 05:43:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:43:34 $ docker exec b96fe4d63b10c2e3300e7f3f2cbafc3a18643769c9879c00b02506a165183106 ssh-agent 05:43:34 SSH_AUTH_SOCK=/tmp/ssh-40B2Ig3SpHme/agent.33 05:43:34 SSH_AGENT_PID=39 05:43:34 Running ssh-add (command line suppressed) 05:43:34 Identity added: /w/workspace/edgex-go/844@tmp/private_key_14902357744881713889.key (/w/workspace/edgex-go/844@tmp/private_key_14902357744881713889.key) 05:43:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:43:34 + git semver bump pre 05:43:35 2025-05-29 05:43:35,023 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:43:35 2025-05-29 05:43:35,027 [read_version] DEBUG read version from /w/workspace/edgex-go/844/.semver/main 05:43:35 2025-05-29 05:43:35,027 [bump_version] DEBUG bumping version:4.1.0-dev.17 on axis:pre with prefix:dev 05:43:35 2025-05-29 05:43:35,027 [bump_version] DEBUG bumped version:4.1.0-dev.18 05:43:35 2025-05-29 05:43:35,027 [write_version] DEBUG write version:4.1.0-dev.18 to path:/w/workspace/edgex-go/844/.semver/main with force:True 05:43:35 2025-05-29 05:43:35,027 [read_version] DEBUG read version from /w/workspace/edgex-go/844/.semver/main 05:43:35 2025-05-29 05:43:35,027 [write_file] DEBUG write to file:/w/workspace/edgex-go/844/.semver/main 05:43:35 2025-05-29 05:43:35,029 [execute] INFO git cat-file --batch-check 05:43:35 2025-05-29 05:43:35,029 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/844/.semver, stdin=, shell=False, universal_newlines=False) 05:43:35 2025-05-29 05:43:35,033 [execute] INFO git cat-file --batch 05:43:35 2025-05-29 05:43:35,033 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/844/.semver, stdin=, shell=False, universal_newlines=False) 05:43:35 2025-05-29 05:43:35,036 [read_version] DEBUG read version from /w/workspace/edgex-go/844/.semver/main 05:43:35 4.1.0-dev.18 [Pipeline] } 05:43:35 $ docker exec --env ******** --env ******** b96fe4d63b10c2e3300e7f3f2cbafc3a18643769c9879c00b02506a165183106 ssh-agent -k 05:43:35 unset SSH_AUTH_SOCK; 05:43:35 unset SSH_AGENT_PID; 05:43:35 echo Agent pid 39 killed; 05:43:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:43:35 + git semver [Pipeline] } 05:43:35 $ docker stop --time=1 b96fe4d63b10c2e3300e7f3f2cbafc3a18643769c9879c00b02506a165183106 05:43:37 $ docker rm -f --volumes b96fe4d63b10c2e3300e7f3f2cbafc3a18643769c9879c00b02506a165183106 [Pipeline] // withDockerContainer [Pipeline] sh 05:43:37 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:43:37 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:43:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:43:37 prd-ubuntu20.04-docker-8c-8g-2443 does not seem to be running inside a container 05:43:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/844 -v /w/workspace/edgex-go/844:/w/workspace/edgex-go/844:rw,z -v /w/workspace/edgex-go/844@tmp:/w/workspace/edgex-go/844@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 05:43:38 $ docker top 4763d41d60025b8c3096ba5a6f72556cb5c84d5ad19471dc84e4104caeb30a3d -eo pid,comm 05:43: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). 05:43:38 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:43:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:43:38 [ssh-agent] Looking for ssh-agent implementation... 05:43:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:43:38 $ docker exec 4763d41d60025b8c3096ba5a6f72556cb5c84d5ad19471dc84e4104caeb30a3d ssh-agent 05:43:38 SSH_AUTH_SOCK=/tmp/ssh-kklPS7ce6g9X/agent.32 05:43:38 SSH_AGENT_PID=38 05:43:38 Running ssh-add (command line suppressed) 05:43:38 Identity added: /w/workspace/edgex-go/844@tmp/private_key_10442482812252984162.key (/w/workspace/edgex-go/844@tmp/private_key_10442482812252984162.key) 05:43:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:43:38 + git semver push 05:43:39 2025-05-29 05:43:39,062 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:43:39 2025-05-29 05:43:39,065 [run_push] DEBUG push 05:43:39 2025-05-29 05:43:39,066 [execute] INFO git cat-file --batch-check 05:43:39 2025-05-29 05:43:39,066 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/844/.semver, stdin=, shell=False, universal_newlines=False) 05:43:39 2025-05-29 05:43:39,068 [execute] INFO git rev-list b3ff8cc89e0e43248be1c5033b94396ccb4b0af8 -- 05:43:39 2025-05-29 05:43:39,068 [execute] DEBUG Popen(['git', 'rev-list', 'b3ff8cc89e0e43248be1c5033b94396ccb4b0af8', '--'], cwd=/w/workspace/edgex-go/844/.semver, stdin=None, shell=False, universal_newlines=False) 05:43:39 2025-05-29 05:43:39,085 [execute] INFO git fetch -v -- origin 05:43:39 2025-05-29 05:43:39,085 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/844/.semver, stdin=None, shell=False, universal_newlines=True) 05:43:39 2025-05-29 05:43:39,577 [run_push] DEBUG no remote changes detected 05:43:39 2025-05-29 05:43:39,578 [execute] INFO git push origin semver 05:43:39 2025-05-29 05:43:39,578 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/844/.semver, stdin=None, shell=False, universal_newlines=False) 05:43:40 2025-05-29 05:43:40,345 [run_push] DEBUG push all version tags 05:43:40 2025-05-29 05:43:40,346 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 05:43:40 2025-05-29 05:43:40,346 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/844, stdin=None, shell=False, universal_newlines=False) 05:43:41 2025-05-29 05:43:41,048 [read_version] DEBUG read version from /w/workspace/edgex-go/844/.semver/main 05:43:41 4.1.0-dev.18 [Pipeline] } 05:43:41 $ docker exec --env ******** --env ******** 4763d41d60025b8c3096ba5a6f72556cb5c84d5ad19471dc84e4104caeb30a3d ssh-agent -k 05:43:41 unset SSH_AUTH_SOCK; 05:43:41 unset SSH_AGENT_PID; 05:43:41 echo Agent pid 38 killed; 05:43:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:43:41 + git semver [Pipeline] } 05:43:41 $ docker stop --time=1 4763d41d60025b8c3096ba5a6f72556cb5c84d5ad19471dc84e4104caeb30a3d 05:43:43 $ docker rm -f --volumes 4763d41d60025b8c3096ba5a6f72556cb5c84d5ad19471dc84e4104caeb30a3d [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 05:43:43 + [ -d /w/workspace/edgex-go/844/archives ] [Pipeline] libraryResource [Pipeline] sh 05:43:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:43:45 ---> package-listing.sh 05:43:45 ++ facter osfamily 05:43:45 ++ tr '[:upper:]' '[:lower:]' 05:43:45 + OS_FAMILY=debian 05:43:45 + workspace=/w/workspace/edgex-go/844 05:43:45 + START_PACKAGES=/tmp/packages_start.txt 05:43:45 + END_PACKAGES=/tmp/packages_end.txt 05:43:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:43:45 + PACKAGES=/tmp/packages_start.txt 05:43:45 + '[' /w/workspace/edgex-go/844 ']' 05:43:45 + PACKAGES=/tmp/packages_end.txt 05:43:45 + case "${OS_FAMILY}" in 05:43:45 + dpkg -l 05:43:45 + grep '^ii' 05:43:45 + '[' -f /tmp/packages_start.txt ']' 05:43:45 + '[' -f /tmp/packages_end.txt ']' 05:43:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:43:45 + '[' /w/workspace/edgex-go/844 ']' 05:43:45 + mkdir -p /w/workspace/edgex-go/844/archives/ 05:43:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/844/archives/ [Pipeline] echo 05:43:45 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/844/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:43:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:43:46 05:43:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:43:46 latest: Pulling from edgex-lftools-log-publisher 05:43:46 5eb5b503b376: Pulling fs layer 05:43:46 5c69ac0246d0: Pulling fs layer 05:43:46 ec43610c2a17: Pulling fs layer 05:43:46 3a2ae6a8a46f: Pulling fs layer 05:43:46 33b1e0a273af: Pulling fs layer 05:43:46 5d3b04190fa2: Pulling fs layer 05:43:46 2f39f015ded8: Pulling fs layer 05:43:46 3a2ae6a8a46f: Waiting 05:43:46 5d3b04190fa2: Waiting 05:43:46 2f39f015ded8: Waiting 05:43:46 5c69ac0246d0: Download complete 05:43:46 3a2ae6a8a46f: Verifying Checksum 05:43:46 3a2ae6a8a46f: Download complete 05:43:46 33b1e0a273af: Download complete 05:43:46 5d3b04190fa2: Verifying Checksum 05:43:46 5d3b04190fa2: Download complete 05:43:46 ec43610c2a17: Verifying Checksum 05:43:46 ec43610c2a17: Download complete 05:43:46 5eb5b503b376: Verifying Checksum 05:43:46 5eb5b503b376: Download complete 05:43:47 2f39f015ded8: Download complete 05:43:47 5eb5b503b376: Pull complete 05:43:48 5c69ac0246d0: Pull complete 05:43:48 ec43610c2a17: Pull complete 05:43:48 3a2ae6a8a46f: Pull complete 05:43:48 33b1e0a273af: Pull complete 05:43:48 5d3b04190fa2: Pull complete 05:43:53 2f39f015ded8: Pull complete 05:43:53 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:43:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:43:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:43:53 prd-ubuntu20.04-docker-8c-8g-2443 does not seem to be running inside a container 05:43:53 $ 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/844/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/844 -v /w/workspace/edgex-go/844:/w/workspace/edgex-go/844:rw,z -v /w/workspace/edgex-go/844@tmp:/w/workspace/edgex-go/844@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 05:43:56 $ docker top badc6ac546b140d55045f7fdbe181f8d1557363e9541af6c1e65fd0c862e8a7e -eo pid,comm [Pipeline] { [Pipeline] sh 05:43:57 + touch /tmp/pre-build-complete [Pipeline] sh 05:43:57 + mkdir -p /var/log/sysstat [Pipeline] sh 05:43:57 + ls /var/log/sa-host 05:43:57 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:43:57 provisioning config files... 05:43:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/844@tmp/config14207093655133579988tmp [Pipeline] { [Pipeline] echo 05:43:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:43:58 ---> create-netrc.sh [Pipeline] } 05:43:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:43:58 ---> python-tools-install.sh [Pipeline] echo 05:43:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:43:58 ---> sudo-logs.sh 05:43:58 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:43:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:43:58 ---> job-cost.sh 05:43:58 lf-activate-venv: SKIPPING 05:43:58 DEBUG: total: 0.10999999940395355 05:43:58 INFO: Retrieving Stack Cost... 05:43:59 INFO: Retrieving Pricing Info for: v3-standard-8 05:43:59 INFO: Archiving Costs [Pipeline] echo 05:43:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:44:00 ---> logs-deploy.sh 05:44:00 lf-activate-venv: SKIPPING 05:44:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/844 05:44:00 INFO: archiving workspace using pattern(s): 05:44:00 Archives upload complete. 05:44:00 INFO: archiving logs to Nexus 05:44:01 ---> uname -a: 05:44:01 Linux prd-ubuntu20-04-docker-8c-8g-2443 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 05:44:01 05:44:01 05:44:01 ---> lscpu: 05:44:01 Architecture: x86_64 05:44:01 CPU op-mode(s): 32-bit, 64-bit 05:44:01 Byte Order: Little Endian 05:44:01 Address sizes: 40 bits physical, 48 bits virtual 05:44:01 CPU(s): 8 05:44:01 On-line CPU(s) list: 0-7 05:44:01 Thread(s) per core: 1 05:44:01 Core(s) per socket: 1 05:44:01 Socket(s): 8 05:44:01 NUMA node(s): 1 05:44:01 Vendor ID: AuthenticAMD 05:44:01 CPU family: 23 05:44:01 Model: 49 05:44:01 Model name: AMD EPYC-Rome Processor 05:44:01 Stepping: 0 05:44:01 CPU MHz: 2799.998 05:44:01 BogoMIPS: 5599.99 05:44:01 Virtualization: AMD-V 05:44:01 Hypervisor vendor: KVM 05:44:01 Virtualization type: full 05:44:01 L1d cache: 256 KiB 05:44:01 L1i cache: 256 KiB 05:44:01 L2 cache: 4 MiB 05:44:01 L3 cache: 128 MiB 05:44:01 NUMA node0 CPU(s): 0-7 05:44:01 Vulnerability Itlb multihit: Not affected 05:44:01 Vulnerability L1tf: Not affected 05:44:01 Vulnerability Mds: Not affected 05:44:01 Vulnerability Meltdown: Not affected 05:44:01 Vulnerability Mmio stale data: Not affected 05:44:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:44:01 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 05:44:01 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 05:44:01 Vulnerability Srbds: Not affected 05:44:01 Vulnerability Tsx async abort: Not affected 05:44:01 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 05:44:01 05:44:01 05:44:01 ---> nproc: 05:44:01 8 05:44:01 05:44:01 05:44:01 ---> df -h: 05:44:01 Filesystem Size Used Avail Use% Mounted on 05:44:01 overlay 155G 31G 125G 20% / 05:44:01 tmpfs 64M 0 64M 0% /dev 05:44:01 tmpfs 16G 0 16G 0% /sys/fs/cgroup 05:44:01 shm 64M 0 64M 0% /dev/shm 05:44:01 /dev/vda1 155G 31G 125G 20% /facter-os 05:44:01 05:44:01 05:44:01 ---> sar -b -r -n DEV: 05:44:01 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2443) 05/29/25 _x86_64_ (8 CPU) 05:44:01 05:44:01 04:54:30 LINUX RESTART (8 CPU) 05:44:01 05:44:01 04:55:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:44:01 04:56:01 340.74 15.27 325.47 0.00 1932.55 64544.31 0.00 05:44:01 04:57:01 142.89 1.30 141.59 0.00 17.33 32313.68 0.00 05:44:01 04:58:01 49.48 0.03 49.45 0.00 0.27 36799.62 0.00 05:44:01 04:59:01 56.46 0.22 56.25 0.00 2.93 41152.15 0.00 05:44:01 05:00:01 615.00 4.05 610.95 0.00 2422.13 248241.69 0.00 05:44:01 05:01:01 733.26 15.76 717.49 0.00 358.41 232193.54 0.00 05:44:01 05:02:01 251.75 0.08 251.67 0.00 0.67 70077.57 0.00 05:44:01 05:03:01 695.45 0.05 695.40 0.00 0.40 161813.89 0.00 05:44:01 05:04:01 541.01 0.18 540.83 0.00 28.26 75345.98 0.00 05:44:01 05:05:01 33.43 0.08 33.34 0.00 15.73 820.80 0.00 05:44:01 05:06:01 8.63 0.00 8.63 0.00 0.00 214.23 0.00 05:44:01 05:07:01 2.73 0.00 2.73 0.00 0.00 35.86 0.00 05:44:01 05:08:01 1.30 0.00 1.30 0.00 0.00 14.53 0.00 05:44:01 05:09:01 1.15 0.00 1.15 0.00 0.00 14.26 0.00 05:44:01 05:10:01 1.35 0.02 1.33 0.00 0.13 18.40 0.00 05:44:01 05:11:01 1.85 0.00 1.85 0.00 0.00 22.13 0.00 05:44:01 05:12:01 1.17 0.00 1.17 0.00 0.00 13.06 0.00 05:44:01 05:13:01 0.82 0.00 0.82 0.00 0.00 10.53 0.00 05:44:01 05:14:01 1.30 0.00 1.30 0.00 0.00 15.20 0.00 05:44:01 05:15:01 1.75 0.00 1.75 0.00 0.00 21.46 0.00 05:44:01 05:16:01 0.87 0.00 0.87 0.00 0.00 10.40 0.00 05:44:01 05:17:01 1.52 0.02 1.50 0.00 0.13 18.13 0.00 05:44:01 05:18:01 1.17 0.00 1.17 0.00 0.00 12.53 0.00 05:44:01 05:19:01 1.63 0.00 1.63 0.00 0.00 18.80 0.00 05:44:01 05:20:01 1.02 0.00 1.02 0.00 0.00 12.13 0.00 05:44:01 05:21:01 1.60 0.00 1.60 0.00 0.00 18.93 0.00 05:44:01 05:22:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 05:44:01 05:23:01 1.33 0.00 1.33 0.00 0.00 16.80 0.00 05:44:01 05:24:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 05:44:01 05:25:01 1.65 0.00 1.65 0.00 0.00 18.93 0.00 05:44:01 05:26:01 0.98 0.00 0.98 0.00 0.00 11.60 0.00 05:44:01 05:27:01 1.40 0.00 1.40 0.00 0.00 16.80 0.00 05:44:01 05:28:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 05:44:01 05:29:01 1.42 0.00 1.42 0.00 0.00 16.93 0.00 05:44:01 05:30:01 2.90 1.02 1.88 0.00 21.86 25.86 0.00 05:44:01 05:31:01 1.43 0.00 1.43 0.00 0.00 17.46 0.00 05:44:01 05:32:01 1.20 0.00 1.20 0.00 0.00 14.26 0.00 05:44:01 05:33:01 0.88 0.00 0.88 0.00 0.00 11.06 0.00 05:44:01 05:34:01 1.30 0.00 1.30 0.00 0.00 14.80 0.00 05:44:01 05:35:01 1.62 0.00 1.62 0.00 0.00 19.06 0.00 05:44:01 05:36:01 1.02 0.00 1.02 0.00 0.00 12.66 0.00 05:44:01 05:37:01 1.28 0.00 1.28 0.00 0.00 16.00 0.00 05:44:01 05:38:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 05:44:01 05:39:01 0.98 0.00 0.98 0.00 0.00 12.80 0.00 05:44:01 05:40:01 1.28 0.00 1.28 0.00 0.00 14.00 0.00 05:44:01 05:41:01 0.93 0.00 0.93 0.00 0.00 12.53 0.00 05:44:01 05:42:01 1.37 0.00 1.37 0.00 0.00 16.40 0.00 05:44:01 05:43:01 87.65 0.32 87.34 0.00 12.00 24553.11 0.00 05:44:01 05:44:01 180.81 0.25 180.56 0.00 21.59 53800.07 0.00 05:44:01 Average: 77.16 0.78 76.37 0.00 98.03 21261.09 0.00 05:44:01 05:44:01 04:55:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:44:01 04:56:01 28346704 31522960 797720 2.43 76808 3353868 1857860 5.48 1108084 3024516 388 05:44:01 04:57:01 26631728 31287976 1019500 3.10 128636 4639936 2238192 6.60 2063544 3631144 1075304 05:44:01 04:58:01 26131652 30807820 1497392 4.55 133140 4636868 2499328 7.37 2040032 4132700 522072 05:44:01 04:59:01 26052260 31508744 801688 2.44 136404 5409416 1874716 5.52 1793756 4460772 82116 05:44:01 05:00:01 19784200 31169212 1075980 3.27 179132 11095720 3465356 10.21 2446856 9797364 104220 05:44:01 05:01:01 10670912 29702716 2480152 7.54 399968 17804456 7893672 23.26 4812440 15744088 597412 05:44:01 05:02:01 6203520 28076240 4100684 12.47 417816 20495140 10341224 30.48 7695400 17180356 1422492 05:44:01 05:03:01 3805876 28916224 3265212 9.93 432424 23595528 7518420 22.16 8337320 18831888 52844 05:44:01 05:04:01 8296948 31412888 833056 2.53 440384 21857932 2068052 6.09 3494440 19537932 996 05:44:01 05:05:01 8289052 31407408 838408 2.55 441816 21858856 2101720 6.19 3936216 19103084 516 05:44:01 05:06:01 8294488 31413212 832508 2.53 442160 21858932 2088764 6.16 4009976 19024272 636 05:44:01 05:07:01 8296272 31415028 831048 2.53 442180 21858936 2104948 6.20 4008304 19024276 316 05:44:01 05:08:01 8299044 31417832 828232 2.52 442212 21858936 2104948 6.20 4005056 19024276 12 05:44:01 05:09:01 8299692 31418492 827736 2.52 442224 21858940 2104948 6.20 4005064 19024280 56 05:44:01 05:10:01 8311800 31430736 815780 2.48 442288 21858916 2141640 6.31 3992612 19024256 256 05:44:01 05:11:01 8311500 31430476 815972 2.48 442312 21858920 2141640 6.31 3992284 19024260 60 05:44:01 05:12:01 8311748 31430780 815436 2.48 442332 21858924 2141640 6.31 3992656 19024264 184 05:44:01 05:13:01 8311740 31430788 815388 2.48 442340 21858924 2141640 6.31 3992376 19024264 188 05:44:01 05:14:01 8311732 31430788 815352 2.48 442364 21858928 2141640 6.31 3992408 19024268 12 05:44:01 05:15:01 8312756 31431848 814260 2.48 442404 21858932 2141640 6.31 3991504 19024268 16 05:44:01 05:16:01 8312652 31431748 814276 2.48 442412 21858936 2141640 6.31 3991520 19024272 12 05:44:01 05:17:01 8312592 31431752 814484 2.48 442436 21858936 2141640 6.31 3991588 19024276 40 05:44:01 05:18:01 8312284 31431472 814692 2.48 442444 21858940 2141640 6.31 3991612 19024276 8 05:44:01 05:19:01 8312432 31431760 814292 2.48 442464 21859076 2141640 6.31 3991748 19024396 176 05:44:01 05:20:01 8312432 31431760 814260 2.48 442480 21859076 2141640 6.31 3991416 19024396 40 05:44:01 05:21:01 8312384 31431764 814228 2.48 442492 21859080 2141640 6.31 3991384 19024416 16 05:44:01 05:22:01 8312456 31431852 814096 2.48 442500 21859084 2141640 6.31 3992732 19024424 12 05:44:01 05:23:01 8312440 31431856 814028 2.48 442520 21859088 2141640 6.31 3992824 19024424 52 05:44:01 05:24:01 8312892 31432316 813704 2.47 442532 21859092 2141640 6.31 3992824 19024428 8 05:44:01 05:25:01 8312988 31432440 813788 2.47 442544 21859092 2141640 6.31 3992936 19024428 48 05:44:01 05:26:01 8312972 31432440 813732 2.47 442568 21859096 2141640 6.31 3992852 19024436 28 05:44:01 05:27:01 8312600 31432124 814020 2.48 442584 21859100 2141640 6.31 3992900 19024440 44 05:44:01 05:28:01 8312616 31432144 813916 2.48 442600 21859100 2141640 6.31 3992900 19024440 12 05:44:01 05:29:01 8312560 31432128 813872 2.48 442624 21859104 2141640 6.31 3992960 19024444 40 05:44:01 05:30:01 8308740 31429352 816536 2.48 442676 21859744 2143812 6.32 3993252 19025004 188 05:44:01 05:31:01 8309228 31429860 815964 2.48 442684 21859752 2143812 6.32 3993200 19025012 260 05:44:01 05:32:01 8309212 31429852 815888 2.48 442708 21859756 2143812 6.32 3993424 19025016 204 05:44:01 05:33:01 8309144 31429820 816152 2.48 442720 21859756 2143812 6.32 3993212 19025016 188 05:44:01 05:34:01 8309404 31430088 815820 2.48 442732 21859760 2143812 6.32 3993240 19025020 8 05:44:01 05:35:01 8309136 31429836 816020 2.48 442740 21859760 2143812 6.32 3993244 19025020 48 05:44:01 05:36:01 8309272 31430004 816000 2.48 442752 21859764 2143812 6.32 3993360 19025024 32 05:44:01 05:37:01 8309436 31430200 815780 2.48 442764 21859772 2143812 6.32 3993016 19025028 140 05:44:01 05:38:01 8309308 31430072 815768 2.48 442784 21859772 2143812 6.32 3993440 19025028 200 05:44:01 05:39:01 8309436 31430240 815768 2.48 442796 21859776 2143812 6.32 3993436 19025032 316 05:44:01 05:40:01 8309468 31430288 815732 2.48 442808 21859776 2143812 6.32 3993152 19025032 16 05:44:01 05:41:01 8309396 31430236 815740 2.48 442832 21859784 2143812 6.32 3993388 19025036 212 05:44:01 05:42:01 8309348 31430204 815724 2.48 442832 21859788 2143812 6.32 3993400 19025040 12 05:44:01 05:43:01 6908956 31194520 1043656 3.17 450952 22894284 2406704 7.09 4325056 19957364 366524 05:44:01 05:44:01 6235716 31320292 916964 2.79 484924 23595572 2232848 6.58 4217928 20675092 752 05:44:01 Average: 9894186 31249277 997682 3.03 410128 20204707 2563348 7.55 3960373 17550730 86321 05:44:01 05:44:01 04:55:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:44:01 04:56:01 lo 5.02 5.02 0.49 0.49 0.00 0.00 0.00 0.00 05:44:01 04:56:01 ens3 1501.34 1439.74 13426.50 171.86 0.00 0.00 0.00 0.00 05:44:01 04:56:01 docker0 604.12 547.86 41.60 3032.09 0.00 0.00 0.00 0.00 05:44:01 04:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 04:57:01 ens3 343.11 221.66 1697.11 31.83 0.00 0.00 0.00 0.00 05:44:01 04:57:01 vethf390f93 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 05:44:01 04:57:01 docker0 203.53 315.45 17.54 1665.54 0.00 0.00 0.00 0.00 05:44:01 04:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 04:58:01 ens3 36.92 21.99 29.88 15.58 0.00 0.00 0.00 0.00 05:44:01 04:58:01 vethf390f93 1.37 1.38 0.12 0.12 0.00 0.00 0.00 0.00 05:44:01 04:58:01 docker0 1.37 1.37 0.10 0.12 0.00 0.00 0.00 0.00 05:44:01 04:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 04:59:01 ens3 27.52 18.33 23.82 14.06 0.00 0.00 0.00 0.00 05:44:01 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:00:01 lo 1.53 1.53 0.16 0.16 0.00 0.00 0.00 0.00 05:44:01 05:00:01 veth568438e 19.50 25.80 1.88 13.19 0.00 0.00 0.00 0.00 05:44:01 05:00:01 ens3 551.06 364.39 6859.48 192.65 0.00 0.00 0.00 0.00 05:44:01 05:00:01 vethff0ceab 20.45 26.15 1.96 13.58 0.00 0.00 0.00 0.00 05:44:01 05:00:01 vethdaf2c22 19.53 25.93 1.89 13.21 0.00 0.00 0.00 0.00 05:44:01 05:00:01 docker0 180.82 274.10 13.59 1492.93 0.00 0.00 0.00 0.00 05:44:01 05:00:01 vethd24bb90 0.37 1.12 0.03 0.17 0.00 0.00 0.00 0.00 05:44:01 05:00:01 veth67c4013 20.00 26.05 1.92 13.53 0.00 0.00 0.00 0.00 05:44:01 05:00:01 vethb982ad8 19.66 25.98 1.90 13.40 0.00 0.00 0.00 0.00 05:44:01 05:00:01 vethdaa6706 19.70 25.96 1.90 13.22 0.00 0.00 0.00 0.00 05:44:01 05:01:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 05:44:01 05:01:01 ens3 781.86 366.18 7289.56 44.59 0.00 0.00 0.00 0.00 05:44:01 05:01:01 veth79570c1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:44:01 05:01:01 vethf7d2404 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:44:01 05:01:01 veth6575c26 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:44:01 05:01:01 vethbbcbe4c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:44:01 05:01:01 veth831a5da 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:44:01 05:01:01 veth13cfbfc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:44:01 05:01:01 docker0 355.21 763.85 32.14 7275.56 0.00 0.00 0.00 0.00 05:44:01 05:01:01 vethd24bb90 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:01:01 vethe20b6ee 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:44:01 05:01:01 veth37a3c3d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:44:01 05:01:01 veth55c6726 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:44:01 05:01:01 veth50ea17e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:44:01 05:01:01 veth745f3b1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:44:01 05:01:01 veth0fc6dea 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:44:01 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:02:01 ens3 3.47 1.78 2.78 1.44 0.00 0.00 0.00 0.00 05:44:01 05:02:01 veth79570c1 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:02:01 vethf7d2404 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:02:01 veth6575c26 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:02:01 vethbbcbe4c 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:02:01 veth831a5da 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:02:01 veth13cfbfc 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:02:01 vethd24bb90 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:02:01 vethe20b6ee 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:02:01 veth37a3c3d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:02:01 veth55c6726 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:02:01 veth50ea17e 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:02:01 veth745f3b1 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:02:01 veth0fc6dea 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:03:01 ens3 17.37 8.86 13.92 7.40 0.00 0.00 0.00 0.00 05:44:01 05:03:01 veth79570c1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:03:01 vethf7d2404 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:03:01 veth6575c26 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:03:01 vethbbcbe4c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:03:01 veth831a5da 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:03:01 veth13cfbfc 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:03:01 vethd24bb90 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:03:01 vethe20b6ee 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:03:01 veth50ea17e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:03:01 veth745f3b1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:03:01 veth0fc6dea 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:04:01 lo 29.26 29.26 2.89 2.89 0.00 0.00 0.00 0.00 05:44:01 05:04:01 ens3 216.16 199.43 142.61 702.35 0.00 0.00 0.00 0.00 05:44:01 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:05:01 lo 40.66 40.66 4.00 4.00 0.00 0.00 0.00 0.00 05:44:01 05:05:01 ens3 455.56 474.07 188.90 2650.29 0.00 0.00 0.00 0.00 05:44:01 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:06:01 lo 10.93 10.93 1.08 1.08 0.00 0.00 0.00 0.00 05:44:01 05:06:01 ens3 98.00 92.18 55.67 455.75 0.00 0.00 0.00 0.00 05:44:01 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:07:01 ens3 0.88 0.48 0.31 0.22 0.00 0.00 0.00 0.00 05:44:01 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:08:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:09:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:10:01 ens3 0.18 0.18 0.09 0.07 0.00 0.00 0.00 0.00 05:44:01 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:11:01 ens3 0.22 0.17 0.07 0.01 0.00 0.00 0.00 0.00 05:44:01 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:12:01 ens3 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:13:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:14:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:15:01 ens3 0.22 0.23 0.08 0.08 0.00 0.00 0.00 0.00 05:44:01 05:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:16:01 ens3 0.15 0.12 0.06 0.01 0.00 0.00 0.00 0.00 05:44:01 05:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:17:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:18:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:19:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:20:01 ens3 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 05:44:01 05:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:21:01 ens3 0.18 0.10 0.07 0.01 0.00 0.00 0.00 0.00 05:44:01 05:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:22:01 ens3 1.15 1.72 0.07 13.61 0.00 0.00 0.00 0.00 05:44:01 05:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:23:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:24:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:25:01 ens3 2.48 2.63 0.23 6.75 0.00 0.00 0.00 0.00 05:44:01 05:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:27:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 05:44:01 05:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:28:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:29:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:30:01 ens3 3.55 5.81 0.30 7.30 0.00 0.00 0.00 0.00 05:44:01 05:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:31:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:32:01 ens3 0.13 0.07 0.06 0.00 0.00 0.00 0.00 0.00 05:44:01 05:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:33:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:34:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:35:01 ens3 4.17 7.53 0.34 7.41 0.00 0.00 0.00 0.00 05:44:01 05:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:36:01 ens3 7.82 13.11 0.74 14.76 0.00 0.00 0.00 0.00 05:44:01 05:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:37:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 05:44:01 05:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:38:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:39:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:40:01 ens3 3.17 5.40 0.30 7.27 0.00 0.00 0.00 0.00 05:44:01 05:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:44:01 05:41:01 ens3 0.17 0.17 0.06 0.01 0.00 0.00 0.00 0.00 05:44:01 05:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:42:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:44:01 05:43:01 lo 1.33 1.33 0.12 0.12 0.00 0.00 0.00 0.00 05:44:01 05:43:01 ens3 251.17 159.76 4804.37 84.55 0.00 0.00 0.00 0.00 05:44:01 05:43:01 veth5419dd9 51.84 96.77 5.80 875.03 0.00 0.00 0.00 0.07 05:44:01 05:43:01 docker0 51.84 96.65 5.09 875.02 0.00 0.00 0.00 0.00 05:44:01 05:44:01 lo 2.67 2.67 0.28 0.28 0.00 0.00 0.00 0.00 05:44:01 05:44:01 ens3 290.57 183.59 5803.77 59.15 0.00 0.00 0.00 0.00 05:44:01 05:44:01 docker0 3.87 3.27 0.52 1.18 0.00 0.00 0.00 0.00 05:44:01 Average: lo 1.96 1.96 0.19 0.19 0.00 0.00 0.00 0.00 05:44:01 Average: ens3 93.40 72.82 819.01 91.58 0.00 0.00 0.00 0.00 05:44:01 Average: docker0 28.39 40.70 2.24 291.78 0.00 0.00 0.00 0.00 05:44:01 05:44:01 05:44:01 ---> sar -P ALL: 05:44:01 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2443) 05/29/25 _x86_64_ (8 CPU) 05:44:01 05:44:01 04:54:30 LINUX RESTART (8 CPU) 05:44:01 05:44:01 04:55:02 CPU %user %nice %system %iowait %steal %idle 05:44:01 04:56:01 all 10.18 0.00 3.52 4.47 0.06 81.77 05:44:01 04:56:01 0 9.42 0.00 3.65 20.35 0.09 66.49 05:44:01 04:56:01 1 9.08 0.00 4.01 1.15 0.07 85.69 05:44:01 04:56:01 2 9.92 0.00 2.00 0.56 0.05 87.47 05:44:01 04:56:01 3 13.49 0.00 4.02 2.36 0.05 80.08 05:44:01 04:56:01 4 10.15 0.00 3.94 3.50 0.07 82.35 05:44:01 04:56:01 5 16.08 0.00 2.67 2.69 0.05 78.51 05:44:01 04:56:01 6 6.76 0.00 4.12 0.17 0.05 88.90 05:44:01 04:56:01 7 6.50 0.00 3.76 5.09 0.07 84.58 05:44:01 04:57:01 all 36.62 0.00 6.40 2.38 0.09 54.52 05:44:01 04:57:01 0 34.81 0.00 6.97 0.47 0.08 57.67 05:44:01 04:57:01 1 35.23 0.00 6.06 0.67 0.10 57.93 05:44:01 04:57:01 2 36.69 0.00 6.69 0.62 0.10 55.90 05:44:01 04:57:01 3 38.93 0.00 6.97 11.04 0.12 42.94 05:44:01 04:57:01 4 36.84 0.00 6.78 0.76 0.10 55.53 05:44:01 04:57:01 5 36.70 0.00 5.59 0.91 0.08 56.72 05:44:01 04:57:01 6 37.76 0.00 6.14 2.08 0.08 53.93 05:44:01 04:57:01 7 35.98 0.00 5.97 2.47 0.08 55.50 05:44:01 04:58:01 all 42.96 0.00 6.15 1.92 0.10 48.87 05:44:01 04:58:01 0 43.84 0.00 5.49 0.22 0.10 50.35 05:44:01 04:58:01 1 43.28 0.00 6.27 0.99 0.10 49.36 05:44:01 04:58:01 2 42.57 0.00 6.32 0.85 0.10 50.16 05:44:01 04:58:01 3 41.87 0.00 6.00 0.20 0.10 51.82 05:44:01 04:58:01 4 40.39 0.00 5.89 11.85 0.08 41.79 05:44:01 04:58:01 5 43.17 0.00 5.86 0.05 0.12 50.81 05:44:01 04:58:01 6 44.42 0.00 6.43 0.12 0.10 48.93 05:44:01 04:58:01 7 44.12 0.00 6.98 1.12 0.08 47.70 05:44:01 04:59:01 all 43.08 0.00 6.24 1.26 0.10 49.31 05:44:01 04:59:01 0 43.49 0.00 6.14 0.34 0.10 49.93 05:44:01 04:59:01 1 42.41 0.00 5.66 0.30 0.10 51.52 05:44:01 04:59:01 2 44.93 0.00 6.59 2.03 0.10 46.34 05:44:01 04:59:01 3 43.18 0.00 6.02 0.72 0.10 49.98 05:44:01 04:59:01 4 42.69 0.00 6.48 0.22 0.10 50.51 05:44:01 04:59:01 5 43.73 0.00 6.36 5.51 0.10 44.30 05:44:01 04:59:01 6 41.73 0.00 6.11 0.37 0.10 51.69 05:44:01 04:59:01 7 42.50 0.00 6.56 0.64 0.10 50.19 05:44:01 05:00:01 all 21.19 0.00 8.54 21.19 0.11 48.97 05:44:01 05:00:01 0 21.00 0.00 8.96 34.76 0.10 35.18 05:44:01 05:00:01 1 21.41 0.00 8.61 26.85 0.12 43.01 05:44:01 05:00:01 2 20.89 0.00 8.06 24.37 0.09 46.59 05:44:01 05:00:01 3 21.41 0.00 8.08 18.43 0.10 51.97 05:44:01 05:00:01 4 22.01 0.00 7.87 10.52 0.10 59.50 05:44:01 05:00:01 5 20.87 0.00 9.45 22.48 0.12 47.08 05:44:01 05:00:01 6 20.79 0.00 9.24 12.06 0.12 57.79 05:44:01 05:00:01 7 21.14 0.00 8.07 20.16 0.10 50.53 05:44:01 05:01:01 all 28.98 0.00 8.28 20.54 0.09 42.10 05:44:01 05:01:01 0 28.83 0.00 8.55 10.08 0.08 52.46 05:44:01 05:01:01 1 29.46 0.00 7.50 24.12 0.12 38.80 05:44:01 05:01:01 2 27.26 0.00 7.12 12.22 0.08 53.32 05:44:01 05:01:01 3 29.35 0.00 7.86 11.43 0.08 51.27 05:44:01 05:01:01 4 28.81 0.00 8.50 24.36 0.08 38.25 05:44:01 05:01:01 5 29.25 0.00 8.86 19.95 0.10 41.83 05:44:01 05:01:01 6 29.39 0.00 7.62 11.20 0.07 51.72 05:44:01 05:01:01 7 29.52 0.00 10.26 51.24 0.10 8.88 05:44:01 05:02:01 all 89.39 0.00 10.47 0.00 0.14 0.00 05:44:01 05:02:01 0 88.49 0.00 11.36 0.00 0.15 0.00 05:44:01 05:02:01 1 89.43 0.00 10.39 0.00 0.19 0.00 05:44:01 05:02:01 2 89.59 0.00 10.27 0.00 0.13 0.00 05:44:01 05:02:01 3 89.38 0.00 10.51 0.00 0.12 0.00 05:44:01 05:02:01 4 89.48 0.00 10.37 0.00 0.15 0.00 05:44:01 05:02:01 5 89.79 0.00 10.09 0.00 0.12 0.00 05:44:01 05:02:01 6 89.91 0.00 9.94 0.00 0.15 0.00 05:44:01 05:02:01 7 89.03 0.00 10.83 0.00 0.13 0.00 05:44:01 05:03:01 all 89.92 0.00 9.95 0.00 0.14 0.00 05:44:01 05:03:01 0 87.54 0.00 12.32 0.00 0.13 0.00 05:44:01 05:03:01 1 89.66 0.00 10.17 0.00 0.17 0.00 05:44:01 05:03:01 2 90.09 0.00 9.79 0.00 0.12 0.00 05:44:01 05:03:01 3 89.38 0.00 10.47 0.00 0.15 0.00 05:44:01 05:03:01 4 90.93 0.00 8.95 0.00 0.12 0.00 05:44:01 05:03:01 5 90.56 0.00 9.31 0.00 0.13 0.00 05:44:01 05:03:01 6 91.09 0.00 8.78 0.00 0.13 0.00 05:44:01 05:03:01 7 90.06 0.00 9.79 0.00 0.15 0.00 05:44:01 05:04:01 all 30.77 0.00 5.20 4.16 0.11 59.76 05:44:01 05:04:01 0 30.13 0.00 6.66 2.55 0.08 60.57 05:44:01 05:04:01 1 31.27 0.00 5.11 2.55 0.10 60.98 05:44:01 05:04:01 2 30.83 0.00 4.56 5.15 0.08 59.37 05:44:01 05:04:01 3 31.58 0.00 4.64 5.95 0.24 57.60 05:44:01 05:04:01 4 28.37 0.00 5.27 5.11 0.10 61.15 05:44:01 05:04:01 5 31.28 0.00 4.72 1.28 0.10 62.62 05:44:01 05:04:01 6 30.78 0.00 5.78 3.53 0.10 59.81 05:44:01 05:04:01 7 31.90 0.00 4.86 7.18 0.10 55.96 05:44:01 05:05:01 all 9.81 0.00 0.88 0.09 0.05 89.17 05:44:01 05:05:01 0 9.70 0.00 0.80 0.38 0.05 89.07 05:44:01 05:05:01 1 9.97 0.00 0.80 0.03 0.07 89.13 05:44:01 05:05:01 2 7.37 0.00 1.07 0.20 0.05 91.31 05:44:01 05:05:01 3 9.34 0.00 0.93 0.03 0.05 89.64 05:44:01 05:05:01 4 15.03 0.00 1.05 0.00 0.07 83.85 05:44:01 05:05:01 5 8.40 0.00 0.84 0.02 0.03 90.71 05:44:01 05:05:01 6 11.12 0.00 0.77 0.03 0.05 88.03 05:44:01 05:05:01 7 7.54 0.00 0.75 0.02 0.07 91.63 05:44:01 05:06:01 all 2.24 0.00 0.31 0.03 0.02 97.40 05:44:01 05:06:01 0 0.60 0.00 0.27 0.03 0.02 99.08 05:44:01 05:06:01 1 2.10 0.00 0.30 0.02 0.03 97.54 05:44:01 05:06:01 2 1.75 0.00 0.42 0.12 0.02 97.70 05:44:01 05:06:01 3 2.87 0.00 0.23 0.02 0.02 96.87 05:44:01 05:06:01 4 1.75 0.00 0.53 0.02 0.02 97.68 05:44:01 05:06:01 5 3.36 0.00 0.25 0.02 0.03 96.34 05:44:01 05:06:01 6 3.01 0.00 0.23 0.03 0.03 96.69 05:44:01 05:06:01 7 2.47 0.00 0.23 0.00 0.02 97.28 05:44:01 05:44:01 05:06:01 CPU %user %nice %system %iowait %steal %idle 05:44:01 05:07:01 all 0.18 0.00 0.02 0.00 0.01 99.78 05:44:01 05:07:01 0 0.07 0.00 0.02 0.00 0.02 99.90 05:44:01 05:07:01 1 0.05 0.00 0.02 0.00 0.02 99.92 05:44:01 05:07:01 2 0.02 0.00 0.05 0.02 0.02 99.90 05:44:01 05:07:01 3 1.16 0.00 0.05 0.00 0.02 98.78 05:44:01 05:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:44:01 05:07:01 5 0.05 0.00 0.02 0.00 0.00 99.93 05:44:01 05:07:01 6 0.05 0.00 0.03 0.02 0.02 99.88 05:44:01 05:07:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:44:01 05:08:01 all 0.03 0.00 0.01 0.00 0.01 99.94 05:44:01 05:08:01 0 0.03 0.00 0.02 0.00 0.00 99.95 05:44:01 05:08:01 1 0.03 0.00 0.02 0.00 0.00 99.95 05:44:01 05:08:01 2 0.05 0.00 0.00 0.02 0.02 99.92 05:44:01 05:08:01 3 0.00 0.00 0.00 0.00 0.02 99.98 05:44:01 05:08:01 4 0.02 0.00 0.00 0.00 0.02 99.97 05:44:01 05:08:01 5 0.05 0.00 0.02 0.00 0.00 99.93 05:44:01 05:08:01 6 0.03 0.00 0.02 0.02 0.02 99.92 05:44:01 05:08:01 7 0.05 0.00 0.03 0.00 0.00 99.92 05:44:01 05:09:01 all 0.03 0.00 0.03 0.02 0.01 99.91 05:44:01 05:09:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:44:01 05:09:01 1 0.03 0.00 0.02 0.00 0.02 99.93 05:44:01 05:09:01 2 0.02 0.00 0.03 0.18 0.02 99.75 05:44:01 05:09:01 3 0.03 0.00 0.02 0.00 0.02 99.93 05:44:01 05:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:44:01 05:09:01 5 0.05 0.00 0.02 0.00 0.02 99.92 05:44:01 05:09:01 6 0.07 0.00 0.03 0.00 0.02 99.88 05:44:01 05:09:01 7 0.00 0.00 0.07 0.00 0.00 99.93 05:44:01 05:10:01 all 0.04 0.00 0.03 0.00 0.01 99.91 05:44:01 05:10:01 0 0.03 0.00 0.03 0.00 0.00 99.93 05:44:01 05:10:01 1 0.07 0.00 0.02 0.00 0.02 99.90 05:44:01 05:10:01 2 0.03 0.00 0.03 0.02 0.02 99.90 05:44:01 05:10:01 3 0.02 0.00 0.03 0.00 0.02 99.93 05:44:01 05:10:01 4 0.02 0.00 0.03 0.00 0.00 99.95 05:44:01 05:10:01 5 0.05 0.00 0.03 0.00 0.00 99.92 05:44:01 05:10:01 6 0.03 0.00 0.03 0.00 0.02 99.92 05:44:01 05:10:01 7 0.05 0.00 0.05 0.02 0.02 99.87 05:44:01 05:11:01 all 0.04 0.00 0.02 0.00 0.01 99.94 05:44:01 05:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 05:44:01 05:11:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:44:01 05:11:01 2 0.10 0.00 0.03 0.02 0.02 99.83 05:44:01 05:11:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:44:01 05:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:44:01 05:11:01 5 0.07 0.00 0.02 0.00 0.02 99.90 05:44:01 05:11:01 6 0.02 0.00 0.03 0.02 0.00 99.93 05:44:01 05:11:01 7 0.05 0.00 0.03 0.00 0.00 99.92 05:44:01 05:12:01 all 0.14 0.00 0.02 0.00 0.01 99.83 05:44:01 05:12:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:44:01 05:12:01 1 0.03 0.00 0.02 0.00 0.02 99.93 05:44:01 05:12:01 2 0.03 0.00 0.07 0.02 0.02 99.87 05:44:01 05:12:01 3 0.93 0.00 0.02 0.02 0.00 99.04 05:44:01 05:12:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:44:01 05:12:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:44:01 05:12:01 6 0.03 0.00 0.00 0.00 0.00 99.97 05:44:01 05:12:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:44:01 05:13:01 all 0.28 0.00 0.02 0.00 0.01 99.70 05:44:01 05:13:01 0 0.03 0.00 0.03 0.00 0.00 99.93 05:44:01 05:13:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:44:01 05:13:01 2 0.07 0.00 0.03 0.02 0.02 99.87 05:44:01 05:13:01 3 1.97 0.00 0.02 0.00 0.02 98.00 05:44:01 05:13:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:44:01 05:13:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:44:01 05:13:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:44:01 05:13:01 7 0.07 0.00 0.02 0.00 0.00 99.92 05:44:01 05:14:01 all 0.18 0.00 0.01 0.01 0.01 99.79 05:44:01 05:14:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:44:01 05:14:01 1 0.05 0.00 0.02 0.00 0.02 99.92 05:44:01 05:14:01 2 0.03 0.00 0.02 0.10 0.02 99.83 05:44:01 05:14:01 3 1.22 0.00 0.00 0.02 0.00 98.76 05:44:01 05:14:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:44:01 05:14:01 5 0.07 0.00 0.02 0.00 0.00 99.92 05:44:01 05:14:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:44:01 05:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:44:01 05:15:01 all 0.23 0.00 0.02 0.00 0.01 99.74 05:44:01 05:15:01 0 0.02 0.00 0.07 0.00 0.00 99.92 05:44:01 05:15:01 1 0.12 0.00 0.05 0.00 0.02 99.82 05:44:01 05:15:01 2 0.02 0.00 0.02 0.02 0.02 99.93 05:44:01 05:15:01 3 1.49 0.00 0.00 0.00 0.02 98.50 05:44:01 05:15:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:44:01 05:15:01 5 0.12 0.00 0.02 0.00 0.02 99.85 05:44:01 05:15:01 6 0.05 0.00 0.00 0.00 0.00 99.95 05:44:01 05:15:01 7 0.03 0.00 0.00 0.00 0.02 99.95 05:44:01 05:16:01 all 0.06 0.00 0.02 0.00 0.01 99.91 05:44:01 05:16:01 0 0.00 0.00 0.03 0.02 0.02 99.93 05:44:01 05:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:44:01 05:16:01 2 0.08 0.00 0.03 0.02 0.03 99.83 05:44:01 05:16:01 3 0.27 0.00 0.07 0.00 0.02 99.65 05:44:01 05:16:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:44:01 05:16:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:44:01 05:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:44:01 05:16:01 7 0.03 0.00 0.03 0.00 0.00 99.93 05:44:01 05:17:01 all 0.04 0.00 0.02 0.00 0.01 99.93 05:44:01 05:17:01 0 0.05 0.00 0.00 0.02 0.00 99.93 05:44:01 05:17:01 1 0.05 0.00 0.00 0.00 0.02 99.93 05:44:01 05:17:01 2 0.08 0.00 0.07 0.00 0.02 99.83 05:44:01 05:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:44:01 05:17:01 4 0.03 0.00 0.02 0.00 0.00 99.95 05:44:01 05:17:01 5 0.05 0.00 0.02 0.00 0.00 99.93 05:44:01 05:17:01 6 0.05 0.00 0.02 0.00 0.00 99.93 05:44:01 05:17:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:44:01 05:44:01 05:17:01 CPU %user %nice %system %iowait %steal %idle 05:44:01 05:18:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:44:01 05:18:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:44:01 05:18:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:44:01 05:18:01 2 0.03 0.00 0.05 0.02 0.03 99.87 05:44:01 05:18:01 3 0.00 0.00 0.00 0.00 0.02 99.98 05:44:01 05:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:44:01 05:18:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:44:01 05:18:01 6 0.00 0.00 0.02 0.00 0.02 99.97 05:44:01 05:18:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:44:01 05:19:01 all 0.06 0.00 0.01 0.00 0.01 99.91 05:44:01 05:19:01 0 0.05 0.00 0.03 0.02 0.00 99.90 05:44:01 05:19:01 1 0.08 0.00 0.02 0.00 0.02 99.88 05:44:01 05:19:01 2 0.08 0.00 0.02 0.00 0.02 99.88 05:44:01 05:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:44:01 05:19:01 4 0.03 0.00 0.00 0.00 0.00 99.97 05:44:01 05:19:01 5 0.18 0.00 0.02 0.00 0.02 99.78 05:44:01 05:19:01 6 0.05 0.00 0.00 0.00 0.00 99.95 05:44:01 05:19:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:44:01 05:20:01 all 0.01 0.00 0.02 0.00 0.01 99.95 05:44:01 05:20:01 0 0.00 0.00 0.02 0.02 0.02 99.95 05:44:01 05:20:01 1 0.02 0.00 0.05 0.00 0.02 99.92 05:44:01 05:20:01 2 0.05 0.00 0.02 0.02 0.02 99.90 05:44:01 05:20:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:44:01 05:20:01 4 0.00 0.00 0.02 0.00 0.02 99.97 05:44:01 05:20:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:44:01 05:20:01 6 0.00 0.00 0.02 0.00 0.00 99.98 05:44:01 05:20:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:44:01 05:21:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:44:01 05:21:01 0 0.05 0.00 0.02 0.02 0.02 99.90 05:44:01 05:21:01 1 0.05 0.00 0.00 0.00 0.00 99.95 05:44:01 05:21:01 2 0.02 0.00 0.02 0.00 0.02 99.95 05:44:01 05:21:01 3 0.00 0.00 0.00 0.00 0.02 99.98 05:44:01 05:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:44:01 05:21:01 5 0.05 0.00 0.02 0.00 0.00 99.93 05:44:01 05:21:01 6 0.05 0.00 0.03 0.00 0.02 99.90 05:44:01 05:21:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:44:01 05:22:01 all 0.05 0.00 0.02 0.00 0.01 99.93 05:44:01 05:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:44:01 05:22:01 1 0.00 0.00 0.02 0.00 0.02 99.97 05:44:01 05:22:01 2 0.08 0.00 0.02 0.02 0.02 99.87 05:44:01 05:22:01 3 0.07 0.00 0.02 0.00 0.00 99.92 05:44:01 05:22:01 4 0.07 0.00 0.00 0.00 0.00 99.93 05:44:01 05:22:01 5 0.08 0.00 0.02 0.00 0.00 99.90 05:44:01 05:22:01 6 0.07 0.00 0.03 0.00 0.00 99.90 05:44:01 05:22:01 7 0.00 0.00 0.02 0.00 0.02 99.97 05:44:01 05:23:01 all 0.03 0.00 0.01 0.00 0.00 99.96 05:44:01 05:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:44:01 05:23:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:44:01 05:23:01 2 0.07 0.00 0.02 0.00 0.00 99.92 05:44:01 05:23:01 3 0.00 0.00 0.00 0.02 0.00 99.98 05:44:01 05:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:44:01 05:23:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:44:01 05:23:01 6 0.07 0.00 0.00 0.00 0.02 99.92 05:44:01 05:23:01 7 0.02 0.00 0.03 0.00 0.00 99.95 05:44:01 05:24:01 all 0.01 0.00 0.01 0.00 0.02 99.96 05:44:01 05:24:01 0 0.00 0.00 0.02 0.00 0.02 99.97 05:44:01 05:24:01 1 0.00 0.00 0.02 0.00 0.02 99.97 05:44:01 05:24:01 2 0.03 0.00 0.00 0.00 0.02 99.95 05:44:01 05:24:01 3 0.00 0.00 0.00 0.00 0.02 99.98 05:44:01 05:24:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:44:01 05:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:44:01 05:24:01 6 0.02 0.00 0.03 0.00 0.03 99.92 05:44:01 05:24:01 7 0.05 0.00 0.03 0.00 0.02 99.90 05:44:01 05:25:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:44:01 05:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:44:01 05:25:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:44:01 05:25:01 2 0.02 0.00 0.00 0.02 0.00 99.97 05:44:01 05:25:01 3 0.02 0.00 0.00 0.02 0.00 99.97 05:44:01 05:25:01 4 0.03 0.00 0.02 0.00 0.00 99.95 05:44:01 05:25:01 5 0.05 0.00 0.02 0.00 0.02 99.92 05:44:01 05:25:01 6 0.03 0.00 0.03 0.00 0.02 99.92 05:44:01 05:25:01 7 0.07 0.00 0.02 0.00 0.00 99.92 05:44:01 05:26:01 all 0.02 0.00 0.02 0.00 0.01 99.96 05:44:01 05:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:44:01 05:26:01 1 0.07 0.00 0.03 0.00 0.00 99.90 05:44:01 05:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:44:01 05:26:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:44:01 05:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:44:01 05:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:44:01 05:26:01 6 0.02 0.00 0.03 0.00 0.02 99.93 05:44:01 05:26:01 7 0.03 0.00 0.05 0.00 0.02 99.90 05:44:01 05:27:01 all 0.03 0.00 0.02 0.00 0.01 99.94 05:44:01 05:27:01 0 0.03 0.00 0.03 0.02 0.02 99.90 05:44:01 05:27:01 1 0.03 0.00 0.00 0.00 0.02 99.95 05:44:01 05:27:01 2 0.03 0.00 0.02 0.02 0.00 99.93 05:44:01 05:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:44:01 05:27:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:44:01 05:27:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:44:01 05:27:01 6 0.07 0.00 0.03 0.00 0.02 99.88 05:44:01 05:27:01 7 0.03 0.00 0.03 0.00 0.00 99.93 05:44:01 05:28:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:44:01 05:28:01 0 0.02 0.00 0.02 0.02 0.00 99.95 05:44:01 05:28:01 1 0.00 0.00 0.02 0.00 0.02 99.97 05:44:01 05:28:01 2 0.00 0.00 0.02 0.00 0.02 99.97 05:44:01 05:28:01 3 0.00 0.00 0.00 0.00 0.02 99.98 05:44:01 05:28:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:44:01 05:28:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:44:01 05:28:01 6 0.05 0.00 0.05 0.00 0.03 99.87 05:44:01 05:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:44:01 05:44:01 05:28:01 CPU %user %nice %system %iowait %steal %idle 05:44:01 05:29:01 all 0.02 0.00 0.01 0.00 0.01 99.95 05:44:01 05:29:01 0 0.00 0.00 0.02 0.02 0.02 99.95 05:44:01 05:29:01 1 0.03 0.00 0.02 0.00 0.00 99.95 05:44:01 05:29:01 2 0.03 0.00 0.02 0.02 0.00 99.93 05:44:01 05:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:44:01 05:29:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:44:01 05:29:01 5 0.00 0.00 0.00 0.00 0.02 99.98 05:44:01 05:29:01 6 0.07 0.00 0.05 0.00 0.02 99.87 05:44:01 05:29:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:44:01 05:30:01 all 0.07 0.00 0.05 0.01 0.01 99.86 05:44:01 05:30:01 0 0.03 0.00 0.03 0.02 0.00 99.92 05:44:01 05:30:01 1 0.23 0.00 0.08 0.03 0.02 99.63 05:44:01 05:30:01 2 0.03 0.00 0.05 0.02 0.02 99.88 05:44:01 05:30:01 3 0.05 0.00 0.03 0.00 0.00 99.92 05:44:01 05:30:01 4 0.03 0.00 0.03 0.00 0.00 99.93 05:44:01 05:30:01 5 0.03 0.00 0.07 0.00 0.00 99.90 05:44:01 05:30:01 6 0.08 0.00 0.05 0.00 0.02 99.85 05:44:01 05:30:01 7 0.05 0.00 0.05 0.02 0.00 99.88 05:44:01 05:31:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:44:01 05:31:01 0 0.00 0.00 0.00 0.00 0.02 99.98 05:44:01 05:31:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:44:01 05:31:01 2 0.03 0.00 0.03 0.00 0.00 99.93 05:44:01 05:31:01 3 0.00 0.00 0.00 0.00 0.02 99.98 05:44:01 05:31:01 4 0.00 0.00 0.02 0.00 0.00 99.98 05:44:01 05:31:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:44:01 05:31:01 6 0.07 0.00 0.03 0.00 0.02 99.88 05:44:01 05:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:44:01 05:32:01 all 0.04 0.00 0.01 0.00 0.01 99.94 05:44:01 05:32:01 0 0.05 0.00 0.02 0.02 0.00 99.92 05:44:01 05:32:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:44:01 05:32:01 2 0.07 0.00 0.02 0.02 0.00 99.90 05:44:01 05:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:44:01 05:32:01 4 0.02 0.00 0.00 0.00 0.02 99.97 05:44:01 05:32:01 5 0.05 0.00 0.00 0.00 0.02 99.93 05:44:01 05:32:01 6 0.07 0.00 0.02 0.00 0.03 99.88 05:44:01 05:32:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:44:01 05:33:01 all 0.02 0.00 0.01 0.00 0.01 99.95 05:44:01 05:33:01 0 0.02 0.00 0.02 0.02 0.02 99.93 05:44:01 05:33:01 1 0.00 0.00 0.00 0.00 0.02 99.98 05:44:01 05:33:01 2 0.02 0.00 0.00 0.00 0.02 99.97 05:44:01 05:33:01 3 0.00 0.00 0.00 0.00 0.02 99.98 05:44:01 05:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:44:01 05:33:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:44:01 05:33:01 6 0.10 0.00 0.03 0.00 0.02 99.85 05:44:01 05:33:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:44:01 05:34:01 all 0.03 0.00 0.01 0.00 0.00 99.95 05:44:01 05:34:01 0 0.05 0.00 0.00 0.00 0.00 99.95 05:44:01 05:34:01 1 0.05 0.00 0.02 0.00 0.02 99.92 05:44:01 05:34:01 2 0.05 0.00 0.02 0.00 0.00 99.93 05:44:01 05:34:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:44:01 05:34:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:44:01 05:34:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:44:01 05:34:01 6 0.07 0.00 0.03 0.00 0.02 99.88 05:44:01 05:34:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:44:01 05:35:01 all 0.01 0.00 0.02 0.00 0.01 99.95 05:44:01 05:35:01 0 0.00 0.00 0.02 0.02 0.02 99.95 05:44:01 05:35:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:44:01 05:35:01 2 0.02 0.00 0.02 0.02 0.02 99.93 05:44:01 05:35:01 3 0.00 0.00 0.02 0.00 0.02 99.97 05:44:01 05:35:01 4 0.03 0.00 0.02 0.00 0.02 99.93 05:44:01 05:35:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:44:01 05:35:01 6 0.03 0.00 0.03 0.00 0.03 99.90 05:44:01 05:35:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:44:01 05:36:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:44:01 05:36:01 0 0.03 0.00 0.02 0.02 0.00 99.93 05:44:01 05:36:01 1 0.00 0.00 0.02 0.00 0.02 99.97 05:44:01 05:36:01 2 0.05 0.00 0.02 0.02 0.00 99.92 05:44:01 05:36:01 3 0.00 0.00 0.00 0.00 0.02 99.98 05:44:01 05:36:01 4 0.05 0.00 0.02 0.00 0.00 99.93 05:44:01 05:36:01 5 0.05 0.00 0.02 0.00 0.00 99.93 05:44:01 05:36:01 6 0.03 0.00 0.02 0.00 0.02 99.93 05:44:01 05:36:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:44:01 05:37:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:44:01 05:37:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:44:01 05:37:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:44:01 05:37:01 2 0.02 0.00 0.00 0.00 0.02 99.97 05:44:01 05:37:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:44:01 05:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:44:01 05:37:01 5 0.02 0.00 0.02 0.00 0.02 99.95 05:44:01 05:37:01 6 0.05 0.00 0.07 0.00 0.03 99.85 05:44:01 05:37:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:44:01 05:38:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:44:01 05:38:01 0 0.05 0.00 0.00 0.02 0.02 99.92 05:44:01 05:38:01 1 0.07 0.00 0.02 0.00 0.00 99.92 05:44:01 05:38:01 2 0.02 0.00 0.00 0.02 0.00 99.97 05:44:01 05:38:01 3 0.00 0.00 0.00 0.00 0.02 99.98 05:44:01 05:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:44:01 05:38:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:44:01 05:38:01 6 0.07 0.00 0.05 0.00 0.02 99.87 05:44:01 05:38:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:44:01 05:39:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:44:01 05:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:44:01 05:39:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:44:01 05:39:01 2 0.07 0.00 0.03 0.00 0.00 99.90 05:44:01 05:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:44:01 05:39:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:44:01 05:39:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:44:01 05:39:01 6 0.05 0.00 0.02 0.00 0.03 99.90 05:44:01 05:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:44:01 05:44:01 05:39:01 CPU %user %nice %system %iowait %steal %idle 05:44:01 05:40:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:44:01 05:40:01 0 0.03 0.00 0.00 0.02 0.02 99.93 05:44:01 05:40:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:44:01 05:40:01 2 0.00 0.00 0.00 0.02 0.02 99.97 05:44:01 05:40:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:44:01 05:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:44:01 05:40:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:44:01 05:40:01 6 0.08 0.00 0.02 0.00 0.02 99.88 05:44:01 05:40:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:44:01 05:41:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:44:01 05:41:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:44:01 05:41:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:44:01 05:41:01 2 0.03 0.00 0.00 0.00 0.00 99.97 05:44:01 05:41:01 3 0.00 0.00 0.00 0.00 0.02 99.98 05:44:01 05:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:44:01 05:41:01 5 0.02 0.00 0.02 0.00 0.02 99.95 05:44:01 05:41:01 6 0.07 0.00 0.05 0.00 0.02 99.87 05:44:01 05:41:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:44:01 05:42:01 all 0.04 0.00 0.02 0.00 0.01 99.93 05:44:01 05:42:01 0 0.02 0.00 0.02 0.02 0.00 99.95 05:44:01 05:42:01 1 0.08 0.00 0.02 0.00 0.02 99.88 05:44:01 05:42:01 2 0.03 0.00 0.03 0.02 0.02 99.90 05:44:01 05:42:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:44:01 05:42:01 4 0.03 0.00 0.02 0.00 0.00 99.95 05:44:01 05:42:01 5 0.02 0.00 0.03 0.00 0.00 99.95 05:44:01 05:42:01 6 0.07 0.00 0.03 0.00 0.03 99.87 05:44:01 05:42:01 7 0.05 0.00 0.03 0.00 0.00 99.92 05:44:01 05:43:01 all 4.99 0.00 1.93 0.75 0.04 92.29 05:44:01 05:43:01 0 5.87 0.00 1.71 0.03 0.03 92.35 05:44:01 05:43:01 1 4.82 0.00 1.60 0.00 0.03 93.55 05:44:01 05:43:01 2 6.52 0.00 2.47 0.49 0.03 90.49 05:44:01 05:43:01 3 3.15 0.00 2.01 0.02 0.05 94.77 05:44:01 05:43:01 4 4.21 0.00 2.21 0.02 0.03 93.53 05:44:01 05:43:01 5 5.33 0.00 1.83 0.00 0.02 92.82 05:44:01 05:43:01 6 5.50 0.00 1.91 0.07 0.03 92.49 05:44:01 05:43:01 7 4.54 0.00 1.68 5.41 0.05 88.32 05:44:01 05:44:01 all 7.59 0.00 3.47 2.26 0.10 86.58 05:44:01 05:44:01 0 6.68 0.00 3.43 1.46 0.07 88.36 05:44:01 05:44:01 1 7.46 0.00 5.11 0.25 0.08 87.09 05:44:01 05:44:01 2 7.37 0.00 3.26 1.87 0.08 87.41 05:44:01 05:44:01 3 9.07 0.00 3.28 7.68 0.14 79.83 05:44:01 05:44:01 4 7.76 0.00 2.74 0.12 0.12 89.26 05:44:01 05:44:01 5 6.61 0.00 3.35 4.46 0.08 85.49 05:44:01 05:44:01 6 8.06 0.00 3.15 0.54 0.10 88.15 05:44:01 05:44:01 7 7.69 0.00 3.46 1.77 0.12 86.96 05:44:01 Average: all 8.52 0.00 1.46 1.19 0.03 88.81 05:44:01 Average: 0 8.35 0.00 1.56 1.41 0.03 88.65 05:44:01 Average: 1 8.45 0.00 1.46 1.15 0.03 88.91 05:44:01 Average: 2 8.48 0.00 1.41 0.99 0.03 89.09 05:44:01 Average: 3 8.73 0.00 1.44 1.16 0.03 88.63 05:44:01 Average: 4 8.51 0.00 1.43 1.14 0.03 88.89 05:44:01 Average: 5 8.67 0.00 1.41 1.15 0.03 88.74 05:44:01 Average: 6 8.56 0.00 1.44 0.61 0.03 89.35 05:44:01 Average: 7 8.39 0.00 1.49 1.91 0.03 88.18 05:44:01 05:44:01 05:44:01